/* Source: https://dvgroup.global/wp-content/plugins/formidable/css/formidableforms.css?ver=541413 */
/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */
.with_frm_style {
  --form-width: 100%;
  --form-align: left;
  --direction: ltr;
  --fieldset: 0px;
  --fieldset-color: #000000;
  --fieldset-padding: 0 0 15px 0;
  --fieldset-bg-color: transparent;
  --title-size: 40px;
  --title-color: #444444;
  --title-margin-top: 10px;
  --title-margin-bottom: 60px;
  --form-desc-size: 14px;
  --form-desc-color: #666666;
  --form-desc-margin-top: 10px;
  --form-desc-margin-bottom: 25px;
  --form-desc-padding: 0;
  --font-size: 15px;
  --label-color: #3f4b5b;
  --weight: normal;
  --position: none;
  --align: left;
  --width: 150px;
  --required-color: #b94a48;
  --required-weight: bold;
  --label-padding: 0 0 3px 0;
  --description-font-size: 12px;
  --description-color: #666666;
  --description-weight: normal;
  --description-style: normal;
  --description-align: left;
  --description-margin: 0;
  --field-font-size: 14px;
  --field-height: 32px;
  --line-height: 32px;
  --field-width: 100%;
  --auto-width: 100%;
  --field-pad: 6px 10px;
  --field-margin: 20px;
  --field-weight: normal;
  --text-color: #555555;
  --border-color: #bfc3c8;
  --field-border-width: 1px;
  --field-border-style: solid;
  --bg-color: #ffffff;
  --bg-color-active: #ffffff;
  --border-color-active: #66afe9;
  --text-color-error: #444444;
  --bg-color-error: #ffffff;
  --border-color-error: #b94a48;
  --border-width-error: 1px;
  --border-style-error: solid;
  --bg-color-disabled: #ffffff;
  --border-color-disabled: #e5e5e5;
  --text-color-disabled: #a1a1a1;
  --radio-align: block;
  --check-align: block;
  --check-font-size: 13px;
  --check-label-color: #444444;
  --check-weight: normal;
  --section-font-size: 18px;
  --section-color: #444444;
  --section-weight: bold;
  --section-pad: 15px 0 3px 0;
  --section-mar-top: 15px;
  --section-mar-bottom: 30px;
  --section-bg-color: transparent;
  --section-border-color: #e8e8e8;
  --section-border-width: 2px;
  --section-border-style: solid;
  --section-border-loc: -top;
  --collapse-pos: after;
  --repeat-icon-color: #ffffff;
  --submit-font-size: 15px;
  --submit-width: auto;
  --submit-height: auto;
  --submit-bg-color: #579af6;
  --submit-border-color: #579af6;
  --submit-border-width: 1px;
  --submit-text-color: #ffffff;
  --submit-weight: normal;
  --submit-border-radius: 4px;
  --submit-margin: 10px;
  --submit-padding: 10px 20px;
  --submit-shadow-color: #eeeeee;
  --submit-hover-bg-color: #efefef;
  --submit-hover-color: #444444;
  --submit-hover-border-color: #cccccc;
  --submit-active-bg-color: #efefef;
  --submit-active-color: #444444;
  --submit-active-border-color: #cccccc;
  --border-radius: 4px;
  --error-bg: #f2dede;
  --error-border: #ebccd1;
  --error-text: #b94a48;
  --error-font-size: 14px;
  --success-bg-color: #dff0d8;
  --success-border-color: #d6e9c6;
  --success-text-color: #468847;
  --success-font-size: 14px;
  --progress-bg-color: #eaeaea;
  --progress-active-color: #ffffff;
  --progress-active-bg-color: #579af6;
  --progress-color: #3f4b5b;
  --progress-border-color: #e5e5e5;
  --progress-border-size: 2px;
  --progress-size: 24px;
  --box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.frm_hidden,
.frm_add_form_row.frm_hidden,
.frm_remove_form_row.frm_hidden,
.with_frm_style .frm_button.frm_hidden {
  display: none;
}
.with_frm_style,
.with_frm_style form,
.with_frm_style .frm-show-form div.frm_description p {
  text-align: left;
  text-align: var(--form-align);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.with_frm_style .frm-show-form div.frm_description p {
  font-size: 14px;
  font-size: var(--form-desc-size);
  color: #666666;
  color: var(--form-desc-color);
  margin-top: 10px;
  margin-top: var(--form-desc-margin-top);
  margin-bottom: 25px;
  margin-bottom: var(--form-desc-margin-bottom);
  padding: 0;
  padding: var(--form-desc-padding);
}
form input.frm_verify {
  position: absolute;
  left: -3000px;
}
.with_frm_style fieldset {
  min-width: 0;
  display: block;
}
.with_frm_style fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.with_frm_style .frm_form_fields > fieldset {
  border-width: 0px;
  border-width: var(--fieldset);
  border-style: solid;
  border-color: #000000;
  border-color: var(--fieldset-color);
  margin: 0;
  padding: 0 0 15px 0;
  padding: var(--fieldset-padding);
  background-color: transparent;
  background-color: var(--fieldset-bg-color);
}
legend.frm_hidden {
  display: none !important;
}
.with_frm_style .frm_form_fields {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.with_frm_style .frm_doing_ajax {
  opacity: 0.5;
}
.frm_transparent {
  color: transparent;
}
.with_frm_style legend + h3,
.with_frm_style h3.frm_form_title {
  font-size: 40px;
  font-size: var(--title-size);
  color: #444444;
  color: var(--title-color);
  margin-top: 10px;
  margin-top: var(--title-margin-top);
  margin-bottom: 60px;
  margin-bottom: var(--title-margin-bottom);
}
.with_frm_style .frm_form_field.frm_html_container,
.with_frm_style .frm_form_field .frm_show_it {
  color: #666666;
  color: var(--form-desc-color);
}
.with_frm_style .frm_form_field.frm_html_container {
  font-size: 14px;
  font-size: var(--form-desc-size);
}
.with_frm_style .frm_form_field .frm_show_it {
  font-size: 14px;
  font-size: var(--field-font-size);
  font-weight: normal;
  font-weight: var(--field-weight);
}
.with_frm_style .frm_required {
  color: #b94a48;
  color: var(--required-color);
  font-weight: bold;
  font-weight: var(--required-weight);
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container {
  font-family: var(--font);
  font-size: 14px;
  font-size: var(--field-font-size);
  margin-bottom: 0;
}
.with_frm_style textarea {
  vertical-align: top;
  height: auto;
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="phone"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
  color: #555555;
  color: var(--text-color);
  background-color: #ffffff;
  background-color: var(--bg-color);
  border-color: #bfc3c8;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 14px;
  font-size: var(--field-font-size);
  padding: 6px 10px;
  padding: var(--field-pad);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  font-weight: var(--field-weight);
  box-shadow: var(--box-shadow);
}
.with_frm_style input[type="radio"],
.with_frm_style input[type="checkbox"] {
  border-color: #bfc3c8;
  border-color: var(--border-color);
  box-shadow: var(--box-shadow);
  float: none;
}
.with_frm_style input[type="radio"]:after,
.with_frm_style input[type="checkbox"]:after {
  display: none;
}
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
  height: 32px;
  height: var(--field-height);
  line-height: 1.3;
}
.with_frm_style select[multiple="multiple"] {
  height: auto;
}
.input[type="file"].frm_transparent:focus,
.with_frm_style input[type="file"] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.with_frm_style input[type="file"] {
  color: #555555;
  color: var(--text-color);
  padding: 0px;
  font-size: 14px;
  font-size: var(--field-font-size);
  display: initial;
}
.with_frm_style input[type="file"].frm_transparent {
  color: transparent;
}
.with_frm_style .wp-editor-wrap {
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
}
.with_frm_style .wp-editor-container textarea {
  border: none;
  box-shadow: none !important;
}
.with_frm_style .mceIframeContainer {
  background-color: #ffffff;
  background-color: var(--bg-color);
}
.with_frm_style select {
  width: 100%;
  width: var(--auto-width);
  max-width: 100%;
  background-position-y: center;
}
.with_frm_style input[disabled],
.with_frm_style select[disabled],
.with_frm_style textarea[disabled],
.with_frm_style input[readonly],
.with_frm_style select[readonly],
.with_frm_style textarea[readonly] {
  background-color: #ffffff;
  background-color: var(--bg-color-disabled);
  color: #a1a1a1;
  color: var(--text-color-disabled);
  border-color: #e5e5e5;
  border-color: var(--border-color-disabled);
}
.frm_preview_page:before {
  content: normal !important;
}
.frm_preview_page {
  padding: 25px;
}
.with_frm_style .frm_primary_label {
  max-width: 100%;
  font-size: 15px;
  font-size: var(--font-size);
  color: #3f4b5b;
  color: var(--label-color);
  font-weight: normal;
  font-weight: var(--weight);
  text-align: left;
  text-align: var(--align);
  padding: 0 0 3px 0;
  padding: var(--label-padding);
  margin: 0;
  width: auto;
  display: block;
}
.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top {
  display: block;
  float: none;
  width: auto;
}
.with_frm_style .frm_inline_container .frm_primary_label {
  margin-right: 10px;
}
.with_frm_style .frm_right_container .frm_primary_label,
.with_frm_style .frm_pos_right {
  display: inline;
  float: right;
  margin-left: 10px;
}
.with_frm_style .frm_pos_center {
  text-align: center;
}
.with_frm_style .frm_none_container .frm_primary_label,
.with_frm_style .frm_pos_none,
.frm_pos_none,
.frm_none_container .frm_primary_label {
  display: none;
}
.with_frm_style .frm_section_heading.frm_hide_section {
  margin-top: 0 !important;
}
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_hidden,
.frm_hidden_container .frm_primary_label {
  visibility: hidden;
  white-space: nowrap;
}
.frm_visible {
  opacity: 1;
}
.with_frm_style .frm_inside_container {
  position: relative;
  padding-top: 16px;
  padding-top: calc(0.5 * var(--field-height));
}
.with_frm_style .frm_inside_container > input,
.with_frm_style .frm_inside_container > select,
.with_frm_style .frm_inside_container > textarea {
  display: block;
}
.with_frm_style .frm_inside_container > input::-moz-placeholder,
.with_frm_style .frm_inside_container > textarea::-moz-placeholder {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > input:-ms-input-placeholder,
.with_frm_style .frm_inside_container > textarea:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > input::placeholder,
.with_frm_style .frm_inside_container > textarea::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container > label {
  transition: all 0.3s ease-in;
  position: absolute;
  top: 17px;
  top: calc(1px + 0.5 * var(--field-height));
  left: 3px;
  width: 100%;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 10px;
  padding: var(--field-pad);
  font-size: 14px;
  font-size: var(--field-font-size);
  font-weight: normal;
  font-weight: var(--field-weight);
  -ms-pointer-events: none;
  pointer-events: none;
}
.with_frm_style.frm_style_lines-no-boxes .frm_inside_container > label {
  line-height: 1;
}
.with_frm_style .frm_inside_container.frm_label_float_top > label {
  top: 0;
  left: 0;
  padding: 0;
  font-size: 12px;
  font-size: calc(0.85 * var(--field-font-size));
}
.with_frm_style
  .frm_inside_container.frm_label_float_top
  > input::-moz-placeholder,
.with_frm_style
  .frm_inside_container.frm_label_float_top
  > textarea::-moz-placeholder {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
}
.with_frm_style
  .frm_inside_container.frm_label_float_top
  > input:-ms-input-placeholder,
.with_frm_style
  .frm_inside_container.frm_label_float_top
  > textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_inside_container.frm_label_float_top > input::placeholder,
.with_frm_style
  .frm_inside_container.frm_label_float_top
  > textarea::placeholder {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.with_frm_style .frm_description,
.with_frm_style .frm_pro_max_limit_desc {
  clear: both;
}
.with_frm_style input[type="number"][readonly] {
  -moz-appearance: textfield;
}
.with_frm_style select[multiple="multiple"] {
  height: auto;
  line-height: normal;
}
.with_frm_style .frm_catlevel_2,
.with_frm_style .frm_catlevel_3,
.with_frm_style .frm_catlevel_4,
.with_frm_style .frm_catlevel_5 {
  margin-left: 18px;
}
.with_frm_style .wp-editor-container {
  border: 1px solid #e5e5e5;
}
.with_frm_style .quicktags-toolbar input {
  font-size: 12px !important;
}
.with_frm_style .wp-editor-container textarea {
  border: none;
}
.with_frm_style .auto_width #loginform input,
.with_frm_style .auto_width input,
.with_frm_style input.auto_width,
.with_frm_style select.auto_width,
.with_frm_style textarea.auto_width {
  width: auto;
}
.with_frm_style .frm_repeat_buttons {
  white-space: nowrap;
}
.with_frm_style .frm_button {
  text-decoration: none !important;
  border: 1px solid #eee;
  display: inline-block;
  padding: 10px 20px;
  padding: var(--submit-padding);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-radius: var(--border-radius);
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-weight: normal;
  font-weight: var(--submit-weight);
  color: #ffffff;
  color: var(--submit-text-color);
  background: #579af6;
  background: var(--submit-bg-color);
  border-width: 1px;
  border-width: var(--submit-border-width);
  border-color: #579af6;
  border-color: var(--submit-border-color);
  height: auto;
  height: var(--submit-height);
}
.with_frm_style .frm_button.frm_inverse {
  color: var(--submit-bg-color);
  background: var(--submit-text-color);
}
.with_frm_style .frm_submit {
  clear: both;
}
.frm_inline_form .frm_form_field,
.frm_inline_form .frm_submit {
  grid-column: span 1 / span 1;
}
.frm_inline_form .frm_submit {
  margin: 0;
}
.frm_submit.frm_inline_submit input[type="submit"],
.frm_submit.frm_inline_submit button,
.frm_inline_form .frm_submit input[type="submit"],
.frm_inline_form .frm_submit button {
  margin-top: 0;
}
.with_frm_style.frm_center_submit .frm_submit {
  text-align: center;
}
.with_frm_style .frm_inline_success .frm_submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.with_frm_style .frm_inline_success .frm_submit .frm_message {
  flex: 1;
  margin: 0;
  padding-left: 10px;
}
.with_frm_style
  .frm_inline_success.frm_alignright_success
  .frm_submit
  .frm_message {
  text-align: right;
}
.with_frm_style.frm_center_submit .frm_submit input[type="submit"],
.with_frm_style.frm_center_submit .frm_submit input[type="button"],
.with_frm_style.frm_center_submit .frm_submit button {
  margin-bottom: 8px !important;
}
.with_frm_style .frm-edit-page-btn,
.with_frm_style .frm_submit input[type="submit"],
.with_frm_style .frm_submit input[type="button"],
.with_frm_style .frm_submit button {
  -webkit-appearance: none;
  cursor: pointer;
}
.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading {
  display: block;
  margin: 0 auto;
}
.with_frm_style .frm_loading_prev .frm_ajax_loading,
.with_frm_style .frm_loading_form .frm_ajax_loading {
  visibility: visible !important;
}
.with_frm_style .frm_loading_prev .frm_prev_page,
.with_frm_style .frm_loading_form .frm_button_submit {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}
.with_frm_style .frm_loading_prev .frm_prev_page:hover,
.with_frm_style .frm_loading_prev .frm_prev_page:active,
.with_frm_style .frm_loading_prev .frm_prev_page:focus,
.with_frm_style .frm_loading_form .frm_button_submit:hover,
.with_frm_style .frm_loading_form .frm_button_submit:active,
.with_frm_style .frm_loading_form .frm_button_submit:focus {
  cursor: not-allowed;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.with_frm_style .frm_loading_prev .frm_prev_page::before,
.with_frm_style .frm_loading_form .frm_button_submit:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.frm_style_formidable-style.with_frm_style {
}
.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100%;
  direction: ltr;
}
.frm_style_formidable-style.with_frm_style .frm_icon_font {
  color: #3f4b5b;
}
.frm_style_formidable-style.with_frm_style
  .frm_icon_font.frm_minus_icon:before {
  content: "\e600";
}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
  content: "\e602";
}
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before,
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before {
  color: #ffffff;
  vertical-align: middle;
}
.frm_style_formidable-style.with_frm_style
  .frm_trigger.active
  .frm_icon_font.frm_arrow_icon:before {
  content: "\e62d";
  color: #444444;
}
.frm_style_formidable-style.with_frm_style
  .frm_trigger
  .frm_icon_font.frm_arrow_icon:before {
  content: "\e62a";
  color: #444444;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 20px;
}
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
  margin-bottom: 0;
}
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
  padding: 0;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  max-width: 100%;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container {
  grid-template-columns: 150px auto;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container {
  grid-template-columns: auto 150px;
}
.frm_form_field.frm_right_container {
  grid-template-columns: auto 25%;
}
.frm_style_formidable-style.with_frm_style
  .frm_inline_container.frm_dynamic_select_container
  .frm_data_container,
.frm_style_formidable-style.with_frm_style
  .frm_inline_container.frm_dynamic_select_container
  .frm_opt_container {
  display: inline;
}
.frm_style_formidable-style.with_frm_style .frm_pos_right {
  display: inline;
  width: 150px;
}
.frm_style_formidable-style.with_frm_style
  .frm_none_container
  .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_pos_none {
  display: none;
}
.frm_style_formidable-style.with_frm_style .frm_scale label {
  font-weight: normal;
  font-size: 13px;
  color: #444444;
}
.frm_style_formidable-style.with_frm_style input::placeholder,
.frm_style_formidable-style.with_frm_style textarea::placeholder {
  color: #a1a1a1;
}
.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder {
  color: #a1a1a1;
}
.frm_style_formidable-style.with_frm_style input::-moz-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,
frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder {
  color: #a1a1a1;
}
.frm_style_formidable-style.with_frm_style input:-moz-placeholder,
.frm_style_formidable-style.with_frm_style textarea:-moz-placeholder {
  color: #a1a1a1;
}
.frm_style_formidable-style.with_frm_style .frm_default,
.frm_style_formidable-style.with_frm_style input.frm_default,
.frm_style_formidable-style.with_frm_style textarea.frm_default,
.frm_style_formidable-style.with_frm_style select.frm_default,
.frm_style_formidable-style.with_frm_style .placeholder,
.frm_style_formidable-style.with_frm_style
  .chosen-container-multi
  .chosen-choices
  li.search-field
  .default,
.frm_style_formidable-style.with_frm_style
  .chosen-container-single
  .chosen-default {
  color: #a1a1a1;
}
.frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"],
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="password"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"],
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="number"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"],
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="search"],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style
  .chosen-container-single.chosen-container-active
  .chosen-single,
.frm_style_formidable-style.with_frm_style
  .chosen-container-active
  .chosen-choices {
  background-color: #ffffff;
  border-color: #66afe9;
  color: var(--text-color);
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
}
.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message,
.frm_style_formidable-style.with_frm_style input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  width: auto;
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #579af6;
  border-width: 1px;
  border-color: #579af6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  margin: 10px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
.frm_style_formidable-style.with_frm_style
  .frm_compact
  .frm_dropzone.dz-clickable
  .dz-message {
  margin: 0;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  input[type="button"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
}
.frm_style_formidable-style.with_frm_style.frm_center_submit
  .frm_submit
  .frm_ajax_loading {
  margin-bottom: 10px;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.frm_style_formidable-style.with_frm_style input[type="submit"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  input[type="button"]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style input[type="submit"]:active,
.frm_style_formidable-style.with_frm_style
  .frm_submit
  input[type="button"]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
  background: #efefef;
  border-color: #cccccc;
  color: #444444;
  outline: none;
}
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,
.frm_style_formidable-style.with_frm_style
  .frm_loading_prev
  .frm_prev_page:hover,
.frm_style_formidable-style.with_frm_style
  .frm_loading_prev
  .frm_prev_page:active,
.frm_style_formidable-style.with_frm_style
  .frm_loading_prev
  .frm_prev_page:focus,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,
.frm_style_formidable-style.with_frm_style
  .frm_loading_form
  .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style
  .frm_loading_form
  .frm_button_submit:active,
.frm_style_formidable-style.with_frm_style
  .frm_loading_form
  .frm_button_submit:focus {
  color: transparent;
  background: #579af6;
}
.frm_style_formidable-style.with_frm_style
  .frm_loading_prev
  .frm_prev_page:before,
.frm_style_formidable-style.with_frm_style
  .frm_loading_form
  .frm_button_submit:before {
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,
.frm_style_formidable-style.with_frm_style
  .frm_submit.frm_inline_submit::before {
  content: "before";
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  margin: 0;
  padding: 0 0 3px 0;
  width: auto;
  display: block;
  visibility: hidden;
}
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,
.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,
.frm_style_formidable-style.with_frm_style
  .frm_submit.frm_inline_submit
  button {
  margin: 0 !important;
}
.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container {
  font-size: 15px;
  color: #3f4b5b;
  font-weight: normal;
  clear: both;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="text"],
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  input[type="password"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="url"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="tel"],
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  input[type="number"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="email"],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .mce-edit-area
  iframe,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .frm-g-recaptcha
  iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .chosen-container-multi
  .chosen-choices,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .chosen-container-single
  .chosen-single,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  color: #444444;
  background-color: #ffffff;
  border-color: #b94a48;
  border-width: 1px;
  border-style: solid;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper {
  border-color: #b94a48 !important;
}
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error {
  font-weight: normal;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field label,
.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error {
  color: #b94a48;
}
.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #b94a48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
}
.frm_style_formidable-style.with_frm_style
  #frm_loading
  .progress-striped
  .progress-bar {
  background-image: linear-gradient(
    45deg,
    #bfc3c8 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    #bfc3c8 50%,
    #bfc3c8 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
}
.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar {
  background-color: #ffffff;
}
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,
.frm_style_formidable-style.with_frm_style
  .frm_form_field.frm_total_big
  textarea,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea {
  color: #555555;
  background-color: transparent;
  border: none;
  display: inline;
  width: auto;
  padding: 0;
}
.frm_ajax_loading {
  visibility: hidden;
  width: auto;
}
.frm_form_submit_style {
  height: auto;
}
a.frm_save_draft {
  cursor: pointer;
}
.with_frm_style a.frm_save_draft,
.with_frm_style a.frm_start_over {
  font-size: 15px;
  font-size: var(--submit-font-size);
  font-weight: normal;
  font-weight: var(--submit-weight);
}
.horizontal_radio .frm_radio {
  margin: 0 5px 0 0;
}
.horizontal_radio .frm_checkbox {
  margin: 0;
  margin-right: 5px;
}
.vertical_radio .frm_checkbox,
.vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  display: block;
}
.horizontal_radio .frm_checkbox,
.horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
  display: inline-block;
  padding-left: 0;
}
.with_frm_style .frm_radio {
  display: block;
  display: var(--radio-align);
}
.with_frm_style .frm_checkbox {
  display: block;
  display: var(--check-align);
}
.with_frm_style .vertical_radio .frm_checkbox,
.with_frm_style .vertical_radio .frm_radio,
.vertical_radio .frm_catlevel_1 {
  display: block;
}
.with_frm_style .horizontal_radio .frm_checkbox,
.with_frm_style .horizontal_radio .frm_radio,
.horizontal_radio .frm_catlevel_1 {
  display: inline-block;
}
.with_frm_style .frm_checkbox label,
.with_frm_style .frm_radio label {
  display: inline;
  white-space: normal;
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
  display: block;
  padding-left: 20px;
  text-indent: -20px;
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  font-size: 13px;
  font-size: var(--check-font-size);
  color: #444444;
  color: var(--check-label-color);
  font-weight: normal;
  font-weight: var(--check-weight);
  line-height: 1.3;
}
.with_frm_style .frm_radio input[type="radio"],
.with_frm_style .frm_checkbox input[type="checkbox"] {
  font-size: 13px;
  font-size: var(--check-font-size);
  position: static;
}
.frm_file_container .frm_file_link,
.with_frm_style .frm_radio label .frm_file_container,
.with_frm_style .frm_checkbox label .frm_file_container {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.with_frm_style .frm_radio input[type="radio"] {
  border-radius: 50%;
}
.with_frm_style .frm_checkbox input[type="checkbox"] {
  border-radius: 0;
}
.with_frm_style .frm_radio input[type="radio"],
.with_frm_style .frm_checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bg-color);
  flex: none;
  display: inline-block !important;
  margin: 0 5px 0 0;
  color: var(--border-color);
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-color: var(--border-color);
  vertical-align: middle;
  position: initial;
  padding: 0;
}
.with_frm_style .frm_radio input[type="radio"]:before,
.with_frm_style .frm_checkbox input[type="checkbox"]:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 10px 10px var(--text-color);
  display: block;
  margin: 2px 0 0 2px;
}
.with_frm_style .frm_checkbox input[type="checkbox"]:before {
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
}
.with_frm_style .frm_radio input[type="radio"]:checked:before,
.with_frm_style .frm_checkbox input[type="checkbox"]:checked:before {
  transform: scale(1);
}
.with_frm_style :invalid,
.with_frm_style :-moz-submit-invalid,
.with_frm_style :-moz-ui-invalid {
  box-shadow: none;
}
.with_frm_style .frm_error_style img {
  padding-right: 10px;
  vertical-align: middle;
  border: none;
}
.with_frm_style .frm_trigger {
  cursor: pointer;
}
.with_frm_style .frm_error_style,
.with_frm_style .frm_message,
.frm_success_style {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
.with_frm_style .frm_message p {
  margin-bottom: 5px;
  color: #468847;
  color: var(--success-text-color);
}
.with_frm_style .frm_message,
.frm_success_style {
  margin: 5px 0 15px;
  border: 1px solid #d6e9c6;
  border-color: var(--success-border-color);
  background-color: #dff0d8;
  background-color: var(--success-bg-color);
  color: #468847;
  color: var(--success-text-color);
  border-radius: 4px;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-size: var(--success-font-size);
}
.with_frm_style .frm_plain_success .frm_message {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: inherit;
  color: inherit;
}
.with_frm_style .frm_plain_success .frm_message p {
  color: inherit;
}
.frm_form_fields_style,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_submit_style {
  width: auto;
}
.with_frm_style .frm_trigger span {
  float: left;
}
.with_frm_style table.frm-grid,
#content .with_frm_style table.frm-grid {
  border-collapse: collapse;
  border: none;
}
.frm-grid td,
.frm-grid th {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfc3c8;
  border-color: var(--border-color);
  border-top: none;
  border-left: none;
  border-right: none;
}
.frm-alt-table {
  width: 100%;
  border-collapse: separate;
  margin-top: 0.5em;
  font-size: 15px;
  border-width: 1px;
}
.with_frm_style .frm-alt-table {
  border-color: #bfc3c8;
  border-color: var(--border-color);
}
.frm-alt-table th {
  width: 200px;
}
.frm-alt-table tr {
  background-color: transparent;
}
.frm-alt-table th,
.frm-alt-table td {
  background-color: transparent;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border-color: transparent;
}
.frm-alt-table tr:nth-child(even) {
  background-color: #ecf0f5;
}
table.form_results.with_frm_style {
  border: 1px solid #bfc3c8;
  border-width: var(--field-border-width);
  border-color: var(--border-color);
}
table.form_results.with_frm_style tr td {
  text-align: left;
  padding: 7px 9px;
  color: #555555;
  color: var(--text-color);
  border-top: 1px solid #bfc3c8;
  border-top-width: var(--field-border-width);
  border-top-color: var(--border-color);
}
table.form_results.with_frm_style tr.frm_even,
.frm-grid .frm_even {
  background-color: #fff;
  background-color: var(--bg-color);
}
table.form_results.with_frm_style tr.frm_odd,
.frm-grid .frm_odd {
  background-color: #ffffff;
  background-color: var(--bg-color);
}
.frm_color_block {
  background-color: #ecf0f5;
  padding: 40px;
}
.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,
.frm_color_block.frm_section_heading h3 {
  border-width: 0 !important;
}
.frm_collapse .ui-icon {
  display: inline-block;
}
.frm_toggle_container {
  border: 1px solid transparent;
}
.frm_toggle_container ul {
  margin: 5px 0;
  padding-left: 0;
  list-style-type: none;
}
.frm_toggle_container .frm_month_heading {
  text-indent: 15px;
}
.frm_toggle_container .frm_month_listing {
  margin-left: 40px;
}
#frm_loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#frm_loading h3 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #fff;
  font-size: 24px;
}
#frm_loading_content {
  position: fixed;
  top: 20%;
  left: 33%;
  width: 33%;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  z-index: 9999999;
}
#frm_loading img {
  max-width: 100%;
}
#frm_loading .progress {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
#frm_loading .progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
#frm_loading .progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    #bfc3c8 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    #bfc3c8 50%,
    #bfc3c8 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
  background-size: 40px 40px;
}
#frm_loading .progress-bar {
  background-color: #ffffff;
  background-color: var(--bg-color);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 100%;
}
.frm_image_from_url {
  height: 50px;
}
.frm-loading-img {
  background: url(https://dvgroup.global/wp-content/plugins/formidable/images/ajax_loader.gif)
    no-repeat center center;
  padding: 6px 12px;
}
select.frm_loading_lookup {
  background-image: url(https://dvgroup.global/wp-content/plugins/formidable/images/ajax_loader.gif) !important;
  background-position: 10px;
  background-repeat: no-repeat;
  color: transparent !important;
}
.frm_screen_reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.frm_screen_reader.frm_hidden {
  display: initial;
}
.frm_verify {
  position: absolute;
  left: -3000px;
}
.frm_clear_none {
  clear: none;
}
.frm_clear {
  clear: both;
}
.frm_form_field.frm_alignright {
  float: right !important;
}
.with_frm_style .frm_form_field {
  clear: both;
}
.frm_combo_inputs_container,
.frm_grid_container,
.frm_form_fields .frm_section_heading,
.frm_form_fields .frm_fields_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2%;
}
.frm_combo_inputs_container > *,
.frm_grid_container > *,
.frm_section_heading > *,
.frm_fields_container .frm_form_field,
.frm_fields_container > * {
  grid-column: span 12 / span 12;
}
.frm_inline,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline {
  width: auto;
  grid-column: span 2 / span 2;
}
.frm6,
.frm_half,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm6,
.frm_submit.frm6,
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
  grid-column: span 6 / span 6;
}
.frm4,
.frm_third,
.frm_form_field.frm_two_fifths,
.frm_form_field.frm4,
.frm_submit.frm4,
.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third {
  grid-column: span 4 / span 4;
}
.frm8,
.frm_two_thirds,
.frm_form_field.frm8,
.frm_submit.frm8,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds {
  grid-column: span 8 / span 8;
}
.frm3,
.frm_fourth,
.frm_form_field.frm3,
.frm_submit.frm3,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth {
  grid-column: span 3 / span 3;
}
.frm9,
.frm_three_fourths,
.frm_form_field.frm_four_fifths,
.frm_form_field.frm9,
.frm_submit.frm9,
.frm_form_field.frm_three_fourths {
  grid-column: span 9 / span 9;
}
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth {
  grid-column: span 2 / span 2;
}
.frm2,
.frm_sixth,
.frm_form_field.frm2,
.frm_submit.frm2,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth {
  grid-column: span 2 / span 2;
}
.frm10,
.frm_form_field.frm10,
.frm_submit.frm10 {
  grid-column: span 10 / span 10;
}
.frm1,
.frm_form_field.frm1,
.frm_submit.frm1,
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth {
  grid-column: span 1 / span 1;
}
.frm5,
.frm_form_field.frm5,
.frm_submit.frm5 {
  grid-column: span 5 / span 5;
}
.frm7,
.frm_form_field.frm7,
.frm_submit.frm7 {
  grid-column: span 7 / span 7;
}
.frm11,
.frm_form_field.frm11,
.frm_submit.frm11 {
  grid-column: span 11 / span 11;
}
.frm12,
.frm_full,
.frm_full .wp-editor-wrap,
.frm_full
  > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.frm_full select,
.frm_full textarea {
  width: 100% !important;
  grid-column: span 12 / span 12;
  box-sizing: border-box;
}
.frm_full .wp-editor-wrap input {
  width: auto !important;
}
.frm_first,
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
  grid-column-start: 1;
}
.frm_last,
.frm_form_field.frm_last,
.frm_form_field.frm_alignright {
  grid-column-end: -1;
  justify-content: end;
}
.with_frm_style.frm_rtl .frm_form_fields .star-rating {
  float: right;
}
.with_frm_style.frm_rtl .frm_grid .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,
.with_frm_style.frm_rtl .frm_grid .frm_radio,
.with_frm_style.frm_rtl .frm_grid_first .frm_radio,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox {
  float: right !important;
  margin-right: 0 !important;
}
.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,
.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,
.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input {
  float: left;
}
.with_frm_style.frm_rtl .frm_catlevel_2,
.with_frm_style.frm_rtl .frm_catlevel_3,
.with_frm_style.frm_rtl .frm_catlevel_4,
.with_frm_style.frm_rtl .frm_catlevel_5 {
  margin-right: 18px;
}
.with_frm_style.frm_rtl div > .frm_time_select {
  margin-right: 5px;
}
.frm_form_field.frm_inline_container,
.frm_form_field.frm_right_container,
.frm_form_field.frm_left_container {
  display: grid;
  grid-template-columns: 25% auto;
  width: 100%;
  grid-auto-rows: min-content;
}
.frm_form_field.frm_right_container {
  grid-template-columns: auto 25%;
}
.frm_form_field.frm_inline_container {
  grid-template-columns: repeat(2, minmax(auto, max-content));
}
.frm_form_field.frm_inline_container .frm_primary_label,
.frm_form_field.frm_right_container .frm_primary_label,
.frm_form_field.frm_left_container .frm_primary_label {
  margin-right: 10px;
  grid-row: span 2 / span 2;
  padding-top: 4px;
}
.frm_form_field.frm_left_container .frm_primary_label {
  grid-column: 1;
  grid-row: span 2 / span 2;
}
.frm_form_field.frm_right_container .frm_primary_label {
  grid-column: 2;
  grid-row: 1;
  margin-right: 0;
  margin-left: 10px;
}
.frm_form_field.frm_inline_container .frm_description,
.frm_form_field.frm_left_container .frm_description {
  grid-column: 2;
}
.frm_form_field.frm_right_container .frm_description {
  grid-column: 1;
}
.frm_conf_field.frm_left_container {
  grid-template-columns: 67%;
}
.frm_conf_field.frm_left_container .frm_description {
  grid-column: 1;
}
.frm-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .frm_grid_container.frm_no_grid_750 > div {
    grid-column: span 12 / span 12;
  }
}
@media only screen and (max-width: 600px) {
  .frm_section_heading > .frm_form_field,
  .frm_fields_container > .frm_submit,
  .frm_grid_container > .frm_form_field,
  .frm_fields_container > .frm_form_field {
    grid-column: 1 / span 12 !important;
  }
  .frm_grid_container.frm_no_grid_600,
  .frm_form_field.frm_inline_container,
  .frm_form_field.frm_right_container,
  .frm_form_field.frm_left_container {
    display: block;
  }
}
.frm_conf_field.frm_left_container .frm_primary_label {
  display: none;
}
.wp-editor-wrap *,
.wp-editor-wrap *:after,
.wp-editor-wrap *:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_first,
.with_frm_style .frm_grid_odd {
  clear: both;
  margin-bottom: 0 !important;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfc3c8;
  border-color: var(--border-color);
  border-left: none;
  border-right: none;
}
.with_frm_style .frm_grid,
.with_frm_style .frm_grid_odd {
  border-top: none;
}
.frm_grid .frm_error,
.frm_grid_first .frm_error,
.frm_grid_odd .frm_error,
.frm_grid .frm_limit_error,
.frm_grid_first .frm_limit_error,
.frm_grid_odd .frm_limit_error {
  display: none;
}
.frm_grid:after,
.frm_grid_first:after,
.frm_grid_odd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.frm_grid_first {
  margin-top: 20px;
}
.frm_grid_first,
.frm_grid_odd {
  background-color: #ffffff;
  background-color: var(--bg-color);
}
.frm_grid {
  background-color: #ffffff;
  background-color: var(--bg-color-active);
}
.with_frm_style .frm_grid.frm_blank_field,
.with_frm_style .frm_grid_first.frm_blank_field,
.with_frm_style .frm_grid_odd.frm_blank_field {
  background-color: #f2dede;
  background-color: var(--error-bg);
  border-color: #ebccd1;
  border-color: var(--error-bg);
}
.frm_grid .frm_primary_label,
.frm_grid_first .frm_primary_label,
.frm_grid_odd .frm_primary_label,
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
  float: left !important;
  display: block;
  margin-top: 0;
  margin-left: 0 !important;
}
.frm_grid_first .frm_radio label,
.frm_grid .frm_radio label,
.frm_grid_odd .frm_radio label,
.frm_grid_first .frm_checkbox label,
.frm_grid .frm_checkbox label,
.frm_grid_odd .frm_checkbox label {
  visibility: hidden;
  white-space: nowrap;
  text-align: left;
}
.frm_grid_first .frm_radio label input,
.frm_grid .frm_radio label input,
.frm_grid_odd .frm_radio label input,
.frm_grid_first .frm_checkbox label input,
.frm_grid .frm_checkbox label input,
.frm_grid_odd .frm_checkbox label input {
  visibility: visible;
  margin: 2px 0 0;
  float: right;
}
.frm_grid .frm_radio,
.frm_grid_first .frm_radio,
.frm_grid_odd .frm_radio,
.frm_grid .frm_checkbox,
.frm_grid_first .frm_checkbox,
.frm_grid_odd .frm_checkbox {
  display: inline;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox,
.frm_grid_2 .frm_primary_label {
  width: 48% !important;
}
.frm_grid_2 .frm_radio,
.frm_grid_2 .frm_checkbox {
  margin-right: 4%;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox,
.frm_grid_3 .frm_primary_label {
  width: 30% !important;
}
.frm_grid_3 .frm_radio,
.frm_grid_3 .frm_checkbox {
  margin-right: 3%;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
  width: 20% !important;
}
.frm_grid_4 .frm_primary_label {
  width: 28% !important;
}
.frm_grid_4 .frm_radio,
.frm_grid_4 .frm_checkbox {
  margin-right: 4%;
}
.frm_grid_5 .frm_primary_label,
.frm_grid_7 .frm_primary_label {
  width: 24% !important;
}
.frm_grid_5 .frm_radio,
.frm_grid_5 .frm_checkbox {
  width: 17% !important;
  margin-right: 2%;
}
.frm_grid_6 .frm_primary_label {
  width: 25% !important;
}
.frm_grid_6 .frm_radio,
.frm_grid_6 .frm_checkbox {
  width: 14% !important;
  margin-right: 1%;
}
.frm_grid_7 .frm_primary_label {
  width: 22% !important;
}
.frm_grid_7 .frm_radio,
.frm_grid_7 .frm_checkbox {
  width: 12% !important;
  margin-right: 1%;
}
.frm_grid_8 .frm_primary_label {
  width: 23% !important;
}
.frm_grid_8 .frm_radio,
.frm_grid_8 .frm_checkbox {
  width: 10% !important;
  margin-right: 1%;
}
.frm_grid_9 .frm_primary_label {
  width: 20% !important;
}
.frm_grid_9 .frm_radio,
.frm_grid_9 .frm_checkbox {
  width: 9% !important;
  margin-right: 1%;
}
.frm_grid_10 .frm_primary_label {
  width: 19% !important;
}
.frm_grid_10 .frm_radio,
.frm_grid_10 .frm_checkbox {
  width: 8% !important;
  margin-right: 1%;
}
.frm_form_field.frm_inline_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_opt_container {
  padding-top: 4px;
}
.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,
.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,
.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {
  margin-right: 0;
}
.frm_form_field.frm_two_col .frm_opt_container,
.frm_form_field.frm_three_col .frm_opt_container,
.frm_form_field.frm_four_col .frm_opt_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  grid-gap: 0 2.5%;
}
.frm_form_field.frm_three_col .frm_opt_container {
  grid-template-columns: repeat(3, 1fr);
}
.frm_form_field.frm_four_col .frm_opt_container {
  grid-template-columns: repeat(4, 1fr);
}
.frm_form_field.frm_two_col .frm_radio,
.frm_form_field.frm_two_col .frm_checkbox,
.frm_form_field.frm_three_col .frm_radio,
.frm_form_field.frm_three_col .frm_checkbox,
.frm_form_field.frm_four_col .frm_radio,
.frm_form_field.frm_four_col .frm_checkbox {
  grid-column-end: span 1;
}
.frm_form_field .frm_checkbox,
.frm_form_field .frm_checkbox + .frm_checkbox,
.frm_form_field .frm_radio,
.frm_form_field .frm_radio + .frm_radio {
  margin-top: 0;
  margin-bottom: 0;
}
.frm_form_field.frm_scroll_box .frm_opt_container {
  height: 100px;
  overflow: auto;
}
.frm_html_container.frm_scroll_box,
.frm_form_field.frm_html_scroll_box {
  height: 100px;
  overflow: auto;
  background-color: #ffffff;
  background-color: var(--bg-color);
  border-color: #bfc3c8;
  border-color: var(--border-color);
  border-width: 1px;
  border-width: var(--field-border-width);
  border-style: solid;
  border-style: var(--field-border-style);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-radius: var(--border-radius);
  width: 100%;
  width: var(--field-width);
  max-width: 100%;
  font-size: 14px;
  font-size: var(--field-font-size);
  padding: 6px 10px;
  padding: var(--field-pad);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: var(--box-shadow);
}
.frm_form_field.frm_total_big input,
.frm_form_field.frm_total_big textarea,
.frm_form_field.frm_total input,
.frm_form_field.frm_total textarea {
  opacity: 1;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline;
  -moz-appearance: textfield;
  padding: 0;
}
.frm_form_field.frm_total_big input::-webkit-outer-spin-button,
.frm_form_field.frm_total_big input::-webkit-inner-spin-button,
.frm_form_field.frm_total input::-webkit-outer-spin-button,
.frm_form_field.frm_total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.frm_form_field.frm_total_big input:focus,
.frm_form_field.frm_total_big textarea:focus,
.frm_form_field.frm_total input:focus,
.frm_form_field.frm_total textarea:focus {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.frm_form_field.frm_label_justify .frm_primary_label {
  text-align: justify !important;
}
.frm_form_field.frm_capitalize input,
.frm_form_field.frm_capitalize select,
.frm_form_field.frm_capitalize .frm_opt_container label {
  text-transform: capitalize;
}
.frm_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.frm_clearfix {
  display: block;
}
.with_frm_style
  .frm_repeat_sec
  .frm_form_field.frm_repeat_buttons
  .frm_icon_font::before {
  color: #ffffff;
  color: var(--repeat-icon-color);
}
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-first,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-middle,
.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-last {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,
  .frm_form_field
    .frm_repeat_grid
    .frm_form_field.frm_seventh
    .frm_primary_label,
  .frm_form_field
    .frm_repeat_grid
    .frm_form_field.frm_eighth
    .frm_primary_label {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .frm_form_field.frm_four_col .frm_opt_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .with_frm_style .frm_repeat_inline,
  .with_frm_style .frm_repeat_grid {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .frm_form_field.frm_two_col .frm_radio,
  .frm_form_field.frm_two_col .frm_checkbox,
  .frm_form_field.frm_three_col .frm_radio,
  .frm_form_field.frm_three_col .frm_checkbox {
    width: auto;
    margin-right: 0;
    float: none;
    display: block;
  }
  .frm_form_field input[type="file"] {
    max-width: 220px;
  }
  .with_frm_style .frm-g-recaptcha > div > div,
  .with_frm_style .g-recaptcha > div > div {
    width: inherit !important;
    display: block;
    overflow: hidden;
    max-width: 302px;
    border-right: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 0px 4px -1px rgba(0, 0, 0, 0.08);
  }
  .with_frm_style .g-recaptcha iframe,
  .with_frm_style .frm-g-recaptcha iframe {
    width: 100%;
  }
}

/* Source: https://dvgroup.global/wp-includes/css/dist/block-library/style.min.css?ver=6.8.3 */
@charset "UTF-8";
.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.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, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 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;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}
.wp-block-buttons {
  box-sizing: border-box;
}
.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-buttons .wp-block-button__link {
  width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  /*!rtl:begin:ignore*/
  direction: ltr;
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  text-align: initial;
  white-space: pre-wrap;
  /*!rtl:end:ignore*/
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !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) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: 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-stretch {
  align-self: stretch;
}
.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 {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.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-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.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: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.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: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-comments {
  box-sizing: border-box;
}
.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 {
  font-size: inherit;
  margin-bottom: 0.5em;
  margin-right: 0.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 {
  display: inline-block;
  margin-right: 1ch;
}
.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 {
  display: inline-block;
  margin-left: 1ch;
}
.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 {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-comment-date {
  box-sizing: border-box;
}
.comment-awaiting-moderation {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
  box-sizing: border-box;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.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"]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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
  .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,
.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 {
  opacity: 0;
}
.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,
.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 {
  opacity: 0.1;
}
.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,
.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 {
  opacity: 0.2;
}
.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,
.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 {
  opacity: 0.3;
}
.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,
.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 {
  opacity: 0.4;
}
.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,
.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 {
  opacity: 0.5;
}
.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,
.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 {
  opacity: 0.6;
}
.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,
.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 {
  opacity: 0.7;
}
.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,
.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 {
  opacity: 0.8;
}
.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,
.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 {
  opacity: 0.9;
}
.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,
.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 {
  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.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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%;
}
.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;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.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-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .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: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .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: scroll;
  }
}
.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-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 .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__image-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__video-background {
  z-index: 0;
}
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__inner-container,
body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  ).has-background-dim:not(.has-background-gradient):before {
  z-index: 1;
}
.has-modal-open
  body:not(.editor-styles-wrapper)
  .wp-block-cover:not(
    .wp-block-cover:has(
      .wp-block-cover__background + .wp-block-cover__inner-container
    )
  )
  .wp-block-cover__inner-container {
  z-index: auto;
}
.wp-block-details {
  box-sizing: border-box;
}
.wp-block-details summary {
  cursor: pointer;
}
.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-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.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 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  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 {
  box-sizing: border-box;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.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: 0.85;
  text-decoration: none;
}
.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
.wp-block-form-input__label.is-label-inline
  .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row;
  width: fit-content;
}
.wp-block-form-input__label:has(input[type="checkbox"])
  .wp-block-form-input__label-content {
  margin: 0;
}
.wp-block-form-input__label:has(
  .wp-block-form-input__label-content + input[type="checkbox"]
) {
  flex-direction: row-reverse;
}
.wp-block-form-input__label-content {
  width: fit-content;
}
.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}
textarea.wp-block-form-input__input {
  min-height: 10em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 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 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  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 {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.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;
  height: auto;
  max-width: 100%;
  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 {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  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 {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.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 {
  margin-right: 0;
  width: 100%;
}
@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 {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .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 {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .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 {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .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 {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .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 {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .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 {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .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) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.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,
.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #0006, #0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000;
}
@media (hover: none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000;
  }
}
.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 {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded:before {
  content: none;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.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 {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.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;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image > a,
.wp-block-image > figure > a {
  display: inline-block;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden;
  }
  .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull > a,
.wp-block-image.alignwide > a {
  width: 100%;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
:root
  :where(
    .wp-block-image.is-style-rounded img,
    .wp-block-image .is-style-rounded img
  ) {
  border-radius: 9999px;
}
.wp-block-image figure {
  margin: 0;
}
.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 20px;
  z-index: 100;
}
@media not (prefers-reduced-motion) {
  .wp-lightbox-container button {
    transition: opacity 0.2s ease;
  }
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}
.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  visibility: visible;
}
@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active {
    animation: turn-on-visibility 0.25s both;
  }
  .wp-lightbox-overlay.active img {
    animation: turn-on-visibility 0.35s both;
  }
  .wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility 0.35s both;
  }
  .wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility 0.25s both;
  }
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container
    img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment
  )
) {
  line-height: 1.1;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
  )
) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.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;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.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: 0.75em;
  width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.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;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
}
.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% - 0.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% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.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;
  }
}
:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-loginout,
.wp-block-media-text {
  box-sizing: border-box;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.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 a {
  display: block;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.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 {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@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-bottom: 0;
  margin-left: 0;
  margin-top: 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 {
  align-items: center;
  display: flex;
  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
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.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(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.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 {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
@media not (prefers-reduced-motion) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    transition: opacity 0.1s linear;
  }
}
.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-left: auto;
  margin-right: 0;
}
.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 {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.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
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
  > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.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 {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation-item.open-on-click
  button.wp-block-navigation-item__content:not(
    .wp-block-navigation-submenu__toggle
  ) {
  padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
: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)
) {
  padding: 0.5em 1em;
}
: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)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    button.wp-block-navigation-item__content
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-pages-list__item
    button.wp-block-navigation-item__content
) {
  padding: 0.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;
  border: 1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__submenu-container {
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, 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(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem)
    clamp(1rem, var(--wp--style--root--padding-right), 20rem)
    clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
    clamp(1rem, var(--wp--style--root--padding-left), 20rem);
  z-index: 100000;
}
@media not (prefers-reduced-motion) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation 0.1s ease-out;
    animation-fill-mode: forwards;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.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
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.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-navigation__submenu-container {
  gap: inherit;
}
.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 {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.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-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !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 {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .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;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__responsive-container.is-menu-open {
  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 {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.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 {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.link-ui-block-inserter {
  padding-top: 8px;
}
.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.wp-block-page-list {
  box-sizing: border-box;
}
.is-small-text {
  font-size: 0.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;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-author-biography {
  box-sizing: border-box;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.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 :where(input[type="submit"]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  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: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.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: 0.5em;
}
.wp-block-post-comments-count {
  box-sizing: border-box;
}
.wp-block-post-content {
  display: flow-root;
}
.wp-block-post-comments-link,
.wp-block-post-date {
  box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.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;
  height: 100%;
}
.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.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 {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial;
}
.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: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.wp-block-post-author-name {
  box-sizing: border-box;
}
.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote p {
  margin-top: 0;
}
.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.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.has-text-align-center blockquote {
  text-align: center;
}
.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 {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
  display: block;
}
.wp-block-post-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.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% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.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);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.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 {
  display: inline-block;
  margin-left: 1ch;
}
.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-query-total,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-quote > cite {
  display: block;
}
.wp-block-read-more {
  display: block;
  width: fit-content;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
  text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
  text-decoration: none;
}
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;
}
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: 0.8125em;
}
.wp-block-rss {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.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 {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
: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: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block[data-align="right"]
  .wp-block-search.wp-block-search__button-only
  .wp-block-search__inside-wrapper {
  float: right;
}
.wp-block-separator {
  border: none;
  border-top: 2px solid;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.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;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
.wp-block-site-tagline,
.wp-block-site-title {
  box-sizing: border-box;
}
.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.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 {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
}
@media not (prefers-reduced-motion) {
  .wp-block-social-link {
    transition: transform 0.1s ease;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor
  svg,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-discord {
  background-color: #5865f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
  color: #5865f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-fivehundredpx {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
:where(.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;
}
:root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.6666666667em;
  padding-right: 0.6666666667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color)
  .wp-social-link-snapchat
  .wp-block-social-link-label {
  color: #000;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: 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;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.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 thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.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 {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.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: #0000;
}
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
  border-color: inherit;
}
.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,
.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 {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: initial;
}
.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,
.wp-block-table table[style*="border-right-color"] > * {
  border-right-color: inherit;
}
.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,
.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 {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: initial;
}
.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,
.wp-block-table table[style*="border-left-color"] > * {
  border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
  border-style: inherit;
  border-width: inherit;
}
:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}
:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.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.3333333333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}
a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.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-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-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%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

/* Source: https://dvgroup.global/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=8.5.2 */
.components-custom-select-control {
  position: relative;
}
.components-custom-select-control__label {
  display: block;
  margin-bottom: 8px;
}
.components-custom-select-control__button {
  border: 1px solid #757575;
  border-radius: 2px;
  min-height: 30px;
  min-width: 130px;
  position: relative;
  text-align: left;
}
.components-custom-select-control__button.components-custom-select-control__button {
  padding-right: 24px;
}
.components-custom-select-control__button:focus:not(:disabled) {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}
.components-custom-select-control__button
  .components-custom-select-control__button-icon {
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.components-custom-select-control__menu {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  max-height: 400px;
  min-width: 100%;
  outline: none;
  overflow: auto;
  padding: 0;
  position: absolute;
  transition: none;
  z-index: 1000000;
}
.components-custom-select-control__menu[aria-hidden="true"] {
  display: none;
}
.components-custom-select-control__item {
  align-items: center;
  cursor: default;
  display: flex;
  line-height: 28px;
  list-style-type: none;
  padding: 8px;
}
.components-custom-select-control__item.is-highlighted {
  background: #ddd;
}
.components-custom-select-control__item
  .components-custom-select-control__item-icon {
  margin-left: auto;
  margin-right: 0;
}
.components-custom-select-control__item:last-child {
  margin-bottom: 0;
}
.components-snackbar {
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 16px 24px;
  pointer-events: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .components-snackbar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.components-snackbar:focus {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 3px var(--wp-admin-theme-color);
}
.components-snackbar.components-snackbar-explicit-dismiss {
  cursor: default;
}
.components-snackbar .components-snackbar__content-with-icon {
  margin-left: 24px;
}
.components-snackbar .components-snackbar__icon {
  left: 28px;
  position: absolute;
  top: 24px;
}
.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 32px;
}
.components-snackbar__action.components-button {
  color: #fff;
  flex-shrink: 0;
  height: auto;
  line-height: 1.4;
  margin-left: 32px;
  padding: 0;
}
.components-snackbar__action.components-button:not(:disabled):not(
    [aria-disabled="true"]
  ):not(.is-secondary) {
  background-color: transparent;
  text-decoration: underline;
}
.components-snackbar__action.components-button:not(:disabled):not(
    [aria-disabled="true"]
  ):not(.is-secondary):focus {
  box-shadow: none;
  color: #fff;
  outline: 1px dotted #fff;
}
.components-snackbar__action.components-button:not(:disabled):not(
    [aria-disabled="true"]
  ):not(.is-secondary):hover {
  color: var(--wp-admin-theme-color);
}
.components-snackbar__content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.components-snackbar-list {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000;
}
.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative;
}
.components-combobox-control {
  width: 100%;
}
input.components-combobox-control__input[type="text"] {
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%;
}
@media (min-width: 600px) {
  input.components-combobox-control__input[type="text"] {
    font-size: 13px;
  }
}
input.components-combobox-control__input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.components-combobox-control__suggestions-container {
  align-items: flex-start;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: flex;
  flex-wrap: wrap;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 4px;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .components-combobox-control__suggestions-container {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-combobox-control__suggestions-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-combobox-control__suggestions-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-combobox-control__suggestions-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}
.components-combobox-control__suggestions-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-combobox-control__suggestions-container:focus-within {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-combobox-control__reset.components-button {
  display: flex;
  height: 24px;
  min-width: 24px;
  padding: 0;
}
.components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 2px 4px;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__input-container {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}
.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd;
}
.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .components-form-token-field__input-container
    input[type="text"].components-form-token-field__input {
    font-size: 13px;
  }
}
.components-form-token-field.is-active
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input,
.components-form-token-field__input-container
  input[type="text"].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none;
}
.components-form-token-field__input-container
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  width: auto;
}
.components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px;
}
.components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal;
}
.components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%;
}
.components-form-token-field__token.is-success
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-success
  .components-form-token-field__token-text {
  background: #4ab866;
}
.components-form-token-field__token.is-error
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-error
  .components-form-token-field__token-text {
  background: #cc1818;
}
.components-form-token-field__token.is-validating
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating
  .components-form-token-field__token-text {
  color: #757575;
}
.components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative;
}
.components-form-token-field__token.is-borderless
  .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color);
}
.components-form-token-field__token.is-borderless
  .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}
.components-form-token-field__token.is-borderless.is-success
  .components-form-token-field__token-text {
  color: #4ab866;
}
.components-form-token-field__token.is-borderless.is-error
  .components-form-token-field__token-text {
  border-radius: 4px 0 0 4px;
  color: #cc1818;
  padding: 0 4px 0 6px;
}
.components-form-token-field__token.is-borderless.is-validating
  .components-form-token-field__token-text {
  color: #1e1e1e;
}
.components-form-token-field__token.is-disabled
  .components-form-token-field__remove-token {
  cursor: default;
}
.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__remove-token.components-button,
  .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.components-form-token-field__token-text {
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.components-form-token-field__remove-token.components-button {
  border-radius: 0 2px 2px 0;
  color: #1e1e1e;
  cursor: pointer;
  line-height: 10px;
  overflow: initial;
  padding: 0 2px;
}
.components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e;
}
.components-form-token-field__suggestions-list {
  border-top: 1px solid #757575;
  flex: 1 0 100%;
  list-style: none;
  margin: 4px -4px -4px;
  max-height: 9em;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px;
}
.components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff;
}
.components-form-token-field__suggestion-match {
  text-decoration: underline;
}

/* Source: https://dvgroup.global/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=8.5.2 */
.wc-block-link-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-link-button,
.wc-block-link-button:active,
.wc-block-link-button:focus,
.wc-block-link-button:hover {
  background: transparent;
}
.wc-block-suspense-placeholder {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-suspense-placeholder > * {
  visibility: hidden;
}
.wc-block-suspense-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-suspense-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-suspense-placeholder:before {
  content: " ";
}
.wc-block-grid__products .wc-block-grid__product-image {
  display: block;
  position: relative;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product-image a {
  border: 0;
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none;
}
.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}
.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
.wc-block-grid__product-price {
  display: block;
}
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0.5em;
}
.wc-block-grid__product-add-to-cart.wp-block-button {
  white-space: normal;
  word-break: break-word;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  margin: 0 auto !important;
  padding: 0.5em 1em;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.loading {
  opacity: 0.25;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.added:after {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.loading:after {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
}
.has-5-columns:not(.alignfull)
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-6-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-7-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-8-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after,
.has-9-columns
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:after {
  content: "";
  margin: 0;
}
.wc-block-grid__product-rating {
  color: #000;
  display: block;
}
.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  color: #aaa;
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.25em 0.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
}
.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px;
}
.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}
.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}
.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}
.theme-twentynineteen .wc-block-grid__product-title:before {
  display: none;
}
.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1;
}
.theme-twentynineteen
  .editor-styles-wrapper
  .wp-block-button
  .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}
.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}
.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
  color: #cd2653;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Helvetica Neue,
    helvetica,
    sans-serif;
  font-size: 1em;
}
.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}
.theme-twentytwenty
  .wc-block-components-product-price
  .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Helvetica Neue,
    helvetica,
    sans-serif;
  font-size: 0.9em;
}
.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: 0.5;
}
.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
  text-decoration: none;
}
.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
  font-size: 0.7em;
}
.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty
  .wc-block-grid__product-rating
  .wc-block-components-product-rating__stars,
.theme-twentytwenty
  .wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars {
  line-height: 1;
}
.theme-twentytwenty
  .wc-block-components-product-button
  > .wp-block-button__link,
.theme-twentytwenty
  .wc-block-grid__product-add-to-cart
  > .wp-block-button__link {
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Helvetica Neue,
    helvetica,
    sans-serif;
}
.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  background: #cd2653;
  color: #fff;
  font-family:
    -apple-system,
    blinkmacsystemfont,
    Helvetica Neue,
    helvetica,
    sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-components-product-sale-badge {
  position: static;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-grid__product-image
  .wc-block-components-product-sale-badge {
  position: absolute;
}
.theme-twentytwenty
  .wc-block-grid__products
  .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
  font-size: 1em;
}
.theme-twentytwenty
  .wc-block-active-filters
  .wc-block-active-filters__clear-all {
  font-size: 0.75em;
}
.theme-twentytwenty
  .wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link {
  font-size: 0.75em;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
  display: block;
  margin-top: 12px;
}
.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.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;
}
.wc-block-components-product-add-to-cart-attribute-picker {
  flex-basis: 100%;
  margin: 0;
}
.wc-block-components-product-add-to-cart-attribute-picker label {
  display: block;
  font-size: 1em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__container {
  position: relative;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select
  select {
  min-height: 1.75em;
  min-width: 60%;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
  margin-bottom: 24px;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select {
  border-color: #cc1818;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select:focus {
  outline-color: #cc1818;
}
.wc-block-components-product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text {
  display: block;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
  height: 1.5em;
  margin: -0.25em 0 -0.25em 0.5em;
  vertical-align: top;
  width: 1.5em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  color: #43454b;
  flex-basis: 5em;
  margin: 0 1em 0.75em 0;
  padding: 0.618em;
  text-align: center;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  > *,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:after,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-button,
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-quantity,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-button,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-grid .wc-block-components-product-add-to-cart {
  justify-content: center;
}
.wc-block-components-product-add-to-cart-notice {
  margin: 0;
}
.wp-block-button.wc-block-components-product-button {
  margin-bottom: 12px;
  margin-top: 0;
  white-space: normal;
  word-break: break-word;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button {
  border-style: none;
  display: inline-flex;
  font-family: inherit;
  font-weight: inherit;
  justify-content: center;
  margin: 0 auto;
  white-space: normal;
  word-break: break-word;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder
  > * {
  visibility: hidden;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-button.wc-block-components-product-button
    .wc-block-components-product-button__button--placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-product-button
  > .wc-block-components-product-button__button:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-product-button
    > .wc-block-components-product-button__button {
    -webkit-animation: none;
    animation: none;
  }
}
.theme-twentytwentyone
  .editor-styles-wrapper
  .wc-block-components-product-button
  .wp-block-button__link {
  background-color: var(--button--color-background);
  border-color: var(--button--color-background);
  color: var(--button--color-text);
}
.wc-block-components-product-category-list {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-category-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.wc-block-components-product-category-list ul li {
  display: inline;
  list-style: none;
}
.wc-block-components-product-category-list ul li:after {
  content: ", ";
}
.wc-block-components-product-category-list ul li:last-child:after {
  content: "";
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image,
.wc-block-components-product-image {
  display: block;
  position: relative;
  text-decoration: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  a,
.wc-block-components-product-image a {
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img,
.wc-block-components-product-image img {
  border-radius: inherit;
  vertical-align: middle;
  width: 100%;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img[hidden],
.wc-block-components-product-image img[hidden] {
  display: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  img[alt=""],
.wc-block-components-product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-left,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-left {
  left: 4px;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-center {
  left: 50%;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px;
  transform: translateX(-50%);
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image
  .wc-block-components-product-sale-badge--align-right {
  left: auto;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 4px;
}
.is-loading .wc-block-components-product-image {
  background-color: #ebebeb !important;
  border: 0 !important;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: auto;
  z-index: 1;
}
.is-loading .wc-block-components-product-image > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-image:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-image {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-product-image {
  margin: 0 0 12px;
}
.wc-block-components-product-rating {
  display: block;
  margin-bottom: 12px;
  margin-top: 0;
}
.wc-block-components-product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.wc-block-components-product-rating__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-components-product-rating__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-single-product .wc-block-components-product-rating__stars {
  margin: 0;
}
.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0 auto 12px;
  padding: 0.25em 0.75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
}
.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit;
}
.wc-block-components-product-sku {
  display: block;
  font-size: 0.875em;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
}
.wc-block-components-product-stock-indicator {
  display: block;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-summary {
  margin-bottom: 12px;
  margin-top: 0;
}
.is-loading .wc-block-components-product-summary:before {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  content: ".";
  display: block;
  height: 6em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading .wc-block-components-product-summary:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-summary:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-summary:before {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-product-tag-list {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-tag-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.wc-block-components-product-tag-list ul li {
  display: inline;
  list-style: none;
}
.wc-block-components-product-tag-list ul li:after {
  content: ", ";
}
.wc-block-components-product-tag-list ul li:last-child:after {
  content: "";
}
.wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
}
.wc-block-components-product-title a {
  color: inherit;
  font-size: inherit;
}
.is-loading .wc-block-components-product-title:before {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1;
}
.is-loading .wc-block-components-product-title:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-title:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-title:before {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading .wc-block-grid .wc-block-components-product-title:before {
  width: 10em;
}
.wc-block-components-product-title--align-left {
  text-align: left;
}
.wc-block-components-product-title--align-center {
  text-align: center;
}
.wc-block-components-product-title--align-right {
  text-align: right;
}
.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
}
.wc-block-components-error__header {
  color: #646970;
  font-size: 2em;
  margin: 0;
}
.wc-block-components-error__image {
  margin: 0 0 24px;
  width: 25%;
}
.wc-block-components-error__text {
  color: #8c8f94;
  font-size: 1.25em;
  margin: 1em 0 0;
  max-width: 60ch;
}
.wc-block-components-error__message {
  color: #8c8f94;
  font-style: italic;
  margin: 1em auto 0;
  max-width: 60ch;
}
.wc-block-error__button {
  margin: 40px 0 0;
}
.wc-block-components-button:not(.is-link) {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 700;
  justify-content: center;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  min-height: 3em;
  padding: 0 1em;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-decoration: none;
  text-transform: inherit;
  text-transform: none;
  transition: box-shadow 0.1s linear;
}
.wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow:
    inset 0 0 0 1px #fff,
    0 0 0 2px #0675c4;
  outline: 3px solid transparent;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text {
  visibility: hidden;
}
.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).text:hover {
  opacity: 0.9;
}
.wc-block-components-button:not(.is-link).contained,
.wc-block-components-button:not(.is-link).contained:active,
.wc-block-components-button:not(.is-link).contained:disabled,
.wc-block-components-button:not(.is-link).contained:focus,
.wc-block-components-button:not(.is-link).contained:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-button:not(.is-link).contained:hover {
  opacity: 0.9;
}
.wc-block-components-button:not(.is-link).outlined {
  background-color: transparent;
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px #1e1e1e;
}
.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1;
}
.wc-block-components-form {
  counter-reset: checkout-step;
}
.wc-block-components-form .wc-block-components-checkout-step {
  background: none;
  border: none;
  margin: 0;
  padding: 0 0 0 24px;
  position: relative;
}
.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
  padding-left: 0;
}
.wc-block-components-checkout-step--disabled {
  opacity: 0.6;
}
.wc-block-components-checkout-step__container {
  position: relative;
}
.wc-block-components-checkout-step__content > * {
  margin-bottom: 1em;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__content
  > :last-child {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.wc-block-components-checkout-step__heading {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  margin: 0.75em 0 1em;
  position: relative;
}
.wc-block-components-checkout-step:first-child
  .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule
  + .wc-block-components-checkout-step
  .wc-block-components-checkout-step__heading {
  margin-top: 0;
}
.wc-block-components-checkout-step__title {
  margin: 0 12px 0 0;
}
.wc-block-components-checkout-step__heading-content {
  font-size: 0.75em;
}
.wc-block-components-checkout-step__heading-content a {
  color: inherit;
  font-weight: 700;
}
.wc-block-components-checkout-step__description {
  font-size: 0.875em;
  line-height: 1.25;
  margin-bottom: 16px;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before {
  background: transparent;
  border: 0;
  border-radius: 0;
  content: " " counter(checkout-step) ".";
  content: " " counter(checkout-step) "."/"";
  counter-increment: checkout-step;
  left: -24px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  vertical-align: baseline;
  width: 24px;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  border-left: 1px solid;
  content: "";
  height: 100%;
  left: -24px;
  opacity: 0.3;
  position: absolute;
  top: 0;
}
.is-mobile
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before,
.is-small
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__title:before {
  content: counter(checkout-step) ". ";
  content: counter(checkout-step) ". "/"";
  left: auto;
  position: static;
  top: auto;
  transform: none;
}
.is-mobile
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after,
.is-small
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  content: unset;
}
.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px 0 0;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
}
.wc-block-components-order-summary .wc-block-components-panel__content {
  margin-bottom: 0;
}
.wc-block-components-order-summary__content {
  display: table;
  width: 100%;
}
.wc-block-components-order-summary-item {
  display: flex;
  font-size: 0.875em;
  padding-bottom: 1px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}
.wc-block-components-order-summary-item:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-order-summary-item:first-child {
  padding-top: 0;
}
.wc-block-components-order-summary-item:last-child > div {
  padding-bottom: 0;
}
.wc-block-components-order-summary-item:last-child:after {
  display: none;
}
.wc-block-components-order-summary-item .wc-block-components-product-metadata {
  font-size: 1em;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__image {
  display: table-cell;
  vertical-align: top;
}
.wc-block-components-order-summary-item__image {
  padding-bottom: 16px;
  position: relative;
  width: 48px;
}
.wc-block-components-order-summary-item__image > img {
  max-width: 48px;
  width: 48px;
}
.wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: #fff;
  border: 2px solid;
  border-radius: 1em;
  box-shadow: 0 0 0 2px #fff;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0.4em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-components-order-summary-item__description {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 12px;
}
.wc-block-components-order-summary-item__description
  .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description p {
  line-height: 1.375;
  margin-top: 4px;
}
.wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  margin-left: auto;
  text-align: right;
}
.wc-block-components-order-summary-item__individual-prices {
  display: block;
}
.wc-block-components-payment-method-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 14px;
}
.wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  display: inline-block;
  height: 24px;
  margin: 0 4px 2px;
  max-height: 24px;
  max-width: 38px;
  padding: 0;
  width: auto;
}
.wc-block-components-payment-method-icons--align-left {
  justify-content: flex-start;
}
.wc-block-components-payment-method-icons--align-left
  .wc-block-components-payment-method-icon {
  margin-left: 0;
  margin-right: 8px;
}
.wc-block-components-payment-method-icons--align-right {
  justify-content: flex-end;
}
.wc-block-components-payment-method-icons--align-right
  .wc-block-components-payment-method-icon {
  margin-left: 8px;
  margin-right: 0;
}
.wc-block-components-payment-method-icons:last-child {
  margin-bottom: 0;
}
.is-mobile
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon,
.is-small
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  height: 16px;
}
.wc-block-components-payment-method-label--with-icon {
  display: inline-block;
  vertical-align: middle;
}
.wc-block-components-payment-method-label--with-icon > img,
.wc-block-components-payment-method-label--with-icon > svg {
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
.is-mobile .wc-block-components-payment-method-label--with-icon > img,
.is-mobile .wc-block-components-payment-method-label--with-icon > svg,
.is-small .wc-block-components-payment-method-label--with-icon > img,
.is-small .wc-block-components-payment-method-label--with-icon > svg {
  display: none;
}
.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
  font-size: 0.75em;
  line-height: 1;
  list-style: none outside;
  margin: 24px 0;
  text-align: center;
}
.wc-block-components-checkout-policies__item {
  display: inline-block;
  list-style: none outside;
  margin: 0;
  padding: 0 0.25em;
}
.wc-block-components-checkout-policies__item:not(:first-child) {
  border-left: 1px solid #ccc;
}
.wc-block-components-checkout-policies__item > a {
  color: inherit;
  padding: 0 0.25em;
}
.wc-block-components-product-badge {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0 0.66em;
  text-transform: uppercase;
  white-space: nowrap;
}
.wc-block-components-product-details.wc-block-components-product-details {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  margin-bottom: 0;
}
.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 0;
}
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline-block;
}
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
  font-weight: 700;
}
img.wc-block-components-product-image[alt=""] {
  border: 1px solid #f2f2f2;
}
.wc-block-components-product-metadata {
  font-size: 0.75em;
}
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__description
  > p,
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__variation-data {
  margin: 0.25em 0;
}
.wc-block-components-checkout-return-to-cart-button {
  box-shadow: none;
  color: inherit;
  padding-left: calc(24px + 0.25em);
  position: relative;
  text-decoration: none;
}
.wc-block-components-checkout-return-to-cart-button svg {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-components-shipping-calculator-address {
  margin-bottom: 0;
}
.wc-block-components-shipping-calculator-address__button {
  margin-top: 1.5em;
  width: 100%;
}
.wc-block-components-shipping-calculator {
  padding: 0.5em 0 0.75em;
}
.wc-block-components-shipping-rates-control__package {
  margin-bottom: 36px;
}
.wc-block-components-shipping-rates-control__package:last-child {
  margin-bottom: 0;
}
.wc-block-components-shipping-rates-control__package
  .wc-block-components-panel__button {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.wc-block-components-shipping-rates-control__package
  .wc-block-components-panel__content,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control
  .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control__option-layout {
  padding-bottom: 0;
}
.wc-block-components-shipping-rates-control__package-items {
  display: block;
  font-size: 0.875em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-shipping-rates-control__package-item {
  display: inline-block;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  word-break: break-word;
  -ms-word-break: break-all;
}
.wc-block-components-shipping-rates-control__package-item:not(
    :last-child
  ):after {
  content: ", ";
  white-space: pre;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
}
.wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding-bottom: 0;
}
.wc-block-components-totals-coupon__form {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__input {
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button {
  flex-shrink: 0;
  height: 3em;
  margin-left: 8px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button.no-margin {
  margin: 0;
}
.wc-block-components-totals-coupon__content {
  flex-direction: column;
  position: relative;
}
.wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-totals-discount .wc-block-components-totals-item__value {
  color: #4ab866;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-size: 1.25em;
}
.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-weight: 700;
}
.wc-block-components-totals-footer-item
  .wc-block-components-totals-footer-item-tax {
  margin-bottom: 0;
}
.wc-block-components-totals-shipping
  fieldset.wc-block-components-totals-shipping__fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  margin-bottom: 16px;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__description,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__label,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__options
  .wc-block-components-radio-control__secondary-label {
  flex-basis: 100%;
  text-align: left;
}
.wc-block-components-totals-shipping
  .wc-block-components-shipping-rates-control__no-results-notice {
  margin: 0 0 0.75em;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping
  .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent;
  opacity: 0.8;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button:hover {
  background: transparent;
}
.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *,
.wc-block-components-checkbox-list.is-loading li > * {
  visibility: hidden;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
  .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-chip {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  margin: 0 0.365em 0.365em 0;
  max-width: 100%;
  padding: 0.25em 0.5em;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
  background: transparent;
  border: 1px solid;
  color: inherit;
}
.wc-block-components-chip.wc-block-components-chip--radius-small {
  border-radius: 3px;
}
.wc-block-components-chip.wc-block-components-chip--radius-medium {
  border-radius: 0.433em;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 2em;
  padding-left: 0.75em;
  padding-right: 0.25em;
}
.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
}
.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: 0.5em;
}
.wc-block-components-chip .wc-block-components-chip__remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #1e1e1e;
}
.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
  background: #fff;
}
.theme-twentytwentyone
  .wc-block-components-chip:active
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(
    .has-background
  ),
.theme-twentytwentyone
  .wc-block-components-chip:focus
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(
    .has-background
  ),
.theme-twentytwentyone
  .wc-block-components-chip:hover
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(
    .has-background
  ),
.theme-twentytwentyone
  .wc-block-components-chip
  button.wc-block-components-chip__remove:not(:hover):not(:active):not(
    .has-background
  ) {
  background: transparent;
}
.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus > .wc-block-components-chip__remove,
button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
  background: #949494;
}
.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus
  > .wc-block-components-chip__remove
  .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover
  > .wc-block-components-chip__remove
  .wc-block-components-chip__remove-icon {
  fill: #fff;
}
.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
  fill: #fff;
  cursor: not-allowed;
}
.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-base-control__field,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-base-control__field {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-combobox-control__suggestions-container,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-combobox-control__suggestions-container {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  height: 3em;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  opacity: 1;
  outline: inherit;
  padding: 1.5em 16px 0.25em;
  text-align: left;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"],
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #50575e;
  border-top: 0;
  color: #2b2d2f;
  margin: 3em 0 0;
  max-height: 300px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  color: #757575;
  cursor: default;
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding: 0.25em 16px;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected {
  background-color: #ddd;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-selected {
  background-color: rgba(0, 0, 0, 0.4);
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:active,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:focus,
.wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:hover,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:active,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:focus,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion:hover {
  background-color: #00669e;
  color: #fff;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: inherit;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 1;
}
.has-dark-controls
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-combobox
    .wc-block-components-combobox-control
    label.components-base-control__label,
  .wc-block-components-form
    .wc-block-components-combobox
    .wc-block-components-combobox-control
    label.components-base-control__label {
    transition: none;
  }
}
.wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  label.components-base-control__label,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: #cc1818;
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:hover,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:active,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:hover {
  border-color: #cc1818;
}
.wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus,
.wc-block-components-form
  .wc-block-components-combobox.has-error
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus {
  box-shadow: 0 0 0 1px #cc1818;
}
.wc-block-components-country-input {
  margin-top: 1.5em;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-480px);
  }
}
@keyframes slidein {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-480px);
  }
}
@media only screen and (max-width: 480px) {
  @-webkit-keyframes slidein {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
  @keyframes slidein {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100vw);
    }
  }
}
.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, 0.35);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 9999;
}
.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.wc-block-components-drawer__screen-overlay--is-hidden {
  opacity: 0;
  pointer-events: none;
}
.wc-block-components-drawer {
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-480px);
  width: 480px;
}
.wc-block-components-drawer:after {
  border-style: solid;
  border-width: 0 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .wc-block-components-drawer {
    transform: translateX(-100vw);
    width: 100vw;
  }
}
.wc-block-components-drawer__screen-overlay--with-slide-out
  .wc-block-components-drawer {
  transition: transform 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in
  .wc-block-components-drawer {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.wc-block-components-drawer__screen-overlay--is-hidden
  .wc-block-components-drawer {
  transform: translateX(0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-drawer,
  .wc-block-components-drawer__screen-overlay {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    transition: none !important;
  }
}
.wc-block-components-drawer .components-modal__content {
  padding: 40px 16px;
}
.wc-block-components-drawer .components-modal__header {
  position: relative;
}
.wc-block-components-drawer .components-modal__header .components-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: -1em;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: baseline;
}
.wc-block-components-drawer
  .components-modal__header
  .components-button
  > span {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-block-components-drawer .components-modal__header-heading {
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}
.wc-filter-element-label-list-count:before {
  content: " (";
}
.wc-filter-element-label-list-count:after {
  content: ")";
}
.wc-block-filter-title-placeholder {
  background-color: #ebebeb !important;
  background-color: #ccc !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 1.625em;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 12px;
  max-width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  min-width: 80px;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-filter-title-placeholder > * {
  visibility: hidden;
}
.wc-block-filter-title-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-filter-title-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-filter-title-placeholder:after {
  background-image: linear-gradient(90deg, #ccc, #e0e0e0, #ccc);
}
.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
  height: 1em;
  margin: 0;
}
.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
  background: transparent;
}
.wc-block-components-filter-reset-button:not([disabled]):hover {
  text-decoration: underline;
}
.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed;
}
.wc-block-components-filter-submit-button {
  border: none;
  display: block;
  margin-left: auto;
  white-space: nowrap;
}
.wc-block-components-filter-submit-button.is-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  line-height: normal;
  margin-top: 16px;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.wc-block-components-filter-submit-button.is-loading > * {
  visibility: hidden;
}
.wc-block-components-filter-submit-button.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-blocks-components-form-token-field-wrapper .components-popover {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: z-index(".components-popover");
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-x-axis][data-y-axis] {
  opacity: 1;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: z-index(".components-popover") !important;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow) {
  margin-left: 2px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  border: 8px solid #ccc;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow).is-alternate:before {
  border-color: #1e1e1e;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after {
  border: 8px solid #fff;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"] {
  margin-top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  bottom: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after {
  bottom: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
  margin-top: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after {
  top: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="left"] {
  margin-left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="left"]:before {
  right: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="left"]:after {
  right: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="left"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="left"]:before {
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="right"] {
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="right"]:before {
  left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="right"]:after {
  left: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="right"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(
    .is-without-arrow
  )[data-y-axis="middle"][data-x-axis="right"]:before {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="top"] {
  bottom: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="bottom"] {
  top: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="middle"] {
  align-items: center;
  display: flex;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
  margin-top: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-bottom {
  margin-top: -12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
  margin-left: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
  margin-right: 12px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.is-alternate
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: 1px solid #1e1e1e;
  box-shadow: none;
}
.components-popover
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  height: auto;
  overflow-y: auto;
  position: absolute;
}
.components-popover.is-expanded
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: none;
  border-top: 1px solid #1e1e1e;
  height: calc(100% - 48px);
  min-width: auto;
  overflow-y: visible;
  position: static;
}
.components-popover[data-y-axis="top"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  bottom: 100%;
}
.components-popover[data-x-axis="center"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 50%;
  transform: translateX(-50%);
}
.components-popover[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 100%;
  position: absolute;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-left: -25px;
}
.components-popover[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  position: absolute;
  right: 100%;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-right: -25px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 8px 0 16px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__close.components-button {
  z-index: z-index(".components-popover__close");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover {
  z-index: z-index(".components-tooltip");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover
  .components-popover__content {
  min-width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content {
  background: #1e1e1e;
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content
  > div {
  padding: 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
  display: inline-block;
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .disabled-element-wrapper
  .event-catcher {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: z-index(".components-tooltip .event-catcher");
}
.wc-blocks-components-form-token-field-wrapper {
  border-color: #949494;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border-color: inherit;
  box-sizing: border-box;
  margin-bottom: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  min-height: 30px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token-text {
  background: #e0e0e0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token {
  border: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #949494;
  border-top: 0 solid #949494;
  left: -1px;
  margin: 1px 0 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 50;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list:empty {
  display: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion {
  padding: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion.is-selected {
  background: #f0f0f0;
  color: #2f2f2f;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token {
  margin-right: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  background: transparent;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  padding-left: 4px;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  position: absolute;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  border: 1px solid #949494;
  margin: 0 2px 4px;
  padding: 0 5px;
  position: static;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
}
.wc-block-components-load-more {
  text-align: center;
  width: 100%;
}
.wc-block-components-loading-mask {
  min-height: 34px;
  pointer-events: none;
  position: relative;
}
.wc-block-components-loading-mask .components-spinner {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
  opacity: 0.25;
}
.wc-block-components-pagination {
  margin: 0 auto 16px;
}
.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
  color: #333;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
}
.wc-block-components-pagination__page {
  border-color: transparent;
  min-width: 2.2em;
  padding: 0.3em 0.6em;
}
@media (max-width: 782px) {
  .wc-block-components-pagination__page {
    min-width: 1.6em;
    padding: 0.1em 0.2em;
  }
}
.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent;
}
.wc-block-components-pagination__ellipsis {
  padding: 0.3em;
}
@media (max-width: 782px) {
  .wc-block-components-pagination__ellipsis {
    padding: 0.1em;
  }
}
.wc-block-components-pagination__page--active[disabled] {
  color: #333;
  font-weight: 700;
  opacity: 1 !important;
}
.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
  background-color: inherit;
  color: #333;
  opacity: 1 !important;
}
html[dir="rtl"] .wc-block-components-pagination-page--arrow span {
  display: inline-block;
  transform: scaleX(-1);
}
.wc-block-components-price-slider {
  margin-bottom: 24px;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-reset-button
  > *,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-button
  > *,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper
  > * {
  visibility: hidden;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-filter-reset-button,
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-filter-submit-button,
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__amount {
  display: none;
}
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading)
  .wc-block-components-price-slider__range-input-wrapper {
  -webkit-animation: none;
  animation: none;
}
.wc-block-components-price-slider__range-input-wrapper {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  border-radius: 4px;
  clear: both;
  flex-grow: 1;
  height: 4px;
  margin: 15px 0;
  outline: none;
  padding: 0 !important;
  position: relative;
}
.wc-block-components-price-slider__range-input-wrapper:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  height: 0.5625em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading > * {
  visibility: hidden;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider__range-input-wrapper.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(
      90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100%/100% 100%;
  --range-color: currentColor;
  background: var(--track-background);
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wc-block-components-price-slider__controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 16px 0;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  border-radius: 4px;
  border-width: 1px;
  margin: 0;
  max-width: 80px;
  min-width: 0;
  padding: 8px;
  width: auto;
}
.wc-block-components-price-slider--is-input-inline
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  max-width: 60px;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0 !important;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading
  > * {
  visibility: hidden;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider__controls
    .wc-block-components-price-slider__amount.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider__range-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
.wc-block-components-price-slider__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.wc-block-components-price-slider__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button {
  margin-left: 0;
  margin-top: 0;
}
.wc-block-components-price-slider__range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  outline: none;
  outline: none !important;
  padding: 0 !important;
  pointer-events: none;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: -5px 0 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  background-position-x: left;
  margin-left: -2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 2px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 2px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}
.rtl .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(
      270deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100%/100% 100%;
  --range-color: #af7dd1;
  background: var(--track-background);
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px);
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    background-color: #ebebeb !important;
    border: 0 !important;
    border-radius: 0.25rem;
    box-shadow: none;
    color: transparent !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper
    > * {
    visibility: hidden;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
  }
}
@media screen and (-ms-high-contrast: active) and (prefers-reduced-motion: reduce),
  screen and (-ms-high-contrast: none) and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-price-slider.is-disabled:not(.is-loading)
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
@supports (-ms-ime-align: auto) {
  .wc-block-components-price-slider__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input::-ms-fill-upper {
    background: transparent;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px);
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8;
  }
  .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
    background: transparent;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    background-color: #ebebeb !important;
    border: 0 !important;
    border-radius: 0.25rem;
    box-shadow: none;
    color: transparent !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper
    > * {
    visibility: hidden;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled
      .wc-block-components-price-slider__range-input-wrapper {
      -webkit-animation: none;
      animation: none;
    }
  }
  .wc-block-components-price-slider.is-disabled:not(.is-loading)
    .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
  }
}
.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
  background: transparent;
  border: 3px solid;
  box-sizing: border-box;
}
.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
  --range-color: currentColor;
  margin: -3px;
}
.theme-twentytwentyone .wc-block-price-filter__range-input {
  background: transparent;
  margin: -3px;
  width: calc(100% + 6px);
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone
  .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
  filter: none;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone
  .wc-block-price-filter__range-input:hover::-moz-range-thumb {
  filter: none;
}
.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
  filter: none;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input::-webkit-slider-thumb {
  margin-top: -9px;
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  transform: translate(2px, 1px);
}
.theme-twentytwentyone
  .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  transform: translate(-2px, 1px);
}
.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
  border-color: transparent !important;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .theme-twentytwentyone
    .wc-block-components-price-slider__range-input-wrapper {
    border: 0;
    height: auto;
    height: 50px;
    position: relative;
  }
  .theme-twentytwentyone
    .wc-block-components-price-slider__range-input-progress {
    display: none;
  }
  .theme-twentytwentyone .wc-block-price-filter__range-input {
    height: 100%;
    margin: 0;
    width: 100%;
  }
}
.wc-block-components-product-sort-select {
  margin-bottom: 24px;
  text-align: left;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.wc-block-grid {
  text-align: center;
}
.wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-grid__no-products .wc-block-grid__no-products-image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  font-weight: 700;
  margin: 0;
}
.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
  padding: 0;
}
.wc-block-grid__product {
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  box-sizing: border-box;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.wc-block-grid__product.wc-block-grid__product {
  box-sizing: border-box;
}
.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: flex;
  flex-direction: column;
}
.theme-twentytwenty
  .wc-block-grid.has-aligned-buttons
  .wc-block-grid__product
  > :last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
  margin-bottom: 0;
  margin-top: auto;
  padding-bottom: 12px;
}
.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
  flex: 1 0 100%;
  max-width: 100%;
}
.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
  flex: 1 0 50%;
  max-width: 50%;
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 25%;
  max-width: 25%;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
  flex: 1 0 20%;
  max-width: 20%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  flex: 1 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
  flex: 1 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  flex: 1 0 12.5%;
  max-width: 12.5%;
}
.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
  font-size: 0.5em;
}
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty
  .wc-block-grid.has-6-columns.alignfull
  .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
  font-size: 0.58em;
}
.theme-twentytwenty
  .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.theme-twentytwenty
  .wc-block-grid.has-5-columns.alignfull
  .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 0.75em;
}
.theme-twentytwenty
  .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
  font-size: 0.92em;
}
@media (max-width: 480px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__products {
    display: block;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 50%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px;
  }
  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px;
  }
}
.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}
.wc-block-components-product-price--align-left {
  display: block;
  text-align: left;
}
.wc-block-components-product-price--align-center {
  display: block;
  text-align: center;
}
.wc-block-components-product-price--align-right {
  display: block;
  text-align: right;
}
.wc-block-components-product-price__value.is-discounted {
  margin-left: 0.5em;
}
.is-loading .wc-block-components-product-price:before {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5em;
  z-index: 1;
}
.is-loading .wc-block-components-product-price:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-price:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-product-price:before {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-quantity-selector {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 0.25em;
  position: relative;
  width: 107px;
}
.wc-block-components-quantity-selector:after {
  border: 1px solid;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: 0.4em 0;
  text-align: center;
  vertical-align: middle;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none;
}
.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input:disabled {
  opacity: 0.6;
}
.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 0.6;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus {
  box-shadow: inset 0 0 1px 1px currentColor;
  outline: none;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:hover {
  opacity: 1;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:disabled {
  box-shadow: none;
  cursor: default;
  opacity: 0.6;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus {
  border-radius: 4px 0 0 4px;
  order: 1;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0 4px 4px 0;
  order: 3;
}
.theme-twentyseventeen
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:hover {
  background: none transparent;
}
.wc-block-components-radio-control__option {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 1em 0;
  padding: 0 0 0 2.5em;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-radio-control__option:first-child {
  margin-top: 0;
}
.wc-block-components-radio-control__option:last-child {
  margin-bottom: 0;
}
.wc-block-components-radio-control__option-layout {
  display: table;
  width: 100%;
}
.wc-block-components-radio-control__option
  .wc-block-components-radio-control__option-layout:after {
  display: none;
}
.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
  display: table-row;
}
.wc-block-components-radio-control__description-group > span,
.wc-block-components-radio-control__label-group > span {
  display: table-cell;
}
.wc-block-components-radio-control__description-group
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group
  .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group
  .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group
  .wc-block-components-radio-control__secondary-label {
  min-width: 50%;
  text-align: right;
}
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
  line-height: max(1.5rem, 24px);
}
.wc-block-components-radio-control__description,
.wc-block-components-radio-control__secondary-description {
  font-size: 0.875em;
  line-height: 20px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #50575e;
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  left: 0;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
}
.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: 0;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
}
.has-dark-controls
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #fff;
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border-width: 2px;
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background-color: var(--form--color-text);
}
.theme-twentytwentyone
  .wc-block-components-radio-control
  .wc-block-components-radio-control__input:after {
  display: none;
}
.is-loading .wc-block-components-review-list-item__text {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 60%;
  z-index: 1;
}
.is-loading .wc-block-components-review-list-item__text > * {
  visibility: hidden;
}
.is-loading .wc-block-components-review-list-item__text:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading .wc-block-components-review-list-item__text:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__image {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__image:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__meta
    .wc-block-components-review-list-item__author {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__author:before {
  content: " ";
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__product,
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__meta
  .wc-block-components-review-list-item__rating
  .wc-block-components-review-list-item__rating__stars
  > span {
  display: none;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 120px;
  z-index: 1;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-review-list-item__info
    .wc-block-components-review-list-item__published-date {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-components-review-list-item__info
  .wc-block-components-review-list-item__published-date:before {
  content: " ";
}
.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
  list-style: none;
  margin: 0 0 48px;
}
.wc-block-components-review-list-item__info {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}
.wc-block-components-review-list-item__meta {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.wc-block-components-review-list-item__item--has-image
  .wc-block-components-review-list-item__info {
  -ms-grid-columns: calc(3em + 16px) 1fr;
  grid-template-columns: calc(3em + 16px) 1fr;
}
.wc-block-components-review-list-item__item--has-image
  .wc-block-components-review-list-item__meta {
  -ms-grid-column: 2;
  grid-column: 2;
}
.wc-block-components-review-list-item__image {
  -ms-grid-row-span: 2;
  align-items: center;
  display: flex;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1/3;
  height: 3em;
  justify-content: center;
  position: relative;
  width: 3em;
}
.wc-block-components-review-list-item__image > img {
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wc-block-components-review-list-item__verified {
  bottom: -7px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: -7px;
  text-indent: 21px;
  width: 21px;
}
.wc-block-components-review-list-item__verified:before {
  background: transparent
    url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E')
    50% no-repeat;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
}
.wc-block-components-review-list-item__meta {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.wc-block-components-review-list-item__meta:after {
  content: "";
  flex-basis: 100%;
  order: 3;
}
.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
  display: block;
  font-weight: 700;
  margin-right: 8px;
  order: 1;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author {
  font-weight: 400;
  order: 4;
}
.wc-block-components-review-list-item__published-date {
  order: 5;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date {
  padding-left: 8px;
  position: relative;
}
.wc-block-components-review-list-item__product
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date:before {
  border-right: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: -8px;
  opacity: 0.5;
  position: absolute;
  top: calc(50% + 0.1em);
  transform: translateY(-50%);
  vertical-align: middle;
}
.wc-block-components-review-list-item__author:first-child
  + .wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating
  + .wc-block-components-review-list-item__author
  + .wc-block-components-review-list-item__published-date:before {
  display: none;
}
.wc-block-components-review-list-item__rating {
  order: 2;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars {
  display: block;
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 5.3em;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars:before {
  content: "SSSSS";
  float: left;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span:before {
  color: #e6a237;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.wc-block-components-review-list-item__text p {
  font-size: inherit;
}
.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0;
}
.wc-block-components-review-sort-select {
  text-align: right;
}
.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 3.7735849057%;
  width: 65%;
}
.wc-block-components-sidebar {
  box-sizing: border-box;
  margin: 0;
  padding-left: 2.2641509434%;
  width: 35%;
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
  border: 0;
  border-radius: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
  flex-direction: column;
  margin: 0 auto 16px;
}
.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0;
  width: 100%;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px;
}
.is-large
  .wc-block-components-sidebar
  .wc-block-components-panel
  .wc-block-components-totals-item {
  padding: 0;
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-sidebar
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button {
  font-weight: 400;
}
.theme-twentytwenty
  .wc-block-components-sidebar
  .wc-block-components-panel
  > h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-sort-select {
  margin-bottom: 12px;
}
.wc-block-components-sort-select__label {
  display: inline-block;
  font-weight: 400;
  margin-right: 12px;
}
.wc-block-components-sort-select__select {
  font-size: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wc-block-components-spinner:after {
  -webkit-animation: spinner__animation 1s linear infinite;
  animation: spinner__animation 1s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0.2em solid;
  border-left: 0.2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(0.5);
  transform-origin: 50% 50%;
  width: 1em;
}
.wc-block-components-state-input {
  margin-top: 1.5em;
}
.wc-block-components-tabs .wc-block-components-tabs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 -1px currentColor;
  color: inherit;
  flex: auto;
  outline-offset: -1px;
  padding: 12px 16px;
  text-align: center;
  transition: box-shadow 0.1s linear;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item.is-active {
  box-shadow: inset 0 -3px currentColor;
  font-weight: 600;
  position: relative;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:focus {
  outline: 1px dotted currentColor;
  outline-offset: -1px;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:active,
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item:hover {
  background: transparent;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  > img,
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  > svg {
  height: 1.2em;
  margin: 0.2em 0 -0.2em;
  vertical-align: middle;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  .wc-block-components-payment-method-icons {
  margin: 0.2em 0 -0.2em;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content
  .wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  height: 1.2em;
  vertical-align: middle;
}
.wc-block-components-tabs .wc-block-components-tabs__content {
  padding: 16px 0;
  text-transform: none;
}
.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  margin-top: 1.5em;
  position: relative;
  white-space: nowrap;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: transform 0.2s ease;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  label,
.has-dark-controls .wc-block-components-text-input label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    transition: none;
  }
}
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-text-input input:-webkit-autofill + label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  min-height: 0;
  padding: 0.75em 0;
  text-indent: 16px;
  width: 100%;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.has-dark-controls .wc-block-components-text-input input[type="email"],
.has-dark-controls .wc-block-components-text-input input[type="number"],
.has-dark-controls .wc-block-components-text-input input[type="tel"],
.has-dark-controls .wc-block-components-text-input input[type="text"],
.has-dark-controls .wc-block-components-text-input input[type="url"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="email"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="number"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="tel"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="text"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="url"]:focus {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="number"] {
  -moz-appearance: textfield;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.5em 0 0.25em;
}
.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818;
}
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #cc1818;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
  border-color: #f18c8c;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
  color: #cc1818;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  label,
.has-dark-controls .wc-block-components-text-input.has-error label {
  color: #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
  margin-top: 1.5em;
}
.wc-block-components-textarea {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 16px;
  width: 100%;
}
.has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls .wc-block-components-textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}
.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}
.wc-block-components-notices {
  display: block;
  margin-bottom: 2em;
}
.wc-block-components-notices .wc-block-components-notices__notice {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss {
  background: transparent none;
  border: 0;
  color: currentColor;
  margin: 0 0 0 auto;
  outline: 0;
  padding: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss
  svg {
  fill: currentColor;
  vertical-align: text-top;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  + .wc-block-components-notices__notice {
  margin-top: 1em;
}
.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
  padding: 1.5rem 3rem;
}
.wc-block-components-notices__snackbar {
  bottom: 20px;
  left: 16px;
  position: fixed;
  width: auto;
}
@media (max-width: 782px) {
  .wc-block-components-notices__snackbar {
    bottom: auto;
    left: 0;
    position: fixed;
    top: 10px;
  }
  .wc-block-components-notices__snackbar
    .components-snackbar-list__notice-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.wc-block-components-validation-error {
  color: #cc1818;
  font-size: 0.75em;
  max-width: 100%;
  white-space: normal;
}
.wc-block-components-validation-error > p {
  margin: 0;
  padding: 4px 0 0;
}
.has-dark-mode-palette .wc-block-components-validation-error {
  color: #f18c8c;
}
.wc-block-components-select + .wc-block-components-validation-error {
  margin-bottom: 24px;
}
.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px;
}
.wc-block-components-express-payment {
  margin: auto;
  position: relative;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons
  > li {
  margin: 0;
}
.wc-block-components-express-payment
  .wc-block-components-express-payment__event-buttons
  > li
  > img {
  height: 48px;
  width: 100%;
}
.wc-block-components-express-payment--checkout {
  margin-top: 5px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container {
  display: flex;
  flex-direction: row;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  vertical-align: middle;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container:before {
  border-left: 1px solid;
  border-radius: 5px 0 0 0;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 4px;
  margin-right: 12px;
  opacity: 0.3;
  pointer-events: none;
  width: 10px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title-container:after {
  border-radius: 0 5px 0 0;
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  flex-grow: 1;
  height: 4px;
  margin-left: 12px;
  opacity: 0.3;
  pointer-events: none;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__title {
  flex-grow: 0;
  transform: translateY(-50%);
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content {
  padding: 1.5em 23px;
  position: relative;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content:after {
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 0 1px 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content
  > p {
  margin-bottom: 1em;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li {
  display: inline-block;
  width: 50%;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:only-child {
  display: block;
  width: 100%;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:nth-child(2n) {
  padding-left: 8px;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__event-buttons
  > li:nth-child(odd) {
  padding-right: 8px;
}
.wc-block-components-express-payment--cart
  .wc-block-components-express-payment__event-buttons
  > li {
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}
.wc-block-components-express-payment--cart
  .wc-block-components-express-payment__event-buttons
  > li:last-child {
  padding-bottom: 0;
}
.wc-block-components-express-payment-continue-rule {
  align-items: center;
  display: flex;
  margin: 24px 0;
  padding: 0 24px;
  text-align: center;
}
.wc-block-components-express-payment-continue-rule:before {
  margin-right: 10px;
}
.wc-block-components-express-payment-continue-rule:after {
  margin-left: 10px;
}
.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
  border-bottom: 1px solid;
  content: " ";
  flex: 1;
  opacity: 0.3;
}
.wc-block-components-express-payment-continue-rule--cart {
  margin: 16px 0;
  text-transform: uppercase;
}
.theme-twentynineteen .wc-block-components-express-payment__title:before {
  display: none;
}
.theme-twentytwenty
  .wc-block-components-express-payment
  .wc-block-components-express-payment__title {
  padding-left: 12px;
  padding-right: 12px;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
  margin-bottom: 16px;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
  pointer-events: all;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset {
  display: block;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset
  .components-button {
  background-color: #1e1e1e;
  color: #fff;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder
  .components-placeholder__fieldset
  .wc-block-checkout__no-payment-methods-placeholder-description {
  display: block;
  margin: 0.25em 0 1em;
}
.components-notice.wc-block-checkout__no-payment-methods-notice {
  margin-bottom: 16px;
}
.wc-block-card-elements {
  display: flex;
  width: 100%;
}
.wc-block-card-elements .wc-block-components-validation-error {
  position: static;
}
.wc-block-gateway-container {
  margin-bottom: 1.5em;
  position: relative;
  white-space: nowrap;
}
.wc-block-gateway-container.wc-card-number-element {
  flex-basis: 15em;
  flex-grow: 1;
  min-width: min(15em, 60%);
}
.wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(7em, calc(24% - 12px));
}
.wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(5em, calc(16% - 12px));
}
.wc-block-gateway-container .wc-block-gateway-input {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  cursor: text;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 0 0.75em 16px;
  width: 100%;
}
.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
  background-color: #fff;
}
.wc-block-gateway-container label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: transform 0.2s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-gateway-container label {
    transition: none;
  }
}
.wc-block-gateway-container.wc-inline-card-element label {
  margin-left: calc(24px + 1.5em);
}
.wc-block-gateway-container.wc-inline-card-element
  .wc-block-gateway-input.focused.empty
  + label,
.wc-block-gateway-container.wc-inline-card-element
  .wc-block-gateway-input:not(.empty)
  + label {
  margin-left: 16px;
  transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container.wc-inline-card-element
  + .wc-block-components-validation-error {
  margin-top: -24px;
  position: static;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
  padding: 1.5em 0 0.25em 16px;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container .wc-block-gateway-input.has-error {
  border-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
  outline-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
  color: #cc1818;
}
.is-large .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-large .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-medium .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
  line-height: 16px;
  padding-top: 4px;
}
.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p,
.is-small .wc-card-cvc-element .wc-block-components-validation-error > p,
.is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
  min-height: 28px;
}
.wc-block-components-checkout-payment-methods * {
  pointer-events: all;
}
.is-mobile .wc-block-card-elements,
.is-small .wc-block-card-elements {
  flex-wrap: wrap;
}
.is-mobile .wc-block-gateway-container.wc-card-number-element,
.is-small .wc-block-gateway-container.wc-card-number-element {
  flex-basis: 100%;
}
.is-mobile .wc-block-gateway-container.wc-card-expiry-element,
.is-small .wc-block-gateway-container.wc-card-expiry-element {
  flex-basis: calc(50% - 8px);
  margin-left: 0;
  margin-right: 8px;
}
.is-mobile .wc-block-gateway-container.wc-card-cvc-element,
.is-small .wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: calc(50% - 8px);
  margin-left: 8px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  padding-left: 56px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:after {
  content: none;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option
  .wc-block-components-radio-control__input {
  left: 16px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:first-child,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:last-child {
  margin: 0;
  padding-bottom: 1em;
  padding-top: 1em;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option-checked {
  font-weight: 700;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  position: relative;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 1px 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method
  .wc-block-components-radio-control__option:last-child:after {
  border-width: 1px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__option:after {
  border-width: 0;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__label {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control-accordion-option
  .wc-block-components-radio-control__label
  img {
  height: 24px;
  max-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__option {
  padding-left: 16px;
}
.wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__input {
  display: none;
}
.wc-block-checkout__payment-method
  .wc-block-components-checkout-step__description-payments-aligned {
  height: 28px;
  padding-top: 14px;
}
.wc-block-components-radio-control-accordion-content {
  padding: 0 16px 1em;
}
.wc-block-components-radio-control-accordion-content:empty {
  display: none;
}
.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
  padding-bottom: 0;
}
.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
  margin-bottom: 24px;
  order: 0;
}
.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  font-size: inherit;
}
.wc-block-cart__submit {
  margin: 0 0 16px;
  position: relative;
}
.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.wc-block-cart .wc-block-cart__submit-container {
  padding: 0;
}
@media (min-width: 783px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    display: none;
  }
}
@media (max-width: 782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .wc-block-cart .wc-block-cart__submit-container--sticky:before {
    box-shadow: 0 -10px 20px 10px currentColor;
    color: hsla(0, 0%, 80%, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.wc-block-checkout-error {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-checkout-error .wc-block-checkout-error__image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-checkout-error .wc-block-checkout-error__title {
  display: block;
  font-weight: 700;
  margin: 0;
}
.wc-block-checkout-error .wc-block-checkout-error__description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout-empty {
  padding: 40px;
  text-align: center;
  width: 100%;
}
.wc-block-checkout-empty .wc-block-checkout-empty__image {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-checkout-empty .wc-block-checkout-empty__title {
  display: block;
  font-weight: 700;
  margin: 0;
}
.wc-block-checkout-empty .wc-block-checkout-empty__description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  height: auto;
  padding: 1em;
  width: 50%;
}
.wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button
  .wc-block-components-button__text {
  line-height: 24px;
}
.wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button
  .wc-block-components-button__text
  > svg {
  fill: #fff;
  vertical-align: top;
}
.is-mobile
  .wc-block-checkout__actions
  .wc-block-components-checkout-return-to-cart-button {
  display: none;
}
.is-mobile
  .wc-block-checkout__actions
  .wc-block-components-checkout-place-order-button {
  width: 100%;
}
.is-large .wc-block-checkout__actions {
  padding: 1.5em 0;
  position: relative;
}
.is-large .wc-block-checkout__actions:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__form {
  margin: 0;
  max-width: 100%;
}
.is-medium .wc-block-checkout__main,
.is-mobile .wc-block-checkout__main,
.is-small .wc-block-checkout__main {
  order: 1;
}
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form {
  margin-left: -6px;
  margin-right: -6px;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form:after,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form:after {
  clear: both;
  content: "";
  display: block;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  width: calc(50% - 12px);
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-country-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-state-input:nth-of-type(2),
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-text-input:nth-of-type(2) {
  margin-top: 0;
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_1,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__address_2,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-address-form__company {
  width: calc(100% - 12px);
}
.is-large
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-large
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-medium
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-medium
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-small
  .wc-block-checkout__billing-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox,
.is-small
  .wc-block-checkout__shipping-fields
  .wc-block-components-address-form
  .wc-block-components-checkbox {
  clear: both;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder {
  margin-bottom: 16px;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder * {
  pointer-events: all;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset {
  display: block;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset
  .components-button {
  background-color: #1e1e1e;
  color: #fff;
}
.components-placeholder.wc-block-checkout__no-shipping-placeholder
  .components-placeholder__fieldset
  .wc-block-checkout__no-shipping-placeholder-description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  margin: 0;
  padding: 0.75em 0 0.75em 2.5em;
  position: relative;
}
.wc-block-checkout__shipping-option
  .wc-block-components-radio-control__option:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__shipping-option
  .wc-block-components-shipping-rates-control__no-results-notice {
  margin: 0.75em 0;
}
.wc-block-checkout__terms {
  margin: 1.5em 0;
}
.wc-block-checkout__terms textarea {
  position: relative;
  top: -5px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
  opacity: 0.6;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: inherit;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
}
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  margin: 0;
  padding: 0;
}
.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
  margin-bottom: 24px;
  order: 0;
}
.wc-block-checkout__add-note {
  margin: 1.5em 0;
}
.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 0;
  position: relative;
}
.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-checkout__add-note .wc-block-components-textarea {
  margin-top: 16px;
}
.wc-block-checkout__order-notes.wc-block-components-checkout-step {
  padding-left: 0;
}
.wp-block-woocommerce-checkout {
  margin: 0;
}
.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
  top: -96px;
}
.wp-block-woocommerce-checkout.is-loading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block {
  padding-left: 2.2641509434%;
  width: 35%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block {
  padding-right: 3.7735849057%;
  width: 65%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block {
  box-sizing: border-box;
  margin: 0;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: none;
  line-height: 1;
  margin: 0 0 1.5em;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div
  > *,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  > div:after,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  > div:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-fields-block
    > div,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    > div {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-payment-block {
  display: block;
  min-height: 10em;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-shipping-address-block {
  display: block;
  min-height: 24em;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-actions-block {
  display: block;
  margin-left: 50%;
  min-height: 4em;
  width: 50%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wp-block-woocommerce-checkout-order-summary-block {
  display: block;
  min-height: 47em;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel
  > h2,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2 {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2
  .wc-block-components-panel__button {
  font-weight: 400;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block
  .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 700px) {
  .wp-block-woocommerce-checkout.is-loading {
    flex-direction: column;
    margin: 0 auto 16px;
  }
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-fields-block,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block {
    padding: 0;
    width: 100%;
  }
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    .wc-block-components-panel,
  .wp-block-woocommerce-checkout.is-loading
    .wp-block-woocommerce-checkout-totals-block
    .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.theme-twentytwenty
  .wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-totals-block
  .wc-block-components-panel
  > h2 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wp-block-woocommerce-featured-category {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff;
}
.wc-block-featured-category {
  align-content: center;
  align-items: center;
  background-color: inherit;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wc-block-featured-category.has-background-dim-10
  .background-dim__overlay:before {
  opacity: 0.1;
}
.wc-block-featured-category.has-background-dim-20
  .background-dim__overlay:before {
  opacity: 0.2;
}
.wc-block-featured-category.has-background-dim-30
  .background-dim__overlay:before {
  opacity: 0.3;
}
.wc-block-featured-category.has-background-dim-40
  .background-dim__overlay:before {
  opacity: 0.4;
}
.wc-block-featured-category.has-background-dim-50
  .background-dim__overlay:before {
  opacity: 0.5;
}
.wc-block-featured-category.has-background-dim-60
  .background-dim__overlay:before {
  opacity: 0.6;
}
.wc-block-featured-category.has-background-dim-70
  .background-dim__overlay:before {
  opacity: 0.7;
}
.wc-block-featured-category.has-background-dim-80
  .background-dim__overlay:before {
  opacity: 0.8;
}
.wc-block-featured-category.has-background-dim-90
  .background-dim__overlay:before {
  opacity: 0.9;
}
.wc-block-featured-category.has-background-dim-100
  .background-dim__overlay:before {
  opacity: 1;
}
.wc-block-featured-category__selection {
  width: 100%;
}
.wc-block-featured-category.has-left-content {
  justify-content: flex-start;
}
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__variation {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-category.has-right-content {
  justify-content: flex-end;
}
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__variation {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-category.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
  color: #fff;
}
.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
  color: inherit;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wc-block-featured-category
  .wc-block-featured-category__background-image.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wc-block-featured-category
    .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wc-block-featured-category
    .wc-block-featured-category__background-image.has-parallax {
    background-attachment: scroll;
  }
}
.wc-block-featured-category__description {
  color: inherit;
}
.wc-block-featured-category__description p {
  margin: 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
  color: inherit;
  margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title div {
  color: inherit;
}
.wc-block-featured-category .wc-block-featured-category__title:before {
  display: none;
}
.wc-block-featured-category__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.wc-block-featured-category .wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-woocommerce-featured-product {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff;
}
.wc-block-featured-product {
  align-content: center;
  align-items: center;
  background-color: inherit;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wc-block-featured-product.has-background-dim-10
  .background-dim__overlay:before {
  opacity: 0.1;
}
.wc-block-featured-product.has-background-dim-20
  .background-dim__overlay:before {
  opacity: 0.2;
}
.wc-block-featured-product.has-background-dim-30
  .background-dim__overlay:before {
  opacity: 0.3;
}
.wc-block-featured-product.has-background-dim-40
  .background-dim__overlay:before {
  opacity: 0.4;
}
.wc-block-featured-product.has-background-dim-50
  .background-dim__overlay:before {
  opacity: 0.5;
}
.wc-block-featured-product.has-background-dim-60
  .background-dim__overlay:before {
  opacity: 0.6;
}
.wc-block-featured-product.has-background-dim-70
  .background-dim__overlay:before {
  opacity: 0.7;
}
.wc-block-featured-product.has-background-dim-80
  .background-dim__overlay:before {
  opacity: 0.8;
}
.wc-block-featured-product.has-background-dim-90
  .background-dim__overlay:before {
  opacity: 0.9;
}
.wc-block-featured-product.has-background-dim-100
  .background-dim__overlay:before {
  opacity: 1;
}
.wc-block-featured-product__selection {
  width: 100%;
}
.wc-block-featured-product.has-left-content {
  justify-content: flex-start;
}
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__variation {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-product.has-right-content {
  justify-content: flex-end;
}
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__variation {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-product.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
  color: #fff;
}
.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
  color: inherit;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wc-block-featured-product
  .wc-block-featured-product__background-image.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wc-block-featured-product
    .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wc-block-featured-product
    .wc-block-featured-product__background-image.has-parallax {
    background-attachment: scroll;
  }
}
.wc-block-featured-product__description {
  color: inherit;
}
.wc-block-featured-product__description p {
  margin: 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
  color: inherit;
  margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title div {
  color: inherit;
}
.wc-block-featured-product .wc-block-featured-product__title:before {
  display: none;
}
.wc-block-featured-product__wrapper {
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.wc-block-featured-product .wp-block-button.aligncenter {
  text-align: center;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  border: 0;
  margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
  display: none;
}
.wc-block-featured-product .wc-block-featured-product__variation {
  font-style: italic;
  padding-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
  line-height: 1.5;
  margin: 0;
}
.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
}
.wc-block-mini-cart__badge {
  background: transparent;
  border: 0.15em solid;
  border-radius: 1em;
  box-sizing: border-box;
  color: inherit;
  font-size: 0.875em;
  font-weight: 600;
  height: 1.4285714286em;
  justify-content: center;
  margin-left: -0.7142857143em;
  min-width: 1.4285714286em;
  padding: 0 0.25em;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-mini-cart__icon {
  display: block;
  height: 1.5em;
  width: 1.5em;
}
html[dir="rtl"] .wc-block-mini-cart__icon {
  transform: scaleX(-1);
}
.wc-block-cart .wc-block-components-shipping-calculator {
  white-space: nowrap;
}
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-country-input:first-of-type,
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-state-input:first-of-type,
.wc-block-cart
  .wc-block-components-address-form
  .wc-block-components-text-input:first-of-type {
  margin-top: 0;
}
table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0;
}
.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 0.75em;
  text-transform: uppercase;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-image,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-image {
  width: 100px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product {
  visibility: hidden;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total {
  text-align: right;
  width: 100px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  margin: 0;
  width: 100%;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.75em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:hover {
  background: transparent;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 1em;
  line-height: inherit;
  text-align: right;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-metadata,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-metadata {
  margin-bottom: 0.75em;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0;
}
.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-cart--is-loading h2 span > *,
.wc-block-cart--is-loading th span > *,
.wc-block-mini-cart__drawer.is-loading h2 span > *,
.wc-block-mini-cart__drawer.is-loading th span > * {
  visibility: hidden;
}
.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading h2 span,
  .wc-block-cart--is-loading th span,
  .wc-block-mini-cart__drawer.is-loading h2 span,
  .wc-block-mini-cart__drawer.is-loading th span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
  content: " ";
}
.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
  min-width: 33%;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata > *,
.wc-block-cart--is-loading .wc-block-components-product-price > *,
.wc-block-cart--is-loading .wc-block-components-quantity-selector > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-metadata
  > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-quantity-selector
  > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-quantity-selector:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-components-product-metadata,
  .wc-block-cart--is-loading .wc-block-components-product-price,
  .wc-block-cart--is-loading .wc-block-components-quantity-selector,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
  .wc-block-mini-cart__drawer.is-loading
    .wc-block-components-quantity-selector {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-cart--is-loading .wc-block-components-product-name > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-components-product-name,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-name:before {
  content: " ";
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
  margin-top: 0.25em;
  min-width: 8em;
}
.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a > *,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-cart-item__image > a,
  .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
  display: block;
  margin-top: 0.25em;
  max-width: 3em;
}
.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-components-product-price:before {
  content: " ";
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 460px;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card
  > * {
  visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
  .wc-block-mini-cart__drawer.is-loading
    .wc-block-cart__sidebar
    .components-card {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading
  .wc-block-cart__sidebar
  .components-card:before {
  content: " ";
}
.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: none;
}
.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
  display: flex;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
  .wc-block-components-sale-badge {
  margin-top: 4px;
}
.is-medium.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title {
  display: none;
}
.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  padding: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
  display: none;
}
.is-medium
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row,
.is-mobile
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row,
.is-small
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row {
  position: relative;
}
.is-medium
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after,
.is-mobile
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after,
.is-small
  table.wc-block-cart-items:not(.wc-block-mini-cart-items)
  .wc-block-cart-items__row:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  -ms-grid-columns: 80px 132px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 80px 132px;
  padding: 16px 0;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  padding-right: 16px;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__product {
  -ms-grid-column-span: 2;
  -ms-grid-column-align: stretch;
  -ms-grid-column: 2;
  grid-column-end: 4;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  justify-self: stretch;
  padding: 0 16px 16px 0;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 16px;
  vertical-align: bottom;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.is-medium
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount,
.is-mobile
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount,
.is-small
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__total
  .wc-block-components-formatted-money-amount {
  display: inline-block;
}
.is-large.wc-block-cart {
  margin-bottom: 3em;
}
.is-large.wc-block-cart .wc-block-cart-items {
  position: relative;
}
.is-large.wc-block-cart .wc-block-cart-items:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 0.25rem 16px 0.25rem 0;
  white-space: nowrap;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 16px 0 16px 16px;
  position: relative;
  vertical-align: top;
}
.is-large.wc-block-cart .wc-block-cart-items td:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 0;
}
.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  padding-right: 16px;
}
.is-large.wc-block-cart .wc-block-components-radio-control__input {
  left: 0;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.75em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0.25rem 0;
  text-align: right;
  text-decoration: inherit;
  text-transform: inherit;
  text-transform: uppercase;
  vertical-align: baseline;
}
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-components-shipping-calculator,
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-components-shipping-rates-control__package:not(
    .wc-block-components-panel
  ) {
  padding-left: 16px;
  padding-right: 16px;
}
.is-large.wc-block-cart .wc-block-cart__payment-options {
  padding: 16px 0 0;
}
.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
  padding: 0;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
  display: none;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
  box-sizing: border-box;
  margin: 0;
  min-height: 10em;
  padding-right: 3.7735849057%;
  width: 65%;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 15em;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-line-items-block {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
  box-sizing: border-box;
  margin: 0;
  min-height: 12em;
  padding-left: 2.2641509434%;
  width: 35%;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  margin: 0 0 1em;
  max-width: 100% !important;
  min-height: 3em;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block
  > *,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-proceed-to-checkout-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-accepted-payment-methods-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-express-payment-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-order-summary-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-proceed-to-checkout-block {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-order-summary-block {
  height: 20em;
}
@media only screen and (max-width: 700px) {
  .wp-block-woocommerce-cart.is-loading {
    padding-top: 16px;
  }
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-filled-cart-block {
    flex-direction: column;
    margin: 0 auto 16px;
  }
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-totals-block {
    padding: 0;
    width: 100%;
  }
}
.wc-block-mini-cart {
  display: inline-block;
}
.wc-block-mini-cart__button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0.75em 0.5em;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 0.6;
}
.wc-block-mini-cart__amount {
  display: none;
}
.wc-block-mini-cart__tax-label {
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .wc-block-mini-cart__amount {
    display: initial;
    font-size: inherit;
    font-weight: inherit;
    margin-right: 8px;
  }
}
.modal-open .wc-block-mini-cart__button {
  pointer-events: none;
}
.wc-block-mini-cart__drawer {
  font-size: 1rem;
}
.wc-block-mini-cart__drawer .components-modal__content {
  padding: 0;
  position: relative;
}
.wc-block-mini-cart__drawer .components-modal__header {
  position: absolute;
  right: 16px;
  top: 40px;
}
.wc-block-mini-cart__drawer .components-modal__header button {
  color: inherit;
  z-index: 9999;
}
.wc-block-mini-cart__drawer .components-modal__header svg {
  fill: currentColor;
}
.wp-block-woocommerce-mini-cart-contents {
  box-sizing: border-box;
  height: 100vh;
  justify-content: center;
  padding: 0;
}
:where(.wp-block-woocommerce-mini-cart-contents) {
  background: #fff;
}
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-woocommerce-empty-mini-cart-contents-block {
  justify-content: center;
}
.wp-block-woocommerce-filled-mini-cart-contents-block {
  justify-content: space-between;
}
.wp-block-woocommerce-empty-mini-cart-contents-block
  .wc-block-mini-cart__empty-cart-wrapper {
  overflow-y: auto;
  padding: 40px 16px 16px;
}
h2.wc-block-mini-cart__title {
  font-size: 2em;
  margin: 40px 16px 0;
}
.wc-block-mini-cart__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px 16px 0;
}
.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
  margin-bottom: auto;
  margin-right: -16px;
  padding-right: 16px;
}
.wc-block-mini-cart__items
  .wc-block-mini-cart__products-table
  .wc-block-cart-items__row {
  padding-bottom: 8px;
  padding-top: 8px;
}
.wc-block-mini-cart__items
  .wc-block-mini-cart__products-table
  .wc-block-cart-items__row:last-child:after {
  content: none;
}
.wc-block-mini-cart__footer {
  border-top: 1px solid #ddd;
  padding: 24px 16px;
}
.wc-block-mini-cart__footer
  .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
  font-weight: 600;
  margin-bottom: 16px;
}
.wc-block-mini-cart__footer
  .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal
  .wc-block-components-totals-item__description {
  display: none;
  font-size: 0.75em;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .wc-block-mini-cart__footer
    .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal
    .wc-block-components-totals-item__description {
    display: unset;
  }
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  display: flex;
  gap: 16px;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button {
  flex-grow: 1;
  font-weight: 600;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined {
  color: currentColor;
  display: none;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:focus,
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:hover {
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .wc-block-mini-cart__footer
    .wc-block-mini-cart__footer-actions
    .wc-block-components-button.outlined {
    display: inline-flex;
  }
}
.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
  margin-top: 16px;
}
.wc-block-mini-cart__shopping-button {
  display: flex;
  justify-content: center;
}
.wc-block-mini-cart__shopping-button a {
  border: 2px solid;
  color: currentColor;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
}
.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-top: 1.5em;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-checkbox label {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #50575e;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 16px 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: #fff;
  border-color: #50575e;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid #50575e;
  outline-offset: 2px;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:after,
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:before {
  content: "";
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:not(:checked)
  + .wc-block-components-checkbox__mark {
  display: none;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid hsla(0, 0%, 100%, 0.6);
  outline-offset: 2px;
}
.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
  color: #cc1818;
}
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:hover {
  border-color: #cc1818;
}
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus {
  outline: 2px solid #cc1818;
  outline-offset: 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #000;
  height: 1.125em;
  margin-left: 0.1875em;
  margin-top: 0.0625em;
  pointer-events: none;
  position: absolute;
  width: 1.125em;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__mark {
  fill: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  line-height: 1.5em;
  vertical-align: middle;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-checkbox__mark {
    display: none;
  }
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"],
.theme-twentytwentyone .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: #fff;
  border-color: var(--form--border-color);
  position: relative;
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"]:checked,
.theme-twentytwentyone
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: var(--form--border-color);
}
.theme-twentytwentyone .wc-block-components-checkbox__mark {
  display: none;
}
.wc-block-components-panel.has-border {
  position: relative;
}
.wc-block-components-panel.has-border:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-panel.has-border
  + .wc-block-components-panel.has-border:after {
  border-top-width: 0;
}
.wc-block-components-panel.has-border.no-top-border {
  position: relative;
}
.wc-block-components-panel.has-border.no-top-border:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-panel__button {
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin: 0.375em 0 0;
  padding: 0.375em 32px 0 0;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  word-break: break-word;
}
.wc-block-components-panel__button[aria-expanded="true"] {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
  fill: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.wc-block-components-panel__content[hidden] {
  display: none;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-panel__button {
  background-color: inherit;
  color: inherit;
}
.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
  background: none transparent;
  color: inherit;
}
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:hover {
  background: none transparent;
}
.wc-block-components-totals-wrapper {
  padding: 16px 0;
  position: relative;
}
.wc-block-components-totals-wrapper:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.has-bottom-border:after {
  border-bottom-width: 1px;
}
.wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wc-block-components-totals-wrapper:empty:after {
  content: none;
}
.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > * {
  padding: 16px 0;
  position: relative;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
  border-bottom-width: 0;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child {
  position: relative;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wc-block-components-totals-item__label {
  flex-grow: 1;
}
.wc-block-components-totals-item__value {
  font-weight: 700;
  white-space: nowrap;
}
.wc-block-components-totals-item__description {
  font-size: 0.875em;
  width: 100%;
}
.wc-block-product-categories {
  margin-bottom: 1em;
}
.wc-block-product-categories.is-dropdown {
  display: flex;
}
.wc-block-product-categories select {
  margin-right: 0.5em;
}
.wc-block-product-categories-list--has-images {
  list-style: none outside;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item {
  clear: both;
  list-style: none outside;
  margin: 4px 0 4px 60px;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item
  ul {
  margin: 4px 0 0;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image {
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 0.5em 0 -60px;
  max-width: 50px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image
  img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.wc-block-product-categories-list-item-count:before {
  content: " (";
}
.wc-block-product-categories-list-item-count:after {
  content: ")";
}
.wp-block-woocommerce-product-categories.is-loading
  .wc-block-product-categories__placeholder {
  background: currentColor;
  display: inline-block;
  height: 1em;
  min-width: 200px;
  opacity: 0.2;
  width: 50%;
}
.wc-block-product-categories__button {
  align-items: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0 0.5em;
  position: relative;
}
.wc-block-product-categories__button svg {
  fill: currentColor;
  outline: none;
}
.rtl .wc-block-product-categories__button svg {
  transform: rotate(180deg);
}
.wc-block-product-categories__button:active {
  color: currentColor;
}
.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
.wc-block-product-search .wc-block-product-search__fields {
  display: flex;
}
.wc-block-product-search .wc-block-product-search__field {
  flex-grow: 1;
  line-height: 1.8;
  padding: 6px 8px;
}
.wc-block-product-search .wc-block-product-search__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 0 0.5em;
  position: relative;
}
.wc-block-product-search .wc-block-product-search__button svg {
  fill: currentColor;
  outline: none;
}
.rtl .wc-block-product-search .wc-block-product-search__button svg {
  transform: rotate(180deg);
}
.wc-block-product-search .wc-block-product-search__button:active {
  color: currentColor;
}
.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
.wp-block-woocommerce-price-filter {
  border-color: #757575;
  border-radius: 4px;
  border-style: none !important;
}
.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
  text-transform: inherit;
}
.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 12px;
  margin-top: 12px;
}
.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
  border-color: inherit;
  border-radius: inherit;
}
.wc-block-price-filter__controls input {
  border-color: inherit !important;
  border-radius: inherit !important;
  border-style: solid;
}
.wc-block-price-filter__controls .input-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  height: 2em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5.625em;
  z-index: 1;
}
.wc-block-price-filter__controls .input-loading > * {
  visibility: hidden;
}
.wc-block-price-filter__controls .input-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-price-filter__controls .input-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.editor-styles-wrapper
  .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
.wp-block-woocommerce-attribute-filter {
  border-style: none !important;
}
.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
  text-transform: inherit;
}
.wp-block-woocommerce-attribute-filter > .wc-block-attribute-filter__title {
  margin-bottom: 12px;
  margin-top: 12px;
}
.wc-block-attribute-filter {
  border-color: inherit;
  border-radius: inherit;
  margin-bottom: 16px;
}
.wc-block-attribute-filter .is-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-attribute-filter .is-loading > * {
  visibility: hidden;
}
.wc-block-attribute-filter .is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-attribute-filter .is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-attribute-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
}
.wc-block-attribute-filter.style-dropdown
  .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1;
}
.wc-block-attribute-filter.style-dropdown > svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin: 0;
  width: 100%;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  cursor: pointer;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  cursor: pointer;
  display: inline-block;
}
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: 0.25em;
}
.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .wc-block-attribute-filter-list-count {
  opacity: 0.6;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border: 0;
  padding: 8px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::-moz-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input:-ms-input-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container {
  width: calc(100% - 50px);
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  width: calc(100% + 50px);
}
.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
  width: 100%;
}
.woocommerce-product-attributes
  .woocommerce-search-list__search
  .components-base-control__label {
  color: inherit;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-attribute-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0;
}
.wc-block-attribute-filter__actions
  .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: 0.6;
}
.wc-block-attribute-filter__actions
  .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
  margin-top: 1em;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-form-token-field__token-text {
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px 0 0 25px;
  border-right: 0;
  padding: 0.25em 0.5em 0.25em 0.75em;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token {
  background-color: #fff;
  border: 1px solid;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  padding: 1px 0.25em 0 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token.has-icon
  svg {
  background-color: #e0e0e0;
  border-radius: 25px;
}
.editor-styles-wrapper
  .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
  font-size: 0.875em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: normal;
  padding: 0.5em 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
  text-transform: inherit;
}
.wp-block-woocommerce-stock-filter > .wc-block-stock-filter__title {
  margin-bottom: 12px;
  margin-top: 12px;
}
.wc-block-stock-filter {
  margin-bottom: 24px;
}
.wc-block-stock-filter.is-loading {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-stock-filter.is-loading > * {
  visibility: hidden;
}
.wc-block-stock-filter.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-stock-filter.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-stock-filter .wc-block-stock-filter-list {
  margin: 0;
}
.wc-block-stock-filter .wc-block-stock-filter-list li label {
  cursor: pointer;
}
.wc-block-stock-filter .wc-block-stock-filter-list li input {
  cursor: pointer;
  display: inline-block;
}
.wc-block-stock-filter .is-single,
.wc-block-stock-filter
  .wc-block-dropdown-selector
  .wc-block-dropdown-selector__list {
  opacity: 0.6;
}
.wc-block-stock-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.wc-block-stock-filter__actions
  button[type="submit"]:not(
    .wp-block-search__button
  ).wc-block-components-filter-submit-button {
  margin-left: 0;
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
  font-size: 0.875em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
  text-transform: inherit;
}
.wp-block-woocommerce-active-filters
  .wc-block-filter-title-placeholder
  .wc-block-active-filters__title {
  height: 1em;
}
.wp-block-woocommerce-active-filters > .wc-block-active-filters__title {
  margin-bottom: 12px;
  margin-top: 12px;
}
.wc-block-active-filters {
  margin-bottom: 24px;
  overflow: hidden;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
  border: none;
  cursor: pointer;
  float: right;
  font-size: 0.875em;
  margin-top: 15px;
  padding: 0;
  text-decoration: underline;
}
.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  background: transparent;
  color: inherit;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: inline-block;
  float: right;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder > * {
  visibility: hidden;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters .wc-block-active-filters__list {
  clear: both;
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0;
}
.wc-block-active-filters
  .wc-block-active-filters__list.wc-block-active-filters--loading {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 12px;
}
.wc-block-active-filters
  .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
}
.wc-block-active-filters .wc-block-active-filters__list li {
  list-style: none outside;
  margin: 9px 0 0;
  padding: 0;
}
.wc-block-active-filters .wc-block-active-filters__list li ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.wc-block-active-filters .wc-block-active-filters__list > li:first-child,
.wc-block-active-filters
  .wc-block-active-filters__list
  li:first-child
  .wc-block-active-filters__list-item-type {
  margin: 0;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list {
  display: inline-block;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span
  > * {
  visibility: hidden;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters
    .wc-block-active-filters__list
    li.show-loading-state-list
    > span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips {
  display: inline-block;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span {
  background-color: #ebebeb !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 13px;
  box-shadow: none;
  color: transparent !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-right: 15px !important;
  max-width: 100% !important;
  min-width: 70px;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span
  > * {
  visibility: hidden;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters
    .wc-block-active-filters__list
    li.show-loading-state-chips
    > span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips:last-of-type
  > span {
  margin-right: 0 !important;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips:nth-child(3) {
  flex-grow: 1;
  max-width: 200px;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  > .wc-block-active-filters__list-item
  .wc-block-active-filters__list-item-name {
  margin: 9px 0 0;
}
.wc-block-active-filters .wc-block-active-filters__list-item-type {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 16px 0 0;
  text-transform: uppercase;
}
.wc-block-active-filters .wc-block-active-filters__list-item-operator {
  font-style: italic;
  font-weight: 400;
}
.wc-block-active-filters .wc-block-active-filters__list-item-name {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  color: currentColor;
  font-size: 0.75em;
  height: 16px;
  line-height: 16px;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 16px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
  background: #949494;
}
.wc-block-active-filters
  .wc-block-active-filters__list-item-remove:focus
  .wc-block-components-chip__remove-icon,
.wc-block-active-filters
  .wc-block-active-filters__list-item-remove:hover
  .wc-block-components-chip__remove-icon {
  fill: #fff;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
  color: #e0e0e0;
  cursor: not-allowed;
}
.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
  display: inline;
}
.wc-block-active-filters
  .wc-block-active-filters__list--chips
  .wc-block-active-filters__list-item-type {
  display: none;
}
.wc-block-active-filters
  .wc-block-active-filters__list--chips
  .wc-block-components-chip {
  margin-bottom: 0.1875em;
  margin-top: 0.1875em;
}
@-webkit-keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
:where(div[data-block-name="woocommerce/legacy-template"]) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* Source: https://dvgroup.global/wp-content/plugins/woo-extra-flat-rate/public/css/advanced-flat-rate-shipping-for-woocommerce-public.css?ver=v4.2.4 */
/**
 * Front view CSS file
 */
.woocommerce-shipping-methods .extra-flate-tool-tip,
.woocommerce-shipping-methods .forceall-tooltip {
  display: inline;
  position: relative;
}

/* Add this attribute to the element that needs a tooltip */
.woocommerce-shipping-methods [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.shop_table.shop_table_responsive {
  overflow: visible !important;
}
/* Hide the tooltip content by default */
.woocommerce-shipping-methods [data-tooltip]:before,
.woocommerce-shipping-methods [data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
.woocommerce-shipping-methods [data-tooltip]:before {
  position: absolute;
  bottom: 130%;
  right: -100%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
.woocommerce-shipping-methods [data-tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
.woocommerce-shipping-methods [data-tooltip]:hover:before,
.woocommerce-shipping-methods [data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.woocommerce-shipping-methods .extra-flate-tool-tip,
.woocommerce-shipping-methods .forceall-tooltip {
  display: inline-block !important;
  float: left;
  margin-left: 5px;
}
.forceall_shipping_method {
  display: none;
}
#shipping_method li label {
  font-weight: 400;
}

.woocommerce-shipping-methods .forceall-tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.woocommerce-shipping-methods .forceall-tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.woocommerce-shipping-methods .forceall-tooltip:hover .tooltiptext {
  visibility: visible;
}
.woocommerce-shipping-methods .extra-flate-tool-tip,
.woocommerce-shipping-methods .forceall-tooltip {
  float: none !important;
}

.extra-flate-subtitle {
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 7px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.extra-flate-subtitle:before {
  position: absolute;
  bottom: 100%;
  left: 15%;
  margin-left: -5px;
  width: 0;
  border-top: 0px solid #000;
  border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* CheckoutWC compatibility Start */
.cfw-shipping-methods-list .extra-flate-subtitle {
  margin-top: 10px;
}
/* CheckoutWC compatibility End */

/* WoodMart Theme compatibility Start */
body.theme-woodmart .extra-flate-tool-tip {
  margin-left: 7px;
  line-height: 16px;
}
body.theme-woodmart .wd-table-wrapper {
  overflow-x: inherit;
}
body.theme-woodmart #shipping_method li label {
  line-height: 20px;
}

body.theme-woodmart\/woodmart .extra-flate-tool-tip {
  margin-left: 7px;
  line-height: 16px;
}
body.theme-woodmart\/woodmart .wd-table-wrapper {
  overflow-x: inherit;
}
body.theme-woodmart\/woodmart #shipping_method li label {
  line-height: 20px;
}
/* WoodMart Theme compatibility End */

@media screen and (max-width: 767px) {
  .extra-flate-subtitle {
    width: 50%;
    margin-left: 50%;
  }
  .extra-flate-subtitle:before {
    left: 80%;
  }
}

/* Source: https://dvgroup.global/wp-content/plugins/woo-extra-flat-rate/public/css/font-awesome.min.css?ver=v4.2.4 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Source: https://dvgroup.global/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.min.css?ver=1 */
.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both;
}
.wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px 6px;
  line-height: 1;
}
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
  vertical-align: unset;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0.4em;
}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 30px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
  text-align: center;
}

/* Source: https://dvgroup.global/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?ver=1 */
.wpml-ls-menu-item .wpml-ls-flag {
  display: inline;
  vertical-align: baseline;
}
.wpml-ls-menu-item .wpml-ls-flag + span {
  margin-left: 0.3em;
}
.rtl .wpml-ls-menu-item .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.3em;
}
ul .wpml-ls-menu-item a {
  display: flex;
  align-items: center;
}

/* Source: https://dvgroup.global/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css?ver=1.5.5 */
#menu-wrap {
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 100;
  /* remove all the bullets, borders and padding from the default list styling */
  /* style the table so that it takes no ppart in the layout - required for IE to work */
}
#menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
  /* style the links for the top level */
  /* make the second level visible when hover on first level list OR link */
}
#menu-wrap ul li {
  float: left;
  position: relative;
}
#menu-wrap ul a,
#menu-wrap ul a:visited {
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 20px;
}
#menu-wrap ul ul {
  /* hide the sub levels and give them a positon absolute so that they take up no room */
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 30px;
  left: 0;
  width: 149px;
  /* style the second level links */
}
#menu-wrap ul ul li {
  width: 100%;
}
#menu-wrap ul ul a,
#menu-wrap ul ul a:visited {
  border: 0;
  height: auto;
  line-height: 15px;
  padding: 5px 10px;
  width: 150px;
}
#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul {
  visibility: visible;
}
#menu-wrap li,
#menu-wrap a,
#menu-wrap div {
  padding: 0;
  margin: 0;
}
#menu-wrap li.section {
  line-height: 25px;
  padding-left: 10px;
  padding-right: 11px;
}
#menu-wrap li.selected_page {
  line-height: 20px;
}
#menu-wrap li.selected_subpage {
  line-height: 25px;
  padding-left: 10px;
  padding-right: 11px;
}
#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited {
  padding-right: 0;
  padding-left: 0;
}
#menu-wrap table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}

/* hack to correct IE5.5 faulty box model */
* html #menu-wrap {
  width: 100%;
  w\idth: 100%;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu-wrap a,
* html #menu-wrap a:visited {
  width: 10px;
  w\idth: 10px;
  padding-right: 20px;
  white-space: nowrap;
}

/* another hack for IE5.5 */
* html #menu-wrap ul ul {
  top: 30px;
  t\op: 30px;
}

/* yet another hack for IE5.5 */
* html #menu-wrap ul ul a,
* html #menu-wrap ul ul a:visited {
  width: 150px;
  w\idth: 128px;
}

.cms-nav-clearit {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.cms-nav-sub-section {
  font-weight: bold;
  font-size: 110%;
  list-style-type: none;
}

ul li.cms-nav-sub-section:before {
  content: "" !important;
}

.cms-nav-sidebar ul,
.cms-nav-sidebar li,
.cms-nav-sidebar a {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-nav-sidebar ul ul,
.cms-nav-sidebar ul li,
.cms-nav-sidebar ul a,
.cms-nav-sidebar li ul,
.cms-nav-sidebar li li,
.cms-nav-sidebar li a,
.cms-nav-sidebar a ul,
.cms-nav-sidebar a li,
.cms-nav-sidebar a a {
  padding: 0;
  margin: 0;
}
.cms-nav-sidebar ul li,
.cms-nav-sidebar li li,
.cms-nav-sidebar a li {
  position: relative;
  margin: 4px 8px 2px 8px;
}

/* Source: https://dvgroup.global/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.css?ver=1.5.5 */
/* style the menu navigation wrap  */
#menu-wrap {
  background-color: #eee;
  /* style the top level hover */
  /* menu sections with children */
  /* style sections from the dropdown menus */
}
#menu-wrap ul {
  background-color: #5798d0;
  /* style the links for the top level */
}
#menu-wrap ul a,
#menu-wrap ul a:visited {
  text-decoration: none;
  color: #000;
  border-right: 1px solid #fff;
}
#menu-wrap ul li:hover a,
#menu-wrap ul a:focus,
#menu-wrap ul a:active {
  background-color: #5798d0;
  color: #000;
}
#menu-wrap ul ul a {
  /* style the second level hover */
}
#menu-wrap ul ul a,
#menu-wrap ul ul a:visited {
  color: #000;
}
#menu-wrap ul ul a:hover {
  background: #b3d9ff;
}
#menu-wrap ul ul :hover > a {
  background: #b3d9ff;
}
#menu-wrap ul ul li a.selected {
  background-color: #d0d8f0;
  color: #004d99;
}
#menu-wrap a:hover,
#menu-wrap ul ul a:hover {
  color: #000;
  background: #5798d0;
}
#menu-wrap :hover > a,
#menu-wrap ul ul :hover > a {
  color: #000;
  background: #b3d9ff;
}
#menu-wrap a.trigger,
#menu-wrap a.trigger:hover,
#menu-wrap a.trigger:visited {
  background-image: url(../img/cms-nav-dark-s.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
#menu-wrap li {
  /* style selected page in the top menu */
  /* style selected subpage in the top menu */
}
#menu-wrap li.section {
  color: #fff;
  background-color: #4283b7;
  font-weight: bold;
}
#menu-wrap li.selected_page {
  color: #004d99;
  background-color: #5798d0;
}
#menu-wrap li.selected_subpage {
  color: #004d99;
  background-color: #b3d9ff;
}
#menu-wrap li.selected_subpage a,
#menu-wrap li.selected_subpage a:visited {
  background-color: #b3d9ff;
}

/* style sidebar navigation */
#sidebar-navigation h4 {
  /* style sidebar title */
}

#sidebar-navigation .cms-nav-sidebar a,
#sidebar-navigation .cms-nav-sidebar a:visited {
  /* links */
}

#sidebar-navigation .cms-nav-sidebar a:hover,
#sidebar-navigation .cms-nav-sidebar a:focus,
#sidebar-navigation .cms-nav-sidebar a:active {
  /* links hover */
}

.cms-nav-sidebar .selected_page_side {
  /* selected item in side navigation */
}

.cms-nav-bc a,
.cms-nav-bc a:visited {
  /* trail navigation links */
}

.cms-nav-bc a:hover,
.cms-nav-bc a:focus,
.cms-nav-bc a:active {
  /* trail navigation links hover */
}

.cms-nav-bc {
  /* trail navigation links hover - not linked */
}

/* Source: https://dvgroup.global/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.17.0 */
/*! elementor-icons - v5.17.0 - 28-11-2022 */
@font-face {
  font-family: eicons;
  src: url(../fonts/eicons.eot?5.17.0);
  src:
    url(../fonts/eicons.eot?5.17.0#iefix) format("embedded-opentype"),
    url(../fonts/eicons.woff2?5.17.0) format("woff2"),
    url(../fonts/eicons.woff?5.17.0) format("woff"),
    url(../fonts/eicons.ttf?5.17.0) format("truetype"),
    url(../fonts/eicons.svg?5.17.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: a 2s infinite linear;
}
.eicon-editor-link:before {
  content: "\e800";
}
.eicon-editor-unlink:before {
  content: "\e801";
}
.eicon-editor-external-link:before {
  content: "\e802";
}
.eicon-editor-close:before {
  content: "\e803";
}
.eicon-editor-list-ol:before {
  content: "\e804";
}
.eicon-editor-list-ul:before {
  content: "\e805";
}
.eicon-editor-bold:before {
  content: "\e806";
}
.eicon-editor-italic:before {
  content: "\e807";
}
.eicon-editor-underline:before {
  content: "\e808";
}
.eicon-editor-paragraph:before {
  content: "\e809";
}
.eicon-editor-h1:before {
  content: "\e80a";
}
.eicon-editor-h2:before {
  content: "\e80b";
}
.eicon-editor-h3:before {
  content: "\e80c";
}
.eicon-editor-h4:before {
  content: "\e80d";
}
.eicon-editor-h5:before {
  content: "\e80e";
}
.eicon-editor-h6:before {
  content: "\e80f";
}
.eicon-editor-quote:before {
  content: "\e810";
}
.eicon-editor-code:before {
  content: "\e811";
}
.eicon-elementor:before {
  content: "\e812";
}
.eicon-elementor-circle:before {
  content: "\e813";
}
.eicon-pojome:before {
  content: "\e814";
}
.eicon-plus:before {
  content: "\e815";
}
.eicon-menu-bar:before {
  content: "\e816";
}
.eicon-apps:before {
  content: "\e817";
}
.eicon-accordion:before {
  content: "\e818";
}
.eicon-alert:before {
  content: "\e819";
}
.eicon-animation-text:before {
  content: "\e81a";
}
.eicon-animation:before {
  content: "\e81b";
}
.eicon-banner:before {
  content: "\e81c";
}
.eicon-blockquote:before {
  content: "\e81d";
}
.eicon-button:before {
  content: "\e81e";
}
.eicon-call-to-action:before {
  content: "\e81f";
}
.eicon-captcha:before {
  content: "\e820";
}
.eicon-carousel:before {
  content: "\e821";
}
.eicon-checkbox:before {
  content: "\e822";
}
.eicon-columns:before {
  content: "\e823";
}
.eicon-countdown:before {
  content: "\e824";
}
.eicon-counter:before {
  content: "\e825";
}
.eicon-date:before {
  content: "\e826";
}
.eicon-divider-shape:before {
  content: "\e827";
}
.eicon-divider:before {
  content: "\e828";
}
.eicon-download-button:before {
  content: "\e829";
}
.eicon-dual-button:before {
  content: "\e82a";
}
.eicon-email-field:before {
  content: "\e82b";
}
.eicon-facebook-comments:before {
  content: "\e82c";
}
.eicon-facebook-like-box:before {
  content: "\e82d";
}
.eicon-form-horizontal:before {
  content: "\e82e";
}
.eicon-form-vertical:before {
  content: "\e82f";
}
.eicon-gallery-grid:before {
  content: "\e830";
}
.eicon-gallery-group:before {
  content: "\e831";
}
.eicon-gallery-justified:before {
  content: "\e832";
}
.eicon-gallery-masonry:before {
  content: "\e833";
}
.eicon-icon-box:before {
  content: "\e834";
}
.eicon-image-before-after:before {
  content: "\e835";
}
.eicon-image-box:before {
  content: "\e836";
}
.eicon-image-hotspot:before {
  content: "\e837";
}
.eicon-image-rollover:before {
  content: "\e838";
}
.eicon-info-box:before {
  content: "\e839";
}
.eicon-inner-section:before {
  content: "\e83a";
}
.eicon-mailchimp:before {
  content: "\e83b";
}
.eicon-menu-card:before {
  content: "\e83c";
}
.eicon-navigation-horizontal:before {
  content: "\e83d";
}
.eicon-nav-menu:before {
  content: "\e83e";
}
.eicon-navigation-vertical:before {
  content: "\e83f";
}
.eicon-number-field:before {
  content: "\e840";
}
.eicon-parallax:before {
  content: "\e841";
}
.eicon-php7:before {
  content: "\e842";
}
.eicon-post-list:before {
  content: "\e843";
}
.eicon-post-slider:before {
  content: "\e844";
}
.eicon-post:before {
  content: "\e845";
}
.eicon-posts-carousel:before {
  content: "\e846";
}
.eicon-posts-grid:before {
  content: "\e847";
}
.eicon-posts-group:before {
  content: "\e848";
}
.eicon-posts-justified:before {
  content: "\e849";
}
.eicon-posts-masonry:before {
  content: "\e84a";
}
.eicon-posts-ticker:before {
  content: "\e84b";
}
.eicon-price-list:before {
  content: "\e84c";
}
.eicon-price-table:before {
  content: "\e84d";
}
.eicon-radio:before {
  content: "\e84e";
}
.eicon-rtl:before {
  content: "\e84f";
}
.eicon-scroll:before {
  content: "\e850";
}
.eicon-search:before {
  content: "\e851";
}
.eicon-select:before {
  content: "\e852";
}
.eicon-share:before {
  content: "\e853";
}
.eicon-sidebar:before {
  content: "\e854";
}
.eicon-skill-bar:before {
  content: "\e855";
}
.eicon-slider-3d:before {
  content: "\e856";
}
.eicon-slider-album:before {
  content: "\e857";
}
.eicon-slider-device:before {
  content: "\e858";
}
.eicon-slider-full-screen:before {
  content: "\e859";
}
.eicon-slider-push:before {
  content: "\e85a";
}
.eicon-slider-vertical:before {
  content: "\e85b";
}
.eicon-slider-video:before {
  content: "\e85c";
}
.eicon-slides:before {
  content: "\e85d";
}
.eicon-social-icons:before {
  content: "\e85e";
}
.eicon-spacer:before {
  content: "\e85f";
}
.eicon-table:before {
  content: "\e860";
}
.eicon-tabs:before {
  content: "\e861";
}
.eicon-tel-field:before {
  content: "\e862";
}
.eicon-text-area:before {
  content: "\e863";
}
.eicon-text-field:before {
  content: "\e864";
}
.eicon-thumbnails-down:before {
  content: "\e865";
}
.eicon-thumbnails-half:before {
  content: "\e866";
}
.eicon-thumbnails-right:before {
  content: "\e867";
}
.eicon-time-line:before {
  content: "\e868";
}
.eicon-toggle:before {
  content: "\e869";
}
.eicon-url:before {
  content: "\e86a";
}
.eicon-t-letter:before {
  content: "\e86b";
}
.eicon-wordpress:before {
  content: "\e86c";
}
.eicon-text:before {
  content: "\e86d";
}
.eicon-anchor:before {
  content: "\e86e";
}
.eicon-bullet-list:before {
  content: "\e86f";
}
.eicon-code:before {
  content: "\e870";
}
.eicon-favorite:before {
  content: "\e871";
}
.eicon-google-maps:before {
  content: "\e872";
}
.eicon-image:before {
  content: "\e873";
}
.eicon-photo-library:before {
  content: "\e874";
}
.eicon-woocommerce:before {
  content: "\e875";
}
.eicon-youtube:before {
  content: "\e876";
}
.eicon-flip-box:before {
  content: "\e877";
}
.eicon-settings:before {
  content: "\e878";
}
.eicon-headphones:before {
  content: "\e879";
}
.eicon-testimonial:before {
  content: "\e87a";
}
.eicon-counter-circle:before {
  content: "\e87b";
}
.eicon-person:before {
  content: "\e87c";
}
.eicon-chevron-right:before {
  content: "\e87d";
}
.eicon-chevron-left:before {
  content: "\e87e";
}
.eicon-close:before {
  content: "\e87f";
}
.eicon-file-download:before {
  content: "\e880";
}
.eicon-save:before {
  content: "\e881";
}
.eicon-zoom-in:before {
  content: "\e882";
}
.eicon-shortcode:before {
  content: "\e883";
}
.eicon-nerd:before {
  content: "\e884";
}
.eicon-device-desktop:before {
  content: "\e885";
}
.eicon-device-tablet:before {
  content: "\e886";
}
.eicon-device-mobile:before {
  content: "\e887";
}
.eicon-document-file:before {
  content: "\e888";
}
.eicon-folder-o:before {
  content: "\e889";
}
.eicon-hypster:before {
  content: "\e88a";
}
.eicon-h-align-left:before {
  content: "\e88b";
}
.eicon-h-align-right:before {
  content: "\e88c";
}
.eicon-h-align-center:before {
  content: "\e88d";
}
.eicon-h-align-stretch:before {
  content: "\e88e";
}
.eicon-v-align-top:before {
  content: "\e88f";
}
.eicon-v-align-bottom:before {
  content: "\e890";
}
.eicon-v-align-middle:before {
  content: "\e891";
}
.eicon-v-align-stretch:before {
  content: "\e892";
}
.eicon-pro-icon:before {
  content: "\e893";
}
.eicon-mail:before {
  content: "\e894";
}
.eicon-lock-user:before {
  content: "\e895";
}
.eicon-testimonial-carousel:before {
  content: "\e896";
}
.eicon-media-carousel:before {
  content: "\e897";
}
.eicon-section:before {
  content: "\e898";
}
.eicon-column:before {
  content: "\e899";
}
.eicon-edit:before {
  content: "\e89a";
}
.eicon-clone:before {
  content: "\e89b";
}
.eicon-trash:before {
  content: "\e89c";
}
.eicon-play:before {
  content: "\e89d";
}
.eicon-angle-right:before {
  content: "\e89e";
}
.eicon-angle-left:before {
  content: "\e89f";
}
.eicon-animated-headline:before {
  content: "\e8a0";
}
.eicon-menu-toggle:before {
  content: "\e8a1";
}
.eicon-fb-embed:before {
  content: "\e8a2";
}
.eicon-fb-feed:before {
  content: "\e8a3";
}
.eicon-twitter-embed:before {
  content: "\e8a4";
}
.eicon-twitter-feed:before {
  content: "\e8a5";
}
.eicon-sync:before {
  content: "\e8a6";
}
.eicon-import-export:before {
  content: "\e8a7";
}
.eicon-check-circle:before {
  content: "\e8a8";
}
.eicon-library-save:before {
  content: "\e8a9";
}
.eicon-library-download:before {
  content: "\e8aa";
}
.eicon-insert:before {
  content: "\e8ab";
}
.eicon-preview-medium:before {
  content: "\e8ac";
}
.eicon-sort-down:before {
  content: "\e8ad";
}
.eicon-sort-up:before {
  content: "\e8ae";
}
.eicon-heading:before {
  content: "\e8af";
}
.eicon-logo:before {
  content: "\e8b0";
}
.eicon-meta-data:before {
  content: "\e8b1";
}
.eicon-post-content:before {
  content: "\e8b2";
}
.eicon-post-excerpt:before {
  content: "\e8b3";
}
.eicon-post-navigation:before {
  content: "\e8b4";
}
.eicon-yoast:before {
  content: "\e8b5";
}
.eicon-nerd-chuckle:before {
  content: "\e8b6";
}
.eicon-nerd-wink:before {
  content: "\e8b7";
}
.eicon-comments:before {
  content: "\e8b8";
}
.eicon-download-circle-o:before {
  content: "\e8b9";
}
.eicon-library-upload:before {
  content: "\e8ba";
}
.eicon-save-o:before {
  content: "\e8bb";
}
.eicon-upload-circle-o:before {
  content: "\e8bc";
}
.eicon-ellipsis-h:before {
  content: "\e8bd";
}
.eicon-ellipsis-v:before {
  content: "\e8be";
}
.eicon-arrow-left:before {
  content: "\e8bf";
}
.eicon-arrow-right:before {
  content: "\e8c0";
}
.eicon-arrow-up:before {
  content: "\e8c1";
}
.eicon-arrow-down:before {
  content: "\e8c2";
}
.eicon-play-o:before {
  content: "\e8c3";
}
.eicon-archive-posts:before {
  content: "\e8c4";
}
.eicon-archive-title:before {
  content: "\e8c5";
}
.eicon-featured-image:before {
  content: "\e8c6";
}
.eicon-post-info:before {
  content: "\e8c7";
}
.eicon-post-title:before {
  content: "\e8c8";
}
.eicon-site-logo:before {
  content: "\e8c9";
}
.eicon-site-search:before {
  content: "\e8ca";
}
.eicon-site-title:before {
  content: "\e8cb";
}
.eicon-plus-square:before {
  content: "\e8cc";
}
.eicon-minus-square:before {
  content: "\e8cd";
}
.eicon-cloud-check:before {
  content: "\e8ce";
}
.eicon-drag-n-drop:before {
  content: "\e8cf";
}
.eicon-welcome:before {
  content: "\e8d0";
}
.eicon-handle:before {
  content: "\e8d1";
}
.eicon-cart:before {
  content: "\e8d2";
}
.eicon-product-add-to-cart:before {
  content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}
.eicon-product-categories:before {
  content: "\e8d5";
}
.eicon-product-description:before {
  content: "\e8d6";
}
.eicon-product-images:before {
  content: "\e8d7";
}
.eicon-product-info:before {
  content: "\e8d8";
}
.eicon-product-meta:before {
  content: "\e8d9";
}
.eicon-product-pages:before {
  content: "\e8da";
}
.eicon-product-price:before {
  content: "\e8db";
}
.eicon-product-rating:before {
  content: "\e8dc";
}
.eicon-product-related:before {
  content: "\e8dd";
}
.eicon-product-stock:before {
  content: "\e8de";
}
.eicon-product-tabs:before {
  content: "\e8df";
}
.eicon-product-title:before {
  content: "\e8e0";
}
.eicon-product-upsell:before {
  content: "\e8e1";
}
.eicon-products:before {
  content: "\e8e2";
}
.eicon-bag-light:before {
  content: "\e8e3";
}
.eicon-bag-medium:before {
  content: "\e8e4";
}
.eicon-bag-solid:before {
  content: "\e8e5";
}
.eicon-basket-light:before {
  content: "\e8e6";
}
.eicon-basket-medium:before {
  content: "\e8e7";
}
.eicon-basket-solid:before {
  content: "\e8e8";
}
.eicon-cart-light:before {
  content: "\e8e9";
}
.eicon-cart-medium:before {
  content: "\e8ea";
}
.eicon-cart-solid:before {
  content: "\e8eb";
}
.eicon-exchange:before {
  content: "\e8ec";
}
.eicon-preview-thin:before {
  content: "\e8ed";
}
.eicon-device-laptop:before {
  content: "\e8ee";
}
.eicon-collapse:before {
  content: "\e8ef";
}
.eicon-expand:before {
  content: "\e8f0";
}
.eicon-navigator:before {
  content: "\e8f1";
}
.eicon-plug:before {
  content: "\e8f2";
}
.eicon-dashboard:before {
  content: "\e8f3";
}
.eicon-typography:before {
  content: "\e8f4";
}
.eicon-info-circle-o:before {
  content: "\e8f5";
}
.eicon-integration:before {
  content: "\e8f6";
}
.eicon-plus-circle-o:before {
  content: "\e8f7";
}
.eicon-rating:before {
  content: "\e8f8";
}
.eicon-review:before {
  content: "\e8f9";
}
.eicon-tools:before {
  content: "\e8fa";
}
.eicon-loading:before {
  content: "\e8fb";
}
.eicon-sitemap:before {
  content: "\e8fc";
}
.eicon-click:before {
  content: "\e8fd";
}
.eicon-clock:before {
  content: "\e8fe";
}
.eicon-library-open:before {
  content: "\e8ff";
}
.eicon-warning:before {
  content: "\e900";
}
.eicon-flow:before {
  content: "\e901";
}
.eicon-cursor-move:before {
  content: "\e902";
}
.eicon-arrow-circle-left:before {
  content: "\e903";
}
.eicon-flash:before {
  content: "\e904";
}
.eicon-redo:before {
  content: "\e905";
}
.eicon-ban:before {
  content: "\e906";
}
.eicon-barcode:before {
  content: "\e907";
}
.eicon-calendar:before {
  content: "\e908";
}
.eicon-caret-left:before {
  content: "\e909";
}
.eicon-caret-right:before {
  content: "\e90a";
}
.eicon-caret-up:before {
  content: "\e90b";
}
.eicon-chain-broken:before {
  content: "\e90c";
}
.eicon-check-circle-o:before {
  content: "\e90d";
}
.eicon-check:before {
  content: "\e90e";
}
.eicon-chevron-double-left:before {
  content: "\e90f";
}
.eicon-chevron-double-right:before {
  content: "\e910";
}
.eicon-undo:before {
  content: "\e911";
}
.eicon-filter:before {
  content: "\e912";
}
.eicon-circle-o:before {
  content: "\e913";
}
.eicon-circle:before {
  content: "\e914";
}
.eicon-clock-o:before {
  content: "\e915";
}
.eicon-cog:before {
  content: "\e916";
}
.eicon-cogs:before {
  content: "\e917";
}
.eicon-commenting-o:before {
  content: "\e918";
}
.eicon-copy:before {
  content: "\e919";
}
.eicon-database:before {
  content: "\e91a";
}
.eicon-dot-circle-o:before {
  content: "\e91b";
}
.eicon-envelope:before {
  content: "\e91c";
}
.eicon-external-link-square:before {
  content: "\e91d";
}
.eicon-eyedropper:before {
  content: "\e91e";
}
.eicon-folder:before {
  content: "\e91f";
}
.eicon-font:before {
  content: "\e920";
}
.eicon-adjust:before {
  content: "\e921";
}
.eicon-lightbox:before {
  content: "\e922";
}
.eicon-heart-o:before {
  content: "\e923";
}
.eicon-history:before {
  content: "\e924";
}
.eicon-image-bold:before {
  content: "\e925";
}
.eicon-info-circle:before {
  content: "\e926";
}
.eicon-link:before {
  content: "\e927";
}
.eicon-long-arrow-left:before {
  content: "\e928";
}
.eicon-long-arrow-right:before {
  content: "\e929";
}
.eicon-caret-down:before {
  content: "\e92a";
}
.eicon-paint-brush:before {
  content: "\e92b";
}
.eicon-pencil:before {
  content: "\e92c";
}
.eicon-plus-circle:before {
  content: "\e92d";
}
.eicon-zoom-in-bold:before {
  content: "\e92e";
}
.eicon-sort-amount-desc:before {
  content: "\e92f";
}
.eicon-sign-out:before {
  content: "\e930";
}
.eicon-spinner:before {
  content: "\e931";
}
.eicon-square:before {
  content: "\e932";
}
.eicon-star-o:before {
  content: "\e933";
}
.eicon-star:before {
  content: "\e934";
}
.eicon-text-align-justify:before {
  content: "\e935";
}
.eicon-text-align-center:before {
  content: "\e936";
}
.eicon-tags:before {
  content: "\e937";
}
.eicon-text-align-left:before {
  content: "\e938";
}
.eicon-text-align-right:before {
  content: "\e939";
}
.eicon-close-circle:before {
  content: "\e93a";
}
.eicon-trash-o:before {
  content: "\e93b";
}
.eicon-font-awesome:before {
  content: "\e93c";
}
.eicon-user-circle-o:before {
  content: "\e93d";
}
.eicon-video-camera:before {
  content: "\e93e";
}
.eicon-heart:before {
  content: "\e93f";
}
.eicon-wrench:before {
  content: "\e940";
}
.eicon-help:before {
  content: "\e941";
}
.eicon-help-o:before {
  content: "\e942";
}
.eicon-zoom-out-bold:before {
  content: "\e943";
}
.eicon-plus-square-o:before {
  content: "\e944";
}
.eicon-minus-square-o:before {
  content: "\e945";
}
.eicon-minus-circle:before {
  content: "\e946";
}
.eicon-minus-circle-o:before {
  content: "\e947";
}
.eicon-code-bold:before {
  content: "\e948";
}
.eicon-cloud-upload:before {
  content: "\e949";
}
.eicon-search-bold:before {
  content: "\e94a";
}
.eicon-map-pin:before {
  content: "\e94b";
}
.eicon-meetup:before {
  content: "\e94c";
}
.eicon-slideshow:before {
  content: "\e94d";
}
.eicon-t-letter-bold:before {
  content: "\e94e";
}
.eicon-preferences:before {
  content: "\e94f";
}
.eicon-table-of-contents:before {
  content: "\e950";
}
.eicon-tv:before {
  content: "\e951";
}
.eicon-upload:before {
  content: "\e952";
}
.eicon-instagram-comments:before {
  content: "\e953";
}
.eicon-instagram-nested-gallery:before {
  content: "\e954";
}
.eicon-instagram-post:before {
  content: "\e955";
}
.eicon-instagram-video:before {
  content: "\e956";
}
.eicon-instagram-gallery:before {
  content: "\e957";
}
.eicon-instagram-likes:before {
  content: "\e958";
}
.eicon-facebook:before {
  content: "\e959";
}
.eicon-twitter:before {
  content: "\e95a";
}
.eicon-pinterest:before {
  content: "\e95b";
}
.eicon-frame-expand:before {
  content: "\e95c";
}
.eicon-frame-minimize:before {
  content: "\e95d";
}
.eicon-archive:before {
  content: "\e95e";
}
.eicon-colors-typography:before {
  content: "\e95f";
}
.eicon-custom:before {
  content: "\e960";
}
.eicon-footer:before {
  content: "\e961";
}
.eicon-header:before {
  content: "\e962";
}
.eicon-layout-settings:before {
  content: "\e963";
}
.eicon-lightbox-expand:before {
  content: "\e964";
}
.eicon-error-404:before {
  content: "\e965";
}
.eicon-theme-style:before {
  content: "\e966";
}
.eicon-search-results:before {
  content: "\e967";
}
.eicon-single-post:before {
  content: "\e968";
}
.eicon-site-identity:before {
  content: "\e969";
}
.eicon-theme-builder:before {
  content: "\e96a";
}
.eicon-download-bold:before {
  content: "\e96b";
}
.eicon-share-arrow:before {
  content: "\e96c";
}
.eicon-global-settings:before {
  content: "\e96d";
}
.eicon-user-preferences:before {
  content: "\e96e";
}
.eicon-lock:before {
  content: "\e96f";
}
.eicon-export-kit:before {
  content: "\e970";
}
.eicon-import-kit:before {
  content: "\e971";
}
.eicon-lottie:before {
  content: "\e972";
}
.eicon-products-archive:before {
  content: "\e973";
}
.eicon-single-product:before {
  content: "\e974";
}
.eicon-disable-trash-o:before {
  content: "\e975";
}
.eicon-single-page:before {
  content: "\e976";
}
.eicon-wordpress-light:before {
  content: "\e977";
}
.eicon-cogs-check:before {
  content: "\e978";
}
.eicon-custom-css:before {
  content: "\e979";
}
.eicon-global-colors:before {
  content: "\e97a";
}
.eicon-globe:before {
  content: "\e97b";
}
.eicon-typography-1:before {
  content: "\e97c";
}
.eicon-background:before {
  content: "\e97d";
}
.eicon-device-responsive:before {
  content: "\e97e";
}
.eicon-device-wide:before {
  content: "\e97f";
}
.eicon-code-highlight:before {
  content: "\e980";
}
.eicon-video-playlist:before {
  content: "\e981";
}
.eicon-download-kit:before {
  content: "\e982";
}
.eicon-kit-details:before {
  content: "\e983";
}
.eicon-kit-parts:before {
  content: "\e984";
}
.eicon-kit-upload:before {
  content: "\e985";
}
.eicon-kit-plugins:before {
  content: "\e986";
}
.eicon-kit-upload-alt:before {
  content: "\e987";
}
.eicon-hotspot:before {
  content: "\e988";
}
.eicon-paypal-button:before {
  content: "\e989";
}
.eicon-shape:before {
  content: "\e98a";
}
.eicon-wordart:before {
  content: "\e98b";
}
.eicon-checkout:before {
  content: "\e98c";
}
.eicon-container:before {
  content: "\e98d";
}
.eicon-flip:before {
  content: "\e98e";
}
.eicon-info:before {
  content: "\e98f";
}
.eicon-my-account:before {
  content: "\e990";
}
.eicon-purchase-summary:before {
  content: "\e991";
}
.eicon-page-transition:before {
  content: "\e992";
}
.eicon-spotify:before {
  content: "\e993";
}
.eicon-stripe-button:before {
  content: "\e994";
}
.eicon-woo-settings:before {
  content: "\e995";
}
.eicon-woo-cart:before {
  content: "\e996";
}
.eicon-grow:before {
  content: "\e997";
}
.eicon-order-end:before {
  content: "\e998";
}
.eicon-nowrap:before {
  content: "\e999";
}
.eicon-order-start:before {
  content: "\e99a";
}
.eicon-progress-tracker:before {
  content: "\e99b";
}
.eicon-shrink:before {
  content: "\e99c";
}
.eicon-wrap:before {
  content: "\e99d";
}
.eicon-align-center-h:before {
  content: "\e99e";
}
.eicon-align-center-v:before {
  content: "\e99f";
}
.eicon-align-end-h:before {
  content: "\e9a0";
}
.eicon-align-end-v:before {
  content: "\e9a1";
}
.eicon-align-start-h:before {
  content: "\e9a2";
}
.eicon-align-start-v:before {
  content: "\e9a3";
}
.eicon-align-stretch-h:before {
  content: "\e9a4";
}
.eicon-align-stretch-v:before {
  content: "\e9a5";
}
.eicon-justify-center-h:before {
  content: "\e9a6";
}
.eicon-justify-center-v:before {
  content: "\e9a7";
}
.eicon-justify-end-h:before {
  content: "\e9a8";
}
.eicon-justify-end-v:before {
  content: "\e9a9";
}
.eicon-justify-space-around-h:before {
  content: "\e9aa";
}
.eicon-justify-space-around-v:before {
  content: "\e9ab";
}
.eicon-justify-space-between-h:before {
  content: "\e9ac";
}
.eicon-justify-space-between-v:before {
  content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}
.eicon-justify-start-h:before {
  content: "\e9b0";
}
.eicon-justify-start-v:before {
  content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}
.eicon-woocommerce-notices:before {
  content: "\e9b3";
}
.eicon-inner-container:before {
  content: "\e9b4";
}
.eicon-warning-full:before {
  content: "\e9b5";
}
.eicon-exit:before {
  content: "\e9b6";
}
.eicon-loop-builder:before {
  content: "\e9b7";
}
.eicon-notes:before {
  content: "\e9b8";
}
.eicon-read:before {
  content: "\e9b9";
}
.eicon-unread:before {
  content: "\e9ba";
}
.eicon-carousel-loop:before {
  content: "\e9bb";
}
.eicon-eye:before {
  content: "\e8ac";
}
.eicon-elementor-square:before {
  content: "\e813";
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/custom-frontend-lite.min.css?ver=1703240513 */
.dialog-widget-content {
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.dialog-message {
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
}
.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dialog-type-lightbox .dialog-widget-content {
  margin: auto;
  width: 375px;
}
.dialog-type-lightbox .dialog-header {
  font-size: 15px;
  color: #495157;
  padding: 30px 0 10px;
  font-weight: 500;
}
.dialog-type-lightbox .dialog-message {
  padding: 0 30px 30px;
  min-height: 50px;
}
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper {
  border-top: 1px solid #e6e9ec;
  text-align: center;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  width: 50%;
  border: none;
  background: none;
  color: #6d7882;
  font-size: 15px;
  cursor: pointer;
  padding: 13px 0;
  outline: 0;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
  background-color: #f4f6f7;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
  color: #b01b1b;
}
.dialog-type-lightbox
  .dialog-buttons-wrapper
  > .dialog-button.dialog-take_over {
  color: #39b54a;
}
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
  background-color: rgba(230, 233, 236, 0.5);
}
.dialog-type-lightbox
  .dialog-buttons-wrapper
  > .dialog-button::-moz-focus-inner {
  border: 0;
}
.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
}
.dialog-close-button:not(:hover) {
  opacity: 0.4;
}
.dialog-alert-widget .dialog-buttons-wrapper > button {
  width: 100%;
}
.dialog-confirm-widget .dialog-button:first-child {
  border-right: 1px solid #e6e9ec;
}
#elementor-change-exit-preference-dialog .dialog-message a {
  cursor: pointer;
}
#elementor-change-exit-preference-dialog .dialog-message > div {
  margin-bottom: 10px;
}
#elementor-change-exit-preference-dialog .dialog-ok {
  color: #39b54a;
}
#e-experiments-dependency-dialog .dialog-confirm-header {
  font-weight: 600;
}
#e-experiments-dependency-dialog .dialog-ok,
#e-kit-elements-defaults-create-dialog .dialog-ok {
  color: #39b54a;
}
#e-kit-elements-defaults-create-dialog label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh;
}
@media (min-width: 1024px) {
  body.admin-bar .dialog-lightbox-widget {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: sticky;
    height: 100vh;
  }
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%;
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%;
}
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%;
}
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%;
}
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%;
}
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%;
}
.elementor-fit-aspect-ratio {
  position: relative;
  height: 0;
}
.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000;
}
.elementor-fit-aspect-ratio video {
  width: 100%;
}
.flatpickr-calendar {
  width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300;
}
.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
  width: 280px;
}
.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px;
}
.elementor-templates-modal .dialog-widget-content {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  background-color: #f1f3f5;
  width: 100%;
}
@media (max-width: 1439px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 990px;
  }
}
@media (min-width: 1440px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 1200px;
  }
}
.elementor-templates-modal .dialog-header {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.elementor-templates-modal .dialog-buttons-wrapper {
  background-color: #fff;
  border: none;
  display: none;
  justify-content: flex-end;
  padding: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
  height: 40px;
  margin-left: 5px;
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
  padding: 12px 36px;
  color: #fff;
  width: auto;
  font-size: 15px;
}
.elementor-templates-modal
  .dialog-buttons-wrapper
  .elementor-button-success:hover {
  background-color: #39b54a;
}
.elementor-templates-modal .dialog-message {
  height: 750px;
  max-height: 85vh;
  overflow-y: scroll;
  padding-top: 25px;
}
.elementor-templates-modal .dialog-content {
  height: 100%;
}
.elementor-templates-modal .dialog-loading {
  display: none;
}
.elementor-templates-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}
.elementor-templates-modal__header__logo {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.elementor-templates-modal__header__logo-area {
  text-align: left;
  padding-left: 15px;
}
.elementor-templates-modal__header__logo-area > * {
  display: flex;
  align-items: center;
}
.elementor-templates-modal__header__logo__icon-wrapper {
  margin-right: 10px;
  font-size: 12px;
}
.elementor-templates-modal__header__logo__title {
  padding-top: 2px;
}
.elementor-templates-modal__header__items-area {
  display: flex;
  flex-direction: row-reverse;
}
.elementor-templates-modal__header__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}
.elementor-templates-modal__header__item > i {
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.elementor-templates-modal__header__item > i:not(:hover) {
  color: #a4afb7;
}
.elementor-templates-modal__header__close--normal {
  width: 47px;
  border-left: 1px solid #e6e9ec;
}
.elementor-templates-modal__header__close--normal i {
  font-size: 18px;
}
.elementor-templates-modal__header__close--skip {
  padding: 10px 10px 10px 20px;
  margin-right: 10px;
  color: #fff;
  background-color: #a4afb7;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}
.elementor-templates-modal__header__close--skip > i {
  font-size: inherit;
  padding-left: 10px;
  margin-left: 15px;
  border-left: 1px solid;
}
.elementor-templates-modal__header__close--skip > i:not(:hover) {
  color: #fff;
}
.elementor-templates-modal__sidebar {
  flex-shrink: 0;
  width: 25%;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.elementor-templates-modal__content {
  flex-grow: 1;
  box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.05);
}
#wpadminbar
  #wp-admin-bar-elementor_edit_page
  .elementor-general-section
  + .elementor-second-section {
  border-top: 1px solid #464b50;
  margin-top: 6px;
}
.elementor-hidden {
  display: none;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
.e-logo-wrapper {
  background: #93003c;
  display: inline-block;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
.e-logo-wrapper i {
  color: #fff;
  font-size: 1em;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
  color: #39b54a;
}
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
  color: #b01b1b;
}
.elementor {
  -webkit-hyphens: manual;
  hyphens: manual;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-custom-embed {
  line-height: 0;
}
.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
}
.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.e-con-inner > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
  position: absolute;
}
.e-con-inner > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
  position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}
.elementor-invisible {
  visibility: hidden;
}
.elementor-align-center {
  text-align: center;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite;
}
.elementor-tag {
  display: inline-flex;
}
.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}
@media (min-width: -1px) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-center .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-center .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1112px) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1px) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}
.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display);
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite;
}
.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}
.elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-end;
}
.elementor-row {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}
.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}
.elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}
@media (min-width: -1px) {
  .elementor-reverse-widescreen > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1113px) and (max-width: 1366px) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1112px) {
  .elementor-reverse-laptop > .elementor-container > :first-child,
  .elementor-reverse-laptop > .elementor-container > :nth-child(2),
  .elementor-reverse-laptop > .elementor-container > :nth-child(3),
  .elementor-reverse-laptop > .elementor-container > :nth-child(4),
  .elementor-reverse-laptop > .elementor-container > :nth-child(5),
  .elementor-reverse-laptop > .elementor-container > :nth-child(6),
  .elementor-reverse-laptop > .elementor-container > :nth-child(7),
  .elementor-reverse-laptop > .elementor-container > :nth-child(8),
  .elementor-reverse-laptop > .elementor-container > :nth-child(9),
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 0;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1px) {
  .elementor-reverse-tablet > .elementor-container > :first-child,
  .elementor-reverse-tablet > .elementor-container > :nth-child(2),
  .elementor-reverse-tablet > .elementor-container > :nth-child(3),
  .elementor-reverse-tablet > .elementor-container > :nth-child(4),
  .elementor-reverse-tablet > .elementor-container > :nth-child(5),
  .elementor-reverse-tablet > .elementor-container > :nth-child(6),
  .elementor-reverse-tablet > .elementor-container > :nth-child(7),
  .elementor-reverse-tablet > .elementor-container > :nth-child(8),
  .elementor-reverse-tablet > .elementor-container > :nth-child(9),
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 0;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :first-child {
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1px) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1366px) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1112px) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1px) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1367px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1px) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: 1366px) {
  #elementor-device-mode:after {
    content: "laptop";
  }
}
@media (max-width: 1112px) {
  #elementor-device-mode:after {
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1px) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}
.e-con {
  --border-radius: 0;
  --display: flex;
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: Min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  position: var(--position);
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom)
    var(--margin-left);
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition:
    background var(--background-transition, 0.3s),
    border var(--border-transition, 0.3s),
    box-shadow var(--border-transition, 0.3s),
    transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con-full,
.e-con > .e-con-inner {
  flex-direction: var(--flex-direction);
  text-align: var(--text-align);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
.e-con,
.e-con > .e-con-inner {
  display: var(--display);
}
.e-con-boxed {
  flex-direction: column;
  text-align: initial;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  gap: initial;
}
.e-con > .e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline: 0;
  height: 100%;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-right: auto;
  --margin-left: auto;
  max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
  margin-bottom: 0;
}
.e-con:before,
.e-con > .e-con-inner > .elementor-background-slideshow:before,
.e-con > .e-con-inner > .elementor-background-video-container:before,
.e-con > .elementor-background-slideshow:before,
.e-con > .elementor-background-video-container:before,
.e-con
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, 0.3s);
  border-radius: var(--border-radius);
}
.e-con:before {
  transition:
    background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}
.e-con > .e-con-inner > .elementor-background-video-container:before,
.e-con > .elementor-background-video-container:before {
  z-index: 1;
}
.e-con > .e-con-inner > .elementor-background-slideshow:before,
.e-con > .elementor-background-slideshow:before {
  z-index: 2;
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}
@media (max-width: 767px) {
  .e-con {
    --width: 100%;
    --flex-wrap: wrap;
  }
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > input,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > textarea {
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  > input {
  flex-grow: 1;
}
.elementor-field-group {
  flex-wrap: wrap;
  align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #373a3c;
  vertical-align: middle;
  flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-right: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple
  .elementor-select-wrapper:before {
  content: "";
}
.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  flex-basis: 100%;
}
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline;
}
.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px;
}
.elementor-button-align-stretch
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center;
}
.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start;
}
.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end;
}
.elementor-button-align-center
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-end
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-start
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: auto;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto;
}
@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }
  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }
  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}
.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}
.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.elementor-form .elementor-button > span {
  display: flex;
  justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}
.elementor-element .elementor-widget-container {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
}
.elementor-button-icon {
  flex-grow: 0;
  order: 5;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5;
}
.elementor-button span {
  text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}
.elementor-tab-title a {
  color: inherit;
}
.elementor-view-stacked .elementor-icon {
  padding: 0.5em;
  background-color: #818a91;
  color: #fff;
  fill: #fff;
}
.elementor-view-framed .elementor-icon {
  padding: 0.5em;
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #818a91;
}
.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: auto;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}
.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0))
    rotate(var(--e-con-transform-rotateZ, 0))
    rotateX(var(--e-con-transform-rotateX, 0))
    rotateY(var(--e-con-transform-rotateY, 0))
    translate(var(--e-con-transform-translate, 0))
    translateX(var(--e-con-transform-translateX, 0))
    translateY(var(--e-con-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-con-transform-flipX, 1) *
          var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-con-transform-flipY, 1) *
          var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1))
      )
    )
    skewX(var(--e-con-transform-skewX, 0))
    skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y)
    var(--e-con-transform-origin-x);
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-slide figure {
  line-height: 0;
}
.swiper-container .elementor-lightbox-content-source {
  display: none;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background: no-repeat 50%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-fraction {
  color: #000;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.elementor-pagination-position-outside .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-swiper {
  position: relative;
}
.elementor-main-swiper {
  position: static;
}
.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px);
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0;
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0;
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}
.elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  transform: translateY(-50%);
}
.elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-swiper-button-prev {
  left: 10px;
}
.elementor-swiper-button-next {
  right: 10px;
}
.elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-container-cube .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
    no-repeat 50%;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox .dialog-header {
  display: none;
}
.elementor-lightbox .dialog-widget-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.elementor-lightbox .dialog-message {
  animation-duration: 0.3s;
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  z-index: 2;
  line-height: 1;
  display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all 0.3s;
  opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper-container {
  height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0;
  }
}
.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  box-shadow:
    0 0 30px rgba(0, 0, 0, 0.3),
    0 0 8px -5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%;
  }
}
.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size);
}
.elementor-lightbox .elementor-swiper-button-prev {
  left: 0;
}
.elementor-lightbox .elementor-swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none;
  }
  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%;
  }
  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    justify-content: flex-start;
  }
  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end;
  }
}
.elementor-slideshow__counter {
  color: currentColor;
  font-size: 0.75em;
  width: -moz-max-content;
  width: max-content;
}
.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}
.elementor-slideshow__footer {
  color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  align-items: center;
  z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
}
.elementor-slideshow__header > i {
  font-size: inherit;
}
.elementor-slideshow__header > i:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em;
}
.elementor-slideshow__header > svg:hover {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
  margin-right: auto;
}
.elementor-slideshow__header .elementor-icon-share {
  z-index: 5;
}
.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: background-color 0.4s;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #2c2c2c;
}
.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 90% 10%;
  transition: all 0.25s 0.1s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
  text-align: left;
  color: #55595c;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  transition: opacity 0.5s 0.1s;
}
.elementor-slideshow__share-links a:hover {
  color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-right: 0.75em;
}
.elementor-slideshow__share-links a i {
  font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em;
}
.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0.5em;
  border: 0.45em solid transparent;
  border-bottom-color: #fff;
  transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed;
}
.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0;
}
.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700;
}
.elementor-slideshow__description {
  font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-twitter {
  color: #1da1f2;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-facebook {
  color: #3b5998;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-pinterest {
  color: #bd081c;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .eicon-download-bold {
  color: #a4afb7;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-twitter {
  fill: #1da1f2;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-facebook {
  fill: #3b5998;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-pinterest {
  fill: #bd081c;
}
.elementor-slideshow--share-mode
  .elementor-slideshow__share-links
  .e-eicon-download-bold {
  fill: #a4afb7;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2;
}
.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape-top:not([data-negative="false"]) svg {
  z-index: -1;
}
.elementor-shape-bottom {
  bottom: -1px;
}
.elementor-shape-bottom:not([data-negative="true"]) svg {
  z-index: -1;
}
.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
  transform: rotate(180deg);
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
#wp-admin-bar-elementor_edit_page > .ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #55595c;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px;
}
#wp-admin-bar-elementor_inspector > .ab-item:before {
  content: "\f348";
  top: 2px;
}
#wpadminbar * {
  font-style: normal;
}
.page-template-elementor_canvas.elementor-page:before {
  display: none;
}
.elementor-post__thumbnail__link {
  transition: none;
}
#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}
.e--ua-appleWebkit.rtl {
  --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center;
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-center
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-justify
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-right
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
  .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-0.5 * var(--grid-column-gap));
  margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-center
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-justify
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-right
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
  .elementor-grid-item {
  margin-left: calc(0.5 * var(--grid-column-gap));
  margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid {
  display: inline-block;
}
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-share-buttons--align-left
  .elementor-grid-item,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid,
.e--ua-appleWebkit
  .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
  .elementor-grid-item {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-justify
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-right
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
    .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-justify
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-tablet-right
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
    .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-tablet--align-left
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
    .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-justify
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-right
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
    .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-justify
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-mobile-right
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
    .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons-mobile--align-left
    .elementor-grid-item,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid,
  .e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
    .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1112px) {
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1113px) and (max-width: 1366px) {
  .elementor .elementor-hidden-laptop {
    display: none;
  }
}
@media (min-width: 1367px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1px) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left);
}
.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
    scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition:
    var(--stroke-transition) stroke,
    var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover);
}
.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition:
    var(--transition) stroke,
    var(--transition) stroke-width,
    var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color);
}
.elementor-widget-n-tabs {
  --n-tabs-color-accent-fallback: #61ce70;
  --n-tabs-color-secondary-fallback: #54595f;
  --n-tabs-default-padding-block: 15px;
  --n-tabs-default-padding-inline: 35px;
  --n-tabs-overflow-x: hidden;
  --n-tabs-overflow-y: auto;
  --n-tabs-background-color: transparent;
  --n-tabs-display: flex;
  --n-tabs-direction: column;
  --n-tabs-gap: 10px;
  --n-tabs-heading-display: flex;
  --n-tabs-heading-direction: row;
  --n-tabs-heading-grow: initial;
  --n-tabs-heading-justify-content: center;
  --n-tabs-heading-width: initial;
  --n-tabs-height: initial;
  --n-tabs-border-width: 1px;
  --n-tabs-border-color: #d4d4d4;
  --n-tabs-content-padding: initial;
  --n-tabs-content-border-radius: initial;
  --n-tabs-title-color: var(
    --e-global-color-secondary,
    var(--n-tabs-color-secondary-fallback)
  );
  --n-tabs-title-color-hover: #fff;
  --n-tabs-title-color-active: #fff;
  --n-tabs-title-background-color: #f1f3f5;
  --n-tabs-title-background-color-hover: var(
    --e-global-color-accent,
    var(--n-tabs-color-accent-fallback)
  );
  --n-tabs-title-background-color-active: var(
    --e-global-color-accent,
    var(--n-tabs-color-accent-fallback)
  );
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-justify-content-toggle: initial;
  --n-tabs-title-align-items-toggle: center;
  --n-tabs-title-justify-content: center;
  --n-tabs-title-align-items: center;
  --n-tabs-title-direction: row;
  --n-tabs-title-gap: 10px;
  --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
  --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
  --n-tabs-title-border-radius: initial;
  --n-tabs-title-transition: 0.3s;
  --n-tabs-icon-color: var(
    --e-global-color-secondary,
    var(--n-tabs-color-secondary-fallback)
  );
  --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
  --n-tabs-icon-color-active: #fff;
  --n-tabs-icon-gap: 5px;
  max-width: 100%;
}
.elementor-widget-n-tabs .e-n-tabs {
  display: var(--n-tabs-display);
  flex-direction: var(--n-tabs-direction);
  gap: var(--n-tabs-gap);
  text-align: left;
  height: var(--n-tabs-height);
  overflow-x: var(--n-tabs-overflow-x);
  overflow-y: var(--n-tabs-overflow-y);
}
.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap);
}
.elementor-widget-n-tabs .e-n-tabs-content {
  flex-grow: 1;
  padding: var(--n-tabs-content-padding);
  border-radius: var(--n-tabs-content-border-radius);
}
.elementor-widget-n-tabs .e-n-tab-title {
  display: flex;
  align-items: var(
    --n-tabs-title-align-items-toggle,
    var(--n-tabs-title-align-items)
  );
  flex-direction: var(--n-tabs-title-direction);
  justify-content: var(
    --n-tabs-title-justify-content-toggle,
    var(--n-tabs-title-justify-content)
  );
  gap: var(--n-tabs-icon-gap);
  border-width: var(--n-tabs-border-width);
  position: relative;
  cursor: pointer;
  outline: none;
  padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right)
    var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
  border-radius: var(--n-tabs-title-border-radius);
  height: var(--n-tabs-title-height);
  width: var(--n-tabs-title-width);
  transition:
    background var(--n-tabs-title-transition),
    color var(--n-tabs-title-transition),
    border var(--n-tabs-title-transition),
    box-shadow var(--n-tabs-title-transition),
    text-shadow var(--n-tabs-title-transition),
    stroke var(--n-tabs-title-transition),
    stroke-width var(--n-tabs-title-transition),
    -webkit-text-stroke-width var(--n-tabs-title-transition),
    -webkit-text-stroke-color var(--n-tabs-title-transition),
    transform var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
  transition:
    color var(--n-tabs-title-transition),
    fill var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-tabs-title-font-size);
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  order: var(--n-tabs-icon-order);
  overflow: hidden;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
  font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
  height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
  display: none;
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
  background-color: var(--n-tabs-title-background-color);
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
  color: var(--n-tabs-title-color);
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
  color: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs
  .e-n-tab-title:not(.e-active)
  .e-n-tab-icon
  i:last-child,
.elementor-widget-n-tabs
  .e-n-tab-title:not(.e-active)
  .e-n-tab-icon
  svg:last-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a {
  color: var(--n-tabs-title-color-hover);
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
  color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-tabs
  .e-n-tab-title.e-active[class*="elementor-animation-"]:active,
.elementor-widget-n-tabs
  .e-n-tab-title.e-active[class*="elementor-animation-"]:focus,
.elementor-widget-n-tabs
  .e-n-tab-title.e-active[class*="elementor-animation-"]:hover {
  transform: none;
  animation: initial;
}
.elementor-widget-n-tabs .e-con,
.elementor-widget-n-tabs .e-n-tabs-content {
  border-width: 1px;
  border: var(--n-tabs-border-width) none var(--n-tabs-border-color);
}
.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child),
.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
  margin-top: var(--n-tabs-title-gap);
}
.elementor-widget-n-tabs .e-con .e-collapse.e-active,
.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
  margin-bottom: var(--n-tabs-gap);
}
.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
  display: none;
}
:is(
  .elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading
    .e-n-tab-title,
  .elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    .e-n-tab-title
):hover {
  background-color: var(--n-tabs-title-background-color-hover);
  background-image: none;
}
:is(
  .elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading
    .e-n-tab-title,
  .elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    .e-n-tab-title
).e-active {
  background-color: var(--n-tabs-title-background-color-active);
  background-image: none;
}
@media (min-width: 768px) {
  .e-n-tabs-mobile
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    > .e-collapse {
    display: none;
  }
}
@media (max-width: 767px) {
  .e-n-tabs-mobile
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: none;
  }
}
@media (min-width: -1px) {
  .e-n-tabs-mobile_extra
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    > .e-collapse {
    display: none;
  }
}
@media (max-width: -1px) {
  .e-n-tabs-mobile_extra
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: none;
  }
}
@media (min-width: 1025px) {
  .e-n-tabs-tablet
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    > .e-collapse {
    display: none;
  }
}
@media (max-width: 1024px) {
  .e-n-tabs-tablet
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: none;
  }
}
@media (min-width: 1113px) {
  .e-n-tabs-tablet_extra
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    > .e-collapse {
    display: none;
  }
}
@media (max-width: 1112px) {
  .e-n-tabs-tablet_extra
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: none;
  }
}
@media (min-width: 1367px) {
  .e-n-tabs-laptop
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-content
    > .e-collapse {
    display: none;
  }
}
@media (max-width: 1366px) {
  .e-n-tabs-laptop
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading {
    display: none;
  }
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/post-5.css?ver=1703240513 */
.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/custom-pro-frontend-lite.min.css?ver=1703240513 */
.elementor-bg-transform .elementor-bg {
  will-change: transform;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-bg-transform-move-left .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-up .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.elementor-animated-content {
  --translate: 0, 0;
}
.elementor-animated-content:hover .elementor-animated-item--grow {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-animated-content:hover .elementor-animated-item--shrink {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
  -webkit-transform: translateY(600px);
  -ms-transform: translateY(600px);
  transform: translateY(600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-up {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-down {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.elementor-animated-content:hover
  .elementor-animated-item--move-contained-right {
  --translate: 8%, 0;
}
.elementor-animated-content:hover
  .elementor-animated-item--move-contained-left {
  --translate: -8%, 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
  --translate: 0, -8%;
}
.elementor-animated-content:hover
  .elementor-animated-item--move-contained-bottom {
  --translate: 0, 8%;
}
.elementor-animated-content [class^="elementor-animated-item"] {
  will-change: transform, opacity;
}
.elementor-animated-content .elementor-animated-item--shrink-contained {
  -webkit-transform: scale(1.17);
  -ms-transform: scale(1.17);
  transform: scale(1.17);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.elementor-animated-content .elementor-animated-item--enter-from-right {
  -webkit-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  transform: translateX(1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-left {
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-top {
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
  -webkit-transform: scale(1.2) translate(var(--translate));
  -ms-transform: scale(1.2) translate(var(--translate));
  transform: scale(1.2) translate(var(--translate));
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid #fec449;
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#feb416),
    to(#fec449)
  );
  background-image: -o-linear-gradient(bottom, #feb416, #fec449);
  background-image: linear-gradient(0deg, #feb416, #fec449);
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting:hover {
  background-color: #feb416;
}
.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting.elementor-editor-element-save {
  display: none;
}
.elementor-theme-builder-content-area {
  height: 400px;
}
.elementor-location-footer:before,
.elementor-location-header:before {
  content: "";
  display: table;
  clear: both;
}
.elementor-posts.elementor-posts--skin-archive_full_content
  article.elementor-post {
  display: block;
}
.elementor-sticky--active {
  z-index: 99;
}
[data-elementor-type="popup"]
  .elementor-section-wrap:not(:empty)
  + #elementor-add-new-section,
[data-elementor-type="popup"]:not(.elementor-edit-area) {
  display: none;
}
.elementor-popup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
  display: none;
}
.elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
.elementor-popup-modal .dialog-close-button svg {
  fill: #373a3c;
  height: 1em;
  width: 1em;
}
.elementor-popup-modal .dialog-widget-content {
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
}
.elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-popup-modal .elementor {
  width: 100%;
}
.elementor-motion-effects-element,
.elementor-motion-effects-layer {
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -o-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: var(--e-transform-origin-y)
    var(--e-transform-origin-x);
  -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-motion-effects-perspective {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/post-18.css?ver=1724748887 */
.elementor-18 .elementor-element.elementor-element-32ec6ea5 {
  margin: -40px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-46b9639
  > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-3741ed3 {
  z-index: 100;
}
.elementor-18 .elementor-element.elementor-element-449460c .title-after_title,
.elementor-18 .elementor-element.elementor-element-449460c .title-subtitle,
.elementor-18
  .elementor-element.elementor-element-449460c
  .woodmart-title-container {
  max-width: 84%;
}
.elementor-18 .elementor-element.elementor-element-449460c .title-subtitle {
  color: #272727;
  font-size: 14px;
}
.elementor-18 .elementor-element.elementor-element-449460c .title {
  color: #3d3d3d;
  font-size: 36px;
  line-height: 44px;
}
.elementor-18 .elementor-element.elementor-element-449460c .title-after_title {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.elementor-18
  .elementor-element.elementor-element-449460c
  > .elementor-widget-container {
  margin: 15% 0% 0% 0%;
}
.elementor-18
  .elementor-element.elementor-element-3fc8bcd
  > .elementor-element-populated {
  margin: -10% 0% 0% 0%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 0%;
}
.elementor-18 .elementor-element.elementor-element-a17b780 .banner-title {
  font-size: 26px;
  font-weight: 600;
}
.elementor-18
  .elementor-element.elementor-element-a17b780
  .promo-banner:not(.banner-content-background)
  .content-banner,
.elementor-18
  .elementor-element.elementor-element-a17b780
  .promo-banner.banner-content-background
  .wrapper-content-banner {
  max-width: 257px;
}
.elementor-18
  .elementor-element.elementor-element-a17b780
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-f009720 .banner-title {
  font-size: 26px;
  font-weight: 600;
}
.elementor-18
  .elementor-element.elementor-element-f009720
  .promo-banner:not(.banner-content-background)
  .content-banner,
.elementor-18
  .elementor-element.elementor-element-f009720
  .promo-banner.banner-content-background
  .wrapper-content-banner {
  max-width: 257px;
}
.elementor-18
  .elementor-element.elementor-element-f009720
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-11601c4
  > .elementor-element-populated {
  margin: -10% 0% 0% 0%;
  --e-column-margin-right: 0%;
  --e-column-margin-left: 0%;
}
.elementor-18 .elementor-element.elementor-element-abfeae4 .banner-title {
  font-size: 26px;
  font-weight: 600;
}
.elementor-18
  .elementor-element.elementor-element-abfeae4
  .promo-banner:not(.banner-content-background)
  .content-banner,
.elementor-18
  .elementor-element.elementor-element-abfeae4
  .promo-banner.banner-content-background
  .wrapper-content-banner {
  max-width: 257px;
}
.elementor-18
  .elementor-element.elementor-element-abfeae4
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-5a87435 .banner-title {
  font-size: 27px;
  font-weight: 600;
}
.elementor-18
  .elementor-element.elementor-element-5a87435
  .promo-banner:not(.banner-content-background)
  .content-banner,
.elementor-18
  .elementor-element.elementor-element-5a87435
  .promo-banner.banner-content-background
  .wrapper-content-banner {
  max-width: 650px;
}
.elementor-18
  .elementor-element.elementor-element-5a87435
  > .elementor-widget-container {
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-945b52b .banner-title {
  font-size: 26px;
  font-weight: 600;
}
.elementor-18
  .elementor-element.elementor-element-945b52b
  > .elementor-widget-container {
  margin: 0em -20em 0em 0em;
  padding: 0px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-20a9ef6
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}
.elementor-18 .elementor-element.elementor-element-20a9ef6 {
  margin: 2em 0em 0em 0em;
  padding: 0% 0% 0% 13%;
  z-index: 1;
}
.elementor-18 .elementor-element.elementor-element-b8bce9e {
  text-align: left;
}
.elementor-18
  .elementor-element.elementor-element-b8bce9e
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-6c96796 .title-after_title,
.elementor-18 .elementor-element.elementor-element-6c96796 .title-subtitle,
.elementor-18
  .elementor-element.elementor-element-6c96796
  .woodmart-title-container {
  max-width: 81%;
}
.elementor-18 .elementor-element.elementor-element-6c96796 .title {
  color: #1e2125;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.8px;
}
.elementor-18 .elementor-element.elementor-element-6c96796 .title-after_title {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 25px;
}
.elementor-18
  .elementor-element.elementor-element-6c96796
  > .elementor-widget-container {
  margin: -50px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-c902af0 {
  text-align: left;
}
.elementor-18
  .elementor-element.elementor-element-c902af0
  > .elementor-widget-container {
  margin: -13px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-e41702d {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 25px;
}
.elementor-18
  .elementor-element.elementor-element-e41702d
  .elementor-widget-container {
  max-width: 85%;
}
.elementor-18 .elementor-element.elementor-element-14581ae .elementor-button {
  font-size: 14px;
  font-weight: 500;
  fill: #ffffff;
  color: #ffffff;
  background-color: #181a1e;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 17px 33px 17px 33px;
}
.elementor-18
  .elementor-element.elementor-element-14581ae
  .elementor-button:hover,
.elementor-18
  .elementor-element.elementor-element-14581ae
  .elementor-button:focus {
  color: #1e2125;
  background-color: #ffffff;
  border-color: #1e2125;
}
.elementor-18
  .elementor-element.elementor-element-14581ae
  .elementor-button:hover
  svg,
.elementor-18
  .elementor-element.elementor-element-14581ae
  .elementor-button:focus
  svg {
  fill: #1e2125;
}
.elementor-18
  .elementor-element.elementor-element-14581ae
  > .elementor-widget-container {
  margin: 0px 25px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-14581ae {
  width: auto;
  max-width: auto;
}
.elementor-18 .elementor-element.elementor-element-0557d91 {
  margin: 70px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-e54a8b7 .counter-value {
  font-size: 24px;
  font-weight: 700;
}
.elementor-18 .elementor-element.elementor-element-e54a8b7 .woodmart-counter {
  color: #000000;
}
.elementor-18 .elementor-element.elementor-element-4be0aca .counter-value {
  font-size: 24px;
  font-weight: 700;
}
.elementor-18 .elementor-element.elementor-element-4be0aca .woodmart-counter {
  color: #000000;
}
.elementor-18 .elementor-element.elementor-element-dbac08d .counter-value {
  font-size: 24px;
  font-weight: 700;
}
.elementor-18 .elementor-element.elementor-element-dbac08d .woodmart-counter {
  color: #000000;
}
.elementor-18
  .elementor-element.elementor-element-19612d6
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-18 .elementor-element.elementor-element-158f416 img {
  width: 100%;
}
.elementor-18
  .elementor-element.elementor-element-158f416
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-099c4b6
  > .elementor-container {
  min-height: 690px;
}
.elementor-18
  .elementor-element.elementor-element-099c4b6:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-18
  .elementor-element.elementor-element-099c4b6
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url("https://dvgroup.global/wp-content/uploads/2022/04/bg1-home2-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-18 .elementor-element.elementor-element-099c4b6 {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: -55px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-099c4b6
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-18 .elementor-element.elementor-element-0f1f805 .title {
  color: #ececec;
  font-size: 36px;
  font-weight: bold;
}
.elementor-18
  .elementor-element.elementor-element-0f1f805
  > .elementor-widget-container {
  margin: -3em 0em 0em 0em;
}
.elementor-18
  .elementor-element.elementor-element-c478200
  > .elementor-container {
  max-width: 1342px;
}
.elementor-18 .elementor-element.elementor-element-c478200 {
  margin: 40px 0px 0px 0px;
}
.elementor-bc-flex-widget
  .elementor-18
  .elementor-element.elementor-element-eddc84b.elementor-column
  .elementor-widget-wrap {
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-eddc84b.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-eddc84b.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}
.elementor-18
  .elementor-element.elementor-element-eddc84b
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}
.elementor-18 .elementor-element.elementor-element-0a2a4d5 .info-box-title {
  color: #ececec;
  font-size: 20px;
}
.elementor-18 .elementor-element.elementor-element-0a2a4d5 .info-box-inner {
  color: #ececec;
  font-size: 16px;
}
.elementor-18 .elementor-element.elementor-element-0a2a4d5 {
  width: var(--container-widget-width, 85%);
  max-width: 85%;
  --container-widget-width: 85%;
  --container-widget-flex-grow: 0;
}
.elementor-bc-flex-widget
  .elementor-18
  .elementor-element.elementor-element-245c3aa.elementor-column
  .elementor-widget-wrap {
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-245c3aa.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-245c3aa.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}
.elementor-18
  .elementor-element.elementor-element-245c3aa
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}
.elementor-18 .elementor-element.elementor-element-7317e60 .info-box-title {
  color: #ececec;
  font-size: 20px;
}
.elementor-18 .elementor-element.elementor-element-7317e60 .info-box-inner {
  color: #ececec;
  font-size: 16px;
}
.elementor-18 .elementor-element.elementor-element-7317e60 {
  width: var(--container-widget-width, 85%);
  max-width: 85%;
  --container-widget-width: 85%;
  --container-widget-flex-grow: 0;
}
.elementor-bc-flex-widget
  .elementor-18
  .elementor-element.elementor-element-f741ca6.elementor-column
  .elementor-widget-wrap {
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-f741ca6.elementor-column.elementor-element[data-element_type="column"]
  > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-f741ca6.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}
.elementor-18
  .elementor-element.elementor-element-f741ca6
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}
.elementor-18 .elementor-element.elementor-element-c2b183f .info-box-title {
  color: #ececec;
  font-size: 20px;
}
.elementor-18 .elementor-element.elementor-element-c2b183f .info-box-inner {
  color: #ececec;
  font-size: 16px;
}
.elementor-18 .elementor-element.elementor-element-c2b183f {
  width: var(--container-widget-width, 85%);
  max-width: 85%;
  --container-widget-width: 85%;
  --container-widget-flex-grow: 0;
}
.elementor-18 .elementor-element.elementor-element-a20ac55 {
  margin: 60px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-9b34eca:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-18
  .elementor-element.elementor-element-9b34eca
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}
.elementor-18 .elementor-element.elementor-element-9b34eca {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: 85px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-9b34eca
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-18 .elementor-element.elementor-element-4ffbf12 .title {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.8px;
}
.elementor-18
  .elementor-element.elementor-element-4ffbf12
  > .elementor-widget-container {
  margin: -3em 0em 0em 0em;
}
.elementor-18
  .elementor-element.elementor-element-6b6e3aa
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}
.elementor-18
  .elementor-element.elementor-element-6b6e3aa:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-18
  .elementor-element.elementor-element-6b6e3aa
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}
.elementor-18 .elementor-element.elementor-element-6b6e3aa {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: 100px 100px -80px 100px;
  padding: 0px 150px 50px 150px;
  z-index: 1;
}
.elementor-18
  .elementor-element.elementor-element-6b6e3aa
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-18 .elementor-element.elementor-element-4263dca .title {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.8px;
}
.elementor-18
  .elementor-element.elementor-element-4263dca
  > .elementor-widget-container {
  margin: -3em 0em 0em 0em;
}
.elementor-18 .elementor-element.elementor-element-34b6bce {
  margin: 30px 0px 0px 0px;
}
.elementor-18
  .elementor-element.elementor-element-f9fd238
  > .elementor-element-populated {
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}
.elementor-18
  .elementor-element.elementor-element-c49604b
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (max-width: 1366px) {
  .elementor-18 .elementor-element.elementor-element-449460c .title {
    font-size: 35px;
  }
  .elementor-18
    .elementor-element.elementor-element-449460c
    .title-after_title {
    font-size: 14px;
  }
  .elementor-18 .elementor-element.elementor-element-20a9ef6 {
    padding: 50px 0px 0px 15px;
  }
  .elementor-18 .elementor-element.elementor-element-b8bce9e img {
    width: 378px;
  }
  .elementor-18 .elementor-element.elementor-element-0557d91 {
    margin: 60px 0px 100px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-19612d6
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-158f416
    > .elementor-widget-container {
    margin: 0em 0em 1em 0em;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-6b6e3aa {
    padding: 0px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-f9fd238
    > .elementor-element-populated {
    margin: 0px 0px 0px 50px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 50px;
  }
}
@media (max-width: 1112px) {
  .elementor-18 .elementor-element.elementor-element-b8bce9e img {
    width: 347px;
  }
  .elementor-18
    .elementor-element.elementor-element-158f416
    > .elementor-widget-container {
    margin: 0px 0px -55px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-6b6e3aa {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .elementor-18 .elementor-element.elementor-element-32ec6ea5 {
    margin: -40px 0px 60px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-449460c .title {
    font-size: 23px;
    line-height: 1.5em;
  }
  .elementor-18
    .elementor-element.elementor-element-449460c
    .title-after_title {
    font-size: 14px;
  }
  .elementor-18 .elementor-element.elementor-element-a17b780 .banner-title {
    font-size: 17px;
  }
  .elementor-18 .elementor-element.elementor-element-f009720 .banner-title {
    font-size: 17px;
  }
  .elementor-18 .elementor-element.elementor-element-abfeae4 .banner-title {
    font-size: 17px;
  }
  .elementor-18 .elementor-element.elementor-element-5a87435 .banner-title {
    font-size: 17px;
  }
  .elementor-18 .elementor-element.elementor-element-945b52b .banner-title {
    font-size: 17px;
  }
  .elementor-18 .elementor-element.elementor-element-e41702d {
    font-size: 14px;
    line-height: 1.4em;
  }
  .elementor-18 .elementor-element.elementor-element-158f416 img {
    width: 98%;
  }
  .elementor-18
    .elementor-element.elementor-element-158f416
    > .elementor-widget-container {
    margin: 0em 0em 1em 0em;
  }
  .elementor-18 .elementor-element.elementor-element-0a2a4d5 .info-box-inner {
    font-size: 14px;
  }
  .elementor-18
    .elementor-element.elementor-element-245c3aa
    > .elementor-element-populated {
    margin: 20px 0px 20px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-18 .elementor-element.elementor-element-7317e60 .info-box-inner {
    font-size: 14px;
  }
  .elementor-18 .elementor-element.elementor-element-c2b183f .info-box-inner {
    font-size: 14px;
  }
  .elementor-18 .elementor-element.elementor-element-6b6e3aa {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .elementor-18 .elementor-element.elementor-element-32ec6ea5 {
    margin: -40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-449460c .title {
    font-size: 28px;
    line-height: 1.3em;
  }
  .elementor-18
    .elementor-element.elementor-element-449460c
    > .elementor-widget-container {
    margin: 30px 0px 30px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-3fc8bcd
    > .elementor-element-populated {
    margin: 0% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
  }
  .elementor-18 .elementor-element.elementor-element-a17b780 .banner-title {
    font-size: 24px;
  }
  .elementor-18 .elementor-element.elementor-element-f009720 .banner-title {
    font-size: 24px;
  }
  .elementor-18
    .elementor-element.elementor-element-11601c4
    > .elementor-element-populated {
    margin: 0% 0% 0% 0%;
    --e-column-margin-right: 0%;
    --e-column-margin-left: 0%;
  }
  .elementor-18 .elementor-element.elementor-element-abfeae4 .banner-title {
    font-size: 24px;
  }
  .elementor-18 .elementor-element.elementor-element-5a87435 .banner-title {
    font-size: 24px;
  }
  .elementor-18 .elementor-element.elementor-element-f9065a1 {
    margin: 0em 0em 0em 0em;
    padding: 0px 0px 0px 10px;
  }
  .elementor-18 .elementor-element.elementor-element-288a657 {
    width: 100%;
  }
  .elementor-18
    .elementor-element.elementor-element-288a657
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-945b52b
    .elementor-repeater-item-126bd63
    .promo-banner:not(.banner-content-background)
    .content-banner,
  .elementor-18
    .elementor-element.elementor-element-945b52b
    .elementor-repeater-item-126bd63
    .promo-banner.banner-content-background
    .wrapper-content-banner {
    max-width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-945b52b .banner-title {
    font-size: 24px;
  }
  .elementor-18
    .elementor-element.elementor-element-945b52b
    > .elementor-widget-container {
    margin: 0em 0em 0em 0em;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-945b52b {
    width: 100%;
    max-width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-20a9ef6 {
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 5px;
  }
  .elementor-18 .elementor-element.elementor-element-b8bce9e img {
    width: 75%;
  }
  .elementor-18 .elementor-element.elementor-element-6c96796 .title {
    font-size: 28px;
  }
  .elementor-18
    .elementor-element.elementor-element-6c96796
    > .elementor-widget-container {
    margin: -36px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-14581ae
    > .elementor-widget-container {
    margin: 20px 20px 20px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-14581ae {
    width: 100%;
    max-width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-0557d91 {
    margin: 40px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-5bead10 {
    width: 50%;
  }
  .elementor-18 .elementor-element.elementor-element-03fd43b {
    width: 50%;
  }
  .elementor-18
    .elementor-element.elementor-element-19612d6
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-158f416 img {
    width: 100%;
  }
  .elementor-18
    .elementor-element.elementor-element-158f416
    > .elementor-widget-container {
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-099c4b6 {
    margin: 0px 0px 0px 0px;
    padding: 80px 10px 40px 10px;
  }
  .elementor-18 .elementor-element.elementor-element-0f1f805 .title {
    font-size: 28px;
  }
  .elementor-18
    .elementor-element.elementor-element-0f1f805
    > .elementor-widget-container {
    margin: -2em 0em 0em 0em;
  }
  .elementor-18
    .elementor-element.elementor-element-eddc84b
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-0a2a4d5
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-0a2a4d5 {
    width: 100%;
    max-width: 100%;
  }
  .elementor-18
    .elementor-element.elementor-element-245c3aa
    > .elementor-element-populated {
    margin: 1em 0em 1em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
  }
  .elementor-18
    .elementor-element.elementor-element-7317e60
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-7317e60 {
    width: 100%;
    max-width: 100%;
  }
  .elementor-18
    .elementor-element.elementor-element-c2b183f
    > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-c2b183f {
    width: 100%;
    max-width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-7ec30dd img {
    width: 75%;
  }
  .elementor-18 .elementor-element.elementor-element-4ffbf12 .title {
    font-size: 28px;
  }
  .elementor-18
    .elementor-element.elementor-element-4ffbf12
    > .elementor-widget-container {
    margin: -35px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-6b6e3aa {
    margin: 0px 0px -70px 0px;
    padding: 50px 0px 50px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-250d986
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-53c993e
    > .elementor-widget-container {
    margin: 0px 0px 9px 0px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18 .elementor-element.elementor-element-4263dca .title {
    font-size: 28px;
  }
  .elementor-18 .elementor-element.elementor-element-34b6bce {
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
  }
  .elementor-18
    .elementor-element.elementor-element-f9fd238
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .elementor-18 .elementor-element.elementor-element-d75c094 {
    width: 45%;
  }
  .elementor-18 .elementor-element.elementor-element-19612d6 {
    width: 55%;
  }
}
@media (max-width: 1112px) and (min-width: 768px) {
  .elementor-18 .elementor-element.elementor-element-d75c094 {
    width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-19612d6 {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-18 .elementor-element.elementor-element-eddc84b {
    width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-245c3aa {
    width: 100%;
  }
  .elementor-18 .elementor-element.elementor-element-f741ca6 {
    width: 100%;
  }
} /* Start custom CSS for section, class: .elementor-element-f9065a1 */ /* 576px and smaller screen sizes */
@media (max-width: 576px) {
  /* Banners carousel */
  .elementor-element-f9065a1 .banners-carousel-wrapper .banners-carousel {
    padding-right: 89px;
  }
} /* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-d75c094 */ /* Button */
.elementor-widget-wd_popup .wd-button-wrapper a {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

/* Icon */
.elementor-widget-wd_popup .wd-open-popup .wd-btn-icon {
  padding-top: 3px;
}

.elementor-widget-wd_popup .wd-open-popup .wd-btn-text {
  padding-right: 14px;
} /* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-34b6bce */ /* Input */
.entry-content
  .elementor
  .elementor-element-6b6e3aa
  .elementor-container
  .elementor-top-column
  .elementor-widget-wrap
  .elementor-element-34b6bce
  .elementor-container
  .elementor-inner-column
  .elementor-widget-wrap
  .elementor-element
  .elementor-widget-container
  .wpcf7
  .init
  .row
  p
  input {
  width: 100% !important;
} /* End custom CSS */

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/bootstrap-light.min.css?ver=6.5.4 */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.container-no-gutters,
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-20_0,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-20_0,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-20_0,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-20_0 {
  flex: 0 0 20%;
  max-width: 20%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-20_0 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-20_0 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-14_3 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
  }
  .col-lg-12_5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-11_1 {
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
  }
  .col-lg-10_0 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-9_1 {
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/base.min.css?ver=6.5.4 */
:root {
  --wd-text-line-height: 1.6;
  --wd-brd-radius: 0.01px;
  --wd-form-color: inherit;
  --wd-form-placeholder-color: inherit;
  --wd-form-bg: transparent;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  --wd-main-bgcolor: #fff;
  --wd-scroll-w: 0.001px;
  --wd-admin-bar-h: 0.001px;
  --wd-tags-mb: 20px;
  --wd-block-spacing: 20px;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white-rgb: 255, 255, 255;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
}
ol,
ul {
  list-style: none;
  margin-bottom: var(--list-mb);
  padding-left: var(--li-pl);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px;
}
caption,
th,
td {
  vertical-align: middle;
  text-align: left;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a,
button,
input {
  touch-action: manipulation;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
  padding: 0;
  border: 0;
}
body {
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  color: var(--wd-text-color);
  text-rendering: optimizeLegibility;
  font-weight: var(--wd-text-font-weight);
  font-style: var(--wd-text-font-style);
  font-size: var(--wd-text-font-size);
  font-family: var(--wd-text-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--wd-text-line-height);
}
p {
  margin-bottom: var(--wd-tags-mb);
}
a {
  color: var(--wd-link-color);
  text-decoration: none;
  transition: all 0.25s ease;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: var(--wd-link-color-hover);
}
a:focus {
  outline: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--wd-link-color-hover);
}
label {
  display: block;
  margin-bottom: 5px;
  color: var(--wd-title-color);
  vertical-align: middle;
  font-weight: 400;
}
em {
  font-style: italic;
}
.elementor-default i:not([class]) {
  font-style: italic;
}
big {
  font-size: larger;
}
abbr {
  border-bottom: 1px dotted;
  color: #d62432;
  text-decoration: none;
}
acronym {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.required {
  border: none;
  color: #e01020;
  font-size: 16px;
  line-height: 1;
}
abbr[title] {
  border: none;
}
dl {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
strong,
b {
  font-weight: 600;
}
mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f7f7f7;
  color: #242424;
  font-weight: 600;
  line-height: 1;
}
code,
kbd {
  padding: 2px 5px;
}
code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}
ins {
  text-decoration: none;
}
pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #f7f7f7;
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
dfn {
  font-style: italic;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
var {
  font-style: italic;
}
small {
  font-size: 80%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 35px;
  border: none;
  border-bottom: 1px solid currentColor;
  opacity: 0.2;
}
iframe,
embed {
  max-width: 100%;
}
blockquote {
  --wd-tags-mb: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid var(--wd-primary-color);
  text-align: left;
  font-size: 110%;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  color: var(--wd-primary-color);
  font-weight: 600;
  font-size: 90%;
}
blockquote cite a {
  color: inherit;
}
cite {
  font-style: italic;
}
address {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 110%;
  line-height: 1.8;
}
fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 2px solid var(--brdcolor-gray-300);
  border-radius: var(--wd-brd-radius);
}
fieldset legend {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
legend {
  text-transform: uppercase;
  font-size: 22px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.svg-icon {
  display: inline-block;
}
.svg-icon svg {
  width: inherit !important;
  height: inherit !important;
}
svg:not(:root) {
  overflow: hidden;
}
.wd-custom-icon,
picture.wd-custom-icon img {
  min-width: 100%;
  max-width: 38px;
  width: auto;
  height: auto;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
.element-title {
  text-transform: uppercase;
  font-size: 22px;
}
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: block;
  margin-bottom: var(--wd-tags-mb);
  color: var(--wd-title-color);
  text-transform: var(--wd-title-transform);
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4;
}
.wd-entities-title {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
a.wd-entities-title:hover,
.wd-entities-title a:hover {
  color: var(--wd-entities-title-color-hover);
}
li {
  margin-bottom: var(--li-mb);
}
li:last-child {
  margin-bottom: 0;
}
li > ul,
li > ol {
  margin-top: var(--li-mb);
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl dt {
  color: var(--color-gray-800);
  font-weight: 600;
}
dl dd {
  margin-bottom: 20px;
}
.unordered-list ul,
.unordered-list ol {
  margin-left: 20px;
}
.unordered-list li:before {
  margin-right: 10px;
  font-size: 8px;
  content: "\f113";
  font-family: "woodmart-font";
}
.unordered-list,
.wd-sub-menu,
.textwidget .menu,
.unordered-list ul,
.wd-sub-menu ul,
.textwidget .menu ul,
.unordered-list ol,
.wd-sub-menu ol,
.textwidget .menu ol,
.wd-nav,
nav[class*="-pagination"] ul {
  list-style: none;
  --li-pl: 0;
}
.wd-sub-menu,
.wd-sub-menu ul,
.wd-sub-menu ol,
.wd-nav,
nav[class*="-pagination"] ul {
  --list-mb: 0;
  --li-mb: 0;
}
.wd-z-index {
  position: relative;
  z-index: 35;
}
.text-center {
  --text-align: center;
  text-align: center;
}
.text-right {
  --text-align: right;
  text-align: right;
}
.text-left {
  --text-align: left;
  text-align: left;
}
.wd-fontsize-xs {
  font-size: 14px;
}
.wd-fontsize-s {
  font-size: 16px;
}
.wd-fontsize-m {
  font-size: 18px;
}
.wd-fontsize-l {
  font-size: 22px;
}
.wd-fontsize-xl {
  font-size: 26px;
}
.wd-fontsize-xxl {
  font-size: 36px;
}
.wd-fontsize-xxxl {
  font-size: 46px;
}
.text-larger {
  font-size: 110%;
}
.wd-items-top {
  align-items: flex-start;
}
.wd-items-middle {
  align-items: center;
}
.wd-items-bottom {
  align-items: flex-end;
}
.wd-justify-left {
  justify-content: flex-start;
}
.wd-justify-center {
  justify-content: center;
}
.wd-justify-right {
  justify-content: flex-end;
}
[class*="color-scheme-light"] {
  --color-gray-100: rgba(255, 255, 255, 0.1);
  --color-gray-200: rgba(255, 255, 255, 0.2);
  --color-gray-300: rgba(255, 255, 255, 0.5);
  --color-gray-400: rgba(255, 255, 255, 0.6);
  --color-gray-500: rgba(255, 255, 255, 0.7);
  --color-gray-600: rgba(255, 255, 255, 0.8);
  --color-gray-700: rgba(255, 255, 255, 0.9);
  --color-gray-800: #fff;
  --color-gray-900: #fff;
  --bgcolor-white-rgb: 0, 0, 0;
  --bgcolor-white: #0f0f0f;
  --bgcolor-gray-100: #0a0a0a;
  --bgcolor-gray-200: #121212;
  --bgcolor-gray-300: #141414;
  --brdcolor-gray-200: rgba(255, 255, 255, 0.1);
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --brdcolor-gray-400: rgba(255, 255, 255, 0.25);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-widget-title-color: var(--wd-title-color);
  --wd-entities-title-color: #fff;
  --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-placeholder-color: rgba(255, 255, 255, 0.6);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
  --wd-main-bgcolor: #1a1a1a;
  color: var(--wd-text-color);
}
.color-scheme-dark {
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white-rgb: 255, 255, 255;
  --bgcolor-white: #fff;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
  --wd-text-color: #777;
  --wd-title-color: #242424;
  --wd-entities-title-color: #333;
  --wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-placeholder-color: #777;
  color: var(--wd-text-color);
}
[class*="color-scheme-hover"] {
  transition: all 0.25s ease;
}
[class*="color-scheme-hover"] .title {
  transition: all 0.25s ease;
}
.color-scheme-hover-dark:hover {
  --color-gray-400: #a5a5a5;
  --bgcolor-gray-200: #f7f7f7;
  --wd-text-color: #777;
  --wd-title-color: #242424;
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  color: var(--wd-text-color);
}
.color-scheme-hover-light:hover {
  --color-gray-400: rgba(255, 255, 255, 0.8);
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  color: var(--wd-text-color);
}
.color-primary {
  color: var(--wd-primary-color);
}
.color-alt {
  color: var(--wd-alternative-color);
}
.color-title {
  color: var(--wd-title-color);
}
.font-text {
  font-family: var(--wd-text-font);
}
.font-primary {
  font-family: var(--wd-title-font);
}
.font-alt {
  font-style: var(--wd-alternative-font-style);
  font-family: var(--wd-alternative-font);
}
.clear {
  clear: both;
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.wd-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wd-display-none,
.wd-hide {
  display: none !important;
}
.set-mb-s {
  --margin-bottom: 10px;
}
.set-mb-s > * {
  margin-bottom: var(--margin-bottom);
}
.set-mb-m {
  --margin-bottom: 15px;
}
.set-mb-m > * {
  margin-bottom: var(--margin-bottom);
}
.set-cont-mb-s {
  --wd-tags-mb: 10px;
}
.reset-last-child > *:last-child {
  margin-bottom: 0;
}
.is_stuck {
  z-index: 2;
}
@keyframes wd-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wd-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wd-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wd-fadeInBottomShort {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-ShakePrev {
  25% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(3px, 0, 0);
  }
  75% {
    transform: translate3d(-3px, 0, 0);
  }
}
@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0px, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes wd-FadeInLoader {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
table th {
  padding: 15px 10px;
  border-bottom: 2px solid var(--brdcolor-gray-200);
  color: var(--wd-title-color);
  text-transform: uppercase;
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-size: 16px;
  font-family: var(--wd-title-font);
}
table td {
  padding: 15px 12px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
table :is(tbody, tfoot) th {
  border-bottom: 1px solid var(--brdcolor-gray-300);
  text-transform: none;
  font-size: inherit;
}
.responsive-table {
  overflow-x: auto;
  margin-bottom: 35px;
}
.responsive-table table {
  margin-bottom: 0;
}
.responsive-table .responsive-table {
  overflow-x: visible;
  margin-bottom: 0;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  color: var(--wd-form-color);
  background-color: var(--wd-form-bg);
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s ease;
}
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--wd-form-brd-color-focus);
  transition: border-color 0.4s ease;
}
::-webkit-input-placeholder {
  color: var(--wd-form-placeholder-color);
}
::-moz-placeholder {
  color: var(--wd-form-placeholder-color);
}
:-moz-placeholder {
  color: var(--wd-form-placeholder-color);
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  margin-top: 0;
  margin-right: 5px;
  padding: 0;
  vertical-align: middle;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"] {
  padding: 0;
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type="date"]::-webkit-clear-button {
  position: relative;
  right: 5px;
  width: 30px;
  opacity: 0.4;
  filter: grayscale(100%);
}
[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
  opacity: 0.6;
  filter: grayscale(100%) invert(100%) saturate(800%);
}
html:not(.browser-Firefox) input[type="date"] {
  background: no-repeat url("../../inc/admin/assets/images/calend-d.svg") right
    15px top 50%;
  background-size: auto 14px;
}
html:not(.browser-Firefox) [class*="color-scheme-light"] input[type="date"] {
  background-image: url("../../inc/admin/assets/images/calend-l.svg");
}
textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px;
}
select {
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-image: var(--wd-form-chevron);
}
select option {
  background-color: var(--bgcolor-white);
}
input:-webkit-autofill {
  border-color: var(--wd-form-brd-color);
  -webkit-box-shadow: 0 0 0 1000px var(--wd-form-bg) inset;
  -webkit-text-fill-color: var(--wd-form-color);
}
input:focus:-webkit-autofill {
  border-color: var(--wd-form-brd-color-focus);
}
.btn,
.button,
button,
[type="submit"],
[type="button"] {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f3f3f3;
  color: #3e3e3e;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 600;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}
.btn:hover,
.button:hover,
button:hover,
[type="submit"]:hover,
[type="button"]:hover {
  color: #3e3e3e;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.btn:focus,
.button:focus,
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}
button[disabled],
input[disabled] {
  opacity: 0.6 !important;
  cursor: default;
}
[class*="wd-spacing-"] {
  margin-right: calc((var(--wd-sp) / 2) * -1);
  margin-left: calc((var(--wd-sp) / 2) * -1);
  --wd-sp: 0.001px;
}
[class*="wd-spacing-"] > [class*="col"] {
  margin-bottom: var(--wd-sp);
  padding-right: calc(var(--wd-sp) / 2);
  padding-left: calc(var(--wd-sp) / 2);
}
.elementor-default [class*="wd-spacing-"] {
  margin-bottom: calc(var(--wd-sp) * -1);
}
.wd-spacing-2 {
  --wd-sp: 2px;
}
.wd-spacing-6 {
  --wd-sp: 6px;
}
.wd-spacing-10 {
  --wd-sp: 10px;
}
.wd-spacing-20 {
  --wd-sp: 20px;
}
.wd-spacing-30 {
  --wd-sp: 30px;
}
.wd-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
.wd-scroll-content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  scrollbar-width: thin;
}
.wd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  margin: 15px 0 0;
  background-color: var(--bgcolor-white);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  border-radius: calc(var(--wd-brd-radius) / 2);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
}
.wd-dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 15px;
}
.wd-event-hover:hover > .wd-dropdown,
.wd-event-click.wd-opened > .wd-dropdown,
.wd-dropdown.wd-opened {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: visible;
  pointer-events: unset;
}
.wpb-js-composer .wd-dropdown-menu > .container > p {
  display: none;
}
.wd-dropdown-menu {
  min-height: var(--wd-dropdown-height);
  width: var(--wd-dropdown-width);
  background-image: var(--wd-dropdown-bg-img);
}
.dropdowns-loading
  .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)
  > .wd-dropdown-menu {
  min-height: 400px;
}
.dropdowns-loaded .dropdown-load-ajax > .wd-dropdown-menu > .container {
  animation: wd-fadeIn 0.3s ease;
}
.dropdown-html-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--bgcolor-white-rgb), 0.6);
}
.dropdown-html-placeholder:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
.dropdowns-loading .dropdown-html-placeholder:after {
  animation: wd-rotate 450ms infinite linear;
}
.wd-dropdown-menu.wd-design-default {
  padding: 12px 20px;
  --wd-dropdown-width: 220px;
}
.wd-dropdown-menu.wd-design-default > .container {
  padding: 0;
  width: auto;
}
.wd-dropdown-menu.wd-design-default .wd-dropdown {
  top: 0;
  left: 100%;
  padding: 12px 20px;
  width: var(--wd-dropdown-width);
  margin: 0 0 0 20px;
}
.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
  width: 20px;
  height: auto;
}
.wd-dropdown-menu.wd-design-default .menu-item-has-children > a:after {
  margin-left: auto;
  color: rgba(82, 82, 82, 0.45);
  font-weight: 600;
  font-size: 55%;
  line-height: 1;
  font-family: "woodmart-font";
  content: "\f113";
}
.wd-dropdown-menu.wd-design-default.color-scheme-light
  .menu-item-has-children
  > a:after {
  color: rgba(255, 255, 255, 0.6);
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li {
  margin-bottom: 25px;
  width: 200px;
}
.wd-dropdown-menu.wd-design-sized .vc_row .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .vc_row .wd-sub-menu > li {
  width: auto;
}
.wd-dropdown-menu.wd-design-sized .elementor-element .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-full-width .elementor-element .wd-sub-menu > li {
  margin-bottom: 0;
  width: auto;
}
.wd-dropdown-menu.wd-design-full-width {
  padding-top: 30px;
  padding-left: var(--wd-scroll-w);
  border-radius: 0;
  --wd-dropdown-width: 100vw;
}
.wd-dropdown-menu.wd-design-sized {
  padding: 30px 35px 0 35px;
}
.wd-dropdown-menu.wd-design-sized > .container {
  padding: 0;
  width: auto;
}
.wd-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.wd-heading .title {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 20px;
}
.wd-heading .wd-action-btn {
  flex: 0 0 auto;
  text-transform: uppercase;
}
.wd-heading .wd-action-btn > a {
  height: 25px;
}
.wd-side-hidden {
  position: fixed;
  top: var(--wd-admin-bar-h);
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 340px;
  background-color: var(--bgcolor-white);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-side-hidden.wd-left {
  right: auto;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.wd-side-hidden.wd-right {
  right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
}
.wd-side-hidden.wd-opened {
  transform: none;
}
@media (max-width: 350px) {
  div.website-wrapper .wd-side-hidden {
    width: 270px !important;
  }
}
.wd-sub-menu {
  --sub-menu-color: #848484;
  --sub-menu-color-hover: var(--wd-primary-color);
}
.wd-sub-menu li {
  position: relative;
}
.wd-sub-menu li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--sub-menu-color);
  font-size: 14px;
  line-height: 1.3;
}
.wd-sub-menu li > a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-sub-menu li > a .menu-label {
  position: relative;
  margin-top: -20px;
  align-self: flex-start;
}
.wd-sub-menu li > a:hover {
  color: var(--sub-menu-color-hover);
}
[class*="color-scheme-light"] .wd-sub-menu {
  --sub-menu-color: rgba(255, 255, 255, 0.6);
  --sub-menu-color-hover: #fff;
}
.widget .wd-sub-menu {
  --li-mb: 0;
}
.widget .wd-sub-menu ul {
  --li-mb: 0;
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a,
.mega-menu-list > li > a {
  --sub-menu-color: #333;
  --sub-menu-color-hover: var(--wd-primary-color);
  text-transform: uppercase;
  font-weight: 600;
}
.wd-dropdown-menu.wd-design-sized.color-scheme-light .wd-sub-menu > li > a,
.wd-dropdown-menu.wd-design-full-width.color-scheme-light .wd-sub-menu > li > a,
[class*="color-scheme-light"] .mega-menu-list > li > a {
  --sub-menu-color: #fff;
  --sub-menu-color-hover: rgba(255, 255, 255, 0.6);
}
.wd-color-light .searchform {
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-color: rgba(255, 255, 255, 0.8);
}
.wd-color-dark .searchform {
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-color: #777;
  --wd-form-placeholder-color: var(--wd-form-color);
}
.create-nav-msg a {
  font-weight: 600;
}
.wd-nav-img,
.mega-menu-list img {
  display: inline-block;
  margin-right: 7px;
  max-height: 18px;
  width: auto !important;
}
.wd-nav-img img,
.mega-menu-list img img {
  max-height: 18px;
}
.wd-nav {
  --nav-gap: 10px;
  display: inline-flex;
  justify-content: var(--text-align);
  flex-wrap: wrap;
  margin-right: calc(var(--nav-gap) / -1);
  margin-left: calc(var(--nav-gap) / -1);
  text-align: left;
}
.wd-nav > li {
  position: relative;
}
.wd-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-right: var(--nav-gap);
  padding-left: var(--nav-gap);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
}
.wd-nav > li > a .wd-nav-icon {
  margin-right: 7px;
  font-size: 115%;
}
.wd-nav > li > a .menu-label {
  left: calc(100% - 30px);
  margin-left: 0;
}
.wd-nav > li.wd-has-children > a:after,
.wd-nav > li.menu-item-has-children > a:after {
  margin-left: 4px;
  font-weight: normal;
  font-style: normal;
  font-size: 50%;
  content: "\f129";
  font-family: "woodmart-font";
}
.wd-nav li.color-primary {
  --nav-color: var(--wd-primary-color);
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-nav.wd-gap-m {
  --nav-gap: 15px;
}
.wd-nav.wd-gap-l {
  --nav-gap: 20px;
}
.wd-nav-opener {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: var(--color-gray-900);
  cursor: pointer;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.wd-nav-opener:after {
  font-weight: 700;
  font-size: 12px;
  transition: transform 0.25s ease;
  content: "\f113";
  font-family: "woodmart-font";
}
.wd-nav-opener:hover {
  color: var(--color-gray-900);
}
.wd-nav-opener.wd-active {
  color: var(--color-gray-700);
}
.wd-nav-opener.wd-active:after {
  transform: rotate(90deg);
}
.wd-nav[class*="wd-style-"] {
  --nav-color: #333;
  --nav-color-hover: rgba(51, 51, 51, 0.7);
  --nav-color-active: rgba(51, 51, 51, 0.7);
  --nav-chevron-color: rgba(82, 82, 82, 0.45);
}
.wd-nav[class*="wd-style-"] > li > a {
  color: var(--nav-color);
}
.wd-nav[class*="wd-style-"] > li:hover > a {
  color: var(--nav-color-hover);
}
.wd-nav[class*="wd-style-"] > li.current-menu-item > a,
.wd-nav[class*="wd-style-"] > li.wd-active > a,
.wd-nav[class*="wd-style-"] > li.active > a {
  color: var(--nav-color-active);
}
.wd-nav[class*="wd-style-"] > li.wd-has-children > a:after,
.wd-nav[class*="wd-style-"] > li.menu-item-has-children > a:after {
  color: var(--nav-chevron-color);
}
.color-scheme-light .wd-nav[class*="wd-style-"],
.whb-color-light .wd-nav[class*="wd-style-"] {
  --nav-color: #fff;
  --nav-color-hover: rgba(255, 255, 255, 0.8);
  --nav-color-active: rgba(255, 255, 255, 0.8);
  --nav-chevron-color: rgba(255, 255, 255, 0.6);
}
.wd-nav.wd-style-default {
  --nav-color-hover: var(--wd-primary-color);
  --nav-color-active: var(--wd-primary-color);
}
.wd-nav.wd-style-bordered > li,
.wd-nav.wd-style-separated > li {
  display: flex;
  flex-direction: row;
}
.wd-nav.wd-style-bordered > li:not(:last-child):after,
.wd-nav.wd-style-separated > li:not(:last-child):after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.105);
}
.whb-color-light .wd-nav.wd-style-bordered > li:not(:last-child):after,
.whb-color-light .wd-nav.wd-style-separated > li:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.25);
}
.wd-nav.wd-style-separated > li {
  align-items: center;
}
.wd-nav.wd-style-separated > li:not(:last-child):after {
  height: 18px;
}
.wd-nav.wd-style-bordered > li {
  align-items: stretch;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--wd-primary-color);
}
.wd-nav[class*="wd-style-underline"] > li:hover > a .nav-link-text:after,
.wd-nav[class*="wd-style-underline"]
  > li.current-menu-item
  > a
  .nav-link-text:after,
.wd-nav[class*="wd-style-underline"] > li.wd-active > a .nav-link-text:after,
.wd-nav[class*="wd-style-underline"] > li.active > a .nav-link-text:after {
  width: 100%;
}
.whb-top-bar .wd-nav > li > a .menu-label,
.whb-clone .wd-nav > li > a .menu-label {
  position: static;
  margin-top: 0;
  margin-left: 5px;
  opacity: 1;
  align-self: center;
}
.whb-top-bar .wd-nav > li > a .menu-label:before,
.whb-clone .wd-nav > li > a .menu-label:before {
  content: none;
}
.wd-tltp .wd-tooltip-label,
.tooltip {
  position: absolute;
  z-index: 1070;
  visibility: hidden;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
}
.wd-tltp:hover .wd-tooltip-label,
.tooltip.show {
  visibility: visible;
  opacity: 1;
  animation: wd-fadeInTooltip 0.3s ease;
}
.wd-tltp .wd-tooltip-label,
.tooltip .tooltip-inner {
  padding: 0 15px !important;
  max-width: 200px;
  height: 34px;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 34px;
  border-radius: calc(var(--wd-brd-radius) / 2.5);
}
.wd-tltp .wd-tooltip-label:before,
.tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.wd-tltp-top .wd-tooltip-label:before,
.tooltip.bs-tooltip-top .arrow {
  left: 50%;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.wd-tltp-left .wd-tooltip-label {
  top: 50%;
  right: 100%;
  margin-top: -17px;
  margin-right: 8px;
}
.wd-tltp-left .wd-tooltip-label:before {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.wd-tltp-right .wd-tooltip-label {
  top: 50%;
  left: 100%;
  margin-top: -17px;
  margin-left: 8px;
}
.wd-tltp-right .wd-tooltip-label:before {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.wd-tltp-top .wd-tooltip-label {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}
.wd-tltp-top .wd-tooltip-label:before {
  top: 100%;
  margin-left: -5px;
}
.wd-tltp {
  position: relative;
}
.wd-tltp .wd-tooltip-label:before {
  content: "";
}
.tooltip.bs-tooltip-top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}
@keyframes wd-fadeInTooltip {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}
.wd-notice,
div.wpcf7-response-output,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 65px;
  min-height: 60px;
  border: none;
  border-radius: calc(var(--wd-brd-radius) / 2);
}
.wd-notice:before,
div.wpcf7-response-output:before,
.mc4wp-alert:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before {
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -9px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
}
.wd-notice a,
div.wpcf7-response-output a,
.mc4wp-alert a,
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
.wd-notice a:hover,
div.wpcf7-response-output a:hover,
.mc4wp-alert a:hover,
.woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wd-notice p:last-child,
div.wpcf7-response-output p:last-child,
.mc4wp-alert p:last-child,
.woocommerce-error p:last-child,
.woocommerce-message p:last-child,
.woocommerce-info p:last-child {
  margin-bottom: 0;
}
.wd-notice .amount,
div.wpcf7-response-output .amount,
.mc4wp-alert .amount,
.woocommerce-error .amount,
.woocommerce-message .amount,
.woocommerce-info .amount {
  color: #fff;
}
.wd-notice > *,
div.wpcf7-response-output > *,
.mc4wp-alert > *,
.woocommerce-error > *,
.woocommerce-message > *,
.woocommerce-info > * {
  margin-right: 10px;
  margin-left: 10px;
}
.wd-notice .button,
div.wpcf7-response-output .button,
.mc4wp-alert .button,
.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-info .button,
.wd-notice .wc-backward,
div.wpcf7-response-output .wc-backward,
.mc4wp-alert .wc-backward,
.woocommerce-error .wc-backward,
.woocommerce-message .wc-backward,
.woocommerce-info .wc-backward {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.wd-notice .button:hover,
div.wpcf7-response-output .button:hover,
.mc4wp-alert .button:hover,
.woocommerce-error .button:hover,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.wd-notice .wc-backward:hover,
div.wpcf7-response-output .wc-backward:hover,
.mc4wp-alert .wc-backward:hover,
.woocommerce-error .wc-backward:hover,
.woocommerce-message .wc-backward:hover,
.woocommerce-info .wc-backward:hover {
  background-color: transparent;
  box-shadow: none;
  opacity: 0.7;
}
.wd-notice .button:focus,
div.wpcf7-response-output .button:focus,
.mc4wp-alert .button:focus,
.woocommerce-error .button:focus,
.woocommerce-message .button:focus,
.woocommerce-info .button:focus,
.wd-notice .wc-backward:focus,
div.wpcf7-response-output .wc-backward:focus,
.mc4wp-alert .wc-backward:focus,
.woocommerce-error .wc-backward:focus,
.woocommerce-message .wc-backward:focus,
.woocommerce-info .wc-backward:focus {
  box-shadow: none;
}
.wpcf7 form.sent .wpcf7-response-output,
.mc4wp-success,
.woocommerce-message {
  background-color: var(--notices-success-bg);
  color: var(--notices-success-color);
}
.wpcf7 form.sent .wpcf7-response-output:before,
.mc4wp-success:before,
.woocommerce-message:before {
  content: "\f107";
}
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info {
  background-color: var(--notices-warning-bg);
  color: var(--notices-warning-color);
}
.wpcf7 form:not(.sent) .wpcf7-response-output:before,
.mc4wp-error:before,
.mc4wp-notice:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: "\f100";
}
.wd-notice.wd-info {
  background-color: #4d93d1;
  color: #fff;
}
.wd-notice.wd-info:before {
  content: "\f100";
}
@keyframes wd-fadeInUpBig {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-fadeOutDownBig {
  from {
    transform: none;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
.wd-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition:
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.wd-close-side-opened {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.25s ease,
    visibility 0s ease;
}
.wd-btn-arrow {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: var(--color-gray-800);
  position: absolute;
  top: 50%;
  z-index: 250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease;
}
.wd-btn-arrow[class*="prev"] {
  transform: translateX(-30px);
}
.wd-btn-arrow[class*="prev"]:after {
  content: "\f114";
  font-family: "woodmart-font";
}
.wd-btn-arrow[class*="next"] {
  transform: translateX(30px);
}
.wd-btn-arrow[class*="next"]:after {
  content: "\f113";
  font-family: "woodmart-font";
}
.browser-Safari .wd-btn-arrow {
  visibility: visible;
}
.wd-btn-arrow:after {
  font-size: 24px;
  line-height: 1;
}
.wd-btn-arrow:hover {
  color: var(--color-gray-500);
}
.wd-loop-footer {
  clear: both;
  text-align: center;
}
.elementor-default .wd-loop-footer {
  margin-top: 35px;
}
.wpb-js-composer .products-footer {
  margin-top: 10px;
}
nav[class*="-pagination"] ul {
  display: inline-block;
  font-size: 0;
}
nav[class*="-pagination"] li {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  text-align: center;
}
nav[class*="-pagination"] li .page-numbers {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  min-width: 34px;
  height: 34px;
  color: var(--color-gray-900);
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  border-radius: calc(var(--wd-brd-radius) / 2.2);
  transition: all 0.2s ease;
}
nav[class*="-pagination"] li .current {
  color: #fff;
  background-color: var(--wd-primary-color);
}
nav[class*="-pagination"] li .next,
nav[class*="-pagination"] li .prev {
  font-size: 0;
}
nav[class*="-pagination"] li .next:before,
nav[class*="-pagination"] li .prev:before {
  font-size: 12px;
  content: "\f113";
  font-family: "woodmart-font";
}
nav[class*="-pagination"] li .prev:before {
  content: "\f114";
  font-family: "woodmart-font";
}
nav[class*="-pagination"] li:last-child {
  margin-right: 0;
}
nav[class*="-pagination"] a:hover {
  background-color: var(--bgcolor-gray-300);
}
.breadcrumbs {
  font-size: 0;
}
.breadcrumbs > span:after,
.breadcrumbs > a:after {
  content: "/";
  display: inline-block;
  padding: 0 8px;
}
.breadcrumbs > span:last-child:after {
  content: none;
}
.breadcrumbs,
.yoast-breadcrumb {
  line-height: 16px;
  color: var(--color-gray-900);
}
.breadcrumbs > span,
.breadcrumbs > a,
.yoast-breadcrumb > span,
.yoast-breadcrumb > a {
  display: inline-block;
  color: var(--color-gray-900);
}
.breadcrumbs a,
.breadcrumbs span,
.yoast-breadcrumb a,
.yoast-breadcrumb span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
.breadcrumbs a:hover,
.yoast-breadcrumb a:hover {
  color: var(--color-gray-500);
}
.breadcrumbs span,
.yoast-breadcrumb span {
  transition: all 0.25s ease;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  --action-btn-color: var(--color-gray-800);
  --action-btn-hover-color: var(--color-gray-500);
}
.wd-action-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--action-btn-color);
  cursor: pointer;
}
.wd-action-btn > a:hover {
  color: var(--action-btn-hover-color);
}
.wd-action-btn > a:before {
  transition: opacity 0.15s ease;
  font-family: "woodmart-font";
}
.wd-action-btn > a:after {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
.wd-action-btn > a.loading:before {
  opacity: 0;
}
.wd-action-btn > a.loading:after {
  opacity: 1;
  animation: wd-rotate 450ms infinite linear;
}
.wd-action-btn > a.added:before {
  content: "\f107";
}
.wd-action-btn.wd-style-icon .button {
  padding: 0;
  background-color: transparent;
}
.wd-action-btn.wd-style-icon .button:hover {
  background-color: transparent;
  box-shadow: none;
}
.wd-action-btn.wd-style-icon > a {
  position: relative;
  flex-direction: column;
  width: 50px;
  height: 50px;
  font-weight: 400;
  font-size: 0 !important;
  line-height: 0;
}
.wd-action-btn.wd-style-icon > a:before {
  font-size: 20px;
}
.wd-action-btn.wd-style-icon > a:after {
  left: calc(50% - 0.5em);
  font-size: 18px;
}
.wd-action-btn.wd-style-text {
  font-size: 0;
  line-height: 1;
}
.wd-action-btn.wd-style-text > a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.wd-action-btn.wd-style-text > a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.45em;
  width: 1em;
  height: 1em;
  font-weight: 400;
}
.wd-action-btn:empty {
  display: none;
}
.wd-compare-icon > a:before {
  content: "\f128";
}
.wd-wishlist-icon > a:before {
  content: "\f106";
}
.wd-quick-view-icon > a:before {
  content: "\f130";
}
.wd-add-cart-icon > a:before {
  content: "\f123";
}
.wd-cross-icon > a:before {
  font-size: 10px;
  content: "\f112";
}
.wd-cross-icon > a:after {
  font-size: 12px;
}
.wd-cross-icon.wd-style-text > a:before {
  font-weight: 600;
}
.wd-cross-icon.wd-style-text > a:after {
  left: -2px;
}
.wd-chevron-icon > a:before {
  content: "\f129";
}
.wd-burger-icon > a:before {
  content: "\f15a";
}
.widget,
.wd-widget,
div[class^="vc_wp"] {
  line-height: 1.4;
  --wd-link-color: var(--color-gray-500);
  --wd-link-color-hover: var(--color-gray-800);
}
.widget > ul,
.widget > ol,
.wd-widget > ul,
.wd-widget > ol,
div[class^="vc_wp"] > ul,
div[class^="vc_wp"] > ol {
  margin-top: 0;
}
.widget ul,
.widget ol,
.wd-widget ul,
.wd-widget ol,
div[class^="vc_wp"] ul,
div[class^="vc_wp"] ol {
  list-style: none;
  --list-mb: 0;
  --li-mb: 15px;
  --li-pl: 0;
}
.widgettitle,
.widget-title {
  margin-bottom: 20px;
  color: var(--wd-widget-title-color);
  text-transform: var(--wd-widget-title-transform);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-size: var(--wd-widget-title-font-size);
  font-family: var(--wd-widget-title-font);
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.woodmart-author-information {
  line-height: inherit;
}
.woodmart-author-information .author-avatar img {
  border-radius: 50%;
}
.textwidget > *:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-top: 3px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wp-caption {
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
  border: none;
  background: transparent;
}
.wp-caption.alignleft {
  margin-top: 3px;
  margin-right: 25px;
}
.wp-caption.alignright {
  margin-top: 3px;
  margin-left: 25px;
}
.wp-caption.aligncenter {
  margin: 0 auto;
  margin-top: 3px;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  padding: 5px 10px 5px 0;
  font-style: italic;
  line-height: 1.6;
  opacity: 0.8;
}
.gallery-caption,
.bypostauthor {
  content: initial;
}
.gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery .gallery-caption {
  margin-top: 10px;
  font-style: italic;
}
body .wp-playlist {
  border: none;
  text-align: left;
}
body .wp-playlist-item {
  border-color: var(--brdcolor-gray-300);
}
body .wp-playlist-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.website-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--wd-main-bgcolor);
}
body.page-template-page-catalog .website-wrapper {
  margin-top: -80px;
}
.main-page-wrapper {
  margin-top: -40px;
  padding-top: 40px;
  min-height: 50vh;
  background-color: var(--wd-main-bgcolor);
}
.main-page-wrapper._catalog {margin-top: -80px;}
.site-content {
  margin-bottom: 40px;
}
.sidebar-container {
  margin-bottom: 40px;
}
.sidebar-container .widget-heading {
  display: none;
}
.subtitle-style-background[class*="subtitle"] {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  border-radius: calc(var(--wd-brd-radius) / 2);
}
.subtitle-color-default.subtitle-style-default {
  color: var(--color-gray-400);
}
.subtitle-color-default.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333;
}
.subtitle-color-primary.subtitle-style-default {
  color: var(--wd-primary-color);
}
.subtitle-color-primary.subtitle-style-background {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.subtitle-color-alt.subtitle-style-default {
  color: var(--wd-alternative-color);
}
.subtitle-color-alt.subtitle-style-background {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn.btn-scheme-light {
  color: #fff;
}
.btn.btn-scheme-dark {
  color: #333;
}
.btn.btn-scheme-hover-light:hover {
  color: #fff;
}
.btn.btn-scheme-hover-dark:hover {
  color: #333;
}
.btn.btn-color-default {
  background-color: #f3f3f3;
  color: #3e3e3e;
}
.btn.btn-color-default:hover {
  color: #3e3e3e;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-black {
  background-color: #212121;
  color: #fff;
}
.btn.btn-color-black:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-white {
  background-color: #fff;
  color: #333;
}
.btn.btn-color-white:hover {
  color: #333;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-alt {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn.btn-color-alt:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn.btn-color-primary {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.btn.btn-color-primary:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.btn-style-bordered.btn-color-default {
  border-color: #e9e9e9;
  color: #333;
}
.btn-style-bordered.btn-color-default:hover {
  background-color: #e9e9e9;
  color: #333;
}
.btn-style-bordered.btn-color-primary {
  color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.btn-style-bordered.btn-color-primary:hover {
  color: #fff;
  background-color: var(--wd-primary-color);
}
.btn-style-bordered.btn-color-alt {
  color: var(--wd-alternative-color);
  border-color: var(--wd-alternative-color);
}
.btn-style-bordered.btn-color-alt:hover {
  color: #fff;
  background-color: var(--wd-alternative-color);
}
.btn-style-bordered.btn-color-black {
  border-color: #212121;
  color: #333;
}
.btn-style-bordered.btn-color-black:hover {
  background-color: #212121;
  color: #fff;
}
.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-style-bordered.btn-color-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-style-link.btn-color-default {
  border-color: #dfdfdf;
  color: #333;
}
.btn-style-link.btn-color-default:hover {
  border-color: #c5c5c5;
  color: #333;
}
.btn-style-link.btn-color-primary {
  color: #333;
  border-color: var(--wd-primary-color);
}
.btn-style-link.btn-color-primary:hover {
  color: #333;
  opacity: 0.6;
  border-color: var(--wd-primary-color);
}
.btn-style-link.btn-color-alt {
  color: #333;
  border-color: var(--wd-alternative-color);
}
.btn-style-link.btn-color-alt:hover {
  color: #333;
  border-color: var(--wd-alternative-color);
  opacity: 0.6;
}
.btn-style-link.btn-color-black {
  border-color: #333;
  color: #333;
}
.btn-style-link.btn-color-black:hover {
  border-color: #333;
  color: #333;
  opacity: 0.6;
}
.btn-style-link.btn-color-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-style-link.btn-color-white:hover {
  border-color: #fff;
  color: #fff;
}
.btn-color-custom.btn-style-3d:hover {
  opacity: 1 !important;
}
.btn-size-extra-small {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 16px;
}
.btn-size-small {
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
}
.btn-size-default {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
}
.btn-size-large {
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px;
}
.btn-size-extra-large {
  padding: 17px 40px;
  font-size: 16px;
  line-height: 22px;
}
.btn-style-bordered.btn-size-extra-small {
  padding: 4px 10px;
}
.btn-style-bordered.btn-size-small {
  padding: 8px 14px;
}
.btn-style-bordered.btn-size-default {
  padding: 10px 20px;
}
.btn-style-bordered.btn-size-large {
  padding: 12px 28px;
}
.btn-style-bordered.btn-size-extra-large {
  padding: 15px 40px;
}
.btn.btn-style-round {
  border-radius: 35px;
}
.btn.btn-style-semi-round {
  border-radius: 5px;
}
.btn.btn-style-3d {
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0s ease,
    opacity 0.25s ease;
}
.btn.btn-style-3d:hover {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}
.btn.btn-style-3d:active {
  top: 1px;
  box-shadow: none;
}
.btn.btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
}
.btn.btn-style-link:hover {
  background-color: transparent !important;
  box-shadow: none;
}
.btn.btn-style-bordered {
  border-width: 2px;
}
.btn.btn-style-bordered:not(:hover) {
  background-color: transparent !important;
}
.btn.btn-style-bordered:hover {
  box-shadow: none;
}
.btn.btn-full-width {
  width: 100%;
}
.btn i {
  margin-left: 3px;
}
.btn-icon-pos-left {
  flex-direction: row-reverse;
}
.btn-icon-pos-left .wd-btn-icon {
  margin-right: 5px;
}
.btn-icon-pos-right {
  flex-direction: row;
}
.btn-icon-pos-right .wd-btn-icon {
  margin-left: 5px;
}
.wpb-js-composer .wd-button-wrapper.inline-element {
  margin-bottom: 10px;
}
[class*="color-scheme-light"] .author-area .btn {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
[class*="color-scheme-light"] .author-area .btn:hover {
  border-color: #fff;
  color: #fff;
}
.searchform.wd-style-with-bg .searchsubmit {
  right: 0;
  width: 52px;
  border-top-right-radius: var(--wd-form-brd-radius);
  border-bottom-right-radius: var(--wd-form-brd-radius);
  color: #fff;
  background-color: var(--wd-primary-color);
}
.searchform.wd-style-with-bg .searchsubmit:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.search-no-results .page-title .breadcrumbs,
.search-no-results .page-title .yoast-breadcrumb {
  display: none;
}
@media (min-width: 1025px) {
  .wd-hide-lg {
    display: none !important;
  }
  .wd-scrollbar.platform-Windows {
    --wd-scroll-w: 17px;
  }
  .wd-scrollbar.platform-Mac {
    --wd-scroll-w: 15px;
  }
  .wd-scroll {
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12);
  }
  .wd-scroll ::-webkit-scrollbar {
    width: 5px;
  }
  .wd-scroll ::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-bg);
  }
  .wd-scroll ::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-bg);
  }
  [class*="color-scheme-light"] .wd-scroll,
  .wd-scroll.color-scheme-light {
    --scrollbar-track-bg: rgba(255, 255, 255, 0.05);
    --scrollbar-thumb-bg: rgba(255, 255, 255, 0.12);
  }
  .admin-bar {
    --wd-admin-bar-h: 32px;
  }
  .wrapper-full-width-content
    div[class*="wd-carousel-spacing"]
    .owl-nav
    > div[class*="prev"] {
    margin-left: 20px;
  }
  .wrapper-full-width-content
    div[class*="wd-carousel-spacing"]
    .owl-nav
    > div[class*="next"] {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .wrapper-full-width-content .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .wd-fontsize-xl,
  .wd-fontsize-xxl,
  .wd-fontsize-xxxl {
    font-size: 22px;
  }
  .text-larger {
    font-size: inherit;
  }
  .wd-side-hidden {
    width: 300px;
    z-index: 99999;
  }
  .wd-nav-wrapper.wd-mb-action-swipe {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(to left, transparent, #000 70px);
    mask-image: linear-gradient(to left, transparent, #000 70px);
  }
  .wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
    flex-wrap: nowrap;
  }
  .wd-tltp:not(.wd-add-img-msg) .wd-tooltip-label {
    display: none !important;
  }
  .wd-close-side {
    top: -150px;
    height: calc(100vh + 300px);
  }
  .wd-btn-arrow[class*="prev"],
  .wd-btn-arrow[class*="next"] {
    transform: translateX(0);
  }
  .wd-btn-arrow[class*="prev"] {
    justify-content: flex-start;
  }
  .wd-btn-arrow[class*="next"] {
    justify-content: flex-end;
  }
  .wd-btn-arrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .wd-btn-arrow:after {
    font-weight: 700;
    font-size: 14px;
  }
  #wpadminbar {
    position: absolute;
  }
}
@media (max-width: 768.98px) {
  .wd-hide-sm {
    display: none !important;
  }
  .wd-spacing-30,
  .wd-spacing-20 {
    --wd-sp: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-hide-md-sm {
    display: none !important;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/widget-recent-post-comments.min.css?ver=6.5.4 */
.widget_recent_comments ul li > a,
.widget_recent_entries ul li a {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.widget_recent_comments ul li > a:hover,
.widget_recent_entries ul li a:hover {
  color: var(--wd-entities-title-color-hover);
}
.widget_recent_comments ul li > a {
  display: inline;
}
.widget_recent_comments ul li .url {
  color: var(--color-gray-900);
  font-weight: 600;
}
.widget_recent_comments ul li:before {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-gray-900);
  font-weight: 400;
  font-size: 12px;
  content: "\f103";
  font-family: "woodmart-font";
}
.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  color: var(--color-gray-300);
  font-size: 12px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/widget-wd-recent-posts.min.css?ver=6.5.4 */
.woodmart-recent-posts li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.woodmart-recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.woodmart-recent-posts .recent-posts-thumbnail {
  flex: 0 0 auto;
  max-width: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
}
.woodmart-recent-posts .recent-posts-thumbnail img {
  min-width: 60px;
  border-radius: calc(var(--wd-brd-radius) / 2);
}
.woodmart-recent-posts .recent-posts-info {
  flex: 1 1 auto;
}
.woodmart-recent-posts .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit;
}
.woodmart-recent-posts .recent-posts-time,
.woodmart-recent-posts .recent-posts-comment {
  color: var(--color-gray-300);
  font-size: 90%;
}
.woodmart-recent-posts .recent-posts-time {
  margin-inline-end: 5px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/widget-nav.min.css?ver=6.5.4 */
.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  display: block;
  color: var(--color-gray-300);
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
  display: inline-block;
  padding-inline-end: 2px;
}
.widget_categories ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_item > a {
  color: var(--color-gray-800);
  font-weight: 600;
}
.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul {
  margin-top: 15px;
  padding-inline-start: 15px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-widget-wd-layered-nav.min.css?ver=6.5.4 */
.wd-filter-list .count {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 30px;
  height: 20px;
  border: 1px solid var(--brdcolor-gray-300);
  border-radius: 35px;
  color: var(--color-gray-500);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
  margin-inline-start: 5px;
}
.wd-filter-list .chosen .count,
.wd-filter-list a:hover + .count,
.wd-filter-list a:focus + .count {
  color: #fff;
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.wd-filter-list {
  --swatch-height: 25px;
  --swatch-width: 25px;
  --swatch-icon-size: 12px;
  --swatch-text-size: 16px;
}
.wd-filter-list.swatches-small {
  --swatch-height: 15px;
  --swatch-width: 15px;
  --swatch-icon-size: 8px;
  --swatch-text-size: 14px;
}
.wd-filter-list.swatches-large {
  --swatch-height: 35px;
  --swatch-width: 35px;
  --swatch-icon-size: 14px;
  --swatch-text-size: 18px;
}
.wd-filter-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.wd-filter-list a {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wd-filter-list .chosen a {
  color: var(--color-gray-800);
  font-weight: 600;
}
.wd-filter-list.wd-scroll-content {
  padding-inline-end: 5px;
}
.filter-swatch + .filter-name {
  margin-inline-start: 10px;
}
.filter-swatch {
  position: relative;
  display: block;
  transition: all 0.25s ease;
}
.filter-swatch img,
.filter-swatch picture {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: inherit;
}
.filter-swatch.with-bg {
  font-size: 0;
  width: var(--swatch-width);
  height: var(--swatch-height);
  border-radius: 50%;
}
.filter-swatch.with-bg:not([style^="background-color"]),
.filter-swatch.with-bg[style*="#ffffff"],
.filter-swatch.with-bg[style*="#FFFFFF"],
.filter-swatch.with-bg[style*="255,255,255"] {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.filter-swatch.with-bg:after,
.filter-swatch.with-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: var(--swatch-icon-size);
  font-weight: 600;
  opacity: 0;
  transition: inherit;
  content: "\f107";
  font-family: "woodmart-font";
}
.filter-swatch.with-bg:before {
  font-size: calc(var(--swatch-icon-size) - 2px);
  content: "\f112";
}
a:hover .filter-swatch.with-bg:after {
  opacity: 1;
}
.woodmart-woocommerce-layered-nav a:focus .filter-swatch.with-bg:after {
  opacity: 1;
}
.chosen .filter-swatch.with-bg:after {
  opacity: 1;
}
.chosen a:hover .filter-swatch.with-bg:after {
  opacity: 0;
}
.chosen a:hover .filter-swatch.with-bg:before {
  opacity: 1;
}
.filter-swatch.with-text {
  color: var(--color-gray-800);
  font-size: var(--swatch-text-size);
  font-weight: 600;
  min-width: 22px;
  text-align: center;
}
.filter-swatch.with-text:after {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  border-bottom: 2px solid var(--color-gray-800);
  opacity: 0;
  transition: inherit;
}
.filter-swatch.with-text + span {
  display: none;
}
a:hover .filter-swatch.with-text,
a:focus .filter-swatch.with-text {
  color: var(--color-gray-500);
}
.chosen .filter-swatch.with-text:after {
  opacity: 1;
}
.wd-filter-list.swatches-brands {
  --swatch-height: 30px;
  --swatch-width: 60px;
}
.wd-filter-list.swatches-brands.swatches-small {
  --swatch-width: 45px;
}
.wd-filter-list.swatches-brands.swatches-large {
  --swatch-height: 40px;
  --swatch-width: 90px;
}
.wd-filter-list.swatches-brands .filter-swatch {
  border-radius: 0;
  border: none !important;
}
.wd-filter-list.swatches-brands .filter-swatch:after,
.wd-filter-list.swatches-brands .filter-swatch:before {
  content: none;
}
.wd-filter-list.swatches-brands a:hover .filter-swatch,
.wd-filter-list.swatches-brands a:focus .filter-swatch,
.wd-filter-list.swatches-brands .chosen .filter-swatch {
  opacity: 0.5;
}
.wd-filter-list.show-labels-off .filter-swatch + span,
.wd-filter-list.show-labels-off .count {
  display: none;
}
.wd-filter-list.swatches-display-double,
.wd-filter-list.swatches-display-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wd-filter-list.swatches-display-double {
  justify-content: space-between;
}
.wd-filter-list.swatches-display-double li {
  flex: 1 1 48%;
  max-width: 48%;
}
.wd-filter-list.swatches-display-inline {
  margin-bottom: -10px;
}
.wd-filter-list.swatches-display-inline li {
  margin-bottom: 10px;
  margin-inline-end: 10px;
}
.wd-filter-list.swatches-display-inline a {
  padding: 0;
}
.wd-widget-layered-nav-dropdown-form,
.woocommerce-widget-layered-nav-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.wd-widget-layered-nav-dropdown-form select[multiple="multiple"],
.woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] {
  overflow: hidden;
  background-image: none;
}
.wd-widget-layered-nav-dropdown-form select[multiple="multiple"] option,
.woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] option {
  margin-top: 9px;
  padding: 0;
  background-color: transparent;
}
.wd-widget-layered-nav-dropdown-form
  select[multiple="multiple"]
  option:not(:first-child),
.woocommerce-widget-layered-nav-dropdown
  select[multiple="multiple"]
  option:not(:first-child) {
  display: none;
}
.wd-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 20px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1024px) {
  .wd-filter-list.wd-scroll-content {
    padding-inline-end: 10px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-widget-layered-nav-stock-status.min.css?ver=6.5.4 */
.widget_layered_nav ul li a:before,
.wd-widget-stock-status a:before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brdcolor-gray-300);
  vertical-align: middle;
  transition: all 0.2s ease;
}
.widget_layered_nav ul li a:after,
.wd-widget-stock-status a:after {
  position: absolute;
  top: calc(50% - 7px);
  left: 2px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  opacity: 0;
  content: "\f107";
  font-family: "woodmart-font";
}
.widget_layered_nav ul li a:hover:before,
.wd-widget-stock-status a:hover:before {
  border-color: var(--wd-primary-color);
}
.widget_layered_nav ul .chosen a:before {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.widget_layered_nav ul .chosen a:after {
  opacity: 1;
}
.widget_layered_nav ul li {
  display: flex;
  align-items: center;
}
.widget_layered_nav ul li a {
  position: relative;
  flex: 1 1 auto;
  padding-right: 10px;
}
.widget_layered_nav ul .chosen a {
  color: var(--color-gray-800);
  font-weight: 600;
}
.widget_layered_nav ul .count {
  color: var(--color-gray-300);
}
.wd-widget-stock-status a {
  display: block;
  position: relative;
}
.wd-widget-stock-status a.wd-active {
  color: var(--color-gray-800);
  font-weight: 600;
}
.wd-widget-stock-status a.wd-active:before {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.wd-widget-stock-status a.wd-active:after {
  opacity: 1;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-widget-product-list.min.css?ver=6.5.4 */
.product_list_widget > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.product_list_widget > li:after {
  content: "";
  display: block;
  clear: both;
}
.product_list_widget > li > a {
  display: block;
  margin-bottom: 8px;
}
.product_list_widget > li img {
  float: left;
  margin-right: 15px;
  min-width: 65px;
  max-width: 65px;
  border-radius: calc(var(--wd-brd-radius) / 2);
}
.product_list_widget > li .widget-product-wrap {
  display: flex;
}
.product_list_widget > li .widget-product-img {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}
.product_list_widget > li .widget-product-img img {
  float: none;
  margin-right: 0;
}
.product_list_widget > li .widget-product-info {
  flex: 1 1 auto;
}
.product_list_widget > li .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit;
}
.product_list_widget > li .star-rating {
  margin-bottom: 4px;
  margin-right: 5px;
}
.product_list_widget > li .price {
  display: block;
}
.product_list_widget > li .reviewer {
  display: block;
  color: var(--color-gray-300);
}
.product_list_widget > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-widget-slider-price-filter.min.css?ver=6.5.4 */
.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.login-see-prices .widget_price_filter,
.widget_price_filter #min_price,
.widget_price_filter #max_price {
  display: none;
}
.widget_price_filter [class*="price_slider_amount"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;
}
.widget_price_filter [class*="price_slider_amount"] .button {
  order: 2;
  margin-bottom: 10px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  border-radius: var(--btn-default-brd-radius);
  color: var(--btn-default-color);
  box-shadow: var(--btn-default-box-shadow);
  background-color: var(--btn-default-bgcolor);
}
.widget_price_filter [class*="price_slider_amount"] .button:hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover);
}
.widget_price_filter [class*="price_slider_amount"] .button:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.widget_price_filter [class*="price_slider_amount"] .price_label {
  order: 1;
  margin-bottom: 10px;
  color: var(--color-gray-500);
}
.widget_price_filter [class*="price_slider_amount"] .price_label > span {
  color: var(--color-gray-900);
  font-weight: 600;
}
.widget_price_filter [class*="price_slider_amount"] .clear {
  display: none;
}
.widget_price_filter .ui-slider {
  position: relative;
}
.widget_price_filter .ui-slider-horizontal {
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
}
.widget_price_filter .ui-slider-horizontal:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -1px;
  height: 2px;
  background-color: var(--brdcolor-gray-300);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  margin-top: -1px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: var(--wd-primary-color);
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  background-color: transparent !important;
  cursor: ew-resize;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 15px;
  background-color: var(--wd-primary-color);
}
.widget_price_filter .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-range-max {
  right: -1px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/wp-gutenberg.min.css?ver=6.5.4 */
.wp-block-post-title,
.wp-block-post-title > a,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li > a,
.wp-block-rss__item-title a {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.wp-block-post-title > a:hover,
.wp-block-latest-comments__comment-link:hover,
.wp-block-latest-posts li > a:hover,
.wp-block-rss__item-title a:hover {
  color: var(--wd-entities-title-color-hover);
}
[class*="wp-block"] figcaption {
  text-align: center;
  font-style: italic;
  line-height: 1.6;
}
[class*="wp-block"].alignfull figcaption {
  padding-right: 10px;
  padding-left: 10px;
}
.site-content.col-lg-12 .alignfull {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-width: 100vw;
}
.site-content.col-lg-12 .alignfull.wp-block-cover {
  width: 100vw;
}
.platform-Windows .site-content.col-lg-12 .alignfull {
  margin-right: calc(-50vw + 50% + var(--wd-scroll-w) / 2);
  margin-left: calc(-50vw + 50% + var(--wd-scroll-w) / 2);
}
.entry-content > [class*="wp-block"] {
  margin-bottom: var(--wd-block-spacing);
}
.entry-content > [class*="wp-block"]:last-child {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -1em;
}
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em;
}
.blocks-gallery-caption {
  margin-top: 10px;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}
.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-right: 25px;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: 25px;
}
.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-width: 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.wp-block-pullquote cite {
  font-weight: 400;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
}
.wp-block-separator.is-style-dots {
  opacity: 0.6;
}
.wp-block-separator.is-style-dots:before {
  padding-left: 1em;
  vertical-align: middle;
  letter-spacing: 1em;
  font-size: 36px;
  line-height: 2px;
}
.wp-block-separator.has-background {
  opacity: 1;
}
.wp-block-separator.is-style-dots,
.wp-block-separator.is-style-wide {
  max-width: 100%;
}
.wp-block-quote.is-style-large {
  padding-left: 30px;
  padding-right: 0;
}
.wp-block-quote.is-style-large cite {
  text-align: right;
}
.wp-block-columns[class*="wp-block"] {
  margin-bottom: 0;
}
.wp-block-column {
  margin-bottom: var(--wd-block-spacing);
}
.wp-block-column [class*="wp-block"]:last-child {
  margin-bottom: 0;
}
.wp-block-cover {
  color: #333;
}
.wp-block-cover.has-background-dim,
.wp-block-cover:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
  color: #fff;
}
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table figcaption {
  margin-top: 10px;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-code {
  padding: 0;
  background: transparent;
}
.wp-block-preformatted.has-background {
  padding: 20px;
}
p.has-drop-cap:first-letter {
  font-size: 500% !important;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
p.has-background {
  padding: 20px;
}
.wp-block-buttons:not(.is-vertical),
.wp-block-buttons > .wp-block-button {
  margin-bottom: 10px;
}
.wp-block-group.has-background {
  padding: 20px;
}
.wp-block-group__inner-container > [class*="wp-block"]:not(:last-child) {
  margin-bottom: var(--wd-block-spacing);
}
.wp-block-media-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-left: 15px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 15px;
    padding-left: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 15px;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 15px;
  }
}
.wp-block-post-terms.has-background {
  padding: 20px;
}
.wp-block-post-terms.has-text-color a {
  color: inherit;
}
.wp-block-post-terms.has-text-color a:hover {
  opacity: 0.8;
}
.widget_block > *:last-child {
  margin-bottom: 0;
}
.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
  color: var(--wd-widget-title-color);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-family: var(--wd-widget-title-font);
}
.widget_block h1:not([class*="-font-size"]),
.widget_block h2:not([class*="-font-size"]),
.widget_block h3:not([class*="-font-size"]),
.widget_block h4:not([class*="-font-size"]),
.widget_block h5:not([class*="-font-size"]),
.widget_block h6:not([class*="-font-size"]) {
  text-transform: var(--wd-widget-title-transform);
  font-size: var(--wd-widget-title-font-size);
}
.wp-block-archives {
  list-style: none;
  --li-pl: 0;
}
.wp-block-calendar a {
  text-decoration: none;
}
.wp-block-calendar caption {
  margin-bottom: 10px;
  color: #242424;
  text-align: center;
  font-weight: 600;
}
.wp-block-calendar #today {
  color: #fff;
  font-weight: 600;
  background-color: var(--wd-primary-color);
}
.wp-block-calendar #today a {
  color: inherit;
}
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-table tbody {
  color: inherit;
}
.wp-block-calendar .wp-calendar-table th,
.wp-block-calendar .wp-calendar-table td {
  border: none;
}
.wp-block-calendar .wp-calendar-table th {
  padding: 5px;
  border-bottom: 2px solid var(--brdcolor-gray-200);
  background-color: transparent;
  text-align: center;
  font-weight: var(--wd-title-font-weight);
}
.wp-block-calendar .wp-calendar-table td {
  padding: 10px;
  border-bottom: none;
  text-align: center;
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.wp-block-categories {
  list-style: none;
  --li-pl: 0;
}
.wp-block-latest-comments {
  list-style: none;
  --li-pl: 0;
}
.wp-block-latest-comments a {
  display: inline !important;
}
.wp-block-latest-comments footer:before {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-gray-900);
  font-weight: 400;
  font-size: 12px;
  content: "\f103";
  font-family: "woodmart-font";
}
.wp-block-latest-comments__comment-author {
  color: #242424;
  font-weight: 600;
}
.wp-block-latest-posts li:after {
  content: "";
  display: block;
  clear: both;
}
.wp-block-latest-posts.is-grid {
  margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
  max-width: 50%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 15px;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 10px;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 15px;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
  color: inherit;
}
.wp-block-page-list,
.wp-block-page-list ul {
  list-style: none;
  --li-pl: 0;
}
.wp-block-page-list li.has-child ul {
  padding-left: 20px;
}
.wp-block-rss {
  list-style: none;
  --li-pl: 0;
}
.wp-block-rss__item-excerpt,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: inherit;
  margin-top: 5px;
}
.wp-block-search .wp-block-search__input {
  padding: 0 15px !important;
}
.wp-block-search .wp-block-search__button {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 0;
  border-radius: var(--btn-accent-brd-radius);
  color: var(--btn-accent-color);
  box-shadow: var(--btn-accent-box-shadow);
  background-color: var(--btn-accent-bgcolor);
  fill: currentColor;
}
.wp-block-search .wp-block-search__button:hover {
  color: var(--btn-accent-color-hover);
  box-shadow: var(--btn-accent-box-shadow-hover);
  background-color: var(--btn-accent-bgcolor-hover);
}
.wp-block-search .wp-block-search__button:active {
  box-shadow: var(--btn-accent-box-shadow-active);
  bottom: var(--btn-accent-bottom-active);
}
.wp-block-search:not(.wp-block-search__button-inside) .wp-block-search__input {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
}
.wp-block-search:not(.wp-block-search__button-inside)
  .wp-block-search__input:focus {
  border-color: var(--wd-form-brd-color-focus);
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
}
.wp-block-tag-cloud .tag-link-count {
  color: var(--wd-text-color);
}
@media (min-width: 1200px) {
  .site-content.col-lg-12 .alignwide {
    margin-right: -10vw;
    margin-left: -10vw;
    width: calc(100% + 20vw);
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/int-wpcf7.min.css?ver=6.5.4 */
div.wpcf7 .wpcf7-spinner {
  position: relative;
  visibility: hidden;
  margin-left: -5px;
}
div.wpcf7 .wpcf7-spinner:before {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
div.wpcf7 .ajax-error {
  display: none;
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
div.wpcf7 form.submitting .wpcf7-spinner:before {
  animation: wd-rotate 450ms infinite linear;
}
.wpcf7-list-item {
  display: inline-block;
  margin-right: 10px;
}
.wpcf7-radio input {
  margin-left: 5px;
}
.wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}
div.wpcf7-response-output {
  display: none;
  margin: 0 0 20px;
}
form.sent div.wpcf7-response-output,
form.invalid div.wpcf7-response-output,
form.unaccepted div.wpcf7-response-output,
form.spam div.wpcf7-response-output,
form.failed div.wpcf7-response-output,
form.aborted div.wpcf7-response-output {
  display: flex;
}
.wpcf7-form.wd-style-with-bg {
  --wd-form-bg: #fff;
  --wd-form-color: #777;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-placeholder-color: #777;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/int-rev-slider.min.css?ver=6.5.4 */
.wpb-js-composer .wpb_revslider_element {
  margin-bottom: 0;
}
[data-vc-full-width="true"] rs-fullwidth-wrap > rs-module-wrap {
  left: -15px !important;
}
[data-vc-full-width="true"].vc_row-no-padding
  rs-fullwidth-wrap
  > rs-module-wrap {
  left: 0 !important;
}
.hermes .tp-arr-imgholder {
  background-size: cover;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/int-wpml.min.css?ver=6.5.4 */
.wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  margin: 15px 0 0;
  background-color: var(--bgcolor-white);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  border-radius: calc(var(--wd-brd-radius) / 2);
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  right: 0;
  left: 0;
  margin-top: 6px;
  padding: 12px 20px;
  width: 220px;
  background-color: var(--bgcolor-white);
}
.wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 15px;
}
.wd-header-text
  [class*="wcml-dropdown"]
  .wcml-cs-active-currency:hover
  .wcml-cs-submenu {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: visible;
  pointer-events: unset;
}
.icl_post_in_other_langs,
.wpml-ls-statics-post_translations {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--brdcolor-gray-300);
}
.icl_post_in_other_langs a,
.wpml-ls-statics-post_translations a {
  font-weight: 600;
}
.widget_icl_lang_sel_widget [class*="wpml-ls-legacy-dropdown"] {
  width: 100%;
}
.widget_icl_lang_sel_widget [class*="wpml-ls-legacy-dropdown"] a {
  display: flex;
  align-items: center;
  height: 40px;
  border-color: var(--wd-form-brd-color);
  color: inherit;
  transition: none;
}
.widget_icl_lang_sel_widget
  [class*="wpml-ls-legacy-dropdown"]
  .wpml-ls-item-toggle {
  border-width: var(--wd-form-brd-width);
  border-radius: var(--wd-form-brd-radius);
}
.form-style-underlined
  .widget_icl_lang_sel_widget
  [class*="wpml-ls-legacy-dropdown"]
  .wpml-ls-item-toggle {
  border-top: none;
  border-right: none;
  border-left: none;
}
.widget_icl_lang_sel_widget
  [class*="wpml-ls-legacy-dropdown"]
  .wpml-ls-sub-menu {
  right: calc((var(--wd-form-brd-radius) / 2));
  left: calc((var(--wd-form-brd-radius) / 2));
  border-top: none;
}
.widget_icl_lang_sel_widget
  [class*="wpml-ls-legacy-dropdown"]
  a.wpml-ls-item-toggle:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  height: 8px;
  border: none;
  color: #bbb;
  font-size: 8px;
  line-height: 1;
  content: "\f129";
  font-family: "woodmart-font";
}
[class*="wpml-ls-legacy-list"] li.wpml-ls-current-language a {
  color: var(--wd-link-color-hover);
}
.wpml-ls-legacy-list-vertical {
  display: block;
}
.wpml-ls-legacy-list-vertical a {
  padding-right: 0;
  padding-left: 0;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
  padding: 10px 15px;
}
.wcml_currency_switcher + img[src$="ajax-loader.gif"] {
  display: none;
}
.wcml-dropdown,
.wcml-dropdown-click {
  width: 100%;
}
[class*="wcml-dropdown"] a {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: none;
}
[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  height: 8px;
  border: none;
  color: rgba(82, 82, 82, 0.45);
  font-size: 8px;
  line-height: 1;
  content: "\f129";
  font-family: "woodmart-font";
}
[class*="wcml-dropdown"] .wcml-cs-active-currency {
  border-width: var(--wd-form-brd-width);
  border-color: var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
}
.form-style-underlined [class*="wcml-dropdown"] .wcml-cs-active-currency {
  border-top: none;
  border-right: none;
  border-left: none;
}
[class*="wcml-dropdown"] .wcml-cs-submenu {
  right: calc((var(--wd-form-brd-radius) / 2));
  left: calc((var(--wd-form-brd-radius) / 2));
  border-top: none;
}
[class*="wcml-dropdown"] .wcml-cs-submenu li {
  border-color: var(--wd-form-brd-color);
  border-top: none;
}
.wcml-vertical-list li a {
  padding-right: 0;
  padding-left: 0;
}
.wcml-horizontal-list li,
.wcml-vertical-list li {
  margin-bottom: 0;
}
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
  color: var(--wd-link-color-hover);
}
.woocommerce .wcml-horizontal-list.product,
.woocommerce .wcml-vertical-list.product {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -5px;
}
.woocommerce .product_meta [class*="wcml-dropdown"].product {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 250px;
}
.wd-header-text [class*="wcml-dropdown"] {
  max-width: none;
  width: auto;
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  --wd-text-color: #777;
}
.wd-header-text [class*="wcml-dropdown"] li {
  background-color: transparent;
}
.wd-header-text [class*="wcml-dropdown"] li:hover {
  background-color: transparent;
}
.wd-header-text [class*="wcml-dropdown"] a {
  height: auto;
  color: var(--wd-link-color);
  transition: all 0.25s ease;
}
.wd-header-text [class*="wcml-dropdown"] a.wcml-cs-item-toggle {
  padding: 0;
  height: 40px;
  color: #333;
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
}
.whb-top-bar .wd-header-text [class*="wcml-dropdown"] a.wcml-cs-item-toggle {
  font-weight: 400;
  font-size: 12px;
}
.whb-color-light
  .wd-header-text
  [class*="wcml-dropdown"]
  a.wcml-cs-item-toggle {
  color: #fff;
}
.whb-color-light
  .wd-header-text
  [class*="wcml-dropdown"]
  a.wcml-cs-item-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wd-header-text [class*="wcml-dropdown"] a.wcml-cs-item-toggle:after {
  position: static;
  margin-top: 0;
  margin-left: 4px;
  font-size: 50%;
}
.wd-header-text [class*="wcml-dropdown"] a:hover {
  color: var(--wd-primary-color);
}
.whb-color-light
  .wd-header-text
  [class*="wcml-dropdown"]
  a.wcml-cs-item-toggle:after {
  color: rgba(255, 255, 255, 0.6);
}
.wd-header-text [class*="wcml-dropdown"] .wcml-cs-active-currency {
  border: none;
}
.wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu li {
  border: none;
}
.wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu a {
  padding: 8px 0;
  font-size: 14px;
}
.whb-top-bar .wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu {
  margin-top: 0 !important;
}
.whb-general-header .wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu {
  margin-top: 15px !important;
}
.whb-header-bottom .wd-header-text [class*="wcml-dropdown"] .wcml-cs-submenu {
  margin-top: 6px !important;
}
.global-color-scheme-light
  .wd-header-text
  [class*="wcml-dropdown"]
  .wcml-cs-submenu
  li
  a {
  color: rgba(255, 255, 255, 0.8);
}
.global-color-scheme-light
  .wd-header-text
  [class*="wcml-dropdown"]
  .wcml-cs-submenu
  li
  a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.wd-header-text [class*="wcml-dropdown"].product {
  margin-top: 0;
  margin-bottom: 0;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/base-deprecated.min.css?ver=6.5.4 */
body .fa.fa-envelope-o,
body .fa.fa-copyright,
body .fa.fa-location-arrow,
body .fa.fa-mobile {
  font-family: "woodmart-font";
  font-weight: 400;
}
body .fa.fa-envelope-o:before {
  content: "\f132";
}
body .fa.fa-copyright:before {
  content: "\f173";
}
body .fa.fa-location-arrow:before {
  content: "\f160";
}
body .fa.fa-mobile:before {
  content: "\f159";
}
.inline-list {
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
}
.inline-list li {
  display: inline-block;
  padding: 5px 15px;
}
.inline-list-with-border li {
  padding-top: 0;
  padding-bottom: 0;
}
.inline-list-with-border li:not(:last-child) {
  border-right: 1px solid var(--brdcolor-gray-300);
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.main-nav-style {
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
}
.main-nav-style .color-primary {
  color: var(--wd-primary-color);
}
.whb-color-light .main-nav-style .color-primary {
  color: var(--wd-link-color);
}
.whb-color-light .main-nav-style .color-primary:hover {
  color: var(--wd-link-color-hover);
}
.table-bordered-style th,
.table-bordered-style td {
  border: 1px solid var(--brdcolor-gray-300);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/int-elem-base.min.css?ver=6.5.4 */
.elementor-section.wd-negative-gap > .elementor-column-gap-default {
  margin-right: -10px;
  margin-left: -10px;
}
.elementor-section.wd-negative-gap > .elementor-column-gap-narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.elementor-section.wd-negative-gap > .elementor-column-gap-extended {
  margin-right: -15px;
  margin-left: -15px;
}
.elementor-section.wd-negative-gap > .elementor-column-gap-wide {
  margin-right: -20px;
  margin-left: -20px;
}
.elementor-section.wd-negative-gap > .elementor-column-gap-wider {
  margin-right: -30px;
  margin-left: -30px;
}
.elementor-section-boxed.wd-negative-gap > .elementor-container {
  max-width: none;
}
[class*="wd-section-stretch"] {
  position: relative;
  min-width: calc(100vw - var(--wd-scroll-w));
  width: calc(100vw - var(--wd-scroll-w));
  left: calc(50% - 50vw + var(--wd-scroll-w) / 2);
}
[class*="wd-section-stretch"].wd-negative-gap {
  padding-right: 15px;
  padding-left: 15px;
}
[class*="wd-section-stretch"].e-container {
  margin-right: 0;
  margin-left: 0;
  padding-right: var(--padding-right);
  padding-left: var(--padding-left);
  max-width: none;
}
.elementor-template-full-width .row > [data-elementor-type] {
  flex: 1 1 100%;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}
.wd-elementor-sticky-column {
  align-items: flex-start;
}
.wd-elementor-sticky-column > .elementor-column-wrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.wd-divider .elementor-shape-fill {
  -webkit-transform: none;
  transform: none;
}
.elementor-widget-text-editor {
  display: flex;
}
.elementor-widget-text-editor .elementor-widget-container {
  width: 100%;
  columns: inherit;
  column-gap: inherit;
}
.elementor-widget-text-editor.text-left {
  justify-content: flex-start;
}
.elementor-widget-text-editor.text-center {
  justify-content: center;
}
.elementor-widget-text-editor.text-right {
  justify-content: flex-end;
}
.elementor-widget-text-editor .elementor-widget-container > *:last-child,
.elementor-text-editor > *:last-child {
  margin-bottom: 0;
}
.elementor-page .elementor-widget-woodmart_menu_anchor {
  margin-bottom: 0;
}
.elementor-widget-image .wd-lazy-load {
  width: auto;
}
.wd-accordion-theme-style .elementor-accordion-item {
  border-top-width: 2px;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
.elementor-tab-content > *:last-child {
  margin-bottom: 0;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:after,
.wd-video-theme-style .elementor-custom-embed-image-overlay:before,
.wd-video-theme-style
  .elementor-custom-embed-image-overlay
  .elementor-custom-embed-play
  i:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:before {
  background: inherit;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:after {
  background-color: #000;
  transition: inherit;
  opacity: 0.15;
}
.wd-video-theme-style .elementor-custom-embed-play {
  z-index: 1;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-family: unset;
  opacity: 1;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i:before {
  border: 0.04em solid currentColor;
  border-radius: 50%;
  opacity: 0.4;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i:after {
  margin-left: 5px;
  font-size: 0.3em;
  transition: inherit;
  content: "\f101";
  font-family: "woodmart-font";
}
.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before {
  transform: scale(1.09);
}
.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after {
  opacity: 0.3;
}
.wd-video-theme-style:hover .elementor-custom-embed-play i:before {
  opacity: 0.6;
}
.wd-video-theme-style:hover .elementor-custom-embed-play i:after {
  transform: scale(0.8);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/int-elementor-pro.min.css?ver=6.5.4 */
.elementor-location-header {
  margin-bottom: 40px;
}
.elementor-location-popup {
  overflow-x: hidden;
}
.elementor-element .elementor-field-textual,
.elementor-element .elementor-search-form__input {
  height: auto;
}
.elementor-field.elementor-size-sm {
  border-radius: 3px;
}
.elementor-widget-wc-archive-products {
  text-align: right;
}
.elementor-widget-wc-archive-products .wd-filter-buttons {
  display: none;
}
.elementor-widget-wc-archive-products .wd-products-per-page,
.elementor-widget-wc-archive-products .wd-products-shop-view,
.elementor-widget-wc-archive-products .woocommerce-ordering {
  margin-right: 0;
  margin-bottom: 20px;
}
.elementor-widget-wc-archive-products .wd-products-per-page:not(:first-child),
.elementor-widget-wc-archive-products .wd-products-shop-view:not(:first-child),
.elementor-widget-wc-archive-products .woocommerce-ordering:not(:first-child) {
  margin-left: 30px;
}
.elementor-widget-wc-archive-products .woocommerce-ordering {
  display: inline-flex;
  vertical-align: middle;
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
  display: block;
}
body.woocommerce
  div.product
  .elementor-widget-woocommerce-product-images
  div.images {
  width: auto;
}
.elementor
  .elementor-widget
  .elementor-widget-woocommerce-product-images
  .woocommerce-product-gallery.thumbs-position-bottom
  .woocommerce-product-gallery__wrapper {
  margin-bottom: 4px;
}
.elementor-widget-woocommerce-product-price .price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.elementor-widget-woocommerce-product-price .price > .amount,
.elementor-widget-woocommerce-product-price .price ins .amount {
  color: inherit;
  font-weight: inherit;
}
.elementor-widget-woocommerce-product-short-description
  .woocommerce-product-details__short-description {
  margin-bottom: 0;
}
.elementor-add-to-cart--align-center .stock {
  text-align: center;
}
.elementor-add-to-cart--align-left .stock {
  text-align: left;
}
.elementor-add-to-cart--align-right .stock {
  text-align: right;
}
.woocommerce
  div.product.elementor
  form.cart
  table.variations
  td.value.with-swatches:before {
  content: none;
}
.woocommerce
  div.product.elementor
  form.cart
  table.variations
  td.value.with-swatches
  select {
  display: none;
}
.woocommerce
  div.product.elementor
  form.cart.wd-swatches-name
  table.variations
  tr {
  flex-direction: column;
}
.woocommerce
  div.product.elementor
  form.cart.wd-swatches-name
  table.variations
  td {
  width: auto;
}
.woocommerce div.product.elementor .product-grid-item table.variations td {
  justify-content: center;
}
.woocommerce div.product.elementor .product-grid-item .quantity + .button {
  margin-left: 0;
}
.elementor-widget-woocommerce-product-meta {
  color: #333;
  font-weight: 600;
}
.elementor-widget-woocommerce-product-meta .product_meta {
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.elementor-widget-woocommerce-product-meta .product_meta > span a,
.elementor-widget-woocommerce-product-meta .product_meta > span span {
  color: inherit;
  font-weight: inherit;
}
.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .tabs li a {
  opacity: 1;
}
.elementor-widget-woocommerce-product-data-tabs
  .tabs-layout-tabs
  .tabs
  li
  a:hover {
  opacity: 0.7;
}
.elementor-widget-woocommerce-product-data-tabs
  .tabs-layout-tabs
  .tabs
  li
  a:after {
  content: none;
}
.elementor-widget-woocommerce-product-additional-information table {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .elementor-widget-woocommerce-product-images
    .woocommerce-product-gallery.thumbs-position-left
    > .col-lg-9
    .woocommerce-product-gallery__wrapper {
    margin-left: -15px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-product-images
    .woocommerce-product-gallery.thumbs-position-left
    .woocommerce-product-gallery__wrapper {
    margin-bottom: 4px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woocommerce-base.min.css?ver=6.5.4 */
.product-title {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.product-title a:hover,
a.product-title:hover {
  color: var(--wd-entities-title-color-hover);
}
.wc-item-meta,
.wc-item-meta ul,
.wc-item-meta ol,
ul.variation {
  list-style: none;
  --li-pl: 0;
}
.wc-item-meta,
.wc-item-meta ul,
.wc-item-meta ol {
  --list-mb: 0;
  --li-mb: 0;
}
.wd-breadcrumbs {
  vertical-align: middle;
}
.woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-gray-800);
}
.woocommerce-breadcrumb a {
  margin-right: 6px;
}
.woocommerce-breadcrumb a:after {
  content: "/";
  margin-left: 5px;
}
.woocommerce-breadcrumb a,
.yoast-breadcrumb a {
  color: var(--color-gray-500);
}
.woocommerce-breadcrumb a:hover,
.yoast-breadcrumb a:hover {
  color: var(--color-gray-700);
}
.woocommerce-breadcrumb .breadcrumb-last,
.yoast-breadcrumb .breadcrumb_last {
  margin-right: 8px;
  font-weight: 600;
}
.woocommerce-breadcrumb .breadcrumb-last:last-child,
.yoast-breadcrumb .breadcrumb_last:last-child {
  margin-right: 0;
}
.amount {
  color: var(--wd-primary-color);
  font-weight: 600;
}
del .amount {
  color: var(--color-gray-300);
  font-weight: 400;
}
.price {
  color: var(--wd-primary-color);
}
.price .amount {
  font-size: inherit;
}
.price del {
  color: var(--color-gray-300);
  font-size: 90%;
}
.price ins {
  padding: 0;
  background-color: transparent;
  color: var(--wd-primary-color);
  text-decoration: none;
  opacity: 1;
}
.woocommerce-price-suffix {
  color: var(--color-gray-500);
}
.wd-price-unit {
  display: inline-block;
  margin-left: 4px;
  color: var(--color-gray-300);
}
.wd-price-unit:not(:last-child) {
  margin-right: 2px;
}
.wd-price-unit:before {
  content: "/";
  margin-right: 4px;
}
a.login-to-prices-msg {
  color: var(--wd-primary-color);
  font-weight: 600;
}
a.login-to-prices-msg:hover {
  color: var(--wd-primary-color);
  opacity: 0.6;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
ul.woocommerce-error,
ul.woocommerce-message,
ul.woocommerce-info {
  list-style: none;
  --li-pl: 0;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
ul.woocommerce-error li .button,
ul.woocommerce-message li .button,
ul.woocommerce-info li .button {
  float: right;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}
.wd-wc-notices {
  margin-bottom: 0 !important;
}
ul.variation {
  color: var(--color-gray-300);
  font-size: 12px;
  --li-mb: 5px;
  --list-mb: 0;
  --wd-tags-mb: 0;
}
ul.variation li p {
  display: inline;
  font-size: inherit;
}
.wc-item-meta {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
}
.wc-item-meta strong,
.wc-item-meta p {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 5px;
  vertical-align: middle;
}
.wc-item-meta strong {
  color: var(--color-gray-500);
}
.blockOverlay {
  z-index: 340 !important;
  background-image: none !important;
  animation: wd-FadeInLoader 0.6s ease forwards;
}
.blockOverlay:before {
  content: none !important;
}
.blockOverlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear;
}
.global-color-scheme-light .blockOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
[class*="screen-reader"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.quantity:not(.hidden) + button {
  margin-left: 10px;
}
.single_add_to_cart_button {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
.single_add_to_cart_button:hover {
  color: var(--btn-shop-color-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}
.single_add_to_cart_button:active {
  box-shadow: var(--btn-shop-box-shadow-active);
  bottom: var(--btn-shop-bottom-active);
}
.single_add_to_cart_button + .added_to_cart {
  display: none;
}
.wd-buy-now-btn {
  margin-left: 10px;
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
.wd-buy-now-btn:hover {
  color: var(--btn-shop-color-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}
.wd-buy-now-btn:active {
  box-shadow: var(--btn-shop-box-shadow-active);
  bottom: var(--btn-shop-bottom-active);
}
.cart:not(.variations_form):not(.grouped_form) {
  margin-bottom: 15px;
}
.cart:not(.variations_form):not(.grouped_form) > * {
  margin-bottom: 10px;
}
.single_add_to_cart_button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: inherit;
  box-shadow: inherit;
  transition: opacity 0s ease;
}
.single_add_to_cart_button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
}
.loading.single_add_to_cart_button:before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.loading.single_add_to_cart_button:after {
  opacity: 1;
  transition: opacity 0.25s ease;
  animation: wd-rotate 450ms infinite linear;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/mod-star-rating.min.css?ver=6.5.4 */
.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: #eabe12;
  font-family: "woodmart-font";
}
.star-rating:before {
  content: "\f149" "\f149" "\f149" "\f149" "\f149";
  color: var(--color-gray-300);
}
.star-rating span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  text-indent: 99999px;
}
.star-rating span:before {
  content: "\f148" "\f148" "\f148" "\f148" "\f148";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-el-track-order.min.css?ver=6.5.4 */
.track_order {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.track_order p {
  padding-right: 5px;
  padding-left: 5px;
}
.track_order p:first-child {
  flex: 1 1 100%;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 110%;
}
.track_order .button {
  min-width: 130px;
}
.track_order .form-row {
  float: none;
  width: auto;
}
.track_order .form-row-first,
.track_order .form-row-last {
  flex: 1 1 auto;
}
.track_order .clear {
  display: none;
}
button[name="track"] {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
button[name="track"]:hover {
  color: var(--btn-shop-color-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}
button[name="track"]:active {
  box-shadow: var(--btn-shop-box-shadow-active);
  bottom: var(--btn-shop-bottom-active);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-gutenberg.min.css?ver=6.5.4 */
.wc-block-review-list-item__product > a,
.wc-block-grid__product .wc-block-grid__product-title {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.wc-block-review-list-item__product > a:hover,
.wc-block-grid__product
  .wc-block-grid__product-link:hover
  .wc-block-grid__product-title {
  color: var(--wd-entities-title-color-hover);
}
.wc-block-filter-submit-button {
  display: flex;
  padding: 10px 14px !important;
  font-size: 12px;
  border-radius: var(--btn-default-brd-radius);
  background-color: var(--btn-default-bgcolor);
  box-shadow: var(--btn-default-box-shadow);
  color: var(--btn-default-color);
}
.wc-block-product-categories .wc-block-product-categories__button,
.wc-block-product-search .wc-block-product-search__button {
  margin-left: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 0;
  border-radius: var(--btn-accent-brd-radius);
  background-color: var(--btn-accent-bgcolor);
  box-shadow: var(--btn-accent-box-shadow);
  color: var(--btn-accent-color) !important;
}
.wc-block-product-categories .wc-block-product-categories__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  background-color: var(--btn-accent-bgcolor-hover);
  box-shadow: var(--btn-accent-box-shadow-hover);
  color: var(--btn-accent-color-hover) !important;
}
.wc-block-review-list .wc-block-review-list-item__rating__stars,
.wc-block-grid .wc-block-grid__product-rating > div {
  vertical-align: middle;
  font-family: "woodmart-font";
}
.wc-block-review-list .wc-block-review-list-item__rating__stars:before,
.wc-block-grid .wc-block-grid__product-rating > div:before {
  content: "\f149" "\f149" "\f149" "\f149" "\f149";
  color: #c9c9c9;
}
.wc-block-review-list .wc-block-review-list-item__rating__stars span:before,
.wc-block-grid .wc-block-grid__product-rating > div span:before {
  content: "\f148" "\f148" "\f148" "\f148" "\f148";
  color: #eabe12;
}
.entry-content .wc-block-load-more {
  margin-top: 15px;
}
.wc-block-review-list {
  margin-top: 0;
  list-style: none;
  --li-pl: 0;
}
.wc-block-review-list > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.wc-block-review-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.wc-block-review-list-item__image img {
  border-radius: 50%;
}
.wc-block-components-review-list-item__info {
  margin-bottom: 15px;
}
.wc-block-review-list-item__author {
  color: #242424 !important;
  font-weight: 600 !important;
}
.wc-block-review-list-item__published-date {
  color: var(--wd-text-color);
  font-style: italic;
}
.wc-block-grid .wc-block-grid__products {
  margin-bottom: -16px;
}
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: inherit;
  transition: all 0.25s ease;
}
.wc-block-grid__products .wp-block-button {
  --wd-link-color: #fff;
  --wd-link-color-hover: #fff;
}
.wc-block-grid__products .wp-block-button .wp-block-button__link {
  text-transform: none;
  font-weight: 400;
}
.wc-block-grid__products .wp-block-button.wc-block-grid__product-add-to-cart a {
  margin: 0 5px 5px 5px !important;
}
.wc-block-grid__products .wp-block-button > a {
  align-items: center;
}
.wc-block-grid__products .added_to_cart {
  display: inline-flex;
  margin-left: 10px;
  padding: 0.5em 1em;
  border-radius: 9999px;
  background-color: #32373c;
}
.wc-block-grid__products
  .wc-block-grid__product
  .wp-block-button
  .wp-block-button__link.added:after {
  content: "\f107";
  font-family: "woodmart-font";
}
.wc-block-grid__products
  .wc-block-grid__product
  .wp-block-button
  .wp-block-button__link.loading:after {
  content: "";
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear;
}
.wc-block-featured-category .wc-block-featured-category__title {
  color: #fff;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
}
.wc-block-featured-category .wc-block-featured-category__link {
  padding-bottom: 0;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button {
  margin-bottom: 0;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  color: #fff;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
}
.wc-block-featured-product .wc-block-featured-product__link {
  padding-bottom: 0;
}
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
  margin-bottom: 0;
}
.wc-block-featured-product__description:empty {
  display: none;
}
.wc-block-featured-product__price span,
.wc-block-featured-product__price small {
  color: #fff;
}
.wc-block-product-categories > ul {
  margin-top: 0;
  --li-pl: 0;
}
.wc-block-product-categories ul {
  list-style: none;
  margin-left: 0;
}
.wc-block-product-categories .wc-block-product-categories-list--has-images li,
.wc-block-product-categories
  .wc-block-product-categories-list--has-images
  .wc-block-product-categories-list-item__image {
  margin-left: 0;
}
.wc-block-product-search .wc-block-product-search__field {
  padding: 0 15px;
}
.wc-block-price-slider input[type="range"]::-webkit-slider-thumb {
  position: relative;
  top: -4px;
}
.wc-block-price-slider .wc-block-formatted-money-amount {
  border-radius: var(--wd-form-brd-radius);
}
.wc-block-price-slider .wc-block-components-price-slider {
  margin-bottom: 0;
}
.wc-block-components-price-slider__range-input-wrapper,
.wc-block-price-filter__range-input-progress {
  height: 2px;
}
.wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 30px;
}
.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--wd-primary-color);
}
.wc-block-components-price-slider__controls {
  align-items: center;
}
.wc-block-price-filter__range-text > span {
  color: #242424;
  font-weight: 600;
}
.wc-block-attribute-filter input[type="checkbox"] {
  margin-right: 8px;
}
.wc-block-attribute-filter label {
  color: var(--wd-link-color);
  transition: all 0.25s ease;
  display: inline;
}
.wc-block-attribute-filter label:hover {
  color: var(--wd-link-color-hover);
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li {
  text-decoration: none;
}
.wc-block-attribute-filter .wc-block-attribute-filter__button {
  margin-top: 15px;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list-count {
  color: #bbb;
}
.wc-block-components-checkbox-list li {
  margin-bottom: var(--li-mb);
}
.wc-block-dropdown-selector__input-wrapper {
  height: 42px;
  padding: 0 15px;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius) !important;
  color: var(--wd-text-color);
}
.wc-block-dropdown-selector__input-wrapper button {
  display: block;
}
.wc-block-dropdown-selector__input-wrapper button:hover {
  box-shadow: none;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/opt-disable-owl.min.css?ver=6.5.4 */
@media (max-width: 1024px) {
  .wd-images-gallery.disable-owl-mobile {
    justify-content: flex-start;
  }
  .disable-owl-mobile .owl-carousel {
    flex-wrap: nowrap;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px !important;
    -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
    mask-image: linear-gradient(to left, transparent 5px, #000 40px);
  }
  .disable-owl-mobile .owl-carousel > div {
    flex: 0 0 auto;
  }
  .disable-owl-mobile.banners-carousel-wrapper .content-banner {
    animation: none;
  }
  .disable-owl-mobile[data-hide_pagination_control="no"] .owl-carousel {
    padding-bottom: 10px !important;
  }
  .disable-owl-mobile.slider-type-post .owl-carousel {
    padding-bottom: 11px !important;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart-child/style.css?ver=6.5.4 */
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

html body .product-grid-item.product span.price {
  display: none !important;
}

._hidden {
  display: none !important;
}
.ral_new_pop {
  position: fixed;
  top: 140px;
  left: 25%;
  width: 50%;
  height: 30vh;
  overflow-y: scroll;
  padding: 30px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid lightgrey;
}
.ral_new_pop._big {
  left: 10%;
  width: 80%;
  height: 80vh;
}
.ral_new_pop li:not(.main) {
  display: none;
}
.ral_new_pop._big li:not(.main) {
  display: block;
}
.ral_new_pop div._showmore {
  width: 100%;
  text-align: center;
}
.ral_new_pop div._showmore span {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .ral_new_pop {
    padding: 15px;
    left: 2%;
    width: 96%;
  }
}
.ral_new_pop .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ral_new_pop .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}

.ral_new_pop ul.cat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
.ral_new_pop ul.cat li {
  list-style-type: none;
  width: 17%;
}
.ral_new_pop._big ul.cat li {
  width: 6%;
}
.ral_new_pop ul.cat li p {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .ral_new_pop ul.cat li {
    width: 20%;
  }
}

.ralitem {
  width: 6%;
  height: auto;
  padding-top: 40px;
  position: relative;
  cursor: pointer;
}
.ralitem:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.ralitem._1000:before {
  background-color: #c8be93;
}
.ralitem._1001:before {
  background-color: #cab58e;
}
.ralitem._1002:before {
  background-color: #cab07d;
}
.ralitem._1003:before {
  background-color: #e9b045;
}
.ralitem._1004:before {
  background-color: #d6a540;
}
.ralitem._1005:before {
  background-color: #c1973e;
}
.ralitem._1006:before {
  background-color: #d3993f;
}
.ralitem._1007:before {
  background-color: #d9983d;
}
.ralitem._1011:before {
  background-color: #a98963;
}
.ralitem._1012:before {
  background-color: #d0b453;
}
.ralitem._1013:before {
  background-color: #e3ddcd;
}
.ralitem._1014:before {
  background-color: #d9c8a6;
}
.ralitem._1015:before {
  background-color: #e2d6be;
}
.ralitem._1016:before {
  background-color: #ebe159;
}
/**/
.ralitem._1017:before {
  background-color: #e8b16a;
}
.ralitem._1018:before {
  background-color: #eed160;
}
.ralitem._1019:before {
  background-color: #a39582;
}
.ralitem._1020:before {
  background-color: #a09572;
}
.ralitem._1021:before {
  background-color: #e6bd40;
}
.ralitem._1023:before {
  background-color: #e9bd40;
}
.ralitem._1024:before {
  background-color: #b39662;
}
.ralitem._1026:before {
  background-color: #f2fe53;
}
.ralitem._1027:before {
  background-color: #a28843;
}
.ralitem._1028:before {
  background-color: #f1a63b;
}
.ralitem._1032:before {
  background-color: #d3aa46;
}
.ralitem._1033:before {
  background-color: #e7a44e;
}
.ralitem._1034:before {
  background-color: #dfa669;
}
.ralitem._1035:before {
  background-color: #867f70;
}
/**/
.ralitem._1036:before {
  background-color: #85734e;
}
.ralitem._1037:before {
  background-color: #df9c46;
}
.ralitem._2000:before {
  background-color: #ca7c3e;
}
.ralitem._2001:before {
  background-color: #ad5c43;
}
.ralitem._2002:before {
  background-color: #b05042;
}
.ralitem._2003:before {
  background-color: #e48752;
}
.ralitem._2004:before {
  background-color: #cf6640;
}
.ralitem._2005:before {
  background-color: #ea3924;
}
.ralitem._2007:before {
  background-color: #f19b38;
}
.ralitem._2008:before {
  background-color: #db7949;
}
.ralitem._2009:before {
  background-color: #cc663f;
}
.ralitem._2010:before {
  background-color: #bf6b46;
}
.ralitem._2011:before {
  background-color: #d47c46;
}
.ralitem._2012:before {
  background-color: #c6715e;
}
/**/
/*.ralitem._1017:before {background-color: ;}
.ralitem._1018:before {background-color: ;}
.ralitem._1019:before {background-color: ;}
.ralitem._1020:before {background-color: ;}
.ralitem._1021:before {background-color: ;}
.ralitem._1023:before {background-color: ;}
.ralitem._1024:before {background-color: ;}
.ralitem._1026:before {background-color: ;}
.ralitem._1027:before {background-color: ;}
.ralitem._1028:before {background-color: ;}
.ralitem._1032:before {background-color: ;}
.ralitem._1033:before {background-color: ;}
.ralitem._1034:before {background-color: ;}
.ralitem._1035:before {background-color: ;}*/

.new_product_gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  opacity: 0;
  transition: 0.4s;
  padding-top: 30px;
}
.product-grid-item:hover .new_product_gallery {
  opacity: 1;
}
/**/
/*.shop_table.woocommerce-cart-form__contents {
    transition: .4s;
    opacity: 0;
}*/
._show {
  opacity: 1 !important;
}

@media (max-width: 1000px) {
  .imgannotation {
    display: none;
  }

  html body .widwr,
  html body .widwr1,
  html body .widwr2,
  html body .widwr3,
  html body .widwr4,
  html body .heiwr,
  html body .heiwr1,
  html body .heiwr2,
  html body .heiwr3,
  html body .heiwr4 {
    width: 62px !important;
  }
  html
    body.product-template-default.single-product
    .container
    .content-layout-wrapper
    .product-image-wrap
    .widwr {
    left: 10px !important;
    bottom: 30px !important;
    margin-left: 0px !important;
  }
  html
    body.product-template-default.single-product
    .container
    .content-layout-wrapper
    .product-image-wrap
    .heiwr {
    left: 10px !important;
    bottom: 100px !important;
    margin-left: 0px !important;
  }
  /**/
  .widwr input,
  .widwr1 input,
  .widwr2 input,
  .widwr3 input,
  .widwr4 input,
  .heiwr input,
  .heiwr1 input,
  .heiwr2 input,
  .heiwr3 input,
  .heiwr4 input {
    height: 32px !important;
    padding: 0 7px !important;
    font-size: 13px !important;
  }
  /**/
  .widwr1 {
    left: 82px !important;
    bottom: 30px !important;
    margin-left: 0px !important;
  }
  .widwr2 {
    left: 154px !important;
    bottom: 30px !important;
    margin-left: 0px !important;
  }
  .widwr3 {
    left: 226px !important;
    bottom: 30px !important;
    margin-left: 0px !important;
  }
  .widwr4 {
    left: 298px !important;
    bottom: 30px !important;
    margin-left: 0px !important;
  }
  /**/
  .heiwr1 {
    left: 82px !important;
    bottom: 100px !important;
    margin-left: 0px !important;
  }
  .heiwr2 {
    left: 154px !important;
    bottom: 100px !important;
    margin-left: 0px !important;
  }
  .heiwr3 {
    left: 226px !important;
    bottom: 100px !important;
    margin-left: 0px !important;
  }
  .heiwr4 {
    left: 298px !important;
    bottom: 100px !important;
    margin-left: 0px !important;
  }
}

span.smsm {
  font-size: 11px !important;
  float: left;
  margin-top: -10px;
}

.wd-entities-title a {
  font-size: 18px;
}

table.syst {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
table.syst td {
  text-align: center;
}
table.syst td img {
  display: block;
  width: 100%;
  height: auto;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-base.min.css?ver=6.5.4 */
.wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu {
  margin: 0 !important;
}
.wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu:after {
  width: auto !important;
  height: auto !important;
}
.wd-nav-mobile li a .menu-label {
  position: static;
  margin-top: 0;
  margin-left: 5px;
  opacity: 1;
  align-self: center;
}
.wd-nav-mobile li a .menu-label:before {
  content: none;
}
.whb-header {
  margin-bottom: 40px;
}
.whb-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.whb-column {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
}
.whb-col-left,
.whb-mobile-left {
  justify-content: flex-start;
  margin-left: -10px;
}
.whb-col-right,
.whb-mobile-right {
  justify-content: flex-end;
  margin-right: -10px;
}
.whb-col-mobile {
  flex: 1 1 auto;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
.whb-flex-flex-middle .whb-col-center {
  flex: 1 1 0%;
}
.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
  flex: 1 1 0%;
}
.whb-general-header .whb-mobile-left,
.whb-general-header .whb-mobile-right {
  flex: 1 1 0%;
}
.whb-empty-column + .whb-mobile-right {
  flex: 1 1 auto;
}
.wd-header-overlap .page-title {
  margin-top: 0;
}
.whb-overcontent {
  min-height: 0.2px;
}
.whb-overcontent .whb-main-header {
  position: absolute;
}
body:not(.single-product) .whb-overcontent,
.whb-overcontent.whb-custom-header {
  margin-bottom: 0;
  padding-top: 0 !important;
}
.whb-with-shadow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.whb-main-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.whb-clone {
  position: fixed;
  z-index: 391;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.1s ease,
    visibility 0.1s ease,
    transform 0.3s ease;
  animation: wd-fadeOutUpBig 0.1s ease;
  pointer-events: none;
}
.whb-clone .whb-flex-row {
  border: none;
}
.whb-clone.whb-sticked {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
  animation: wd-fadeInDownBig 0.3s ease;
  pointer-events: visible;
  pointer-events: unset;
}
.whb-clone.whb-sticked .whb-not-sticky-row {
  display: block;
}
.whb-clone .wd-header-main-nav {
  text-align: center;
}
.whb-clone.whb-hide-on-scroll {
  transform: translateY(-100%);
  animation: none;
}
.whb-clone.whb-scroll-up {
  transform: none;
}
.whb-sticky-prepared .whb-main-header {
  position: absolute;
}
.whb-scroll-stick .whb-flex-row {
  transition:
    height 0.2s ease,
    max-height 0.2s ease;
}
.whb-scroll-stick.whb-sticked .whb-flex-row {
  transition-duration: 0.3s;
}
.whb-scroll-stick.whb-scroll-down .whb-main-header,
.whb-scroll-stick.whb-scroll-up .whb-main-header {
  transition: transform 0.3s ease;
}
.whb-scroll-stick.whb-scroll-down .whb-main-header {
  transform: translateY(-100%);
}
.whb-scroll-stick.whb-scroll-up .whb-main-header {
  transform: none;
}
.whb-scroll-slide.whb-sticked .whb-main-header {
  animation: wd-fadeInDownBig 0.4s ease;
}
.whb-scroll-slide.whb-scroll-down .whb-main-header,
.whb-scroll-slide.whb-scroll-up .whb-main-header {
  transition: transform 0.3s ease;
}
.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
  transform: translateY(-100%);
  animation: none;
}
.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
  transform: none;
}
.whb-sticked .whb-main-header {
  position: fixed;
  transform: translateZ(0);
}
.whb-sticked .whb-row {
  transition: background-color 0.3s ease;
}
.whb-sticked .whb-not-sticky-row {
  display: none;
}
.whb-sticky-shadow.whb-sticked .whb-main-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
  border-bottom: none;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
  border-bottom: none;
}
.whb-sticky-shadow + .whb-clone {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.whb-sticky-shadow + .whb-clone .whb-row {
  border-bottom: none;
}
.whb-row {
  transition: background-color 0.2s ease;
}
.whb-color-dark:not(.whb-with-bg) {
  background-color: #fff;
}
.whb-color-light:not(.whb-with-bg) {
  background-color: #212121;
}
body:not(.single-product)
  .whb-overcontent:not(.whb-sticked)
  .whb-row:not(.whb-with-bg) {
  background-color: transparent;
}
@keyframes wd-fadeInDownBig {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-fadeOutUpBig {
  from {
    transform: none;
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.wd-header-nav,
.site-logo {
  padding-right: 10px;
  padding-left: 10px;
}
.wd-header-nav.wd-full-height,
.wd-header-nav.wd-full-height .wd-nav,
.wd-header-nav.wd-full-height .wd-nav > li,
.wd-header-nav.wd-full-height .wd-nav > li > a,
.wd-header-divider.wd-full-height,
.wd-header-divider.wd-full-height:before {
  height: 100%;
}
.wd-header-nav {
  flex: 1 1 auto;
}
.wd-header-nav.wd-inline {
  flex: 0 0 auto;
}
.wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
  opacity: 0;
  pointer-events: none;
}
.platform-iOS .wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
  transform: translateY(15px) translateZ(0);
}
.wd-nav-main > li > a,
.wd-nav-secondary > li > a {
  height: 40px;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  text-transform: var(--wd-header-el-transform);
}
.whb-top-bar .wd-nav-secondary > li > a {
  font-weight: 400;
  font-size: 12px;
}
.wd-nav-secondary:not(.wd-offsets-calculated) .wd-dropdown-menu {
  opacity: 0;
  pointer-events: none;
}
.platform-iOS .wd-nav-secondary:not(.wd-offsets-calculated) .wd-dropdown-menu {
  transform: translateY(15px) translateZ(0);
}
.site-logo {
  max-height: inherit;
}
.wd-logo {
  max-height: inherit;
  transition: none;
}
.wd-logo picture {
  max-height: inherit;
}
.wd-logo picture img {
  max-width: inherit;
}
.wd-logo img {
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: inherit;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
}
.wd-logo img[src$=".svg"] {
  height: 100%;
}
.wd-switch-logo .wd-sticky-logo {
  display: none;
  animation: wd-fadeIn 0.5s ease;
}
.whb-sticked .wd-switch-logo .wd-main-logo,
.whb-clone .wd-switch-logo .wd-main-logo {
  display: none;
}
.whb-sticked .wd-switch-logo .wd-sticky-logo,
.whb-clone .wd-switch-logo .wd-sticky-logo {
  display: block;
}
.wd-header-divider:before {
  content: "";
  display: block;
  height: 18px;
  border-right: 1px solid;
}
.whb-color-dark .wd-header-divider:before {
  border-color: rgba(0, 0, 0, 0.105);
}
.whb-color-light .wd-header-divider:before {
  border-color: rgba(255, 255, 255, 0.25);
}
.whb-col-right .wd-header-divider:last-child,
.whb-mobile-right .wd-header-divider:last-child,
.whb-col-mobile .wd-header-divider:last-child {
  padding-right: 10px;
}
.whb-col-left .wd-header-divider:first-child,
.whb-mobile-left .wd-header-divider:first-child,
.whb-col-mobile .wd-header-divider:first-child {
  padding-left: 10px;
}
.whb-col-center .wd-header-divider:first-child {
  padding-left: 10px;
}
.whb-col-center .wd-header-divider:last-child {
  padding-right: 10px;
}
.wd-header-mobile-nav .wd-tools-icon:before {
  font-size: 24px;
  content: "\f15a";
  font-family: "woodmart-font";
}
.mobile-nav .wd-heading {
  position: relative;
  z-index: 4;
  background-color: inherit;
}
.mobile-nav .searchform {
  --wd-form-brd-width: 0;
  --wd-form-bg: transparent;
  --wd-form-color: var(--color-gray-500);
  --wd-form-placeholder-color: var(--color-gray-500);
  z-index: 2;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}
.mobile-nav .searchform input[type="text"] {
  padding-right: 50px;
  padding-left: 20px;
  height: 70px;
  font-weight: 600;
}
.mobile-nav .wd-dropdown-results {
  position: static;
}
.mobile-nav .autocomplete-suggestion {
  padding: 10px 20px;
}
.mobile-nav .create-nav-msg {
  padding: 20px;
}
.wd-nav-mobile {
  display: flex;
  display: none;
  margin-right: 0;
  margin-left: 0;
  animation: wd-fadeIn 1s ease;
}
.wd-nav-mobile > li {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.wd-nav-mobile > li > a {
  color: var(--color-gray-800);
}
.wd-nav-mobile li {
  display: flex;
  flex-wrap: wrap;
}
.wd-nav-mobile li a {
  flex: 1 1 0%;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.wd-nav-mobile li.menu-item-has-children > a:after {
  content: none;
}
.wd-nav-mobile li.menu-item-has-children:not(.menu-item-has-block) > a {
  margin-right: -50px;
  padding-right: 55px;
}
.wd-nav-mobile li:active > a,
.wd-nav-mobile li.opener-page > a {
  background-color: var(--bgcolor-gray-100);
}
.wd-nav-mobile li.current-menu-item > a {
  color: var(--wd-primary-color);
}
.wd-nav-mobile .wd-with-icon > a:before {
  margin-right: 7px;
  font-size: 12px;
  line-height: 1;
  font-family: "woodmart-font";
}
.wd-nav-mobile .menu-item-account > a:before {
  content: "\f124";
}
.wd-nav-mobile .menu-item-wishlist > a:before {
  content: "\f106";
}
.wd-nav-mobile .menu-item-compare > a:before {
  content: "\f128";
}
.wd-nav-mobile ul {
  display: none;
  flex: 1 1 100%;
  order: 3;
}
.wd-nav-mobile.wd-active {
  display: block;
}
.wd-nav-mob-tab {
  display: flex;
  margin: 0;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  background-color: rgba(0, 0, 0, 0.04);
}
.wd-nav-mob-tab > li {
  flex: 1 0 50%;
  max-width: 50%;
}
.wd-nav-mob-tab > li > a {
  padding: 0;
  height: 100%;
  font-weight: 900;
}
.wd-nav-mob-tab > li.wd-active > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.wd-nav-mob-tab[class*="wd-style-underline"] {
  --nav-color: #909090;
  --nav-color-hover: #333;
  --nav-color-active: #333;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text {
  position: static;
  flex: 1 1 auto;
  padding: 18px 15px;
  text-align: center;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab[class*="wd-style-underline"]:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab.wd-swap {
  flex-direction: row-reverse;
}
.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,
.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
  right: 0;
  left: auto;
}
.mobile-nav .wd-nav-opener {
  border-left: 1px solid var(--brdcolor-gray-300);
}
.mobile-nav .wd-nav-opener.wd-active {
  background-color: var(--wd-primary-color);
  color: #fff;
}
.mobile-nav .menu-item-has-block .wd-nav-opener {
  display: none;
}
.widgetarea-mobile {
  padding: 20px;
}
.mobile-menu-widget {
  margin: 0 -20px 20px -20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.mobile-menu-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1025px) {
  .whb-hidden-lg,
  .whb-hidden-desktop {
    display: none;
  }
  .whb-clone,
  .whb-sticked .whb-main-header {
    top: var(--wd-admin-bar-h);
  }
  .whb-full-width .whb-row > .container,
  .whb-full-width + .whb-clone .whb-row > .container {
    max-width: 100%;
    width: 95%;
  }
  .wd-nav-mobile > li > a:hover {
    color: var(--wd-primary-color);
  }
}
@media (max-width: 1024px) {
  .whb-visible-lg,
  .whb-hidden-mobile {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .wd-header-mobile-nav.wd-style-text .wd-tools-text {
    display: none;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/mod-tools.min.css?ver=6.5.4 */
.wd-tools-element {
  position: relative;
  --wd-count-size: 15px;
  --wd-header-el-color: #333;
  --wd-header-el-color-hover: rgba(51, 51, 51, 0.6);
}
.wd-tools-element > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--wd-header-el-color);
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
}
.wd-tools-element .wd-tools-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.wd-tools-element .wd-tools-text {
  margin-left: 8px;
  text-transform: var(--wd-header-el-transform);
  white-space: nowrap;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
}
.wd-tools-element .wd-tools-count {
  z-index: 1;
  width: var(--wd-count-size);
  height: var(--wd-count-size);
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wd-count-size);
}
.wd-tools-element:hover > a {
  color: var(--wd-header-el-color-hover);
}
.wd-tools-element.wd-style-icon .wd-tools-text {
  display: none;
}
.whb-top-bar .wd-tools-element {
  --wd-count-size: 13px;
}
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
  font-size: 14px;
}
.whb-top-bar .wd-tools-element .wd-tools-text {
  font-weight: 400;
  font-size: 12px;
}
.whb-color-light .wd-tools-element {
  --wd-header-el-color: #fff;
  --wd-header-el-color-hover: rgba(255, 255, 255, 0.8);
}
.wd-tools-custom-icon .wd-tools-icon:before,
.wd-tools-custom-icon .wd-tools-icon:after {
  display: none;
}
.wd-tools-custom-icon .wd-custom-icon {
  transition: all 0.25s ease;
}
.wd-tools-custom-icon:hover .wd-custom-icon {
  opacity: 0.6;
}
.wd-tools-element.wd-design-2.wd-style-icon.wd-with-count,
.wd-tools-element.wd-design-5.wd-style-icon.wd-with-count {
  margin-right: 5px;
}
.wd-tools-element.wd-design-2.wd-style-text.wd-with-count .wd-tools-text,
.wd-tools-element.wd-design-5.wd-style-text.wd-with-count .wd-tools-text {
  margin-left: 14px;
}
.wd-tools-element.wd-design-2 .wd-tools-count,
.wd-tools-element.wd-design-5 .wd-tools-count {
  position: absolute;
  top: -5px;
  right: -9px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-size: 9px;
}
.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count {
  margin-left: 8px;
}
.wd-tools-element.wd-design-1 .wd-tools-count {
  width: auto;
  height: auto;
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  line-height: inherit;
}
.wd-tools-element.wd-design-4 {
  --wd-count-size: 19px;
}
.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count {
  margin-left: 6px;
}
.wd-tools-element.wd-design-4 .wd-tools-count {
  display: inline-block;
  padding: 0 2px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}
.whb-top-bar .wd-tools-element.wd-design-4 {
  --wd-count-size: 16px;
}
.wd-tools-element.wd-design-6 {
  --wd-count-size: 18px;
}
.wd-tools-element.wd-design-6 .wd-tools-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.105);
  border-radius: 50%;
}
.wd-tools-element.wd-design-6 .wd-custom-icon {
  min-width: auto;
  max-width: 20px;
}
.wd-tools-element.wd-design-6 .wd-tools-count {
  position: absolute;
  top: -3px;
  right: -7px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  color: var(--wd-primary-color);
  font-size: 11px;
}
.whb-top-bar .wd-tools-element.wd-design-6 {
  --wd-count-size: 13px;
}
.whb-top-bar .wd-tools-element.wd-design-6 .wd-tools-icon {
  width: 28px;
  height: 28px;
}
.whb-top-bar .wd-tools-element.wd-design-6 .wd-tools-icon::before {
  font-size: 14px;
}
.whb-top-bar .wd-tools-element.wd-design-6 .wd-custom-icon {
  max-width: 14px;
}
.whb-top-bar .wd-tools-element.wd-design-6 .wd-tools-count {
  font-size: 9px;
}
.whb-color-light .wd-tools-element.wd-design-6 .wd-tools-icon {
  border-color: rgba(255, 255, 255, 0.25);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/el-section-title.min.css?ver=6.5.4 */
.title-wrapper [class*="title"] {
  display: inline-block;
}
.title-wrapper .title {
  margin-bottom: 0;
}
.title-wrapper .img-wrapper {
  margin-top: 10px;
}
.subtitle-color-black.subtitle-style-default {
  color: #000;
}
.subtitle-color-black.subtitle-style-background {
  background-color: #333;
  color: #fff;
}
.subtitle-color-white.subtitle-style-default {
  color: rgba(255, 255, 255, 0.8);
}
.subtitle-color-white.subtitle-style-background {
  background-color: rgba(255, 255, 255, 0.8);
  color: #242424;
}
.wd-title-color-white {
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  color: var(--wd-text-color);
}
.subtitle-color-gradient.subtitle-style-default {
  color: var(--color-gray-400);
}
.subtitle-color-gradient.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333;
}
.wd-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wd-title-style-simple .liner-continer {
  position: relative;
  padding-bottom: 10px;
}
.wd-title-style-simple .liner-continer:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
}
.wd-title-style-simple.text-left .liner-continer:after {
  left: 0;
}
.wd-title-style-simple.text-right .liner-continer:after {
  right: 0;
  left: auto;
}
.wd-title-style-simple.wd-title-color-default .liner-continer:after {
  background-color: rgba(0, 0, 0, 0.105);
}
.wd-title-style-simple.wd-title-color-primary .liner-continer:after {
  background-color: var(--wd-primary-color);
}
.wd-title-style-simple.wd-title-color-alt .liner-continer:after {
  background-color: var(--wd-alternative-color);
}
.wd-title-style-simple.wd-title-color-black .liner-continer:after {
  background-color: #000;
}
.wd-title-style-simple.wd-title-color-white .liner-continer:after {
  background-color: #fff;
}
.wd-title-style-bordered .liner-continer {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-color: rgba(0, 0, 0, 0.105);
}
.wd-title-style-bordered .liner-continer:before,
.wd-title-style-bordered .liner-continer:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  border-color: inherit;
}
.wd-title-style-bordered .liner-continer:before {
  margin-right: 20px;
}
.wd-title-style-bordered .liner-continer:after {
  margin-left: 20px;
}
.wd-title-style-bordered.text-left .liner-continer:before {
  display: none;
}
.wd-title-style-bordered.text-right .liner-continer:after {
  display: none;
}
.wd-title-style-bordered.wd-title-color-white .liner-continer,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer {
  border-color: rgba(255, 255, 255, 0.2);
}
.wd-title-style-underlined.wd-title-color-default .title,
.wd-title-style-overlined.wd-title-color-default .title {
  border-color: #ccc;
}
.wd-title-style-underlined.wd-title-color-primary .title,
.wd-title-style-overlined.wd-title-color-primary .title {
  border-color: var(--wd-primary-color);
}
.wd-title-style-underlined.wd-title-color-alt .title,
.wd-title-style-overlined.wd-title-color-alt .title {
  border-color: var(--wd-alternative-color);
}
.wd-title-style-underlined.wd-title-color-black .title,
.wd-title-style-overlined.wd-title-color-black .title {
  border-color: #000;
}
.wd-title-style-underlined.wd-title-color-white .liner-continer,
.wd-title-style-overlined.wd-title-color-white .liner-continer {
  border-color: rgba(255, 255, 255, 0.5);
}
.wd-title-style-underlined.wd-title-color-white .title,
.wd-title-style-overlined.wd-title-color-white .title {
  border-color: #fff;
}
.wd-title-style-underlined .liner-continer {
  border-bottom: 2px solid var(--brdcolor-gray-300);
}
.wd-title-style-underlined .title {
  margin-bottom: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.wd-title-style-overlined .liner-continer {
  border-top: 1px solid var(--brdcolor-gray-300);
}
.wd-title-style-overlined .title {
  margin-top: -1px;
  padding-top: 20px;
  border-top: 3px solid transparent;
}
.wd-title-style-underlined-2 {
  --margin-bottom: 15px;
}
.wd-title-style-underlined-2 .title {
  border-bottom: 2px solid;
  line-height: 0.85;
}
.wd-title-style-underlined-2 .title.wd-fontsize-xxl {
  border-width: 3px;
}
.wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
  border-width: 4px;
}
.wd-title-style-underlined-2:not(.wd-title-color-gradient) .title {
  text-shadow:
    1px 1px #fff,
    1px -1px #fff,
    -1px 1px #fff,
    -1px -1px #fff;
}
.wd-title-style-underlined-2:not(.wd-title-color-gradient)
  .title.wd-fontsize-xxxl {
  text-shadow:
    2px 2px #fff,
    2px -2px #fff,
    -2px 2px #fff,
    -2px -2px #fff;
}
.wd-title-style-underlined-2.wd-title-color-default .title {
  border-color: rgba(0, 0, 0, 0.105);
}
.wd-title-style-underlined-2.wd-title-color-primary .title {
  border-color: var(--wd-primary-color);
}
.wd-title-style-underlined-2.wd-title-color-alt .title {
  border-color: var(--wd-alternative-color);
}
.wd-title-style-underlined-2.wd-title-color-black .title {
  border-color: #000;
}
.wd-title-style-underlined-2.wd-title-color-white .title {
  border-color: #fff;
}
.wd-title-style-underlined-2.wd-title-color-white .title,
[class*="color-scheme-light"] .wd-title-style-underlined-2 .title {
  text-shadow: none !important;
}
.wd-title-style-shadow {
  padding: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  border-radius: var(--wd-brd-radius);
}
.wpb-js-composer .title-wrapper {
  --content-width: var(--wd-max-width);
}
.wpb-js-composer .title-wrapper [class*="title"] {
  max-width: var(--content-width);
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
  margin-bottom: 0;
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
  display: none;
}
@media (max-width: 1024px) {
  .title-subtitle.wd-fontsize-m,
  .title-after_title.wd-fontsize-s {
    font-size: 14px;
  }
  .wd-title-style-underlined-2 .title.wd-fontsize-xxl,
  .wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
    border-width: 2px;
  }
  .wd-title-style-underlined-2:not(.wd-title-color-gradient)
    .title.wd-fontsize-xxxl {
    text-shadow:
      1px 1px #fff,
      1px -1px #fff,
      -1px 1px #fff,
      -1px -1px #fff;
  }
}
@media (max-width: 576px) {
  .title-wrapper .title-subtitle {
    font-size: 12px;
  }
  .title-wrapper .title {
    font-size: 20px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/mod-animations.min.css?ver=6.5.4 */
[class*="wd-animation"] {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  --anim-duration: 1s;
}
[class*="wd-animation"],
[class*="wd-animation"].elementor-element[class*="elementor-element-"] {
  transition-property: opacity, transform;
  transition-timing-function: ease, cubic-bezier(0, 0.87, 0.58, 1);
}
[class*="wd-animation"].wd-animated {
  transition-duration: 0.25s, var(--anim-duration);
}
[class*="wd-animation"].wd-animation-slow {
  --anim-duration: 1.6s;
}
[class*="wd-animation"].wd-animation-fast {
  --anim-duration: 0.6s;
}
[class*="wd-animation"]:not(.wd-animated) {
  will-change: transform, opacity;
}
[class*="wd-animation"].wd-animation-ready.wd-animated {
  opacity: 1;
  transform: none;
}
.wd-animation-slide-from-top.wd-animation-ready {
  transform: translateY(-150px);
}
.wd-animation-slide-from-bottom.wd-animation-ready {
  transform: translateY(150px);
}
.wd-animation-slide-from-left.wd-animation-ready {
  transform: translateX(-500px);
}
.wd-animation-slide-from-right.wd-animation-ready {
  transform: translateX(500px);
}
.wd-animation-slide-short-from-left.wd-animation-ready {
  transform: translateX(-150px);
}
.wd-animation-slide-short-from-right.wd-animation-ready {
  transform: translateX(150px);
}
.wd-animation-zoom-in.wd-animation-ready {
  transform: scale(0.6);
}
.wd-animation-bottom-flip-x.wd-animation-ready {
  transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
}
.wd-animation-top-flip-x.wd-animation-ready {
  transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
}
.wd-animation-bottom-flip-x.wd-animation-ready.wd-animated,
.wd-animation-top-flip-x.wd-animation-ready.wd-animated {
  transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
}
.wd-animation-left-flip-y.wd-animation-ready {
  transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
}
.wd-animation-right-flip-y.wd-animation-ready {
  transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
}
.wd-animation-left-flip-y.wd-animation-ready.wd-animated,
.wd-animation-right-flip-y.wd-animation-ready.wd-animated {
  transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg)
    scale(1);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-search.min.css?ver=6.5.4 */
.whb-col-right .wd-search-dropdown {
  right: 0;
  left: auto;
}
.wd-header-search .wd-tools-icon:before {
  font-size: 19px;
  transition: opacity 0.3s ease;
  content: "\f130";
  font-family: "woodmart-font";
}
.wd-header-search .wd-tools-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  opacity: 0;
  content: "\f112";
  font-family: "woodmart-font";
}
.wd-search-opened .wd-header-search .wd-tools-icon:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.wd-search-opened .wd-header-search .wd-tools-icon:before {
  opacity: 0;
  transition: none;
}
.whb-top-bar .wd-header-search .wd-tools-icon:before {
  font-size: 13px;
}
.whb-top-bar .wd-header-search .wd-tools-icon:after {
  font-size: 10px;
}
.wd-search-dropdown {
  width: 300px;
}
.wd-search-dropdown input[type="text"] {
  height: 70px !important;
  border: none;
}
.form-style-underlined .wd-search-dropdown input[type="text"] {
  padding-left: 15px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-cart-design-3.min.css?ver=6.5.4 */
.wd-header-cart.wd-design-3 > a {
  height: auto;
}
.wd-header-cart.wd-design-3 .wd-tools-icon:before {
  color: rgba(0, 0, 0, 0.17);
  font-size: 32px;
}
.wd-header-cart.wd-design-3 .wd-tools-text {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.wd-header-cart.wd-design-3 .wd-cart-number {
  width: auto;
  height: auto;
  border-radius: 0;
  color: #777;
  text-align: inherit;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.wd-header-cart.wd-design-3 .wd-cart-number > span {
  display: inline-block;
}
.wd-header-cart.wd-design-3 .wd-cart-subtotal {
  line-height: 20px;
}
.wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
  color: var(--wd-primary-color);
  font-weight: 900;
  font-size: 14px;
}
.wd-header-cart.wd-design-3 .subtotal-divider {
  display: none;
}
.whb-top-bar .wd-header-cart.wd-design-3 .wd-tools-icon:before {
  font-size: 20px;
}
.whb-top-bar .wd-header-cart.wd-design-3 .wd-tools-text {
  margin-left: 8px;
  padding-left: 8px;
}
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-number {
  font-size: inherit;
  line-height: 14px;
}
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-subtotal {
  line-height: 14px;
}
.whb-top-bar .wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
  font-weight: 600;
  font-size: 12px;
}
.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-text {
  border-color: rgba(255, 255, 255, 0.3);
}
.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-icon:before {
  color: #fff;
}
.whb-color-light .wd-header-cart.wd-design-3 .wd-cart-number {
  color: rgba(255, 255, 255, 0.8);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-cart.min.css?ver=6.5.4 */
.whb-col-right .wd-dropdown-cart {
  right: 0;
  left: auto;
}
.wd-header-cart .wd-tools-icon:before {
  font-size: 20px;
  content: "\f105";
  font-family: "woodmart-font";
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
  content: "\f126";
  font-family: "woodmart-font";
}
.wd-header-cart .wd-cart-subtotal .amount {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.wd-header-cart .wd-cart-number > span {
  display: none;
}
.wd-header-cart.wd-design-5 .wd-tools-text,
.wd-header-cart.wd-design-6 .wd-tools-text {
  display: none;
}
.wd-header-cart.wd-design-2 .wd-tools-text {
  margin-left: 15px;
}
.wd-header-cart.wd-design-2 .subtotal-divider {
  display: none;
}
.wd-header-cart.wd-design-4 .wd-cart-number {
  display: inline-block;
  padding: 0 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 19px;
}
.wd-header-cart.wd-design-4 .subtotal-divider,
.wd-header-cart.wd-design-4 .wd-cart-subtotal {
  display: none;
}
.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.wd-header-cart.wd-design-5 {
  margin-right: 5px;
}
.wd-dropdown-cart {
  padding: 20px;
  width: 330px;
}
.woocommerce-cart .cart-widget-side,
.woocommerce-cart .wd-dropdown-cart,
.woocommerce-checkout .cart-widget-side,
.woocommerce-checkout .wd-dropdown-cart {
  display: none;
}
.wd-header-cart.wd-design-2 .wd-cart-number,
.wd-header-cart.wd-design-5 .wd-cart-number {
  position: absolute;
  top: -5px;
  right: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 9px;
  line-height: 15px;
}
.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number,
.whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number {
  width: 13px;
  height: 13px;
  line-height: 13px;
}
@media (max-width: 1024px) {
  .wd-dropdown-cart {
    display: none;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/woo-widget-shopping-cart.min.css?ver=6.5.4 */
li:hover .cart-info .wd-entities-title {
  color: var(--wd-entities-title-color-hover);
}
.woocommerce-mini-cart > li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.woocommerce-mini-cart > li a {
  margin-bottom: 0;
}
.woocommerce-mini-cart .remove {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--color-gray-800);
  text-align: center;
  font-size: 0;
  line-height: 20px;
}
.woocommerce-mini-cart .remove:after {
  font-weight: 700;
  font-size: 8px;
  content: "\f112";
  font-family: "woodmart-font";
}
.woocommerce-mini-cart .remove:hover {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.woocommerce-mini-cart .blockOverlay {
  display: none !important;
}
.cart-item-link {
  z-index: 1;
  font-size: 0;
}
.cart-item-image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}
.cart-item-image img {
  float: none !important;
  margin-right: 0 !important;
  transition: opacity 0.6s ease;
}
.cart-item-image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  transition: opacity 0.6s ease;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
.removing-process .cart-item-image:after,
.wd-loading .cart-item-image:after {
  opacity: 1;
  animation: wd-rotate 450ms infinite linear;
}
.removing-process .cart-item-image img,
.wd-loading .cart-item-image img {
  opacity: 0.2;
}
.cart-info {
  flex: 1 1 auto;
  padding-right: 20px;
}
.cart-info .wd-entities-title {
  transition: all 0.25s ease;
}
.cart-info .wd-entities-title p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: var(--wd-text-color);
  font-weight: var(--wd-text-font-weight);
  font-style: var(--wd-text-font-style);
  font-size: 90%;
  font-family: var(--wd-text-font);
}
.cart-info .variation {
  margin-bottom: 6px;
}
.cart-info span.quantity {
  display: block;
  color: var(--color-gray-300);
  font-size: 90%;
}
.cart-info div.quantity {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  transition: opacity 0.6s ease;
}
.cart-info div.quantity input[type="button"],
.cart-info div.quantity input[type="number"] {
  height: 32px;
}
.cart-info li.wd-loading > a {
  pointer-events: none;
}
.cart-info li.wd-loading div.quantity {
  opacity: 0.6;
  cursor: none;
  pointer-events: none;
}
.cart-info .wd-product-sku {
  margin-bottom: 5px;
  font-size: 90%;
}
.cart-info .wd-product-sku .wd-label {
  color: var(--color-gray-800);
  font-weight: 600;
}
.shopping-cart-widget-footer > * {
  margin-bottom: 5px;
}
.shopping-cart-widget-footer > *:last-child {
  margin-bottom: 0;
}
.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--brdcolor-gray-300);
}
.woocommerce-mini-cart__total strong {
  color: var(--color-gray-900);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
  font-weight: 600;
  font-size: 20px;
}
.woocommerce-mini-cart__buttons {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.woocommerce-mini-cart__buttons a {
  margin-bottom: 10px;
  width: 100%;
}
.woocommerce-mini-cart__buttons a:last-child {
  margin-bottom: 0;
}
.woocommerce-mini-cart__buttons .btn-cart {
  border-radius: var(--btn-default-brd-radius);
  color: var(--btn-default-color);
  box-shadow: var(--btn-default-box-shadow);
  background-color: var(--btn-default-bgcolor);
}
.woocommerce-mini-cart__buttons .btn-cart:hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover);
}
.woocommerce-mini-cart__buttons .btn-cart:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.woocommerce-mini-cart__buttons .checkout {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
.woocommerce-mini-cart__buttons .checkout:hover {
  color: var(--btn-shop-color-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}
.woocommerce-mini-cart__buttons .checkout:active {
  box-shadow: var(--btn-shop-box-shadow-active);
  bottom: var(--btn-shop-bottom-active);
}
.wd-empty-mini-cart {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.wd-empty-mini-cart:before {
  display: block;
  margin-bottom: 20px;
  color: var(--color-gray-200);
  font-size: 86px;
  line-height: 1;
  content: "\f147";
  font-family: "woodmart-font";
}
.wd-empty-mini-cart .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.wd-empty-mini-cart .btn {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
.wd-empty-mini-cart .btn:hover {
  color: var(--btn-shop-color-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}
.wd-empty-mini-cart .btn:active {
  box-shadow: var(--btn-shop-box-shadow-active);
  bottom: var(--btn-shop-bottom-active);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-base.min.css?ver=6.5.4 */
.whb-column > .info-box-wrapper,
.wd-header-text,
.whb-column > .wd-button-wrapper,
.whb-column > .wd-social-icons,
.wd-header-html {
  padding-right: 10px;
  padding-left: 10px;
}
.wd-header-text {
  flex: 1 1 auto;
}
.wd-header-text p:first-child:empty {
  display: none;
}
.wd-header-text.wd-inline {
  flex: 0 0 auto;
}
.whb-top-bar .wd-header-text {
  font-size: 12px;
  line-height: 1.2;
}
.whb-color-light .wd-header-text {
  --color-gray-100: rgba(255, 255, 255, 0.1);
  --color-gray-200: rgba(255, 255, 255, 0.2);
  --color-gray-300: rgba(255, 255, 255, 0.5);
  --color-gray-400: rgba(255, 255, 255, 0.6);
  --color-gray-500: rgba(255, 255, 255, 0.7);
  --color-gray-600: rgba(255, 255, 255, 0.8);
  --color-gray-700: rgba(255, 255, 255, 0.9);
  --color-gray-800: #fff;
  --color-gray-900: #fff;
  --bgcolor-white-rgb: 0, 0, 0;
  --bgcolor-white: #0f0f0f;
  --bgcolor-gray-100: #0a0a0a;
  --bgcolor-gray-200: #121212;
  --bgcolor-gray-300: #141414;
  --brdcolor-gray-200: rgba(255, 255, 255, 0.1);
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --brdcolor-gray-400: rgba(255, 255, 255, 0.25);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-widget-title-color: var(--wd-title-color);
  --wd-entities-title-color: #fff;
  --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-placeholder-color: rgba(255, 255, 255, 0.6);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
  --wd-main-bgcolor: #1a1a1a;
  color: var(--wd-text-color);
}
.whb-column > .wd-social-icons:not(.icons-design-default) .wd-social-icon {
  margin-right: 0;
  margin-left: 0;
}
.whb-column
  > .wd-social-icons:not(.icons-design-default)
  .wd-social-icon:not(:last-child) {
  margin-right: 8px;
}
.wd-header-wishlist .wd-tools-icon:before {
  font-size: 20px;
  content: "\f106";
  font-family: "woodmart-font";
}
.wd-header-compare .wd-tools-icon:before {
  font-size: 20px;
  content: "\f128";
  font-family: "woodmart-font";
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-cart-side.min.css?ver=6.5.4 */
.cart-widget-side {
  display: flex;
  flex-direction: column;
}
.cart-widget-side .widget_shopping_cart {
  position: relative;
  flex: 1 1 100%;
}
.cart-widget-side .widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.cart-widget-side .shopping-cart-widget-body {
  position: relative;
  flex: 1 1 auto;
}
.cart-widget-side .wd-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
  background-color: var(--bgcolor-gray-100);
}
.cart-widget-side .woocommerce-mini-cart .remove {
  top: 13px;
  right: 10px;
}
.cart-widget-side .shopping-cart-widget-footer {
  flex: 0 0 auto;
  padding-bottom: 15px;
}
.cart-widget-side .shopping-cart-widget-footer > * {
  padding-right: 15px;
  padding-left: 15px;
}
.cart-widget-side .woocommerce-mini-cart__total {
  margin-top: 0;
}
.cart-widget-side .wd-empty-mini-cart {
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/el-banner.min.css?ver=6.5.4 */
.promo-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  --button-space: 15px;
  --button-size: 28px;
  --content-width: var(--wd-max-width);
}
.promo-banner .banner-image img,
.promo-banner .banner-image picture {
  width: 100%;
  height: var(--wd-img-height);
  object-fit: cover;
  object-position: inherit;
}
.promo-banner .banner-image[style*="height"] img,
.promo-banner .banner-image[style*="height"] picture {
  height: 100%;
}
.promo-banner .wrapper-content-banner {
  z-index: 2;
  display: flex;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--wd-brd-radius);
}
.promo-banner .content-banner {
  position: relative;
  width: 100%;
  max-width: var(--content-width);
}
.promo-banner .content-banner > div:first-child {
  margin-top: 0;
}
.promo-banner .banner-title-wrap .banner-subtitle:first-child,
.promo-banner .banner-title-wrap .banner-title:first-child {
  margin-top: 0;
}
.promo-banner .banner-title-wrap:empty {
  display: none;
}
.promo-banner .banner-subtitle,
.promo-banner .banner-title,
.promo-banner .banner-inner {
  margin-top: 7px;
}
.promo-banner .banner-title {
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
}
.promo-banner .banner-btn-wrapper {
  margin-top: var(--button-space);
}
.promo-banner .banner-inner p:first-child:empty {
  display: none;
}
.banners-carousel-wrapper .owl-dots {
  margin-top: 10px;
}
.wd-bg-position-top {
  background-position: center top;
  object-position: center top;
}
.wd-bg-position-bottom {
  background-position: center bottom;
  object-position: center bottom;
}
.wd-bg-position-left {
  background-position: left center;
  object-position: left center;
}
.wd-bg-position-right {
  background-position: right center;
  object-position: right center;
}
.wd-bg-position-center {
  background-position: center;
  object-position: center;
}
.banner-increased-padding .wrapper-content-banner {
  padding: 7%;
}
[class*="banner-hover-zoom"] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
[class*="banner-hover-zoom"] .banner-image {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
[class*="banner-hover-zoom"]:hover .banner-image {
  transform: scale(1.09);
}
.banner-hover-zoom-reverse .banner-image {
  transform: scale(1.09);
}
.banner-hover-zoom-reverse:hover .banner-image {
  transform: none;
}
.banner-hover-background,
.banner-hover-border {
  backface-visibility: hidden;
}
.banner-hover-background .banner-image,
.banner-hover-border .banner-image {
  transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18);
}
.banner-hover-background:hover .banner-image,
.banner-hover-border:hover .banner-image {
  transform: scale(1.09);
}
.banner-hover-background:not(.banner-background) .wrapper-content-banner,
.banner-hover-border:not(.banner-border) .wrapper-content-banner {
  overflow: hidden;
  padding: 40px;
}
.banner-hover-background:not(.banner-background) .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  border-radius: var(--wd-brd-radius);
  transition:
    transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1),
    opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: scale(0.5);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.banner-hover-background:not(.banner-background) .content-banner,
.banner-hover-border:not(.banner-border) .content-banner {
  z-index: 4;
}
.banner-hover-background:not(.banner-background):hover
  .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border):hover .wrapper-content-banner:after {
  opacity: 1;
  transform: scale(1);
}
.banner-hover-background.banner-border .wrapper-content-banner,
.banner-hover-border.banner-background .wrapper-content-banner {
  padding: 30px;
}
.banner-hover-background.banner-border .wrapper-content-banner:after,
.banner-hover-border.banner-background .wrapper-content-banner:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
  background-color: rgba(var(--bgcolor-white-rgb), 0.9);
}
.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  border: 5px solid rgba(255, 255, 255, 0.3);
}
.banner-hover-border.color-scheme-dark:not(.banner-border)
  .wrapper-content-banner:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.banner-mask .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.banner-mask.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-mask[class*="banner-hover-zoom"]:hover .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-mask[class*="banner-hover-zoom"].color-scheme-dark:hover
  .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.6);
}
.banner-shadow {
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
}
.banner-background .wrapper-content-banner,
.banner-border .wrapper-content-banner {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
}
.banner-background .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.8);
}
.banner-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-content-background .wrapper-content-banner {
  width: 100%;
  max-width: var(--content-width);
  background-color: rgba(0, 0, 0, 0.8);
  backface-visibility: hidden;
  perspective: 800px;
}
.banner-content-background .wrapper-content-banner.wd-items-top {
  bottom: auto;
}
.banner-content-background .wrapper-content-banner.wd-items-middle {
  top: 50%;
  bottom: auto;
  transform: translate3d(0, -50%, 0);
}
.banner-content-background .wrapper-content-banner.wd-items-bottom {
  top: auto;
}
.banner-content-background .wrapper-content-banner.wd-justify-left {
  right: auto;
}
.banner-content-background .wrapper-content-banner.wd-justify-center {
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.banner-content-background
  .wrapper-content-banner.wd-justify-center.wd-items-middle {
  transform: translate3d(-50%, -50%, 0);
}
.banner-content-background .wrapper-content-banner.wd-justify-right {
  left: auto;
}
.banner-content-background .content-banner {
  max-width: unset;
}
.banner-content-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-border .wrapper-content-banner {
  border: 5px solid rgba(255, 255, 255, 0.3);
}
.banner-border.color-scheme-dark .wrapper-content-banner {
  border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .banner-btn-position-hover .content-banner {
    transition: transform 0.25s ease;
  }
  .banner-btn-position-hover .banner-inner p:first-child:empty ~ p:last-child {
    margin-top: -10px;
    margin-bottom: 0;
  }
  .banner-btn-position-hover .banner-btn-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
    transform: translateY(15px);
  }
  .banner-btn-position-hover:hover
    .wrapper-content-banner.wd-items-middle
    > div {
    transform: translateY(
      calc(((var(--button-size) + var(--button-space)) * -1) / 2)
    );
  }
  .banner-btn-position-hover:hover
    .wrapper-content-banner.wd-items-bottom
    > div {
    transform: translateY(
      calc((var(--button-size) + var(--button-space)) * -1)
    );
  }
  .banner-btn-position-hover:hover .content-banner {
    transition: transform 0.3s ease;
  }
  .banner-btn-position-hover:hover .banner-btn-wrapper {
    opacity: 1;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
    transform: translateY(0);
  }
  .banner-btn-position-hover.banner-btn-size-small {
    --button-size: 36px;
  }
  .banner-btn-position-hover.banner-btn-size-default {
    --button-size: 42px;
  }
  .banner-btn-position-hover.banner-btn-size-large {
    --button-size: 48px;
  }
  .banner-btn-position-hover.banner-btn-size-extra-large {
    --button-size: 56px;
  }
  .banner-btn-position-hover.banner-btn-style-link {
    --button-size: 24px;
  }
}
@media (max-width: 1024px) {
  .banner-subtitle.wd-fontsize-s,
  .banner-subtitle.wd-fontsize-m {
    font-size: 14px;
  }
  .banner-title.wd-fontsize-xl,
  .banner-title.wd-font-size-xxl {
    font-size: 22px;
  }
}
@media (max-width: 768.98px) {
  .banner-btn-position-hover .banner-btn-wrapper {
    display: none;
  }
  .banner-btn-wrapper .btn-size-default,
  .banner-btn-wrapper .btn-size-large,
  .banner-btn-wrapper .btn-size-extra-large {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .banner-btn-wrapper .btn-style-link {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .promo-banner .banner-subtitle {
    font-size: 3vw;
  }
  .promo-banner .banner-title {
    font-size: 5vw;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/lib-owl-carousel.min.css?ver=6.5.4 */
.owl-carousel:hover .owl-nav > div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}
.slider-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
}
.slider-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--wd-primary-color);
}
.owl-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  float: left;
  min-height: 1px;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .owl-item.animated {
  animation-duration: 600ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-item.fadeOut {
  animation-name: wd-fadeOut;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel:not(.owl-loaded) {
  display: flex;
  overflow: hidden;
}
[data-hide_pagination_control="no"] .owl-carousel:not(.owl-loaded) {
  padding-bottom: 41px !important;
}
.owl-loaded:after,
.owl-loaded:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
}
.owl-loaded:before {
  right: -50px;
}
.owl-loaded:after {
  left: -50px;
}
.owl-dots {
  margin-top: 5px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin-top: 10px;
}
.owl-dots .owl-dot span {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-gray-300);
  border-radius: 50%;
  transition: all 0.25s ease;
}
.owl-dots .owl-dot:not(.active):hover span {
  border-color: var(--color-gray-800);
}
.owl-dots .owl-dot.active span {
  border-color: var(--color-gray-800);
  background-color: var(--color-gray-800);
}
.owl-nav > div[class*="prev"] {
  left: 0;
}
.owl-nav > div[class*="next"] {
  right: 0;
}
[class*="wd-carousel-spacing-"] {
  margin-right: calc((var(--wd-car-sp) / 2) * -1);
  margin-left: calc((var(--wd-car-sp) / 2) * -1);
  --wd-car-sp: 0.001px;
}
[class*="wd-carousel-spacing-"] .owl-item,
[class*="wd-carousel-spacing-"] .owl-carousel:not(.owl-loaded) > div {
  padding-right: calc(var(--wd-car-sp) / 2);
  padding-left: calc(var(--wd-car-sp) / 2);
}
[class*="wd-carousel-spacing-"] .owl-nav > div[class*="prev"] {
  left: calc(-50px + var(--wd-car-sp) / 2);
}
[class*="wd-carousel-spacing-"] .owl-nav > div[class*="next"] {
  right: calc(-50px + var(--wd-car-sp) / 2);
}
.wd-carousel-spacing-2 {
  --wd-car-sp: 2px;
}
.wd-carousel-spacing-6 {
  --wd-car-sp: 6px;
}
.wd-carousel-spacing-10 {
  --wd-car-sp: 10px;
}
.wd-carousel-spacing-20 {
  --wd-car-sp: 20px;
}
.wd-carousel-spacing-30 {
  --wd-car-sp: 30px;
}
@media (min-width: 1025px) {
  .owl-items-lg-1:not(.owl-loaded) > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .owl-items-lg-2:not(.owl-loaded) > div {
    flex: 0 0 50%;
    width: 50%;
  }
  .owl-items-lg-3:not(.owl-loaded) > div {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .owl-items-lg-4:not(.owl-loaded) > div {
    flex: 0 0 25%;
    width: 25%;
  }
  .owl-items-lg-5:not(.owl-loaded) > div {
    flex: 0 0 20%;
    width: 20%;
  }
  .owl-items-lg-6:not(.owl-loaded) > div {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .owl-items-lg-7:not(.owl-loaded) > div {
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
  }
  .owl-items-lg-8:not(.owl-loaded) > div {
    flex: 0 0 12.5%;
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .owl-nav > div {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
  }
  .owl-nav > div[class*="prev"] {
    left: 5px;
  }
  .owl-nav > div[class*="next"] {
    right: 5px;
  }
  div[class*="wd-carousel-spacing"] .owl-nav > div[class*="prev"] {
    margin-left: 35px;
  }
  div[class*="wd-carousel-spacing"] .owl-nav > div[class*="next"] {
    margin-right: 35px;
  }
  .wpb-js-composer .slider-type-product,
  .wpb-js-composer .slider-type-post,
  .wpb-js-composer .categories-style-carousel {
    margin-bottom: 20px;
  }
  .owl-loaded:after,
  .owl-loaded:before {
    content: none;
  }
}
@media (max-width: 768.98px) {
  .wd-carousel-spacing-20,
  .wd-carousel-spacing-30 {
    --wd-car-sp: 10px;
  }
}
@media (max-width: 576px) {
  .owl-items-xs-1:not(.owl-loaded) > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .owl-items-xs-2:not(.owl-loaded) > div {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .owl-items-md-1:not(.owl-loaded) > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .owl-items-md-2:not(.owl-loaded) > div {
    flex: 0 0 50%;
    width: 50%;
  }
  .owl-items-md-3:not(.owl-loaded) > div {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .owl-items-md-4:not(.owl-loaded) > div {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 577px) and (max-width: 768.98px) {
  .owl-items-sm-1:not(.owl-loaded) > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .owl-items-sm-2:not(.owl-loaded) > div {
    flex: 0 0 50%;
    width: 50%;
  }
  .owl-items-sm-3:not(.owl-loaded) > div {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/el-counter.min.css?ver=6.5.4 */
.woodmart-counter {
  font-size: 36px;
}
.woodmart-counter .counter-value {
  color: var(--color-gray-800);
  line-height: 1;
  font-size: 1em;
}
.woodmart-counter .counter-label {
  margin-top: 10px;
  color: var(--color-gray-500);
  font-size: 0.47em;
  line-height: 1.4;
}
.woodmart-counter.counter-small {
  font-size: 28px;
}
.woodmart-counter.counter-large {
  font-size: 44px;
}
.woodmart-counter.counter-extra-large {
  font-size: 54px;
}
.woodmart-counter.color-scheme-custom .counter-value,
.woodmart-counter.color-scheme-custom .counter-label {
  color: inherit;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/el-info-box.min.css?ver=6.5.4 */
.wd-info-box {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  border-radius: var(--wd-brd-radius);
}
.wd-info-box .box-icon-wrapper {
  flex: 0 0 auto;
  line-height: 0;
}
.wd-info-box .info-box-icon {
  display: inline-block;
  transition: all 0.25s ease;
}
.wd-info-box .info-svg-wrapper {
  display: inline-block;
}
.wd-info-box .info-svg-wrapper svg {
  width: inherit !important;
  height: inherit !important;
}
.wd-info-box .info-box-subtitle,
.wd-info-box .info-box-title {
  margin-bottom: 10px;
  transition: all 0.25s ease;
}
.wd-info-box .info-box-subtitle:not(.subtitle-style-background),
.wd-info-box .info-box-title {
  line-height: 1.3;
}
.wd-info-box .info-box-content {
  position: relative;
  flex: 1 1 auto;
  border-radius: var(--wd-brd-radius);
}
.wd-info-box .info-box-inner p:first-child:empty,
.wd-info-box .info-box-inner p:first-child:empty ~ p:last-child {
  display: none;
}
.wd-info-box .info-btn-wrapper {
  margin-top: 15px;
}
.wd-info-box.color-scheme-hover-light:hover .info-svg-wrapper svg {
  fill: #fff !important;
}
.wd-info-box.color-scheme-hover-light:hover .info-box-icon {
  color: #fff;
}
.wd-info-box.color-scheme-hover-light:hover .title {
  color: #fff !important;
}
.wd-info-box.color-scheme-hover-light:hover .btn-style-link {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.wd-info-box.color-scheme-hover-light:hover .btn-style-link:hover {
  border-color: #fff;
  color: #fff;
}
.box-icon-align-top .box-icon-wrapper {
  margin-bottom: 15px;
}
.box-icon-align-left {
  flex-direction: row;
}
.box-icon-align-left .box-icon-wrapper {
  margin-right: 20px;
  max-width: 50%;
}
.box-icon-align-right {
  flex-direction: row-reverse;
}
.box-icon-align-right .box-icon-wrapper {
  margin-left: 20px;
  max-width: 50%;
}
.box-title-style-underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.box-with-icon .info-box-icon {
  overflow: hidden;
}
.box-icon-wrapper.box-with-text {
  font-weight: 700;
  line-height: 1;
  color: var(--wd-primary-color);
}
.box-with-text.text-size-small {
  font-size: 38px;
}
.box-with-text.text-size-default {
  font-size: 52px;
}
.box-with-text.text-size-large {
  font-size: 74px;
}
[class*="box-icon-with-"].box-with-text {
  --text-bg-size: 85px;
}
[class*="box-icon-with-"].box-with-text .info-box-icon {
  padding: 0 10px;
  border-radius: 100px;
  min-width: var(--text-bg-size);
  height: var(--text-bg-size);
  line-height: var(--text-bg-size);
}
[class*="box-icon-with-"].text-size-default {
  --text-bg-size: 100px;
}
[class*="box-icon-with-"].text-size-large {
  --text-bg-size: 130px;
}
[class*="box-icon-with-"] .info-box-icon {
  border-radius: 50%;
  text-align: center;
}
.box-icon-with-bg .info-box-icon {
  padding: 20px;
  background-color: #f1f1f1;
}
.box-icon-with-border .info-box-icon {
  padding: 18px;
  border: 2px solid #f1f1f1;
}
.box-btn-hover .info-btn-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 0;
  padding-top: 15px;
  opacity: 0;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  transform: translateY(15px);
}
.box-btn-hover:hover .info-btn-wrapper {
  opacity: 1;
  transform: none;
}
.wpb-js-composer .info-box-wrapper.inline-element {
  max-width: 100%;
}
.wpb-js-composer .info-box-carousel .inline-element {
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
  display: inline-flex;
}
.box-style-shadow {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.7s ease;
}
.box-style-shadow:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.box-style-bg-hover {
  padding: 30px;
  box-shadow: 2px 3px 14px transparent;
}
.box-style-bg-hover .info-svg-wrapper svg {
  transition: fill 0.25s ease;
}
.box-style-bg-hover .box-icon-wrapper,
.box-style-bg-hover .info-box-content {
  z-index: 1;
}
.box-style-bg-hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.box-style-bg-hover:hover {
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16);
}
.box-style-bg-hover:hover:after {
  opacity: 1;
}
.box-style-border .info-box-content {
  padding: 30px;
  border: 3px solid var(--brdcolor-gray-300);
}
.box-style-border .box-icon-wrapper {
  position: relative;
  z-index: 2;
}
.box-style-border.box-icon-align-left,
.box-style-border.box-icon-align-right {
  align-items: center;
}
.box-style-border.box-icon-align-left .info-box-content {
  padding-left: 50px;
}
.box-style-border.box-icon-align-left .info-box-icon {
  margin-right: -50px;
}
.box-style-border.box-icon-align-right .info-box-content {
  padding-right: 50px;
}
.box-style-border.box-icon-align-right .info-box-icon {
  margin-left: -50px;
}
.box-style-border.box-icon-align-top .box-icon-wrapper {
  margin-bottom: -25px;
  padding-right: 30px;
  padding-left: 30px;
}
.box-style-border.box-icon-align-top .info-box-content {
  padding-top: 35px;
}
.box-style-border.box-btn-static .info-btn-wrapper {
  margin-top: 0;
  margin-bottom: -30px;
  transform: translateY(50%);
}
.box-style-border.box-btn-hover .info-btn-wrapper {
  margin-top: -15px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 0;
}
.box-style-border.box-btn-hover.box-icon-align-left .info-btn-wrapper {
  margin-left: 50px;
}
.box-style-border.box-btn-hover.box-icon-align-right .info-btn-wrapper {
  margin-right: 50px;
}
.elementor-default .info-box-carousel-wrapper .box-style-border.with-btn {
  margin-bottom: 30px;
}
.with-animation .info-svg-wrapper path {
  stroke: var(--wd-primary-color);
}
.wpb-js-composer .info-box-carousel-wrapper {
  margin-bottom: 30px;
}
.wpb-js-composer .info-box-carousel-wrapper .wd-info-box {
  margin-bottom: 0;
}
.info-box-carousel-wrapper .owl-stage-outer,
.info-box-carousel-wrapper .owl-carousel:not(.owl-loaded) {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .box-with-text.text-size-large {
    font-size: 52px;
  }
  [class*="box-icon-with-"].text-size-large {
    --text-bg-size: 100px;
  }
  .box-btn-hover .info-btn-wrapper {
    position: static;
    opacity: 1;
    transform: none;
  }
  .box-style-border.box-btn-hover .info-btn-wrapper {
    position: absolute;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/lib-magnific-popup.min.css?ver=6.5.4 */
.mfp-bg {
  position: fixed;
  z-index: 1102;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.mfp-wrap {
  position: fixed;
  z-index: 1103;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  padding: 0 8px;
  text-align: center;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  z-index: 1105;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1104;
  margin-top: -0.8em;
  width: auto;
  color: #bbb;
  text-align: center;
}
.mfp-preloader a {
  color: #bbb;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  width: 100%;
  line-height: 0;
}
.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  background: #fff;
}
.wd-popup {
  margin: 25px auto;
  padding: 30px;
  width: 100%;
  background-color: var(--bgcolor-white);
  border-radius: var(--wd-brd-radius);
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateX(-100px);
}
.mfp-move-horizontal .mfp-with-anim .summary-inner {
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateY(30px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
  opacity: 1;
  transform: none;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 1;
  transition:
    opacity 0.25s ease,
    visibility 0s ease;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateX(100px);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing .mfp-close {
  display: none;
}
.mfp-bg,
.mfp-wrap,
.mfp-container,
.mfp-iframe-scaler iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button.mfp-close {
  position: fixed;
  top: var(--wd-admin-bar-h);
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1104;
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  touch-action: manipulation;
  opacity: 0;
  transition:
    all 0.25s ease,
    opacity 0s ease 0s;
}
button.mfp-close:after {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  content: "\f112";
  font-family: "woodmart-font";
}
button.mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  color: #fff;
  opacity: 1;
}
.mfp-ready button.mfp-close {
  opacity: 1;
  transition:
    all 0.25s ease,
    opacity 0.3s ease 0.35s;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/lib-photoswipe.min.css?ver=6.5.4 */
.pswp {
  z-index: 1500;
  display: none;
  overflow: hidden;
  outline: none;
  -webkit-text-size-adjust: 100%;
  touch-action: none;
  -webkit-backface-visibility: hidden;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--open {
  display: block;
}
.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top;
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: var(--wd-brd-radius);
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #242424;
}
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.pswp__error-msg a {
  color: #bbb;
  text-decoration: underline;
}
.pswp__button {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  background: none;
  opacity: 0.75;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}
.pswp__button:hover {
  opacity: 1;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button,
[class*="pswp__button--arrow--"]:before {
  background: url(../../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg [class*="pswp__button--arrow--"]:before {
    background-image: url(../../images/default-skin.svg);
  }
  .pswp--svg [class*="pswp__button--arrow--"] {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
[class*="pswp__button--arrow--"] {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: none;
}
.pswp--touch [class*="pswp__button--arrow--"] {
  visibility: hidden;
}
[class*="pswp__button--arrow--"]:before {
  content: "";
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  user-select: none;
}
.pswp__share-modal {
  z-index: 1600;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  position: absolute;
  top: calc(56px + var(--wd-admin-bar-h));
  right: 44px;
  z-index: 1620;
  background: #fff;
  transition: transform 0.25s;
  transform: translateY(6px);
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  color: #fff;
}
.pswp__share-tooltip:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: none;
}
.pswp__share--facebook:hover {
  background: #365493;
}
.pswp__share--twitter:hover {
  background: #55acee;
}
.pswp__share--pinterest:hover {
  background: #ce272d;
}
.pswp__share--download:hover {
  background: var(--wd-primary-color);
}
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
}
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
  width: 100%;
}
.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}
.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #bbb;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@media screen and (min-width: 1025px) {
  .pswp__preloader {
    position: absolute;
    top: 0;
    left: calc(50% - 22px);
  }
}
.pswp__preloader__donut {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.pswp__preloader--active .pswp__preloader__donut {
  animation: wd-rotate 450ms infinite linear;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__ui {
  z-index: 1550;
  visibility: visible;
  -webkit-font-smoothing: auto;
  opacity: 1;
}
.pswp--fs {
  --wd-admin-bar-h: 0;
}
.pswp__top-bar {
  position: absolute;
  top: var(--wd-admin-bar-h);
  left: 0;
  width: 100%;
  height: 44px;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse [class*="pswp__button--arrow--"] {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp--has_mouse [class*="pswp__button--arrow--"] {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle [class*="pswp__button--arrow--"] {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden [class*="pswp__button--arrow--"] {
  opacity: 0.001;
}
.pswp__ui--one-slide [class*="pswp__button--arrow--"],
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap,
.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/project-alt.min.css?ver=6.5.4 */
.portfolio-hover-inverse .entry-header {
  overflow: hidden;
  background-color: #000;
}
.portfolio-hover-inverse .portfolio-thumbnail {
  transition: transform 0.4s;
}
.portfolio-hover-inverse .portfolio-thumbnail:after {
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s ease;
}
.portfolio-hover-inverse .portfolio-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: transform 0.4s;
  transform: translateY(100%);
}
.portfolio-hover-inverse:hover .portfolio-thumbnail {
  transform: translateY(-40px);
}
.portfolio-hover-inverse:hover .portfolio-info {
  transform: translateY(0%);
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/portfolio-base.min.css?ver=6.5.4 */
.portfolio-entry .proj-cats-list {
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
}
.wd-portfolio-holder[data-source="main_loop"] {
  transition: all 0.25s ease;
}
.ajax-loading .wd-portfolio-holder[data-source="main_loop"] {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}
.ajax-loaded .wd-portfolio-holder[data-source="main_loop"] {
  animation: wd-fadeIn 0.3s ease;
}
.portfolio-filter {
  margin-bottom: 20px;
}
.wd-nav-portfolio[class*="wd-style-underline"] {
  --nav-color: rgba(51, 51, 51, 0.7);
  --nav-color-hover: #333;
  --nav-color-active: #333;
}
.wd-nav-portfolio > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-size: 16px;
  font-family: var(--wd-title-font);
}
.global-color-scheme-light .wd-nav-portfolio[class*="wd-style-underline"] {
  --nav-color: rgba(255, 255, 255, 0.7);
  --nav-color-hover: #fff;
  --nav-color-active: #fff;
}
.portfolio-entry .entry-header {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
}
.portfolio-entry .project-link {
  z-index: 1;
}
.portfolio-entry .entry-thumbnail {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: var(--wd-brd-radius);
}
.portfolio-entry .entry-thumbnail img {
  width: 100%;
}
.portfolio-entry .portfolio-thumbnail {
  position: relative;
  display: block;
}
.portfolio-entry .portfolio-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.portfolio-entry .portfolio-info {
  padding: 20px;
}
.portfolio-entry .wrap-meta {
  margin-bottom: 10px;
}
.portfolio-entry .wd-entities-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.portfolio-entry .proj-cats-list li {
  display: inline-flex;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.portfolio-entry .proj-cats-list li:after {
  content: ", ";
}
.portfolio-entry .proj-cats-list li:last-child {
  margin-right: 0;
}
.portfolio-entry .proj-cats-list li:last-child:after {
  content: none;
}
.portfolio-entry .wd-portfolio-btns {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.portfolio-entry .wd-portfolio-btns > div > a {
  width: 30px;
  height: 30px;
}
.portfolio-entry .wd-enlarge-icon a:before {
  font-size: 14px;
  content: "\f127";
  font-family: "woodmart-font";
}
.portfolio-entry .social-icons-wrapper .wd-tooltip-label {
  padding: 5px !important;
  height: auto;
  line-height: 1;
  pointer-events: auto;
}
.portfolio-entry .social-icons-wrapper .wd-tooltip-label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
}
.portfolio-entry .wd-share-icon > a:before {
  font-size: 16px;
  content: "\f117";
}
.portfolio-entry .entry-summary {
  display: none;
}
.portfolio-entry:hover .wd-portfolio-btns,
.portfolio-entry:hover .portfolio-thumbnail:after {
  opacity: 1;
}
div.wd-portfolio-holder {
  transition: height 0.4s ease;
}
.wpb-js-composer .wd-spacing-0 + .portfolio-footer,
.wpb-js-composer .wd-spacing-2 + .portfolio-footer,
.wpb-js-composer .wd-spacing-6 + .portfolio-footer,
.wpb-js-composer .wd-spacing-10 + .portfolio-footer {
  margin-top: 25px;
}
@media (min-width: 1025px) {
  .col-lg-2.portfolio-entry .wd-entities-title {
    font-size: 16px;
  }
  .col-lg-3.portfolio-entry .wd-entities-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .portfolio-filter {
    margin-bottom: 10px;
  }
  .wd-nav-portfolio > li > a {
    font-size: 14px;
  }
  .portfolio-entry .wd-entities-title {
    font-size: 16px;
  }
  .portfolio-entry .wrap-meta {
    margin-bottom: 5px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/el-social-icons.min.css?ver=6.5.4 */
.wd-social-icons {
  font-size: 0;
}
.wd-social-icons .wd-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-gray-800);
  font-weight: 600;
  font-size: var(--wd-text-font-size);
}
.wd-social-icons .wd-social-icon {
  display: inline-block;
  margin: 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.wd-social-icons .wd-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: "woodmart-font";
}
.wd-social-icons p {
  display: inline-block;
  margin: 0;
}
.social-facebook .wd-icon:before {
  content: "\f180";
}
.social-twitter .wd-icon:before {
  content: "\f154";
}
.social-instagram .wd-icon:before {
  content: "\f163";
}
.social-email .wd-icon:before {
  content: "\f157";
}
.social-pinterest .wd-icon:before {
  content: "\f156";
}
.social-youtube .wd-icon:before {
  content: "\f162";
}
.social-tumblr .wd-icon:before {
  content: "\f165";
}
.social-linkedin .wd-icon:before {
  content: "\f158";
}
.social-vimeo .wd-icon:before {
  content: "\f177";
}
.social-flickr .wd-icon:before {
  content: "\f164";
}
.social-github .wd-icon:before {
  content: "\f155";
}
.social-dribbble .wd-icon:before {
  content: "\f166";
}
.social-behance .wd-icon:before {
  content: "\f170";
}
.social-soundcloud .wd-icon:before {
  content: "\f172";
}
.social-spotify .wd-icon:before {
  content: "\f171";
}
.social-skype .wd-icon:before {
  content: "\f167";
}
.social-ok .wd-icon:before {
  content: "\f176";
}
.social-whatsapp .wd-icon:before {
  content: "\f175";
}
.social-vk .wd-icon:before {
  content: "\f168";
}
.social-snapchat .wd-icon:before {
  content: "\f178";
}
.social-tg .wd-icon:before {
  content: "\f179";
}
.social-viber .wd-icon:before {
  content: "\f181";
  content: "\f181";
}
.social-tiktok .wd-icon:before {
  content: "\f133";
}
.wd-social-icons.wd-layout-justify {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wd-social-icons.wd-layout-justify .wd-label {
  text-align: start;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.wd-social-icons.wd-layout-inline .wd-label {
  display: inline-block;
  margin-inline-end: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.icons-design-default .wd-social-icon {
  margin: 0 !important;
  padding: 6px;
  width: auto !important;
  height: auto !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.icons-design-default .wd-social-icon .wd-icon {
  line-height: 1 !important;
}
.icons-design-default .wd-social-icon:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.icons-design-default.color-scheme-light .wd-social-icon,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon {
  color: #fff !important;
}
.icons-design-default.color-scheme-light .wd-social-icon:hover,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.icons-design-simple .wd-social-icon {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-simple .wd-social-icon:hover {
  background-color: var(--wd-primary-color);
  color: #fff !important;
}
.icons-design-simple.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-simple .wd-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.icons-design-colored-alt .wd-social-icon {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-colored-alt.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-colored-alt .wd-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.icons-design-bordered .wd-social-icon {
  border: 2px solid #ccc;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-bordered .wd-social-icon .wd-icon {
  margin-top: -2px;
}
.icons-design-bordered.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-bordered .wd-social-icon {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
}
.icons-design-colored .wd-social-icon {
  color: #fff !important;
}
.icons-design-colored .wd-social-icon:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
  color: #fff !important;
}
.icons-design-colored .social-facebook {
  background-color: #365493;
}
.icons-design-colored .social-twitter {
  background-color: #3cf;
}
.icons-design-colored .social-instagram {
  background-color: #774430;
}
.icons-design-colored .social-email {
  background-color: #f89a1e;
}
.icons-design-colored .social-pinterest {
  background-color: #cb2027;
}
.icons-design-colored .social-youtube {
  background-color: #cb2027;
}
.icons-design-colored .social-tumblr {
  background-color: #36465d;
}
.icons-design-colored .social-linkedin {
  background-color: #0274b3;
}
.icons-design-colored .social-vimeo {
  background-color: #1ab7ea;
}
.icons-design-colored .social-flickr {
  background-color: #fe0072;
}
.icons-design-colored .social-github {
  background-color: #171515;
}
.icons-design-colored .social-dribbble {
  background-color: #ec5e95;
}
.icons-design-colored .social-behance {
  background-color: #1f6ffc;
}
.icons-design-colored .social-soundcloud {
  background-color: #f9490d;
}
.icons-design-colored .social-spotify {
  background-color: #2ebd59;
}
.icons-design-colored .social-skype {
  background-color: #00aff0;
}
.icons-design-colored .social-ok {
  background-color: #ee8208;
}
.icons-design-colored .social-whatsapp {
  background-color: #1ebea5;
}
.icons-design-colored .social-vk {
  background-color: #4c75a3;
}
.icons-design-colored .social-snapchat {
  background-color: #fffc00;
}
.icons-design-colored .social-tg {
  background-color: #37aee2;
}
.icons-design-colored .social-viber {
  background-color: #834995;
}
.icons-design-colored .social-tiktok {
  background-color: #010101;
}
.icons-design-colored-alt .wd-social-icon:hover,
.icons-design-bordered .wd-social-icon:hover {
  color: #fff !important;
}
.icons-design-colored-alt .social-facebook:hover,
.icons-design-bordered .social-facebook:hover {
  border-color: #365493;
  background-color: #365493;
}
.icons-design-colored-alt .social-twitter:hover,
.icons-design-bordered .social-twitter:hover {
  border-color: #3cf;
  background-color: #3cf;
}
.icons-design-colored-alt .social-instagram:hover,
.icons-design-bordered .social-instagram:hover {
  border-color: #774430;
  background-color: #774430;
}
.icons-design-colored-alt .social-email:hover,
.icons-design-bordered .social-email:hover {
  border-color: #f89a1e;
  background-color: #f89a1e;
}
.icons-design-colored-alt .social-youtube:hover,
.icons-design-bordered .social-youtube:hover {
  border-color: #cb2027;
  background-color: #cb2027;
}
.icons-design-colored-alt .social-pinterest:hover,
.icons-design-bordered .social-pinterest:hover {
  border-color: #cb2027;
  background-color: #cb2027;
}
.icons-design-colored-alt .social-tumblr:hover,
.icons-design-bordered .social-tumblr:hover {
  border-color: #36465d;
  background-color: #36465d;
}
.icons-design-colored-alt .social-linkedin:hover,
.icons-design-bordered .social-linkedin:hover {
  border-color: #0274b3;
  background-color: #0274b3;
}
.icons-design-colored-alt .social-vimeo:hover,
.icons-design-bordered .social-vimeo:hover {
  border-color: #1ab7ea;
  background-color: #1ab7ea;
}
.icons-design-colored-alt .social-flickr:hover,
.icons-design-bordered .social-flickr:hover {
  border-color: #fe0072;
  background-color: #fe0072;
}
.icons-design-colored-alt .social-github:hover,
.icons-design-bordered .social-github:hover {
  border-color: #171515;
  background-color: #171515;
}
.icons-design-colored-alt .social-dribbble:hover,
.icons-design-bordered .social-dribbble:hover {
  border-color: #ec5e95;
  background-color: #ec5e95;
}
.icons-design-colored-alt .social-behance:hover,
.icons-design-bordered .social-behance:hover {
  border-color: #1f6ffc;
  background-color: #1f6ffc;
}
.icons-design-colored-alt .social-soundcloud:hover,
.icons-design-bordered .social-soundcloud:hover {
  border-color: #f9490d;
  background-color: #f9490d;
}
.icons-design-colored-alt .social-spotify:hover,
.icons-design-bordered .social-spotify:hover {
  border-color: #2ebd59;
  background-color: #2ebd59;
}
.icons-design-colored-alt .social-skype:hover,
.icons-design-bordered .social-skype:hover {
  border-color: #00aff0;
  background-color: #00aff0;
}
.icons-design-colored-alt .social-ok:hover,
.icons-design-bordered .social-ok:hover {
  border-color: #ee8208;
  background-color: #ee8208;
}
.icons-design-colored-alt .social-whatsapp:hover,
.icons-design-bordered .social-whatsapp:hover {
  border-color: #1ebea5;
  background-color: #1ebea5;
}
.icons-design-colored-alt .social-vk:hover,
.icons-design-bordered .social-vk:hover {
  border-color: #4c75a3;
  background-color: #4c75a3;
}
.icons-design-colored-alt .social-snapchat:hover,
.icons-design-bordered .social-snapchat:hover {
  border-color: #fffc00;
  background-color: #fffc00;
}
.icons-design-colored-alt .social-tg:hover,
.icons-design-bordered .social-tg:hover {
  border-color: #37aee2;
  background-color: #37aee2;
}
.icons-design-colored-alt .social-viber:hover,
.icons-design-bordered .social-viber:hover {
  border-color: #834995;
  background-color: #834995;
}
.icons-design-colored-alt .social-tiktok:hover,
.icons-design-bordered .social-tiktok:hover {
  border-color: #010101;
  background-color: #010101;
}
.icons-size-small .wd-social-icon,
.icons-size- .wd-social-icon {
  width: 30px;
  height: 30px;
}
.wd-social-icons.icons-size-small .wd-icon,
.wd-social-icons.icons-size- .wd-icon {
  font-size: 14px;
  line-height: 30px;
}
.icons-size-default .wd-social-icon {
  width: 40px;
  height: 40px;
}
.wd-social-icons.icons-size-default .wd-icon {
  font-size: 18px;
  line-height: 40px;
}
.icons-size-large .wd-social-icon {
  width: 60px;
  height: 60px;
}
.wd-social-icons.icons-size-large .wd-icon {
  font-size: 22px;
  line-height: 60px;
}
.social-form-circle .wd-social-icon {
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .wd-social-icons .whatsapp-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .wd-social-icons .whatsapp-desktop {
    display: none !important;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/footer-base.min.css?ver=6.5.4 */
.footer-sidebar {
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer-column {
  margin-bottom: 30px;
}
[class*="color-scheme-light"] .footer-widget {
  --wd-link-color: rgba(255, 255, 255, 0.6);
}
.wd-prefooter {
  padding-bottom: 40px;
  background-color: var(--wd-main-bgcolor);
}
.copyrights-wrapper {
  border-top: 1px solid var(--brdcolor-gray-300);
}
.min-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.min-footer > div {
  flex: 1 0 50%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
  line-height: 1.2;
}
.min-footer .col-right {
  text-align: right;
}
.copyrights-centered .min-footer {
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
}
.copyrights-centered .min-footer .col-right {
  text-align: center;
}
.copyrights-centered .min-footer > div {
  flex-basis: 100%;
  margin-bottom: 15px;
  max-width: 100%;
}
.copyrights-centered .min-footer > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .min-footer {
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
  }
  .min-footer .col-right {
    text-align: center;
  }
  .min-footer > div {
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .min-footer > div:last-child {
    margin-bottom: 0;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/opt-scrolltotop.min.css?ver=6.5.4 */
.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--bgcolor-white-rgb), 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: var(--color-gray-800);
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateX(100%);
}
.scrollToTop.button-show {
  opacity: 1;
  transform: none;
  pointer-events: visible;
}
.scrollToTop:after {
  display: inline-block;
  font-weight: 600;
  content: "\f115";
  font-family: "woodmart-font";
}
.scrollToTop:hover {
  color: var(--color-gray-500);
}
.wd-search-opened .scrollToTop {
  display: none;
}
@media (max-width: 1024px) {
  .scrollToTop {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/wd-search-results.min.css?ver=6.5.4 */
.wd-dropdown-results {
  margin: 0 !important;
  overflow: hidden;
  right: calc((var(--wd-form-brd-radius) / 1.5));
  left: calc((var(--wd-form-brd-radius) / 1.5));
}
.wd-dropdown-results:after {
  width: auto !important;
  height: auto !important;
}
.search-results-wrapper {
  position: relative;
}
.autocomplete-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  margin-top: -1px;
  margin-right: -1px;
}
.autocomplete-suggestion {
  display: flex;
  padding: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--brdcolor-gray-300);
  cursor: pointer;
  line-height: 1;
  transition: all 0.25s ease;
}
.autocomplete-suggestion .suggestion-thumb {
  flex: 0 0 auto;
  margin-right: 15px;
  max-width: 65px;
}
.autocomplete-suggestion .suggestion-thumb img {
  border-radius: calc(var(--wd-brd-radius) / 2);
}
.autocomplete-suggestion .wd-entities-title {
  font-size: 14px;
}
.autocomplete-suggestion .wd-entities-title strong {
  text-decoration: underline;
}
.autocomplete-suggestion .suggestion-sku {
  font-size: 12px;
}
.autocomplete-suggestion.suggestion-divider {
  width: 100%;
  background-color: var(--bgcolor-gray-100);
  cursor: default;
}
.autocomplete-suggestion.suggestion-divider h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected {
  background-color: var(--bgcolor-gray-100);
}
.view-all-results,
.suggestion-divider,
.suggestion-no-found {
  grid-column: 1 / -1;
}
.view-all-results {
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.view-all-results:hover {
  background-color: var(--bgcolor-gray-100);
}
@media (max-width: 1024px) {
  .autocomplete-suggestion {
    padding: 10px;
  }
  .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px;
  }
  .autocomplete-suggestion .wd-entities-title,
  .autocomplete-suggestion .price {
    font-size: 12px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/wd-search-form.min.css?ver=6.5.4 */
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  padding-right: 50px;
  height: 46px;
  font-size: 15px;
}
.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  padding: 0;
  width: 50px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: var(--wd-form-color);
  font-weight: 400;
  font-size: 0;
}
.searchform .searchsubmit:hover {
  color: var(--wd-form-color);
}
.searchform .searchsubmit:hover:after,
.searchform .searchsubmit:hover img {
  opacity: 0.7;
}
.searchform .searchsubmit:after {
  font-size: 20px;
  transition: opacity 0.2s ease;
  content: "\f130";
  font-family: "woodmart-font";
}
.searchform .searchsubmit img {
  min-width: unset;
  max-width: 24px;
  transition: opacity 0.2s ease;
}
.searchform .searchsubmit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity 0.1s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
}
.searchform .searchsubmit.wd-with-img:after {
  content: none;
}
.searchform.search-loading .searchsubmit:before {
  opacity: 1;
  transition-duration: 0.2s;
  animation: wd-rotate 450ms infinite linear;
}
.searchform.search-loading .searchsubmit:after,
.searchform.search-loading .searchsubmit img {
  opacity: 0;
  transition-duration: 0.1s;
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/opt-cookies.min.css?ver=6.5.4 */
.wd-cookies-popup {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
}
.wd-cookies-popup.popup-display {
  transform: none;
}
.wd-cookies-popup.popup-hide {
  transform: translate3d(0, 100%, 0);
}
.wd-cookies-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-cookies-inner .cookies-buttons {
  flex: 0 0 auto;
}
.wd-cookies-inner .cookies-info-text {
  flex: 1 1 auto;
  padding-inline-end: 30px;
}
.cookies-buttons > a {
  margin-inline-end: 20px;
}
.cookies-buttons > a:last-child {
  margin-inline-end: 0;
}
.cookies-buttons .cookies-accept-btn {
  border-radius: var(--btn-accent-brd-radius);
  color: var(--btn-accent-color);
  box-shadow: var(--btn-accent-box-shadow);
  background-color: var(--btn-accent-bgcolor);
}
.cookies-buttons .cookies-accept-btn:hover {
  color: var(--btn-accent-color-hover);
  box-shadow: var(--btn-accent-box-shadow-hover);
  background-color: var(--btn-accent-bgcolor-hover);
}
.cookies-buttons .cookies-accept-btn:active {
  box-shadow: var(--btn-accent-box-shadow-active);
  bottom: var(--btn-accent-bottom-active);
}
.cookies-buttons .cookies-more-btn {
  border-bottom: 2px solid var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.cookies-buttons .cookies-more-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768.98px) {
  .wd-cookies-inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  .wd-cookies-inner .cookies-buttons {
    margin-top: 15px;
  }
  .wd-cookies-inner .cookies-info-text {
    padding-inline-end: 0;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-search-fullscreen-general.min.css?ver=6.5.4 */
[class*="wd-search-full-screen"] {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  --wd-requests-height: 0.001px;
}
[class*="wd-search-full-screen"] .autocomplete-suggestions {
  animation: wd-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion {
  flex-direction: column;
  padding: 0;
  border: none;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion .suggestion-thumb {
  margin-bottom: 10px;
  margin-right: 0;
  max-width: 100%;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion:hover,
[class*="wd-search-full-screen"]
  .autocomplete-suggestion.autocomplete-selected {
  background-color: transparent;
}
[class*="wd-search-full-screen"] .suggestion-divider {
  padding-top: 20px;
  border-top: 1px solid var(--brdcolor-gray-300);
  background-color: transparent !important;
  text-align: center;
}
[class*="wd-search-full-screen"] .no-found-msg {
  text-align: center;
  font-size: 16px;
}
[class*="wd-search-full-screen"].wd-opened {
  visibility: visible;
  opacity: 1;
}
.wd-search-opened {
  overflow: hidden;
}
.wd-search-area {
  position: relative;
}
.wd-search-area .wd-scroll-content {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.6s ease;
}
.wd-ajax-search-content:not(.wp-content-loaded) .wd-search-area:before {
  position: absolute;
  top: 15px;
  left: calc(50% - 15px);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear;
}
.wd-ajax-search-content:not(.wp-content-loaded)
  .wd-search-area-inner.wd-scroll-content {
  padding: 0;
  max-height: 0;
}
@media (min-width: 1025px) {
  .wd-search-opened {
    margin-right: var(--wd-scroll-w);
  }
  .wd-search-opened .website-wrapper {
    margin-right: calc(var(--wd-scroll-w) * -1);
  }
  .wd-search-opened .header-banner,
  .wd-search-opened .whb-row,
  .wd-search-opened .main-page-wrapper {
    padding-right: var(--wd-scroll-w);
  }
}
@media (max-width: 1024px) {
  [class*="wd-search-full-screen"] .no-found-msg {
    font-size: 14px;
  }
  [class*="wd-search-full-screen"] .suggestion-divider {
    padding-top: 10px;
  }
}

/* Source: https://dvgroup.global/wp-content/themes/woodmart/css/parts/header-el-search-fullscreen-1.min.css?ver=6.5.4 */
.wd-search-full-screen {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition:
    opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
    visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
  --wd-form-height: 110px;
  --wd-info-height: 40px;
}
.wd-search-full-screen .autocomplete-suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  background-color: var(--bgcolor-white);
}
.wd-search-full-screen .autocomplete-suggestion {
  flex-grow: 0;
  flex-basis: 200px;
  padding: 10px;
}
.wd-search-full-screen .wd-dropdown-results,
.wd-search-full-screen .wd-dropdown-results .wd-scroll-content {
  max-height: 100%;
  height: 100%;
}
.wd-search-full-screen.wd-searched .search-results-wrapper {
  margin-top: calc(var(--wd-info-height) * -1);
  height: calc(100% - var(--wd-form-height) - var(--wd-requests-height));
}
.wd-search-full-screen .search-info-text {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.6s ease;
}
.wd-search-full-screen .search-info-text > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-search-full-screen .view-all-results,
.wd-search-full-screen .suggestion-divider {
  flex: 1 1 100%;
}
.wd-search-full-screen .view-all-results {
  margin: 10px -10px -10px -10px;
}
.wd-search-full-screen .suggestion-divider {
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 20px;
}
.wd-search-full-screen .searchform {
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  --wd-form-bg: transparent;
  --wd-form-color: var(--color-gray-800);
  --wd-form-placeholder-color: var(--color-gray-800);
  --wd-form-brd-width: 0;
}
.wd-search-full-screen .searchform input[type="text"] {
  padding: 0;
  height: var(--wd-form-height);
  text-align: center;
  font-weight: 600;
  font-size: 48px;
}
.wd-search-full-screen .searchform .searchsubmit {
  display: none;
}
.form-style-underlined .wd-search-full-screen input[type="text"] {
  padding-right: 0;
}
.wd-search-full-screen .wd-close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.wd-search-full-screen .wd-close-search > a {
  width: 100px;
  height: 100px;
}
.wd-search-full-screen .wd-close-search > a:before {
  font-size: 30px;
}
.wd-search-full-screen .wd-search-loader {
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  background-color: rgba(var(--bgcolor-white-rgb), 0.8);
  opacity: 0;
  transition:
    opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-search-full-screen .wd-search-loader:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
}
.wd-search-full-screen .search-loading ~ .wd-search-loader {
  top: var(--wd-form-height);
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-search-full-screen .search-loading ~ .wd-search-loader:after {
  animation: wd-rotate 450ms infinite linear;
}
.wd-search-full-screen.wd-requests-enabled {
  --wd-requests-height: 70px;
}
.wd-search-full-screen .wd-search-requests {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.wd-search-full-screen .wd-search-requests ul {
  text-align: center;
}
.wd-search-full-screen .wd-search-requests-text {
  display: none;
}
.wd-search-full-screen.wd-opened {
  transition:
    opacity 0s,
    visibility 0s,
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
}
.wd-search-full-screen .wd-search-area {
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}
.wd-search-full-screen .wd-search-area .wd-scroll-content {
  max-height: calc(
    100% - var(--wd-info-height) - var(--wd-requests-height) -
      var(--wd-form-height)
  );
}
@media (max-width: 1024px) {
  .wd-search-full-screen {
    --wd-form-height: 70px;
    --wd-info-height: 30px;
  }
  .wd-search-full-screen .search-info-text {
    font-size: 14px;
    line-height: 20px;
  }
  .wd-search-full-screen .searchform {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wd-search-full-screen .searchform input[type="text"] {
    font-size: 20px;
  }
  .wd-search-full-screen .autocomplete-suggestion {
    padding: 10px;
  }
  .wd-search-full-screen .wd-close-search {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .wd-search-full-screen .autocomplete-suggestion {
    flex-basis: 33.333333%;
  }
}
@media (max-width: 576px) {
  .wd-search-full-screen .autocomplete-suggestion {
    flex-basis: 50%;
  }
}

/* Source: https://dvgroup.global/wp-content/uploads/2023/05/xts-header_153799-1685008259.css?ver=6.5.4 */
.whb-sticked .whb-general-header .wd-dropdown {
  margin-top: 10px;
}

.whb-sticked .whb-general-header .wd-dropdown:after {
  height: 20px;
}

.whb-header-bottom .wd-dropdown {
  margin-top: 6px;
}

.whb-header-bottom .wd-dropdown:after {
  height: 16px;
}

.whb-sticked .whb-header-bottom .wd-dropdown {
  margin-top: 6px;
}

.whb-sticked .whb-header-bottom .wd-dropdown:after {
  height: 16px;
}

.whb-header .whb-header-bottom .wd-header-cats {
  margin-top: -0px;
  margin-bottom: -1px;
  height: calc(100% + 1px);
}

@media (min-width: 1025px) {
  .whb-general-header-inner {
    height: 90px;
    max-height: 90px;
  }

  .whb-sticked .whb-general-header-inner {
    height: 60px;
    max-height: 60px;
  }

  .whb-header-bottom-inner {
    height: 52px;
    max-height: 52px;
  }

  .whb-sticked .whb-header-bottom-inner {
    height: 52px;
    max-height: 52px;
  }
}

@media (max-width: 1024px) {
  .whb-general-header-inner {
    height: 50px;
    max-height: 50px;
  }
}

.whb-top-bar {
  background-color: rgba(131, 183, 53, 1);
}

.whb-general-header {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}

.whb-header-bottom {
  border-color: rgba(232, 232, 232, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* Source: https://dvgroup.global/wp-content/uploads/2025/01/xts-theme_settings_default-1736764741.css?ver=6.5.4 */
.wd-popup.wd-promo-popup {
  background-color: #111111;
  background-image: url(https://dvgroup.global/wp-content/uploads/2021/08/promo-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-title-default {
  background-color: #0a0a0a;
  background-image: url(https://dvgroup.global/wp-content/uploads/2022/04/dsd.jpg);
  background-size: cover;
  background-position: center center;
}

.footer-container {
  background-color: rgb(24, 26, 30);
  background-image: none;
}

:root {
  --wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
  --wd-text-font-weight: 400;
  --wd-text-color: #777777;
  --wd-text-font-size: 14px;
}
:root {
  --wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
  --wd-title-font-weight: 600;
  --wd-title-color: #242424;
}
:root {
  --wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
  --wd-entities-title-font-weight: 500;
  --wd-entities-title-color: #333333;
  --wd-entities-title-color-hover: rgb(51 51 51 / 65%);
}
:root {
  --wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
}
:root {
  --wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
  --wd-widget-title-font-weight: 600;
  --wd-widget-title-transform: uppercase;
  --wd-widget-title-color: #333;
  --wd-widget-title-font-size: 16px;
}
:root {
  --wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
  --wd-header-el-font-weight: 700;
  --wd-header-el-transform: uppercase;
  --wd-header-el-font-size: 13px;
}
html .product-image-summary-wrap .product_title,
html .wd-single-title .product_title {
  font-weight: 600;
}

:root {
  --wd-primary-color: rgb(15, 15, 15);
}
:root {
  --wd-alternative-color: #fbbc34;
}
:root {
  --wd-link-color: #333333;
  --wd-link-color-hover: #242424;
}
:root {
  --btn-default-bgcolor: rgb(51, 51, 51);
}
:root {
  --btn-default-bgcolor-hover: rgb(15, 15, 15);
}
:root {
  --btn-shop-bgcolor: rgb(30, 33, 37);
}
:root {
  --btn-shop-bgcolor-hover: rgb(0, 0, 0);
}
:root {
  --btn-accent-bgcolor: rgb(30, 33, 37);
}
:root {
  --btn-accent-bgcolor-hover: rgb(0, 0, 0);
}
:root {
  --notices-success-bg: #459647;
}
:root {
  --notices-success-color: #fff;
}
:root {
  --notices-warning-bg: #e0b252;
}
:root {
  --notices-warning-color: #fff;
}
:root {
  --wd-form-brd-radius: 0px;

  --wd-form-brd-width: 1px;

  --btn-default-color: #fff;

  --btn-default-color-hover: #333;

  --btn-shop-color: #fff;

  --btn-shop-color-hover: #fff;

  --btn-accent-color: #fff;

  --btn-accent-color-hover: #fff;

  --btn-default-brd-radius: 0px;
  --btn-default-box-shadow: none;
  --btn-default-box-shadow-hover: none;
  --btn-default-box-shadow-active: none;
  --btn-default-bottom: 0px;

  --btn-shop-brd-radius: 0.001px;
  --btn-shop-box-shadow: none;
  --btn-shop-box-shadow-hover: none;
  --btn-shop-box-shadow-active: none;
  --btn-shop-bottom: 0px;

  --btn-accent-brd-radius: 0px;
  --btn-accent-box-shadow: none;
  --btn-accent-box-shadow-hover: none;
  --btn-accent-box-shadow-active: none;
  --btn-accent-bottom: 0px;
}

@media (min-width: 1025px) {
  .whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
    max-width: 1410px;
  }
}

.container {
  max-width: 1440px;
}

:root {
  --wd-container-width: 1440px;
}

.elementor-section.wd-section-stretch > .elementor-column-gap-no {
  max-width: 1410px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-narrow {
  max-width: 1420px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-default {
  max-width: 1430px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-extended {
  max-width: 1440px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wide {
  max-width: 1450px;
}
.elementor-section.wd-section-stretch > .elementor-column-gap-wider {
  max-width: 1470px;
}
@media (min-width: 1457px) {
  .platform-Windows .wd-section-stretch > .elementor-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
    margin-left: auto;
    margin-right: auto;
  }
}

div.wd-popup.popup-quick-view {
  max-width: 920px;
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
  max-height: 223px;
}

rs-slides [data-type="text"],
rs-slides [data-type="button"] {
  font-family: Montserrat !important;
}

rs-slides h1[data-type="text"],
rs-slides h2[data-type="text"],
rs-slides h3[data-type="text"],
rs-slides h4[data-type="text"],
rs-slides h5[data-type="text"],
rs-slides h6[data-type="text"] {
  font-family: Montserrat !important;
}

body,
[class*="color-scheme-light"],
[class*="color-scheme-dark"],
.wd-search-form[class*="wd-header-search-form"] form.searchform,
.wd-el-search .searchform {
  --wd-form-brd-color-focus: rgb(15, 15, 15);

  --wd-form-bg: rgb(255, 255, 255);
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "woodmart-font";
  src: url("../fonts/woodmart-font.woff2")
    format("woff2");
}

@media (max-width: 1024px) {
  .website-wrapper .disable-owl-mobile .owl-carousel {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.nav-link-text:after {
  background-color: #fafafa !important;
}
/* 1024px and smaller screen sizes */
@media (max-width: 1024px) {
  .wd-side-hidden {
    width: 100%;
  }
}

/* Source: https://fonts.googleapis.com/css?family=Montserrat%3A400%2C600%2C500%2C700&ver=6.5.4 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf)
    format("truetype");
}

/* Source: https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.8.3 */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXuAj-lg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbVmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEalmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOmb2Rm.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf)
    format("truetype");
}

/* Source: https://dvgroup.global/fotorama/fotorama.css */
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.25),
    rgba(64, 64, 64, 0.1)
  );
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size:
    1px 100%,
    5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image:
    linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position:
    0 0,
    0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image:
    linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position:
    100% 0,
    100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/post-12228.css?ver=1703240516 */
.elementor-12228
  .elementor-element.elementor-element-f3e35fe:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-12228
  .elementor-element.elementor-element-f3e35fe
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
  background-image: url("https://dvgroup.global/wp-content/uploads/2022/06/db805a128641669.615ad79e213af-2-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-12228 .elementor-element.elementor-element-f3e35fe {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin: -30px -30px 0px -30px;
  padding: 150px 0px 150px 0px;
}
.elementor-12228
  .elementor-element.elementor-element-f3e35fe
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-12228 .elementor-element.elementor-element-6416174 .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.8px;
}
.elementor-12228
  .elementor-element.elementor-element-6416174
  > .elementor-widget-container {
  margin: -3em 0em 0em 0em;
}
.elementor-12228 .elementor-element.elementor-element-c684f62 {
  margin: 30px 0px 0px 0px;
}
.elementor-12228
  .elementor-element.elementor-element-6c51ddd
  > .elementor-element-populated {
  margin: 0px 40px 0px 0px;
  --e-column-margin-right: 40px;
  --e-column-margin-left: 0px;
}
.elementor-12228 .elementor-element.elementor-element-cd2c83c {
  color: #202020;
  font-size: 16px;
}
.elementor-12228
  .elementor-element.elementor-element-bd3ffa2
  .title-after_title,
.elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title-subtitle,
.elementor-12228
  .elementor-element.elementor-element-bd3ffa2
  .woodmart-title-container {
  max-width: 84%;
}
.elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title-subtitle {
  color: #272727;
  font-size: 14px;
}
.elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title {
  color: #3d3d3d;
  font-size: 36px;
  line-height: 44px;
}
.elementor-12228
  .elementor-element.elementor-element-bd3ffa2
  .title-after_title {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
}
.elementor-12228
  .elementor-element.elementor-element-bd3ffa2
  > .elementor-widget-container {
  margin: 0% 0% 0% 0%;
}
@media (max-width: 1366px) {
  .elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title {
    font-size: 35px;
  }
  .elementor-12228
    .elementor-element.elementor-element-bd3ffa2
    .title-after_title {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title {
    font-size: 23px;
    line-height: 1.5em;
  }
  .elementor-12228
    .elementor-element.elementor-element-bd3ffa2
    .title-after_title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .elementor-12228 .elementor-element.elementor-element-5009735 img {
    width: 90%;
  }
  .elementor-12228 .elementor-element.elementor-element-6416174 .title {
    font-size: 22px;
  }
  .elementor-12228
    .elementor-element.elementor-element-6416174
    > .elementor-widget-container {
    margin: -35px 0px 0px 0px;
  }
  .elementor-12228
    .elementor-element.elementor-element-6c51ddd
    > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-12228 .elementor-element.elementor-element-cd2c83c {
    font-size: 14px;
  }
  .elementor-12228 .elementor-element.elementor-element-bd3ffa2 .title {
    font-size: 28px;
    line-height: 1.3em;
  }
  .elementor-12228
    .elementor-element.elementor-element-bd3ffa2
    > .elementor-widget-container {
    margin: 30px 0px 30px 0px;
  }
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/post-8938.css?ver=1741079460 */
.elementor-8938
  .elementor-element.elementor-element-4d266ee:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-8938
  .elementor-element.elementor-element-4d266ee
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #181a1e;
}
.elementor-8938 .elementor-element.elementor-element-4d266ee {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 80px 0px 80px 0px;
}
.elementor-8938
  .elementor-element.elementor-element-4d266ee
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-8938 .elementor-element.elementor-element-dd73a30 {
  text-align: left;
}
.elementor-8938 .elementor-element.elementor-element-dd73a30 img {
  width: 36%;
}
.elementor-8938 .elementor-element.elementor-element-b50db37 {
  color: #ececec;
  font-size: 14px;
}
.elementor-8938
  .elementor-element.elementor-element-b50db37
  .elementor-widget-container {
  max-width: 76%;
}
.elementor-8938 .elementor-element.elementor-element-5c700d0 img {
  width: 26px;
}
.elementor-8938 .elementor-element.elementor-element-5c700d0 {
  width: auto;
  max-width: auto;
}
.elementor-8938 .elementor-element.elementor-element-c6f9780 img {
  width: 26px;
}
.elementor-8938
  .elementor-element.elementor-element-c6f9780
  > .elementor-widget-container {
  margin: 0px 10px 0px 10px;
}
.elementor-8938 .elementor-element.elementor-element-c6f9780 {
  width: auto;
  max-width: auto;
}
.elementor-8938 .elementor-element.elementor-element-1b84ac3 img {
  width: 26px;
}
.elementor-8938 .elementor-element.elementor-element-1b84ac3 {
  width: auto;
  max-width: auto;
}
.elementor-8938 .elementor-element.elementor-element-7f24ef9 img {
  width: 26px;
}
.elementor-8938
  .elementor-element.elementor-element-7f24ef9
  > .elementor-widget-container {
  margin: 0px 0px 0px 10px;
}
.elementor-8938 .elementor-element.elementor-element-7f24ef9 {
  width: auto;
  max-width: auto;
}
.elementor-8938
  .elementor-element.elementor-element-c14d326
  .elementor-heading-title {
  color: #ececec;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-right: calc(16px / 2);
  margin-left: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items.elementor-inline-items {
  margin-right: calc(-16px / 2);
  margin-left: calc(-16px / 2);
}
body.rtl
  .elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  left: calc(-16px / 2);
}
body:not(.rtl)
  .elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  right: calc(-16px / 2);
}
.elementor-8938 .elementor-element.elementor-element-6ea87c8 {
  --e-icon-list-icon-size: 14px;
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-text {
  color: #ececec;
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-item:hover
  .elementor-icon-list-text {
  color: #ffffff;
}
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-item
  > .elementor-icon-list-text,
.elementor-8938
  .elementor-element.elementor-element-6ea87c8
  .elementor-icon-list-item
  > a {
  font-size: 16px;
}
.elementor-8938
  .elementor-element.elementor-element-bca7edb
  .elementor-heading-title {
  color: #ececec;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-right: calc(16px / 2);
  margin-left: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items.elementor-inline-items {
  margin-right: calc(-16px / 2);
  margin-left: calc(-16px / 2);
}
body.rtl
  .elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  left: calc(-16px / 2);
}
body:not(.rtl)
  .elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  right: calc(-16px / 2);
}
.elementor-8938 .elementor-element.elementor-element-6dbf73b {
  --e-icon-list-icon-size: 14px;
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-text {
  color: #ececec;
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-item:hover
  .elementor-icon-list-text {
  color: #ffffff;
}
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-item
  > .elementor-icon-list-text,
.elementor-8938
  .elementor-element.elementor-element-6dbf73b
  .elementor-icon-list-item
  > a {
  font-size: 16px;
}
.elementor-8938
  .elementor-element.elementor-element-4cee0a8
  .elementor-heading-title {
  color: #ececec;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-right: calc(16px / 2);
  margin-left: calc(16px / 2);
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items.elementor-inline-items {
  margin-right: calc(-16px / 2);
  margin-left: calc(-16px / 2);
}
body.rtl
  .elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  left: calc(-16px / 2);
}
body:not(.rtl)
  .elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  right: calc(-16px / 2);
}
.elementor-8938 .elementor-element.elementor-element-d6343eb {
  --e-icon-list-icon-size: 14px;
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-text {
  color: #ececec;
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-item:hover
  .elementor-icon-list-text {
  color: #ffffff;
}
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-item
  > .elementor-icon-list-text,
.elementor-8938
  .elementor-element.elementor-element-d6343eb
  .elementor-icon-list-item
  > a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .elementor-8938 .elementor-element.elementor-element-996b32a {
    width: 28.434%;
  }
  .elementor-8938 .elementor-element.elementor-element-a6e95da {
    width: 21.541%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-8938 .elementor-element.elementor-element-996b32a {
    width: 100%;
  }
  .elementor-8938 .elementor-element.elementor-element-a6e95da {
    width: 33%;
  }
  .elementor-8938 .elementor-element.elementor-element-83f9431 {
    width: 33%;
  }
  .elementor-8938 .elementor-element.elementor-element-be4dec5 {
    width: 33%;
  }
}
@media (max-width: 1366px) {
  .elementor-8938 .elementor-element.elementor-element-4d266ee {
    padding: 200px 20px 50px 20px;
  }
  .elementor-8938
    .elementor-element.elementor-element-b50db37
    .elementor-widget-container {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .elementor-8938 .elementor-element.elementor-element-4d266ee {
    padding: 70px 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .elementor-8938
    .elementor-element.elementor-element-996b32a
    > .elementor-element-populated {
    margin: 0px 0px 10px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-8938
    .elementor-element.elementor-element-b50db37
    > .elementor-widget-container {
    margin: 0px 0px 20px 0px;
  }
  .elementor-8938 .elementor-element.elementor-element-a6e95da {
    width: 30%;
  }
  .elementor-8938 .elementor-element.elementor-element-83f9431 {
    width: 70%;
  }
  .elementor-8938
    .elementor-element.elementor-element-83f9431
    > .elementor-element-populated {
    padding: 10px 0px 0px 40px;
  }
  .elementor-8938
    .elementor-element.elementor-element-be4dec5
    > .elementor-element-populated {
    margin: 50px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=0 */
.elementor-widget.elementor-icon-list--layout-inline
  .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin-right: -8px;
  margin-left: -8px;
}
.elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-right: 8px;
  margin-left: 8px;
}
.elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.elementor-widget .elementor-icon-list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  display: flex;
  align-items: center;
  font-size: inherit;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-left: 5px;
}
.elementor-widget .elementor-icon-list-icon {
  display: flex;
}
.elementor-widget .elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}
.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(
    --e-icon-list-icon-margin,
    0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0
  );
}
.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto;
}
.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center;
}
.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
  justify-content: flex-start;
  text-align: left;
}
.elementor-widget.elementor-align-left .elementor-inline-items {
  justify-content: flex-start;
}
.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-end;
  text-align: right;
}
.elementor-widget.elementor-align-right .elementor-icon-list-items {
  justify-content: flex-end;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  left: 0;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  right: 0;
}
@media (min-width: -1px) {
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-widescreen-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-widescreen-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-widescreen-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 1366px) {
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-laptop-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-laptop-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 1112px) {
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1px) {
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}

/* Source: https://fonts.googleapis.com/css?family=Roboto:400%7CMontserrat:600%2C400%2C500&display=swap */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf)
    format("truetype");
}

/* Source: https://dvgroup.global/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.10.1 */
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from,
  to {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%,
  from,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
.elementor-animation-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1);
}
.elementor-animation-shrink {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9);
}
@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.elementor-animation-bounce-in {
  transition-duration: 0.5s;
}
.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-bounce-out {
  transition-duration: 0.5s;
}
.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.elementor-animation-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  transform: rotate(4deg);
}
.elementor-animation-grow-rotate {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.elementor-animation-float {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-8px);
}
.elementor-animation-sink {
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  transform: translateY(8px);
}
@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.elementor-animation-skew {
  transition-duration: 0.3s;
  transition-property: transform;
}
.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-forward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  transform: skew(-10deg);
}
.elementor-animation-skew-backward {
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  transform: skew(10deg);
}
@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-top {
  transform-origin: 0 100%;
}
.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-bottom {
  transform-origin: 100% 0;
}
.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Source: https://dvgroup.global/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.5.25 */
/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0px !important;
}

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider {
  position: relative;
}

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important;
}
rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}
rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important;
}
rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  pointer-events: auto;
}
body > rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}

rs-sbg-px {
  pointer-events: none;
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important;
}

.rs-forcehidden * {
  visibility: hidden !important;
}

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines {
  display: block;
  white-space: nowrap !important;
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #ffffff;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: "revicons";
  src: url("../fonts/revicons/revicons.eot?5510888");
  src:
    url("../fonts/revicons/revicons.eot?5510888#iefix")
      format("embedded-opentype"),
    url("../fonts/revicons/revicons.woff?5510888") format("woff"),
    url("../fonts/revicons/revicons.ttf?5510888") format("truetype"),
    url("../fonts/revicons/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.revicon-search-1:before {
  content: "\e802";
} /* '' */
.revicon-pencil-1:before {
  content: "\e831";
} /* '' */
.revicon-picture-1:before {
  content: "\e803";
} /* '' */
.revicon-cancel:before {
  content: "\e80a";
} /* '' */
.revicon-info-circled:before {
  content: "\e80f";
} /* '' */
.revicon-trash:before {
  content: "\e801";
} /* '' */
.revicon-left-dir:before {
  content: "\e817";
} /* '' */
.revicon-right-dir:before {
  content: "\e818";
} /* '' */
.revicon-down-open:before {
  content: "\e83b";
} /* '' */
.revicon-left-open:before {
  content: "\e819";
} /* '' */
.revicon-right-open:before {
  content: "\e81a";
} /* '' */
.revicon-angle-left:before {
  content: "\e820";
} /* '' */
.revicon-angle-right:before {
  content: "\e81d";
} /* '' */
.revicon-left-big:before {
  content: "\e81f";
} /* '' */
.revicon-right-big:before {
  content: "\e81e";
} /* '' */
.revicon-magic:before {
  content: "\e807";
} /* '' */
.revicon-picture:before {
  content: "\e800";
} /* '' */
.revicon-export:before {
  content: "\e80b";
} /* '' */
.revicon-cog:before {
  content: "\e832";
} /* '' */
.revicon-login:before {
  content: "\e833";
} /* '' */
.revicon-logout:before {
  content: "\e834";
} /* '' */
.revicon-video:before {
  content: "\e805";
} /* '' */
.revicon-arrow-combo:before {
  content: "\e827";
} /* '' */
.revicon-left-open-1:before {
  content: "\e82a";
} /* '' */
.revicon-right-open-1:before {
  content: "\e82b";
} /* '' */
.revicon-left-open-mini:before {
  content: "\e822";
} /* '' */
.revicon-right-open-mini:before {
  content: "\e823";
} /* '' */
.revicon-left-open-big:before {
  content: "\e824";
} /* '' */
.revicon-right-open-big:before {
  content: "\e825";
} /* '' */
.revicon-left:before {
  content: "\e836";
} /* '' */
.revicon-right:before {
  content: "\e826";
} /* '' */
.revicon-ccw:before {
  content: "\e808";
} /* '' */
.revicon-arrows-ccw:before {
  content: "\e806";
} /* '' */
.revicon-palette:before {
  content: "\e829";
} /* '' */
.revicon-list-add:before {
  content: "\e80c";
} /* '' */
.revicon-doc:before {
  content: "\e809";
} /* '' */
.revicon-left-open-outline:before {
  content: "\e82e";
} /* '' */
.revicon-left-open-2:before {
  content: "\e82c";
} /* '' */
.revicon-right-open-outline:before {
  content: "\e82f";
} /* '' */
.revicon-right-open-2:before {
  content: "\e82d";
} /* '' */
.revicon-equalizer:before {
  content: "\e83a";
} /* '' */
.revicon-layers-alt:before {
  content: "\e804";
} /* '' */
.revicon-popup:before {
  content: "\e828";
} /* '' */

/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none;
}
rs-module-wrap {
  visibility: hidden;
}
rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0px !important;
  z-index: 1000;
  left: 0 !important;
}
.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0px;
  z-index: 1000;
}
.rs-stickyscrollon {
  overflow: visible !important;
}

rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}
rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}

rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none;
}

rs-sbg-effectwrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

rs-carousel-wrap rs-column rs-layer img {
  width: 0px;
  height: 0px;
}

rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.entry-content rs-module a,
rs-module a {
  box-shadow: none;
}

.rs-ov-hidden {
  overflow: hidden !important;
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important;
}

.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

rs-module .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}

rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}
rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden;
}

.rs-layer .rs-untoggled-content {
  display: block;
}
.rs-layer .rs-toggled-content {
  display: none;
}

.rs-tc-active.rs-layer > .rs-toggled-content {
  display: block;
}
.rs-tc-active.rs-layer > .rs-untoggled-content {
  display: none;
}

.rs-layer-video {
  overflow: hidden;
}

.rs_html5vidbasicstyles {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  /*white-space: nowrap; Fix for Mobile Padding issues on long texts */
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  user-select: none;
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0;
}

.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important;
}

/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
  cursor: url(openhand.cur), move;
}
rs-carousel-wrap.dragged {
  cursor: url(closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
  cursor: default;
}

rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

.rs-layer.rs-selectable {
  user-select: text;
}

rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none;
}

rs-bg-elem {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px;
  pointer-events: none;
}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden;
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block;
}

rs-column-wrap > rs-loop-wrap {
  z-index: 1;
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
}

/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  rs-carousel-wrap rs-layer-wrap,
  rs-carousel-wrap rs-loop-wrap {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}

.safarifix rs-layer-wrap {
  perspective: 1000000;
}

@-moz-document url-prefix() {
  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none;
  }
}

rs-mask-wrap {
  overflow: hidden;
}
rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important;
}

.rev_row_zone_top {
  top: 0px;
}
.rev_row_zone_bottom {
  bottom: 0px;
}
.rev_row_zone_middle {
  top: 0px;
}

rs-column-wrap .rs-parallax-wrap {
  vertical-align: top;
}

.rs-layer img,
rs-layer img {
  vertical-align: top;
}

rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px;
}

rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}

rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.rs-pelock * {
  pointer-events: none !important;
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit;
}
rs-column rs-mask-wrap {
  display: inline-block;
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0px;
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top;
}

.rev_break_columns {
  display: block !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important;
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction > .div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
  pointer-events: none !important;
}

rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* new static layers position option */
rs-static-layers.rs-stl-back {
  z-index: 0;
}

.rs-stl-visible {
  overflow: visible !important;
}

.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom-width: 0 !important;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0px;
}
.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top-width: 0 !important;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0px;
}
.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  border-top-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0px;
}
.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  border-bottom-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0px;
}

.tp-layer-inner-rotation {
  position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}

.rs-layer.rs-fsv {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%; /*display: none*/
}

.rs-fsv video {
  background: #000;
}

.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.videoisplaying .html5vid rs-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;

  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button {
  opacity: 1;
  transition: none !important;
  z-index: 6;
}

.rs-audio .tp-video-play-button {
  display: none !important;
}
.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important;
}
.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
  z-index: 6;
}
.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: block;
}

.videoisplaying .tp-video-play-button {
  display: none;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

.rs-fsv .rs-fsv audio {
  object-fit: contain !important;
}
.rs-fsv .rs-fsv video {
  object-fit: contain !important;
}

.rs-layer-video
  .html5vid.hidefullscreen
  video::-webkit-media-controls-fullscreen-button {
  display: none;
}

@supports not (-ms-high-contrast: none) {
  /* Non-IE styles here */
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
  }
  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
  }
}

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  z-index: 5;
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important;
}

.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: block;
  pointer-events: none;
}
rs-sbg-wrap rs-dotted {
  z-index: 31;
}
rs-dotted.twoxtwo {
  background: url(../assets/gridtile.png);
}
rs-dotted.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
rs-dotted.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}

/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5 {
  position: relative;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px;
}

/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
}

.rev-btn i {
  font-size: inherit;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition:
    opacity 0.2s ease-out,
    margin 0.2s ease-out;
  margin-left: 0px;
  line-height: inherit;
}

.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition:
    opacity 0.2s ease-out,
    margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

.rev-burger.revb-whitefull span {
  background: #333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

.rev-burger.revb-darkfull span {
  background: #fff;
}

/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
  border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333;
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-cbutton-dark-sr {
  border-radius: 3px;
}

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}
rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  line-height: 0px;
  width: 100%;
  height: 100%;
}
rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
}
rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/

.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}
.rs-layer.slidelink a span {
  background: url(../assets/coloredbg.png) repeat;
  width: 100%;
  height: 100%;
  display: block;
}
/*.tp-shape {	width:100%;height:100%;}*/

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring {
  display: inline-block;
}

.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/******************************
	-	LOADER FORMS	-
********************************/

rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

rs-loader.off {
  display: none !important;
}

rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}

rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}

rs-loader.spinner5 {
  background-image: url(../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

rs-layer iframe {
  visibility: hidden;
}
rs-layer.rs-ii-o iframe {
  visibility: visible;
}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block;
}

rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important;
}

a.rs-layer {
  transition: none;
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
  pointer-events: all;
}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

rs-poster {
  cursor: pointer;
  z-index: 3;
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
  opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet.rs-touchhover {
  background: #fff;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows.rs-touchhover {
  background: #000;
}
.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}

/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap {
  display: block;
}
body.rtl .rs-pzimg {
  left: 0 !important;
}

/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {
  transform-style: preserve-3d;
}
.rs_fake_cube,
.rs_fake_cube_wall {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.rs_error_message_oops {
  margin: 0px 0px 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
}
.rs_error_message_content {
  margin: 0px 0px 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
}
.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}
.rs_error_message_button:hover {
  background: #5e35b1;
}

.hglayerinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes::after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow::before {
  background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise::after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise::before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: absolute;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 30;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 40;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .willow {
      filter: grayscale(1) contrast(0.95) brightness(0.9);
    }
    .willow::after {
      background-color: transparent;
    }
  }
}
rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%;
}

/**
new spinners
**/
rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: 0.1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: 0.2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: 0.3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: 0.4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: 0.6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: 0.7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: 0.8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: 0.9;
}
@keyframes rs-revealer-6 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 0.8s linear infinite;
  animation: rs-revealer-7 0.8s linear infinite;
}
@keyframes rs-revealer-7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-revealer-9 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
@keyframes rs-revealer-13 {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes rs-revealer-13 {
  0%,
  100% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
  }
}
rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden;
}

/* way the hell off screen */
.RSscrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
  transform: none;
}

/* Source: https://dvgroup.global/wp-content/uploads/elementor/css/post-732.css?ver=1703240515 */
.elementor-732 .elementor-element.elementor-element-7e3ae53{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:-24px 0px 0px 0px;padding:0px 0px 40px 0px;}.elementor-732 .elementor-element.elementor-element-7e3ae53 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-732 .elementor-element.elementor-element-deb42bb .title{font-size:26px;font-weight:bold;}.elementor-732 .elementor-element.elementor-element-deb42bb > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-732 .elementor-element.elementor-element-edcc2ea{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 40px 0px;}.elementor-732 .elementor-element.elementor-element-edcc2ea > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-732 .elementor-element.elementor-element-1fc6ebc img{width:100%;}.elementor-732 .elementor-element.elementor-element-0b6eaf9 .title{font-size:14px;font-weight:bold;}.elementor-732 .elementor-element.elementor-element-df8765b{text-align:center;}.elementor-732 .elementor-element.elementor-element-df8765b img{width:100%;}.elementor-732 .elementor-element.elementor-element-ee7407d .title{font-size:14px;font-weight:bold;}.elementor-732 .elementor-element.elementor-element-e516d08 img{width:100%;}.elementor-732 .elementor-element.elementor-element-7138d22 .title{font-size:14px;font-weight:bold;}.elementor-732 .elementor-element.elementor-element-0343083 img{width:100%;}.elementor-732 .elementor-element.elementor-element-9d6a6f0 .title{font-size:14px;font-weight:bold;}@media(max-width:1366px){.elementor-732 .elementor-element.elementor-element-7e3ae53{margin:-130px 0px 0px 0px;padding:0px 0px 30px 0px;}}@media(max-width:767px){.elementor-732 .elementor-element.elementor-element-7e3ae53{padding:0px 0px 0px 0px;}.elementor-732 .elementor-element.elementor-element-deb42bb .title{font-size:26px;}.elementor-732 .elementor-element.elementor-element-edcc2ea{margin:0px 0px 0px 0px;padding:30px 0px 50px 0px;}.elementor-732 .elementor-element.elementor-element-9a357ef{width:50%;}.elementor-732 .elementor-element.elementor-element-9a357ef > .elementor-element-populated{padding:0em 0em 0em 0em;}.elementor-732 .elementor-element.elementor-element-1fc6ebc img{width:25%;}.elementor-732 .elementor-element.elementor-element-0b6eaf9 .title{font-size:12px;}.elementor-732 .elementor-element.elementor-element-02b9f9a{width:50%;}.elementor-732 .elementor-element.elementor-element-02b9f9a > .elementor-element-populated{padding:0em 0em 0em 0em;}.elementor-732 .elementor-element.elementor-element-df8765b img{width:72%;}.elementor-732 .elementor-element.elementor-element-ee7407d .title{font-size:12px;}.elementor-732 .elementor-element.elementor-element-2e29377{width:50%;}.elementor-732 .elementor-element.elementor-element-2e29377 > .elementor-element-populated{padding:050px 0px 0px 0px;}.elementor-732 .elementor-element.elementor-element-e516d08 img{width:40%;}.elementor-732 .elementor-element.elementor-element-e516d08 > .elementor-widget-container{margin:0px 0px 17px 0px;}.elementor-732 .elementor-element.elementor-element-7138d22 .title{font-size:12px;}.elementor-732 .elementor-element.elementor-element-caf3956{width:50%;}.elementor-732 .elementor-element.elementor-element-caf3956 > .elementor-element-populated{padding:50px 0px 0px 0px;}.elementor-732 .elementor-element.elementor-element-0343083 img{width:46%;}.elementor-732 .elementor-element.elementor-element-0343083 > .elementor-widget-container{margin:0px 0px 9px 0px;}.elementor-732 .elementor-element.elementor-element-9d6a6f0 .title{font-size:12px;}}

.error404 .page-header{position:relative;margin-bottom:20px;font-size:clamp(32px, 4.2vw, 82px)}.error404 .page-header:before{content:"404";position:absolute;top:50%;left:50%;color:var(--color-gray-200);font-weight:700;font-size:5em;line-height:1;transform:translate(-50%, -50%)}.error404 .page-header h3{position:relative;padding:1.5em 0;text-align:center;text-transform:uppercase;font-weight:900;font-size:inherit;line-height:1;color:var(--wd-primary-color)}.error404 .page-content{text-align:center}.error404 .page-content p{font-size:110%}.error404 .page-content>.wd-search-form{margin:0 auto;max-width:400px}@media (max-width: 768.98px){.error404 .page-content h1{font-size:18px}}