/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700i,800&subset=latin-ext);
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.my-auto {
  margin-block: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.\!h-auto {
  height: auto !important;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.w-3\/5 {
  width: calc(3/5 * 100%);
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.rounded-\[48px_48px_0px_48px\] {
  border-radius: 48px 48px 0px 48px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.bg-transparent {
  background-color: transparent;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.text-right {
  text-align: right;
}
.lowercase {
  text-transform: lowercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.no-underline {
  text-decoration-line: none;
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
.elementor-element {
  /*!
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
}
.elementor-element :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed1c24;
  --orange: #fd7e14;
  --yellow: #ffde17;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffde17;
  --danger: #ed1c24;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
.elementor-element *,
.elementor-element *::before,
.elementor-element *::after {
  box-sizing: border-box;
}
.elementor-element html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
}
.elementor-element article,
.elementor-element aside,
.elementor-element dialog,
.elementor-element figcaption,
.elementor-element figure,
.elementor-element footer,
.elementor-element header,
.elementor-element hgroup,
.elementor-element main,
.elementor-element nav,
.elementor-element section {
  display: block;
}
.elementor-element body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.elementor-element [tabindex="-1"]:focus {
  outline: 0 !important;
}
.elementor-element hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.elementor-element h1,
.elementor-element h2,
.elementor-element h3,
.elementor-element h4,
.elementor-element h5,
.elementor-element h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.elementor-element p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.elementor-element abbr[title],
.elementor-element abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.elementor-element address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.elementor-element ol,
.elementor-element ul,
.elementor-element dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.elementor-element ol ol,
.elementor-element ul ul,
.elementor-element ol ul,
.elementor-element ul ol {
  margin-bottom: 0;
}
.elementor-element dt {
  font-weight: 700;
}
.elementor-element dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.elementor-element blockquote {
  margin: 0 0 1rem;
}
.elementor-element dfn {
  font-style: italic;
}
.elementor-element b,
.elementor-element strong {
  font-weight: bolder;
}
.elementor-element small {
  font-size: 80%;
}
.elementor-element sub,
.elementor-element sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.elementor-element sub {
  bottom: -0.25em;
}
.elementor-element sup {
  top: -0.5em;
}
.elementor-element a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.elementor-element a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.elementor-element a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.elementor-element a:not([href]):not([tabindex]):hover,
.elementor-element a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
.elementor-element a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.elementor-element pre,
.elementor-element code,
.elementor-element kbd,
.elementor-element samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.elementor-element pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.elementor-element figure {
  margin: 0 0 1rem;
}
.elementor-element img {
  vertical-align: middle;
  border-style: none;
}
.elementor-element svg:not(:root) {
  overflow: hidden;
}
.elementor-element table {
  border-collapse: collapse;
}
.elementor-element caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.elementor-element th {
  text-align: inherit;
}
.elementor-element label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.elementor-element button {
  border-radius: 0;
}
.elementor-element button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.elementor-element input,
.elementor-element button,
.elementor-element select,
.elementor-element optgroup,
.elementor-element textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor-element button,
.elementor-element input {
  overflow: visible;
}
.elementor-element button,
.elementor-element select {
  text-transform: none;
}
.elementor-element button,
.elementor-element html [type=button],
.elementor-element [type=reset],
.elementor-element [type=submit] {
  -webkit-appearance: button;
}
.elementor-element button::-moz-focus-inner,
.elementor-element [type=button]::-moz-focus-inner,
.elementor-element [type=reset]::-moz-focus-inner,
.elementor-element [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.elementor-element input[type=radio],
.elementor-element input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.elementor-element input[type=date],
.elementor-element input[type=time],
.elementor-element input[type=datetime-local],
.elementor-element input[type=month] {
  -webkit-appearance: listbox;
}
.elementor-element textarea {
  overflow: auto;
  resize: vertical;
}
.elementor-element fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.elementor-element legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.elementor-element progress {
  vertical-align: baseline;
}
.elementor-element [type=number]::-webkit-inner-spin-button,
.elementor-element [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.elementor-element [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.elementor-element [type=search]::-webkit-search-cancel-button,
.elementor-element [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.elementor-element ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.elementor-element output {
  display: inline-block;
}
.elementor-element summary {
  display: list-item;
  cursor: pointer;
}
.elementor-element template {
  display: none;
}
.elementor-element [hidden] {
  display: none !important;
}
.elementor-element h1,
.elementor-element h2,
.elementor-element h3,
.elementor-element h4,
.elementor-element h5,
.elementor-element h6,
.elementor-element .h1,
.elementor-element .h2,
.elementor-element .h3,
.elementor-element .h4,
.elementor-element .h5,
.elementor-element .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.elementor-element h1,
.elementor-element .h1 {
  font-size: 2.5rem;
}
.elementor-element h2,
.elementor-element .h2 {
  font-size: 2rem;
}
.elementor-element h3,
.elementor-element .h3 {
  font-size: 1.75rem;
}
.elementor-element h4,
.elementor-element .h4 {
  font-size: 1.5rem;
}
.elementor-element h5,
.elementor-element .h5 {
  font-size: 1.25rem;
}
.elementor-element h6,
.elementor-element .h6 {
  font-size: 1rem;
}
.elementor-element .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.elementor-element .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.elementor-element .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.elementor-element .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.elementor-element .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.elementor-element hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}
.elementor-element small,
.elementor-element .small {
  font-size: 80%;
  font-weight: 400;
}
.elementor-element mark,
.elementor-element .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.elementor-element .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.elementor-element .list-inline {
  padding-left: 0;
  list-style: none;
}
.elementor-element .list-inline-item {
  display: inline-block;
}
.elementor-element .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.elementor-element .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.elementor-element .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.elementor-element .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.elementor-element .blockquote-footer::before {
  content: "— ";
}
.elementor-element .img-fluid {
  max-width: 100%;
  height: auto;
}
.elementor-element .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.elementor-element .figure {
  display: inline-block;
}
.elementor-element .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.elementor-element .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.elementor-element code,
.elementor-element kbd,
.elementor-element pre,
.elementor-element samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.elementor-element code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
.elementor-element a > code {
  color: inherit;
}
.elementor-element kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.elementor-element kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.elementor-element pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.elementor-element pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.elementor-element .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.elementor-element .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .elementor-element .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .elementor-element .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .elementor-element .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .elementor-element .container {
    max-width: 1140px;
  }
}
.elementor-element .container-fluid {
  width: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.elementor-element .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.elementor-element .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.elementor-element .no-gutters > .col,
.elementor-element .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.elementor-element .col-1,
.elementor-element .col-2,
.elementor-element .col-3,
.elementor-element .col-4,
.elementor-element .col-5,
.elementor-element .col-6,
.elementor-element .col-7,
.elementor-element .col-8,
.elementor-element .col-9,
.elementor-element .col-10,
.elementor-element .col-11,
.elementor-element .col-12,
.elementor-element .col,
.elementor-element .col-auto,
.elementor-element .col-sm-1,
.elementor-element .col-sm-2,
.elementor-element .col-sm-3,
.elementor-element .col-sm-4,
.elementor-element .col-sm-5,
.elementor-element .col-sm-6,
.elementor-element .col-sm-7,
.elementor-element .col-sm-8,
.elementor-element .col-sm-9,
.elementor-element .col-sm-10,
.elementor-element .col-sm-11,
.elementor-element .col-sm-12,
.elementor-element .col-sm,
.elementor-element .col-sm-auto,
.elementor-element .col-md-1,
.elementor-element .col-md-2,
.elementor-element .col-md-3,
.elementor-element .col-md-4,
.elementor-element .col-md-5,
.elementor-element .col-md-6,
.elementor-element .col-md-7,
.elementor-element .col-md-8,
.elementor-element .col-md-9,
.elementor-element .col-md-10,
.elementor-element .col-md-11,
.elementor-element .col-md-12,
.elementor-element .col-md,
.elementor-element .col-md-auto,
.elementor-element .col-lg-1,
.elementor-element .col-lg-2,
.elementor-element .col-lg-3,
.elementor-element .col-lg-4,
.elementor-element .col-lg-5,
.elementor-element .col-lg-6,
.elementor-element .col-lg-7,
.elementor-element .col-lg-8,
.elementor-element .col-lg-9,
.elementor-element .col-lg-10,
.elementor-element .col-lg-11,
.elementor-element .col-lg-12,
.elementor-element .col-lg,
.elementor-element .col-lg-auto,
.elementor-element .col-xl-1,
.elementor-element .col-xl-2,
.elementor-element .col-xl-3,
.elementor-element .col-xl-4,
.elementor-element .col-xl-5,
.elementor-element .col-xl-6,
.elementor-element .col-xl-7,
.elementor-element .col-xl-8,
.elementor-element .col-xl-9,
.elementor-element .col-xl-10,
.elementor-element .col-xl-11,
.elementor-element .col-xl-12,
.elementor-element .col-xl,
.elementor-element .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 15px;
}
.elementor-element .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.elementor-element .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.elementor-element .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.elementor-element .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.elementor-element .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.elementor-element .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.elementor-element .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.elementor-element .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.elementor-element .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.elementor-element .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.elementor-element .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.elementor-element .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.elementor-element .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.elementor-element .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-element .order-first {
  order: -1;
}
.elementor-element .order-last {
  order: 13;
}
.elementor-element .order-0 {
  order: 0;
}
.elementor-element .order-1 {
  order: 1;
}
.elementor-element .order-2 {
  order: 2;
}
.elementor-element .order-3 {
  order: 3;
}
.elementor-element .order-4 {
  order: 4;
}
.elementor-element .order-5 {
  order: 5;
}
.elementor-element .order-6 {
  order: 6;
}
.elementor-element .order-7 {
  order: 7;
}
.elementor-element .order-8 {
  order: 8;
}
.elementor-element .order-9 {
  order: 9;
}
.elementor-element .order-10 {
  order: 10;
}
.elementor-element .order-11 {
  order: 11;
}
.elementor-element .order-12 {
  order: 12;
}
.elementor-element .offset-1 {
  margin-left: 8.33333%;
}
.elementor-element .offset-2 {
  margin-left: 16.66667%;
}
.elementor-element .offset-3 {
  margin-left: 25%;
}
.elementor-element .offset-4 {
  margin-left: 33.33333%;
}
.elementor-element .offset-5 {
  margin-left: 41.66667%;
}
.elementor-element .offset-6 {
  margin-left: 50%;
}
.elementor-element .offset-7 {
  margin-left: 58.33333%;
}
.elementor-element .offset-8 {
  margin-left: 66.66667%;
}
.elementor-element .offset-9 {
  margin-left: 75%;
}
.elementor-element .offset-10 {
  margin-left: 83.33333%;
}
.elementor-element .offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .elementor-element .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-element .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .elementor-element .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .elementor-element .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .elementor-element .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .elementor-element .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .elementor-element .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .elementor-element .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-element .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .elementor-element .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .elementor-element .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .elementor-element .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .elementor-element .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .elementor-element .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .elementor-element .order-sm-first {
    order: -1;
  }
  .elementor-element .order-sm-last {
    order: 13;
  }
  .elementor-element .order-sm-0 {
    order: 0;
  }
  .elementor-element .order-sm-1 {
    order: 1;
  }
  .elementor-element .order-sm-2 {
    order: 2;
  }
  .elementor-element .order-sm-3 {
    order: 3;
  }
  .elementor-element .order-sm-4 {
    order: 4;
  }
  .elementor-element .order-sm-5 {
    order: 5;
  }
  .elementor-element .order-sm-6 {
    order: 6;
  }
  .elementor-element .order-sm-7 {
    order: 7;
  }
  .elementor-element .order-sm-8 {
    order: 8;
  }
  .elementor-element .order-sm-9 {
    order: 9;
  }
  .elementor-element .order-sm-10 {
    order: 10;
  }
  .elementor-element .order-sm-11 {
    order: 11;
  }
  .elementor-element .order-sm-12 {
    order: 12;
  }
  .elementor-element .offset-sm-0 {
    margin-left: 0;
  }
  .elementor-element .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .elementor-element .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .elementor-element .offset-sm-3 {
    margin-left: 25%;
  }
  .elementor-element .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .elementor-element .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .elementor-element .offset-sm-6 {
    margin-left: 50%;
  }
  .elementor-element .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .elementor-element .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .elementor-element .offset-sm-9 {
    margin-left: 75%;
  }
  .elementor-element .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .elementor-element .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .elementor-element .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-element .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .elementor-element .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .elementor-element .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .elementor-element .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .elementor-element .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .elementor-element .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .elementor-element .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-element .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .elementor-element .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .elementor-element .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .elementor-element .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .elementor-element .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .elementor-element .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .elementor-element .order-md-first {
    order: -1;
  }
  .elementor-element .order-md-last {
    order: 13;
  }
  .elementor-element .order-md-0 {
    order: 0;
  }
  .elementor-element .order-md-1 {
    order: 1;
  }
  .elementor-element .order-md-2 {
    order: 2;
  }
  .elementor-element .order-md-3 {
    order: 3;
  }
  .elementor-element .order-md-4 {
    order: 4;
  }
  .elementor-element .order-md-5 {
    order: 5;
  }
  .elementor-element .order-md-6 {
    order: 6;
  }
  .elementor-element .order-md-7 {
    order: 7;
  }
  .elementor-element .order-md-8 {
    order: 8;
  }
  .elementor-element .order-md-9 {
    order: 9;
  }
  .elementor-element .order-md-10 {
    order: 10;
  }
  .elementor-element .order-md-11 {
    order: 11;
  }
  .elementor-element .order-md-12 {
    order: 12;
  }
  .elementor-element .offset-md-0 {
    margin-left: 0;
  }
  .elementor-element .offset-md-1 {
    margin-left: 8.33333%;
  }
  .elementor-element .offset-md-2 {
    margin-left: 16.66667%;
  }
  .elementor-element .offset-md-3 {
    margin-left: 25%;
  }
  .elementor-element .offset-md-4 {
    margin-left: 33.33333%;
  }
  .elementor-element .offset-md-5 {
    margin-left: 41.66667%;
  }
  .elementor-element .offset-md-6 {
    margin-left: 50%;
  }
  .elementor-element .offset-md-7 {
    margin-left: 58.33333%;
  }
  .elementor-element .offset-md-8 {
    margin-left: 66.66667%;
  }
  .elementor-element .offset-md-9 {
    margin-left: 75%;
  }
  .elementor-element .offset-md-10 {
    margin-left: 83.33333%;
  }
  .elementor-element .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .elementor-element .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-element .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .elementor-element .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .elementor-element .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .elementor-element .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .elementor-element .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .elementor-element .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .elementor-element .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-element .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .elementor-element .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .elementor-element .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .elementor-element .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .elementor-element .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .elementor-element .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .elementor-element .order-lg-first {
    order: -1;
  }
  .elementor-element .order-lg-last {
    order: 13;
  }
  .elementor-element .order-lg-0 {
    order: 0;
  }
  .elementor-element .order-lg-1 {
    order: 1;
  }
  .elementor-element .order-lg-2 {
    order: 2;
  }
  .elementor-element .order-lg-3 {
    order: 3;
  }
  .elementor-element .order-lg-4 {
    order: 4;
  }
  .elementor-element .order-lg-5 {
    order: 5;
  }
  .elementor-element .order-lg-6 {
    order: 6;
  }
  .elementor-element .order-lg-7 {
    order: 7;
  }
  .elementor-element .order-lg-8 {
    order: 8;
  }
  .elementor-element .order-lg-9 {
    order: 9;
  }
  .elementor-element .order-lg-10 {
    order: 10;
  }
  .elementor-element .order-lg-11 {
    order: 11;
  }
  .elementor-element .order-lg-12 {
    order: 12;
  }
  .elementor-element .offset-lg-0 {
    margin-left: 0;
  }
  .elementor-element .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .elementor-element .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .elementor-element .offset-lg-3 {
    margin-left: 25%;
  }
  .elementor-element .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .elementor-element .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .elementor-element .offset-lg-6 {
    margin-left: 50%;
  }
  .elementor-element .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .elementor-element .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .elementor-element .offset-lg-9 {
    margin-left: 75%;
  }
  .elementor-element .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .elementor-element .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .elementor-element .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .elementor-element .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .elementor-element .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .elementor-element .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .elementor-element .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .elementor-element .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .elementor-element .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .elementor-element .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .elementor-element .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .elementor-element .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .elementor-element .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .elementor-element .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .elementor-element .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .elementor-element .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .elementor-element .order-xl-first {
    order: -1;
  }
  .elementor-element .order-xl-last {
    order: 13;
  }
  .elementor-element .order-xl-0 {
    order: 0;
  }
  .elementor-element .order-xl-1 {
    order: 1;
  }
  .elementor-element .order-xl-2 {
    order: 2;
  }
  .elementor-element .order-xl-3 {
    order: 3;
  }
  .elementor-element .order-xl-4 {
    order: 4;
  }
  .elementor-element .order-xl-5 {
    order: 5;
  }
  .elementor-element .order-xl-6 {
    order: 6;
  }
  .elementor-element .order-xl-7 {
    order: 7;
  }
  .elementor-element .order-xl-8 {
    order: 8;
  }
  .elementor-element .order-xl-9 {
    order: 9;
  }
  .elementor-element .order-xl-10 {
    order: 10;
  }
  .elementor-element .order-xl-11 {
    order: 11;
  }
  .elementor-element .order-xl-12 {
    order: 12;
  }
  .elementor-element .offset-xl-0 {
    margin-left: 0;
  }
  .elementor-element .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .elementor-element .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .elementor-element .offset-xl-3 {
    margin-left: 25%;
  }
  .elementor-element .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .elementor-element .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .elementor-element .offset-xl-6 {
    margin-left: 50%;
  }
  .elementor-element .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .elementor-element .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .elementor-element .offset-xl-9 {
    margin-left: 75%;
  }
  .elementor-element .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .elementor-element .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.elementor-element .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.elementor-element .table th,
.elementor-element .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.elementor-element .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.elementor-element .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.elementor-element .table .table {
  background-color: #fff;
}
.elementor-element .table-sm th,
.elementor-element .table-sm td {
  padding: 0.3rem;
}
.elementor-element .table-bordered {
  border: 1px solid #dee2e6;
}
.elementor-element .table-bordered th,
.elementor-element .table-bordered td {
  border: 1px solid #dee2e6;
}
.elementor-element .table-bordered thead th,
.elementor-element .table-bordered thead td {
  border-bottom-width: 2px;
}
.elementor-element .table-borderless th,
.elementor-element .table-borderless td,
.elementor-element .table-borderless thead th,
.elementor-element .table-borderless tbody + tbody {
  border: 0;
}
.elementor-element .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(35, 31, 32, 0.05);
}
.elementor-element .table-hover tbody tr:hover {
  background-color: rgba(35, 31, 32, 0.075);
}
.elementor-element .table-primary,
.elementor-element .table-primary > th,
.elementor-element .table-primary > td {
  background-color: #b8daff;
}
.elementor-element .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.elementor-element .table-hover .table-primary:hover > td,
.elementor-element .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.elementor-element .table-secondary,
.elementor-element .table-secondary > th,
.elementor-element .table-secondary > td {
  background-color: #d6d8db;
}
.elementor-element .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.elementor-element .table-hover .table-secondary:hover > td,
.elementor-element .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.elementor-element .table-success,
.elementor-element .table-success > th,
.elementor-element .table-success > td {
  background-color: #c3e6cb;
}
.elementor-element .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.elementor-element .table-hover .table-success:hover > td,
.elementor-element .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.elementor-element .table-info,
.elementor-element .table-info > th,
.elementor-element .table-info > td {
  background-color: #bee5eb;
}
.elementor-element .table-hover .table-info:hover {
  background-color: #abdde5;
}
.elementor-element .table-hover .table-info:hover > td,
.elementor-element .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.elementor-element .table-warning,
.elementor-element .table-warning > th,
.elementor-element .table-warning > td {
  background-color: #fff6be;
}
.elementor-element .table-hover .table-warning:hover {
  background-color: #fff2a5;
}
.elementor-element .table-hover .table-warning:hover > td,
.elementor-element .table-hover .table-warning:hover > th {
  background-color: #fff2a5;
}
.elementor-element .table-danger,
.elementor-element .table-danger > th,
.elementor-element .table-danger > td {
  background-color: #fabfc2;
}
.elementor-element .table-hover .table-danger:hover {
  background-color: #f8a7ab;
}
.elementor-element .table-hover .table-danger:hover > td,
.elementor-element .table-hover .table-danger:hover > th {
  background-color: #f8a7ab;
}
.elementor-element .table-light,
.elementor-element .table-light > th,
.elementor-element .table-light > td {
  background-color: #fdfdfe;
}
.elementor-element .table-hover .table-light:hover {
  background-color: #ececf6;
}
.elementor-element .table-hover .table-light:hover > td,
.elementor-element .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.elementor-element .table-dark,
.elementor-element .table-dark > th,
.elementor-element .table-dark > td {
  background-color: #c6c8ca;
}
.elementor-element .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.elementor-element .table-hover .table-dark:hover > td,
.elementor-element .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.elementor-element .table-active,
.elementor-element .table-active > th,
.elementor-element .table-active > td {
  background-color: rgba(35, 31, 32, 0.075);
}
.elementor-element .table-hover .table-active:hover {
  background-color: rgba(21, 19, 20, 0.075);
}
.elementor-element .table-hover .table-active:hover > td,
.elementor-element .table-hover .table-active:hover > th {
  background-color: rgba(21, 19, 20, 0.075);
}
.elementor-element .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.elementor-element .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.elementor-element .table-dark {
  color: #fff;
  background-color: #212529;
}
.elementor-element .table-dark th,
.elementor-element .table-dark td,
.elementor-element .table-dark thead th {
  border-color: #32383e;
}
.elementor-element .table-dark.table-bordered {
  border: 0;
}
.elementor-element .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.elementor-element .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .elementor-element .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .elementor-element .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .elementor-element .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .elementor-element .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .elementor-element .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .elementor-element .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .elementor-element .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .elementor-element .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.elementor-element .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.elementor-element .table-responsive > .table-bordered {
  border: 0;
}
.elementor-element .form-control,
.elementor-element .wpcf7 input[type=text],
.elementor-element .wpcf7 input[type=search],
.elementor-element .wpcf7 input[type=url],
.elementor-element .wpcf7 input[type=tel],
.elementor-element .wpcf7 input[type=number],
.elementor-element .wpcf7 input[type=range],
.elementor-element .wpcf7 input[type=date],
.elementor-element .wpcf7 input[type=month],
.elementor-element .wpcf7 input[type=week],
.elementor-element .wpcf7 input[type=time],
.elementor-element .wpcf7 input[type=datetime],
.elementor-element .wpcf7 input[type=datetime-local],
.elementor-element .wpcf7 input[type=color],
.elementor-element .wpcf7 input[type=email],
.elementor-element .wpcf7 input[type=file],
.elementor-element .wpcf7 input[type=submit],
.elementor-element .wpcf7 select,
.elementor-element .wpcf7 textarea,
.elementor-element .wpcf7 .wpcf7-validation-errors {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .form-control,
  .elementor-element .wpcf7 input[type=text],
  .elementor-element .wpcf7 input[type=search],
  .elementor-element .wpcf7 input[type=url],
  .elementor-element .wpcf7 input[type=tel],
  .elementor-element .wpcf7 input[type=number],
  .elementor-element .wpcf7 input[type=range],
  .elementor-element .wpcf7 input[type=date],
  .elementor-element .wpcf7 input[type=month],
  .elementor-element .wpcf7 input[type=week],
  .elementor-element .wpcf7 input[type=time],
  .elementor-element .wpcf7 input[type=datetime],
  .elementor-element .wpcf7 input[type=datetime-local],
  .elementor-element .wpcf7 input[type=color],
  .elementor-element .wpcf7 input[type=email],
  .elementor-element .wpcf7 input[type=file],
  .elementor-element .wpcf7 input[type=submit],
  .elementor-element .wpcf7 select,
  .elementor-element .wpcf7 textarea,
  .elementor-element .wpcf7 .wpcf7-validation-errors {
    transition: none;
  }
}
.elementor-element .form-control::-ms-expand,
.elementor-element .wpcf7 input[type=text]::-ms-expand,
.elementor-element .wpcf7 input[type=search]::-ms-expand,
.elementor-element .wpcf7 input[type=url]::-ms-expand,
.elementor-element .wpcf7 input[type=tel]::-ms-expand,
.elementor-element .wpcf7 input[type=number]::-ms-expand,
.elementor-element .wpcf7 input[type=range]::-ms-expand,
.elementor-element .wpcf7 input[type=date]::-ms-expand,
.elementor-element .wpcf7 input[type=month]::-ms-expand,
.elementor-element .wpcf7 input[type=week]::-ms-expand,
.elementor-element .wpcf7 input[type=time]::-ms-expand,
.elementor-element .wpcf7 input[type=datetime]::-ms-expand,
.elementor-element .wpcf7 input[type=datetime-local]::-ms-expand,
.elementor-element .wpcf7 input[type=color]::-ms-expand,
.elementor-element .wpcf7 input[type=email]::-ms-expand,
.elementor-element .wpcf7 input[type=file]::-ms-expand,
.elementor-element .wpcf7 input[type=submit]::-ms-expand,
.elementor-element .wpcf7 select::-ms-expand,
.elementor-element .wpcf7 textarea::-ms-expand,
.elementor-element .wpcf7 .wpcf7-validation-errors::-ms-expand {
  background-color: transparent;
  border: 0;
}
.elementor-element .form-control:focus,
.elementor-element .wpcf7 input:focus[type=text],
.elementor-element .wpcf7 input:focus[type=search],
.elementor-element .wpcf7 input:focus[type=url],
.elementor-element .wpcf7 input:focus[type=tel],
.elementor-element .wpcf7 input:focus[type=number],
.elementor-element .wpcf7 input:focus[type=range],
.elementor-element .wpcf7 input:focus[type=date],
.elementor-element .wpcf7 input:focus[type=month],
.elementor-element .wpcf7 input:focus[type=week],
.elementor-element .wpcf7 input:focus[type=time],
.elementor-element .wpcf7 input:focus[type=datetime],
.elementor-element .wpcf7 input:focus[type=datetime-local],
.elementor-element .wpcf7 input:focus[type=color],
.elementor-element .wpcf7 input:focus[type=email],
.elementor-element .wpcf7 input:focus[type=file],
.elementor-element .wpcf7 input:focus[type=submit],
.elementor-element .wpcf7 select:focus,
.elementor-element .wpcf7 textarea:focus,
.elementor-element .wpcf7 .wpcf7-validation-errors:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .form-control::-moz-placeholder, .elementor-element .wpcf7 input[type=text]::-moz-placeholder, .elementor-element .wpcf7 input[type=search]::-moz-placeholder, .elementor-element .wpcf7 input[type=url]::-moz-placeholder, .elementor-element .wpcf7 input[type=tel]::-moz-placeholder, .elementor-element .wpcf7 input[type=number]::-moz-placeholder, .elementor-element .wpcf7 input[type=range]::-moz-placeholder, .elementor-element .wpcf7 input[type=date]::-moz-placeholder, .elementor-element .wpcf7 input[type=month]::-moz-placeholder, .elementor-element .wpcf7 input[type=week]::-moz-placeholder, .elementor-element .wpcf7 input[type=time]::-moz-placeholder, .elementor-element .wpcf7 input[type=datetime]::-moz-placeholder, .elementor-element .wpcf7 input[type=datetime-local]::-moz-placeholder, .elementor-element .wpcf7 input[type=color]::-moz-placeholder, .elementor-element .wpcf7 input[type=email]::-moz-placeholder, .elementor-element .wpcf7 input[type=file]::-moz-placeholder, .elementor-element .wpcf7 input[type=submit]::-moz-placeholder, .elementor-element .wpcf7 select::-moz-placeholder, .elementor-element .wpcf7 textarea::-moz-placeholder, .elementor-element .wpcf7 .wpcf7-validation-errors::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.elementor-element .form-control::placeholder,
.elementor-element .wpcf7 input[type=text]::placeholder,
.elementor-element .wpcf7 input[type=search]::placeholder,
.elementor-element .wpcf7 input[type=url]::placeholder,
.elementor-element .wpcf7 input[type=tel]::placeholder,
.elementor-element .wpcf7 input[type=number]::placeholder,
.elementor-element .wpcf7 input[type=range]::placeholder,
.elementor-element .wpcf7 input[type=date]::placeholder,
.elementor-element .wpcf7 input[type=month]::placeholder,
.elementor-element .wpcf7 input[type=week]::placeholder,
.elementor-element .wpcf7 input[type=time]::placeholder,
.elementor-element .wpcf7 input[type=datetime]::placeholder,
.elementor-element .wpcf7 input[type=datetime-local]::placeholder,
.elementor-element .wpcf7 input[type=color]::placeholder,
.elementor-element .wpcf7 input[type=email]::placeholder,
.elementor-element .wpcf7 input[type=file]::placeholder,
.elementor-element .wpcf7 input[type=submit]::placeholder,
.elementor-element .wpcf7 select::placeholder,
.elementor-element .wpcf7 textarea::placeholder,
.elementor-element .wpcf7 .wpcf7-validation-errors::placeholder {
  color: #6c757d;
  opacity: 1;
}
.elementor-element .form-control:disabled,
.elementor-element .wpcf7 input:disabled[type=text],
.elementor-element .wpcf7 input:disabled[type=search],
.elementor-element .wpcf7 input:disabled[type=url],
.elementor-element .wpcf7 input:disabled[type=tel],
.elementor-element .wpcf7 input:disabled[type=number],
.elementor-element .wpcf7 input:disabled[type=range],
.elementor-element .wpcf7 input:disabled[type=date],
.elementor-element .wpcf7 input:disabled[type=month],
.elementor-element .wpcf7 input:disabled[type=week],
.elementor-element .wpcf7 input:disabled[type=time],
.elementor-element .wpcf7 input:disabled[type=datetime],
.elementor-element .wpcf7 input:disabled[type=datetime-local],
.elementor-element .wpcf7 input:disabled[type=color],
.elementor-element .wpcf7 input:disabled[type=email],
.elementor-element .wpcf7 input:disabled[type=file],
.elementor-element .wpcf7 input:disabled[type=submit],
.elementor-element .wpcf7 select:disabled,
.elementor-element .wpcf7 textarea:disabled,
.elementor-element .wpcf7 .wpcf7-validation-errors:disabled,
.elementor-element .form-control[readonly],
.elementor-element .wpcf7 input[readonly][type=text],
.elementor-element .wpcf7 input[readonly][type=search],
.elementor-element .wpcf7 input[readonly][type=url],
.elementor-element .wpcf7 input[readonly][type=tel],
.elementor-element .wpcf7 input[readonly][type=number],
.elementor-element .wpcf7 input[readonly][type=range],
.elementor-element .wpcf7 input[readonly][type=date],
.elementor-element .wpcf7 input[readonly][type=month],
.elementor-element .wpcf7 input[readonly][type=week],
.elementor-element .wpcf7 input[readonly][type=time],
.elementor-element .wpcf7 input[readonly][type=datetime],
.elementor-element .wpcf7 input[readonly][type=datetime-local],
.elementor-element .wpcf7 input[readonly][type=color],
.elementor-element .wpcf7 input[readonly][type=email],
.elementor-element .wpcf7 input[readonly][type=file],
.elementor-element .wpcf7 input[readonly][type=submit],
.elementor-element .wpcf7 select[readonly],
.elementor-element .wpcf7 textarea[readonly],
.elementor-element .wpcf7 .wpcf7-validation-errors[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.elementor-element select.form-control:not([size]):not([multiple]),
.elementor-element .wpcf7 select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.elementor-element select.form-control:focus::-ms-value,
.elementor-element .wpcf7 select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.elementor-element .form-control-file,
.elementor-element .form-control-range {
  display: block;
  width: 100%;
}
.elementor-element .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.elementor-element .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.elementor-element .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.elementor-element .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.elementor-element .form-control-plaintext.form-control-sm,
.elementor-element .input-group-sm > .form-control-plaintext.form-control,
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=text],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=search],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=url],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=tel],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=number],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=range],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=date],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=month],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=week],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=time],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=datetime-local],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=color],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=email],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=file],
.elementor-element .wpcf7 .input-group-sm > input.form-control-plaintext[type=submit],
.elementor-element .wpcf7 .input-group-sm > select.form-control-plaintext,
.elementor-element .wpcf7 .input-group-sm > textarea.form-control-plaintext,
.elementor-element .wpcf7 .input-group-sm > .form-control-plaintext.wpcf7-validation-errors,
.elementor-element .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.elementor-element .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.elementor-element .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.elementor-element .wpcf7 .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit],
.elementor-element .input-group-sm > .input-group-append > .form-control-plaintext.btn,
.elementor-element .wpcf7 .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit],
.elementor-element .form-control-plaintext.form-control-lg,
.elementor-element .input-group-lg > .form-control-plaintext.form-control,
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=text],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=search],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=url],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=tel],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=number],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=range],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=date],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=month],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=week],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=time],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=datetime-local],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=color],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=email],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=file],
.elementor-element .wpcf7 .input-group-lg > input.form-control-plaintext[type=submit],
.elementor-element .wpcf7 .input-group-lg > select.form-control-plaintext,
.elementor-element .wpcf7 .input-group-lg > textarea.form-control-plaintext,
.elementor-element .wpcf7 .input-group-lg > .form-control-plaintext.wpcf7-validation-errors,
.elementor-element .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.elementor-element .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.elementor-element .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.elementor-element .wpcf7 .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit],
.elementor-element .input-group-lg > .input-group-append > .form-control-plaintext.btn,
.elementor-element .wpcf7 .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit] {
  padding-right: 0;
  padding-left: 0;
}
.elementor-element .form-control-sm,
.elementor-element .input-group-sm > .form-control,
.elementor-element .wpcf7 .input-group-sm > input[type=text],
.elementor-element .wpcf7 .input-group-sm > input[type=search],
.elementor-element .wpcf7 .input-group-sm > input[type=url],
.elementor-element .wpcf7 .input-group-sm > input[type=tel],
.elementor-element .wpcf7 .input-group-sm > input[type=number],
.elementor-element .wpcf7 .input-group-sm > input[type=range],
.elementor-element .wpcf7 .input-group-sm > input[type=date],
.elementor-element .wpcf7 .input-group-sm > input[type=month],
.elementor-element .wpcf7 .input-group-sm > input[type=week],
.elementor-element .wpcf7 .input-group-sm > input[type=time],
.elementor-element .wpcf7 .input-group-sm > input[type=datetime],
.elementor-element .wpcf7 .input-group-sm > input[type=datetime-local],
.elementor-element .wpcf7 .input-group-sm > input[type=color],
.elementor-element .wpcf7 .input-group-sm > input[type=email],
.elementor-element .wpcf7 .input-group-sm > input[type=file],
.elementor-element .wpcf7 .input-group-sm > input[type=submit],
.elementor-element .wpcf7 .input-group-sm > select,
.elementor-element .wpcf7 .input-group-sm > textarea,
.elementor-element .wpcf7 .input-group-sm > .wpcf7-validation-errors,
.elementor-element .input-group-sm > .input-group-prepend > .input-group-text,
.elementor-element .input-group-sm > .input-group-append > .input-group-text,
.elementor-element .input-group-sm > .input-group-prepend > .btn,
.elementor-element .wpcf7 .input-group-sm > .input-group-prepend > input[type=submit],
.elementor-element .input-group-sm > .input-group-append > .btn,
.elementor-element .wpcf7 .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.elementor-element select.form-control-sm:not([size]):not([multiple]),
.elementor-element .input-group-sm > select.form-control:not([size]):not([multiple]),
.elementor-element .wpcf7 .input-group-sm > select:not([size]):not([multiple]),
.elementor-element .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.elementor-element .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.elementor-element .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.elementor-element .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.elementor-element .form-control-lg,
.elementor-element .input-group-lg > .form-control,
.elementor-element .wpcf7 .input-group-lg > input[type=text],
.elementor-element .wpcf7 .input-group-lg > input[type=search],
.elementor-element .wpcf7 .input-group-lg > input[type=url],
.elementor-element .wpcf7 .input-group-lg > input[type=tel],
.elementor-element .wpcf7 .input-group-lg > input[type=number],
.elementor-element .wpcf7 .input-group-lg > input[type=range],
.elementor-element .wpcf7 .input-group-lg > input[type=date],
.elementor-element .wpcf7 .input-group-lg > input[type=month],
.elementor-element .wpcf7 .input-group-lg > input[type=week],
.elementor-element .wpcf7 .input-group-lg > input[type=time],
.elementor-element .wpcf7 .input-group-lg > input[type=datetime],
.elementor-element .wpcf7 .input-group-lg > input[type=datetime-local],
.elementor-element .wpcf7 .input-group-lg > input[type=color],
.elementor-element .wpcf7 .input-group-lg > input[type=email],
.elementor-element .wpcf7 .input-group-lg > input[type=file],
.elementor-element .wpcf7 .input-group-lg > input[type=submit],
.elementor-element .wpcf7 .input-group-lg > select,
.elementor-element .wpcf7 .input-group-lg > textarea,
.elementor-element .wpcf7 .input-group-lg > .wpcf7-validation-errors,
.elementor-element .input-group-lg > .input-group-prepend > .input-group-text,
.elementor-element .input-group-lg > .input-group-append > .input-group-text,
.elementor-element .input-group-lg > .input-group-prepend > .btn,
.elementor-element .wpcf7 .input-group-lg > .input-group-prepend > input[type=submit],
.elementor-element .input-group-lg > .input-group-append > .btn,
.elementor-element .wpcf7 .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.elementor-element select.form-control-lg:not([size]):not([multiple]),
.elementor-element .input-group-lg > select.form-control:not([size]):not([multiple]),
.elementor-element .wpcf7 .input-group-lg > select:not([size]):not([multiple]),
.elementor-element .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.elementor-element .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.elementor-element .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.elementor-element .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.elementor-element .form-group,
.elementor-element .wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
}
.elementor-element .form-text {
  display: block;
  margin-top: 0.25rem;
}
.elementor-element .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.elementor-element .form-row > .col,
.elementor-element .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.elementor-element .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.elementor-element .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.elementor-element .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.elementor-element .form-check-label {
  margin-bottom: 0;
}
.elementor-element .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.elementor-element .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.elementor-element .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.elementor-element .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.elementor-element .was-validated .form-control:valid,
.elementor-element .was-validated .wpcf7 input:valid[type=text],
.elementor-element .wpcf7 .was-validated input:valid[type=text],
.elementor-element .was-validated .wpcf7 input:valid[type=search],
.elementor-element .wpcf7 .was-validated input:valid[type=search],
.elementor-element .was-validated .wpcf7 input:valid[type=url],
.elementor-element .wpcf7 .was-validated input:valid[type=url],
.elementor-element .was-validated .wpcf7 input:valid[type=tel],
.elementor-element .wpcf7 .was-validated input:valid[type=tel],
.elementor-element .was-validated .wpcf7 input:valid[type=number],
.elementor-element .wpcf7 .was-validated input:valid[type=number],
.elementor-element .was-validated .wpcf7 input:valid[type=range],
.elementor-element .wpcf7 .was-validated input:valid[type=range],
.elementor-element .was-validated .wpcf7 input:valid[type=date],
.elementor-element .wpcf7 .was-validated input:valid[type=date],
.elementor-element .was-validated .wpcf7 input:valid[type=month],
.elementor-element .wpcf7 .was-validated input:valid[type=month],
.elementor-element .was-validated .wpcf7 input:valid[type=week],
.elementor-element .wpcf7 .was-validated input:valid[type=week],
.elementor-element .was-validated .wpcf7 input:valid[type=time],
.elementor-element .wpcf7 .was-validated input:valid[type=time],
.elementor-element .was-validated .wpcf7 input:valid[type=datetime],
.elementor-element .wpcf7 .was-validated input:valid[type=datetime],
.elementor-element .was-validated .wpcf7 input:valid[type=datetime-local],
.elementor-element .wpcf7 .was-validated input:valid[type=datetime-local],
.elementor-element .was-validated .wpcf7 input:valid[type=color],
.elementor-element .wpcf7 .was-validated input:valid[type=color],
.elementor-element .was-validated .wpcf7 input:valid[type=email],
.elementor-element .wpcf7 .was-validated input:valid[type=email],
.elementor-element .was-validated .wpcf7 input:valid[type=file],
.elementor-element .wpcf7 .was-validated input:valid[type=file],
.elementor-element .was-validated .wpcf7 input:valid[type=submit],
.elementor-element .wpcf7 .was-validated input:valid[type=submit],
.elementor-element .was-validated .wpcf7 select:valid,
.elementor-element .wpcf7 .was-validated select:valid,
.elementor-element .was-validated .wpcf7 textarea:valid,
.elementor-element .wpcf7 .was-validated textarea:valid,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:valid,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:valid,
.elementor-element .form-control.is-valid,
.elementor-element .wpcf7 input.is-valid[type=text],
.elementor-element .wpcf7 input.is-valid[type=search],
.elementor-element .wpcf7 input.is-valid[type=url],
.elementor-element .wpcf7 input.is-valid[type=tel],
.elementor-element .wpcf7 input.is-valid[type=number],
.elementor-element .wpcf7 input.is-valid[type=range],
.elementor-element .wpcf7 input.is-valid[type=date],
.elementor-element .wpcf7 input.is-valid[type=month],
.elementor-element .wpcf7 input.is-valid[type=week],
.elementor-element .wpcf7 input.is-valid[type=time],
.elementor-element .wpcf7 input.is-valid[type=datetime],
.elementor-element .wpcf7 input.is-valid[type=datetime-local],
.elementor-element .wpcf7 input.is-valid[type=color],
.elementor-element .wpcf7 input.is-valid[type=email],
.elementor-element .wpcf7 input.is-valid[type=file],
.elementor-element .wpcf7 input.is-valid[type=submit],
.elementor-element .wpcf7 select.is-valid,
.elementor-element .wpcf7 textarea.is-valid,
.elementor-element .wpcf7 .is-valid.wpcf7-validation-errors,
.elementor-element .was-validated .custom-select:valid,
.elementor-element .custom-select.is-valid {
  border-color: #28a745;
}
.elementor-element .was-validated .form-control:valid:focus,
.elementor-element .was-validated .wpcf7 input:valid:focus[type=text],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=text],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=search],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=search],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=url],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=url],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=tel],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=tel],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=number],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=number],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=range],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=range],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=date],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=date],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=month],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=month],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=week],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=week],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=time],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=time],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=datetime],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=datetime],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=datetime-local],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=datetime-local],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=color],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=color],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=email],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=email],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=file],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=file],
.elementor-element .was-validated .wpcf7 input:valid:focus[type=submit],
.elementor-element .wpcf7 .was-validated input:valid:focus[type=submit],
.elementor-element .was-validated .wpcf7 select:valid:focus,
.elementor-element .wpcf7 .was-validated select:valid:focus,
.elementor-element .was-validated .wpcf7 textarea:valid:focus,
.elementor-element .wpcf7 .was-validated textarea:valid:focus,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:valid:focus,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:valid:focus,
.elementor-element .form-control.is-valid:focus,
.elementor-element .wpcf7 input.is-valid:focus[type=text],
.elementor-element .wpcf7 input.is-valid:focus[type=search],
.elementor-element .wpcf7 input.is-valid:focus[type=url],
.elementor-element .wpcf7 input.is-valid:focus[type=tel],
.elementor-element .wpcf7 input.is-valid:focus[type=number],
.elementor-element .wpcf7 input.is-valid:focus[type=range],
.elementor-element .wpcf7 input.is-valid:focus[type=date],
.elementor-element .wpcf7 input.is-valid:focus[type=month],
.elementor-element .wpcf7 input.is-valid:focus[type=week],
.elementor-element .wpcf7 input.is-valid:focus[type=time],
.elementor-element .wpcf7 input.is-valid:focus[type=datetime],
.elementor-element .wpcf7 input.is-valid:focus[type=datetime-local],
.elementor-element .wpcf7 input.is-valid:focus[type=color],
.elementor-element .wpcf7 input.is-valid:focus[type=email],
.elementor-element .wpcf7 input.is-valid:focus[type=file],
.elementor-element .wpcf7 input.is-valid:focus[type=submit],
.elementor-element .wpcf7 select.is-valid:focus,
.elementor-element .wpcf7 textarea.is-valid:focus,
.elementor-element .wpcf7 .is-valid.wpcf7-validation-errors:focus,
.elementor-element .was-validated .custom-select:valid:focus,
.elementor-element .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.elementor-element .was-validated .form-control:valid ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=text] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=text] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=search] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=search] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=url] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=url] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=tel] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=tel] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=number] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=number] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=range] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=range] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=date] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=date] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=month] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=month] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=week] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=week] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=time] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=time] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=datetime] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=datetime] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=datetime-local] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=datetime-local] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=color] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=color] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=email] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=email] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=file] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=file] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 input:valid[type=submit] ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated input:valid[type=submit] ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 select:valid ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated select:valid ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 textarea:valid ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated textarea:valid ~ .valid-feedback,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-feedback,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-feedback,
.elementor-element .was-validated .form-control:valid ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=text] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=text] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=search] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=search] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=url] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=url] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=tel] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=tel] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=number] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=number] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=range] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=range] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=date] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=date] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=month] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=month] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=week] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=week] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=time] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=time] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=datetime] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=datetime] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=datetime-local] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=datetime-local] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=color] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=color] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=email] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=email] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=file] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=file] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 input:valid[type=submit] ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated input:valid[type=submit] ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 select:valid ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated select:valid ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 textarea:valid ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated textarea:valid ~ .valid-tooltip,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:valid ~ .valid-tooltip,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:valid ~ .valid-tooltip,
.elementor-element .form-control.is-valid ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=text] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=search] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=url] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=tel] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=number] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=range] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=date] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=month] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=week] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=time] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=datetime] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=datetime-local] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=color] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=email] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=file] ~ .valid-feedback,
.elementor-element .wpcf7 input.is-valid[type=submit] ~ .valid-feedback,
.elementor-element .wpcf7 select.is-valid ~ .valid-feedback,
.elementor-element .wpcf7 textarea.is-valid ~ .valid-feedback,
.elementor-element .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-feedback,
.elementor-element .form-control.is-valid ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=text] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=search] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=url] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=tel] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=number] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=range] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=date] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=month] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=week] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=time] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=datetime] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=datetime-local] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=color] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=email] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=file] ~ .valid-tooltip,
.elementor-element .wpcf7 input.is-valid[type=submit] ~ .valid-tooltip,
.elementor-element .wpcf7 select.is-valid ~ .valid-tooltip,
.elementor-element .wpcf7 textarea.is-valid ~ .valid-tooltip,
.elementor-element .wpcf7 .is-valid.wpcf7-validation-errors ~ .valid-tooltip,
.elementor-element .was-validated .custom-select:valid ~ .valid-feedback,
.elementor-element .was-validated .custom-select:valid ~ .valid-tooltip,
.elementor-element .custom-select.is-valid ~ .valid-feedback,
.elementor-element .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.elementor-element .was-validated .form-check-input:valid ~ .form-check-label,
.elementor-element .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.elementor-element .was-validated .form-check-input:valid ~ .valid-feedback,
.elementor-element .was-validated .form-check-input:valid ~ .valid-tooltip,
.elementor-element .form-check-input.is-valid ~ .valid-feedback,
.elementor-element .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-control-input:valid ~ .custom-control-label,
.elementor-element .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.elementor-element .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.elementor-element .was-validated .custom-control-input:valid ~ .valid-feedback,
.elementor-element .was-validated .custom-control-input:valid ~ .valid-tooltip,
.elementor-element .custom-control-input.is-valid ~ .valid-feedback,
.elementor-element .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.elementor-element .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.elementor-element .was-validated .custom-file-input:valid ~ .custom-file-label,
.elementor-element .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.elementor-element .was-validated .custom-file-input:valid ~ .custom-file-label::before,
.elementor-element .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.elementor-element .was-validated .custom-file-input:valid ~ .valid-feedback,
.elementor-element .was-validated .custom-file-input:valid ~ .valid-tooltip,
.elementor-element .custom-file-input.is-valid ~ .valid-feedback,
.elementor-element .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.elementor-element .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.elementor-element .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ed1c24;
}
.elementor-element .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(237, 28, 36, 0.8);
  border-radius: 0.2rem;
}
.elementor-element .was-validated .form-control:invalid,
.elementor-element .was-validated .wpcf7 input:invalid[type=text],
.elementor-element .wpcf7 .was-validated input:invalid[type=text],
.elementor-element .was-validated .wpcf7 input:invalid[type=search],
.elementor-element .wpcf7 .was-validated input:invalid[type=search],
.elementor-element .was-validated .wpcf7 input:invalid[type=url],
.elementor-element .wpcf7 .was-validated input:invalid[type=url],
.elementor-element .was-validated .wpcf7 input:invalid[type=tel],
.elementor-element .wpcf7 .was-validated input:invalid[type=tel],
.elementor-element .was-validated .wpcf7 input:invalid[type=number],
.elementor-element .wpcf7 .was-validated input:invalid[type=number],
.elementor-element .was-validated .wpcf7 input:invalid[type=range],
.elementor-element .wpcf7 .was-validated input:invalid[type=range],
.elementor-element .was-validated .wpcf7 input:invalid[type=date],
.elementor-element .wpcf7 .was-validated input:invalid[type=date],
.elementor-element .was-validated .wpcf7 input:invalid[type=month],
.elementor-element .wpcf7 .was-validated input:invalid[type=month],
.elementor-element .was-validated .wpcf7 input:invalid[type=week],
.elementor-element .wpcf7 .was-validated input:invalid[type=week],
.elementor-element .was-validated .wpcf7 input:invalid[type=time],
.elementor-element .wpcf7 .was-validated input:invalid[type=time],
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime],
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime],
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime-local],
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime-local],
.elementor-element .was-validated .wpcf7 input:invalid[type=color],
.elementor-element .wpcf7 .was-validated input:invalid[type=color],
.elementor-element .was-validated .wpcf7 input:invalid[type=email],
.elementor-element .wpcf7 .was-validated input:invalid[type=email],
.elementor-element .was-validated .wpcf7 input:invalid[type=file],
.elementor-element .wpcf7 .was-validated input:invalid[type=file],
.elementor-element .was-validated .wpcf7 input:invalid[type=submit],
.elementor-element .wpcf7 .was-validated input:invalid[type=submit],
.elementor-element .was-validated .wpcf7 select:invalid,
.elementor-element .wpcf7 .was-validated select:invalid,
.elementor-element .was-validated .wpcf7 textarea:invalid,
.elementor-element .wpcf7 .was-validated textarea:invalid,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:invalid,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:invalid,
.elementor-element .form-control.is-invalid,
.elementor-element .wpcf7 input.is-invalid[type=text],
.elementor-element .wpcf7 input.is-invalid[type=search],
.elementor-element .wpcf7 input.is-invalid[type=url],
.elementor-element .wpcf7 input.is-invalid[type=tel],
.elementor-element .wpcf7 input.is-invalid[type=number],
.elementor-element .wpcf7 input.is-invalid[type=range],
.elementor-element .wpcf7 input.is-invalid[type=date],
.elementor-element .wpcf7 input.is-invalid[type=month],
.elementor-element .wpcf7 input.is-invalid[type=week],
.elementor-element .wpcf7 input.is-invalid[type=time],
.elementor-element .wpcf7 input.is-invalid[type=datetime],
.elementor-element .wpcf7 input.is-invalid[type=datetime-local],
.elementor-element .wpcf7 input.is-invalid[type=color],
.elementor-element .wpcf7 input.is-invalid[type=email],
.elementor-element .wpcf7 input.is-invalid[type=file],
.elementor-element .wpcf7 input.is-invalid[type=submit],
.elementor-element .wpcf7 select.is-invalid,
.elementor-element .wpcf7 textarea.is-invalid,
.elementor-element .wpcf7 .is-invalid.wpcf7-validation-errors,
.elementor-element .was-validated .custom-select:invalid,
.elementor-element .custom-select.is-invalid {
  border-color: #ed1c24;
}
.elementor-element .was-validated .form-control:invalid:focus,
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=text],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=text],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=search],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=search],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=url],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=url],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=tel],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=tel],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=number],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=number],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=range],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=range],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=date],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=date],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=month],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=month],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=week],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=week],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=time],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=time],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=datetime],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=datetime],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=datetime-local],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=datetime-local],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=color],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=color],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=email],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=email],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=file],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=file],
.elementor-element .was-validated .wpcf7 input:invalid:focus[type=submit],
.elementor-element .wpcf7 .was-validated input:invalid:focus[type=submit],
.elementor-element .was-validated .wpcf7 select:invalid:focus,
.elementor-element .wpcf7 .was-validated select:invalid:focus,
.elementor-element .was-validated .wpcf7 textarea:invalid:focus,
.elementor-element .wpcf7 .was-validated textarea:invalid:focus,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:invalid:focus,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:invalid:focus,
.elementor-element .form-control.is-invalid:focus,
.elementor-element .wpcf7 input.is-invalid:focus[type=text],
.elementor-element .wpcf7 input.is-invalid:focus[type=search],
.elementor-element .wpcf7 input.is-invalid:focus[type=url],
.elementor-element .wpcf7 input.is-invalid:focus[type=tel],
.elementor-element .wpcf7 input.is-invalid:focus[type=number],
.elementor-element .wpcf7 input.is-invalid:focus[type=range],
.elementor-element .wpcf7 input.is-invalid:focus[type=date],
.elementor-element .wpcf7 input.is-invalid:focus[type=month],
.elementor-element .wpcf7 input.is-invalid:focus[type=week],
.elementor-element .wpcf7 input.is-invalid:focus[type=time],
.elementor-element .wpcf7 input.is-invalid:focus[type=datetime],
.elementor-element .wpcf7 input.is-invalid:focus[type=datetime-local],
.elementor-element .wpcf7 input.is-invalid:focus[type=color],
.elementor-element .wpcf7 input.is-invalid:focus[type=email],
.elementor-element .wpcf7 input.is-invalid:focus[type=file],
.elementor-element .wpcf7 input.is-invalid:focus[type=submit],
.elementor-element .wpcf7 select.is-invalid:focus,
.elementor-element .wpcf7 textarea.is-invalid:focus,
.elementor-element .wpcf7 .is-invalid.wpcf7-validation-errors:focus,
.elementor-element .was-validated .custom-select:invalid:focus,
.elementor-element .custom-select.is-invalid:focus {
  border-color: #ed1c24;
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.elementor-element .was-validated .form-control:invalid ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=text] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=text] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=search] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=search] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=url] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=url] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=tel] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=tel] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=number] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=number] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=range] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=range] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=date] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=date] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=month] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=month] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=week] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=week] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=time] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=time] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime-local] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime-local] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=color] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=color] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=email] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=email] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=file] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=file] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 input:invalid[type=submit] ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated input:invalid[type=submit] ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 select:invalid ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated select:invalid ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 textarea:invalid ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated textarea:invalid ~ .invalid-feedback,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-feedback,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-feedback,
.elementor-element .was-validated .form-control:invalid ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=text] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=text] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=search] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=search] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=url] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=url] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=tel] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=tel] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=number] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=number] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=range] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=range] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=date] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=date] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=month] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=month] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=week] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=week] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=time] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=time] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=datetime-local] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=datetime-local] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=color] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=color] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=email] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=email] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=file] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=file] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 input:invalid[type=submit] ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated input:invalid[type=submit] ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 select:invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated select:invalid ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 textarea:invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated textarea:invalid ~ .invalid-tooltip,
.elementor-element .was-validated .wpcf7 .wpcf7-validation-errors:invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 .was-validated .wpcf7-validation-errors:invalid ~ .invalid-tooltip,
.elementor-element .form-control.is-invalid ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=text] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=search] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=url] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=tel] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=number] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=range] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=date] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=month] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=week] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=time] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=datetime] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=color] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=email] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=file] ~ .invalid-feedback,
.elementor-element .wpcf7 input.is-invalid[type=submit] ~ .invalid-feedback,
.elementor-element .wpcf7 select.is-invalid ~ .invalid-feedback,
.elementor-element .wpcf7 textarea.is-invalid ~ .invalid-feedback,
.elementor-element .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-feedback,
.elementor-element .form-control.is-invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=text] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=search] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=url] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=tel] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=number] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=range] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=date] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=month] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=week] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=time] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=datetime] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=datetime-local] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=color] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=email] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=file] ~ .invalid-tooltip,
.elementor-element .wpcf7 input.is-invalid[type=submit] ~ .invalid-tooltip,
.elementor-element .wpcf7 select.is-invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 textarea.is-invalid ~ .invalid-tooltip,
.elementor-element .wpcf7 .is-invalid.wpcf7-validation-errors ~ .invalid-tooltip,
.elementor-element .was-validated .custom-select:invalid ~ .invalid-feedback,
.elementor-element .was-validated .custom-select:invalid ~ .invalid-tooltip,
.elementor-element .custom-select.is-invalid ~ .invalid-feedback,
.elementor-element .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.elementor-element .was-validated .form-check-input:invalid ~ .form-check-label,
.elementor-element .form-check-input.is-invalid ~ .form-check-label {
  color: #ed1c24;
}
.elementor-element .was-validated .form-check-input:invalid ~ .invalid-feedback,
.elementor-element .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.elementor-element .form-check-input.is-invalid ~ .invalid-feedback,
.elementor-element .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-control-input:invalid ~ .custom-control-label,
.elementor-element .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed1c24;
}
.elementor-element .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f69296;
}
.elementor-element .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.elementor-element .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.elementor-element .custom-control-input.is-invalid ~ .invalid-feedback,
.elementor-element .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f14b52;
}
.elementor-element .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.elementor-element .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.elementor-element .was-validated .custom-file-input:invalid ~ .custom-file-label,
.elementor-element .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed1c24;
}
.elementor-element .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.elementor-element .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.elementor-element .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.elementor-element .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.elementor-element .custom-file-input.is-invalid ~ .invalid-feedback,
.elementor-element .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.elementor-element .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.elementor-element .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.elementor-element .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.elementor-element .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .elementor-element .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .elementor-element .form-inline .form-group,
  .elementor-element .form-inline .wpcf7 .wpcf7-form p,
  .elementor-element .wpcf7 .wpcf7-form .form-inline p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .elementor-element .form-inline .form-control,
  .elementor-element .form-inline .wpcf7 input[type=text],
  .elementor-element .wpcf7 .form-inline input[type=text],
  .elementor-element .form-inline .wpcf7 input[type=search],
  .elementor-element .wpcf7 .form-inline input[type=search],
  .elementor-element .form-inline .wpcf7 input[type=url],
  .elementor-element .wpcf7 .form-inline input[type=url],
  .elementor-element .form-inline .wpcf7 input[type=tel],
  .elementor-element .wpcf7 .form-inline input[type=tel],
  .elementor-element .form-inline .wpcf7 input[type=number],
  .elementor-element .wpcf7 .form-inline input[type=number],
  .elementor-element .form-inline .wpcf7 input[type=range],
  .elementor-element .wpcf7 .form-inline input[type=range],
  .elementor-element .form-inline .wpcf7 input[type=date],
  .elementor-element .wpcf7 .form-inline input[type=date],
  .elementor-element .form-inline .wpcf7 input[type=month],
  .elementor-element .wpcf7 .form-inline input[type=month],
  .elementor-element .form-inline .wpcf7 input[type=week],
  .elementor-element .wpcf7 .form-inline input[type=week],
  .elementor-element .form-inline .wpcf7 input[type=time],
  .elementor-element .wpcf7 .form-inline input[type=time],
  .elementor-element .form-inline .wpcf7 input[type=datetime],
  .elementor-element .wpcf7 .form-inline input[type=datetime],
  .elementor-element .form-inline .wpcf7 input[type=datetime-local],
  .elementor-element .wpcf7 .form-inline input[type=datetime-local],
  .elementor-element .form-inline .wpcf7 input[type=color],
  .elementor-element .wpcf7 .form-inline input[type=color],
  .elementor-element .form-inline .wpcf7 input[type=email],
  .elementor-element .wpcf7 .form-inline input[type=email],
  .elementor-element .form-inline .wpcf7 input[type=file],
  .elementor-element .wpcf7 .form-inline input[type=file],
  .elementor-element .form-inline .wpcf7 input[type=submit],
  .elementor-element .wpcf7 .form-inline input[type=submit],
  .elementor-element .form-inline .wpcf7 select,
  .elementor-element .wpcf7 .form-inline select,
  .elementor-element .form-inline .wpcf7 textarea,
  .elementor-element .wpcf7 .form-inline textarea,
  .elementor-element .form-inline .wpcf7 .wpcf7-validation-errors,
  .elementor-element .wpcf7 .form-inline .wpcf7-validation-errors {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .elementor-element .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .elementor-element .form-inline .input-group,
  .elementor-element .form-inline .custom-select {
    width: auto;
  }
  .elementor-element .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .elementor-element .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .elementor-element .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .elementor-element .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.elementor-element .btn,
.elementor-element .wpcf7 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .btn,
  .elementor-element .wpcf7 input[type=submit] {
    transition: none;
  }
}
.elementor-element .btn:hover,
.elementor-element .wpcf7 input:hover[type=submit],
.elementor-element .btn:focus,
.elementor-element .wpcf7 input:focus[type=submit] {
  text-decoration: none;
}
.elementor-element .btn:focus,
.elementor-element .wpcf7 input:focus[type=submit],
.elementor-element .btn.focus,
.elementor-element .wpcf7 input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .btn.disabled,
.elementor-element .wpcf7 input.disabled[type=submit],
.elementor-element .btn:disabled,
.elementor-element .wpcf7 input:disabled[type=submit] {
  opacity: 0.65;
}
.elementor-element .btn:not(:disabled):not(.disabled),
.elementor-element .wpcf7 input:not(:disabled):not(.disabled)[type=submit] {
  cursor: pointer;
}
.elementor-element .btn:not(:disabled):not(.disabled):active,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled):active[type=submit],
.elementor-element .btn:not(:disabled):not(.disabled).active,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled).active[type=submit] {
  background-image: none;
}
.elementor-element a.btn.disabled,
.elementor-element fieldset:disabled a.btn {
  pointer-events: none;
}
.elementor-element .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.elementor-element .btn-primary:focus,
.elementor-element .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.elementor-element .btn-primary.disabled,
.elementor-element .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .btn-primary:not(:disabled):not(.disabled):active,
.elementor-element .btn-primary:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.elementor-element .btn-primary:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-primary:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.elementor-element .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.elementor-element .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.elementor-element .btn-secondary:focus,
.elementor-element .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.elementor-element .btn-secondary.disabled,
.elementor-element .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.elementor-element .btn-secondary:not(:disabled):not(.disabled):active,
.elementor-element .btn-secondary:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.elementor-element .btn-secondary:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-secondary:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.elementor-element .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.elementor-element .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.elementor-element .btn-success:focus,
.elementor-element .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.elementor-element .btn-success.disabled,
.elementor-element .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.elementor-element .btn-success:not(:disabled):not(.disabled):active,
.elementor-element .btn-success:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.elementor-element .btn-success:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-success:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.elementor-element .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.elementor-element .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.elementor-element .btn-info:focus,
.elementor-element .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.elementor-element .btn-info.disabled,
.elementor-element .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.elementor-element .btn-info:not(:disabled):not(.disabled):active,
.elementor-element .btn-info:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.elementor-element .btn-info:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-info:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.elementor-element .btn-warning {
  color: #212529;
  background-color: #ffde17;
  border-color: #ffde17;
}
.elementor-element .btn-warning:hover {
  color: #212529;
  background-color: #f0ce00;
  border-color: #e3c300;
}
.elementor-element .btn-warning:focus,
.elementor-element .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 23, 0.5);
}
.elementor-element .btn-warning.disabled,
.elementor-element .btn-warning:disabled {
  color: #212529;
  background-color: #ffde17;
  border-color: #ffde17;
}
.elementor-element .btn-warning:not(:disabled):not(.disabled):active,
.elementor-element .btn-warning:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e3c300;
  border-color: #d6b800;
}
.elementor-element .btn-warning:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-warning:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 23, 0.5);
}
.elementor-element .btn-danger {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.elementor-element .btn-danger:hover {
  color: #fff;
  background-color: #d21118;
  border-color: #c61017;
}
.elementor-element .btn-danger:focus,
.elementor-element .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.elementor-element .btn-danger.disabled,
.elementor-element .btn-danger:disabled {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.elementor-element .btn-danger:not(:disabled):not(.disabled):active,
.elementor-element .btn-danger:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c61017;
  border-color: #ba0f15;
}
.elementor-element .btn-danger:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-danger:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.elementor-element .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.elementor-element .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.elementor-element .btn-light:focus,
.elementor-element .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.elementor-element .btn-light.disabled,
.elementor-element .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.elementor-element .btn-light:not(:disabled):not(.disabled):active,
.elementor-element .btn-light:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.elementor-element .btn-light:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-light:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.elementor-element .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.elementor-element .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.elementor-element .btn-dark:focus,
.elementor-element .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.elementor-element .btn-dark.disabled,
.elementor-element .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.elementor-element .btn-dark:not(:disabled):not(.disabled):active,
.elementor-element .btn-dark:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.elementor-element .btn-dark:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-dark:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.elementor-element .btn-outline-primary,
.elementor-element .wpcf7 input[type=submit] {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.elementor-element .btn-outline-primary:hover,
.elementor-element .wpcf7 input:hover[type=submit] {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .btn-outline-primary:focus,
.elementor-element .wpcf7 input:focus[type=submit],
.elementor-element .btn-outline-primary.focus,
.elementor-element .wpcf7 input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.elementor-element .btn-outline-primary.disabled,
.elementor-element .wpcf7 input.disabled[type=submit],
.elementor-element .btn-outline-primary:disabled,
.elementor-element .wpcf7 input:disabled[type=submit] {
  color: #007bff;
  background-color: transparent;
}
.elementor-element .btn-outline-primary:not(:disabled):not(.disabled):active,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled):active[type=submit],
.elementor-element .btn-outline-primary:not(:disabled):not(.disabled).active,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
.elementor-element .show > .btn-outline-primary.dropdown-toggle,
.elementor-element .wpcf7 .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit],
.elementor-element .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.elementor-element .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit],
.elementor-element .show > .btn-outline-primary.dropdown-toggle:focus,
.elementor-element .wpcf7 .show > input.dropdown-toggle:focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.elementor-element .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.elementor-element .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.elementor-element .btn-outline-secondary:focus,
.elementor-element .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.elementor-element .btn-outline-secondary.disabled,
.elementor-element .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.elementor-element .btn-outline-secondary:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-secondary:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.elementor-element .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.elementor-element .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.elementor-element .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.elementor-element .btn-outline-success:focus,
.elementor-element .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.elementor-element .btn-outline-success.disabled,
.elementor-element .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.elementor-element .btn-outline-success:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-success:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.elementor-element .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.elementor-element .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.elementor-element .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.elementor-element .btn-outline-info:focus,
.elementor-element .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.elementor-element .btn-outline-info.disabled,
.elementor-element .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.elementor-element .btn-outline-info:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-info:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.elementor-element .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.elementor-element .btn-outline-warning {
  color: #ffde17;
  background-color: transparent;
  background-image: none;
  border-color: #ffde17;
}
.elementor-element .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffde17;
  border-color: #ffde17;
}
.elementor-element .btn-outline-warning:focus,
.elementor-element .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 23, 0.5);
}
.elementor-element .btn-outline-warning.disabled,
.elementor-element .btn-outline-warning:disabled {
  color: #ffde17;
  background-color: transparent;
}
.elementor-element .btn-outline-warning:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-warning:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffde17;
  border-color: #ffde17;
}
.elementor-element .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 222, 23, 0.5);
}
.elementor-element .btn-outline-danger {
  color: #ed1c24;
  background-color: transparent;
  background-image: none;
  border-color: #ed1c24;
}
.elementor-element .btn-outline-danger:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.elementor-element .btn-outline-danger:focus,
.elementor-element .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.elementor-element .btn-outline-danger.disabled,
.elementor-element .btn-outline-danger:disabled {
  color: #ed1c24;
  background-color: transparent;
}
.elementor-element .btn-outline-danger:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-danger:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.elementor-element .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.5);
}
.elementor-element .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.elementor-element .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.elementor-element .btn-outline-light:focus,
.elementor-element .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.elementor-element .btn-outline-light.disabled,
.elementor-element .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.elementor-element .btn-outline-light:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-light:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.elementor-element .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.elementor-element .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.elementor-element .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.elementor-element .btn-outline-dark:focus,
.elementor-element .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.elementor-element .btn-outline-dark.disabled,
.elementor-element .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.elementor-element .btn-outline-dark:not(:disabled):not(.disabled):active,
.elementor-element .btn-outline-dark:not(:disabled):not(.disabled).active,
.elementor-element .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.elementor-element .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.elementor-element .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.elementor-element .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.elementor-element .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.elementor-element .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.elementor-element .btn-link:focus,
.elementor-element .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.elementor-element .btn-link:disabled,
.elementor-element .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.elementor-element .btn-lg,
.elementor-element .btn-group-lg > .btn,
.elementor-element .wpcf7 .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.elementor-element .btn-sm,
.elementor-element .btn-group-sm > .btn,
.elementor-element .wpcf7 .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.elementor-element .btn-block {
  display: block;
  width: 100%;
}
.elementor-element .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.elementor-element input[type=submit].btn-block,
.elementor-element input[type=reset].btn-block,
.elementor-element input[type=button].btn-block {
  width: 100%;
}
.elementor-element .fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .fade {
    transition: none;
  }
}
.elementor-element .fade:not(.show) {
  opacity: 0;
}
.elementor-element .collapse:not(.show) {
  display: none;
}
.elementor-element .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .collapsing {
    transition: none;
  }
}
.elementor-element .dropup,
.elementor-element .dropright,
.elementor-element .dropdown,
.elementor-element .dropleft {
  position: relative;
}
.elementor-element .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.elementor-element .dropdown-toggle:empty::after {
  margin-left: 0;
}
.elementor-element .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 31, 32, 0.15);
  border-radius: 0.25rem;
}
.elementor-element .dropdown-menu-right {
  right: 0;
  left: auto;
}
.elementor-element .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.elementor-element .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.elementor-element .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.elementor-element .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.elementor-element .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.elementor-element .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.elementor-element .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.elementor-element .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.elementor-element .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.elementor-element .dropleft .dropdown-toggle::after {
  display: none;
}
.elementor-element .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.elementor-element .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.elementor-element .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.elementor-element .dropdown-menu[x-placement^=top],
.elementor-element .dropdown-menu[x-placement^=right],
.elementor-element .dropdown-menu[x-placement^=bottom],
.elementor-element .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.elementor-element .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.elementor-element .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.elementor-element .dropdown-item:hover,
.elementor-element .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.elementor-element .dropdown-item.active,
.elementor-element .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.elementor-element .dropdown-item.disabled,
.elementor-element .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.elementor-element .dropdown-menu.show {
  display: block;
}
.elementor-element .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.elementor-element .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.elementor-element .btn-group,
.elementor-element .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.elementor-element .btn-group > .btn,
.elementor-element .wpcf7 .btn-group > input[type=submit],
.elementor-element .btn-group-vertical > .btn,
.elementor-element .wpcf7 .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 0 1 auto;
}
.elementor-element .btn-group > .btn:hover,
.elementor-element .wpcf7 .btn-group > input:hover[type=submit],
.elementor-element .btn-group-vertical > .btn:hover,
.elementor-element .wpcf7 .btn-group-vertical > input:hover[type=submit] {
  z-index: 1;
}
.elementor-element .btn-group > .btn:focus,
.elementor-element .wpcf7 .btn-group > input:focus[type=submit],
.elementor-element .btn-group > .btn:active,
.elementor-element .wpcf7 .btn-group > input:active[type=submit],
.elementor-element .btn-group > .btn.active,
.elementor-element .wpcf7 .btn-group > input.active[type=submit],
.elementor-element .btn-group-vertical > .btn:focus,
.elementor-element .wpcf7 .btn-group-vertical > input:focus[type=submit],
.elementor-element .btn-group-vertical > .btn:active,
.elementor-element .wpcf7 .btn-group-vertical > input:active[type=submit],
.elementor-element .btn-group-vertical > .btn.active,
.elementor-element .wpcf7 .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}
.elementor-element .btn-group .btn + .btn,
.elementor-element .btn-group .wpcf7 input[type=submit] + .btn,
.elementor-element .wpcf7 .btn-group input[type=submit] + .btn,
.elementor-element .btn-group .wpcf7 .btn + input[type=submit],
.elementor-element .wpcf7 .btn-group .btn + input[type=submit],
.elementor-element .btn-group .wpcf7 input[type=submit] + input[type=submit],
.elementor-element .wpcf7 .btn-group input[type=submit] + input[type=submit],
.elementor-element .btn-group .btn + .btn-group,
.elementor-element .btn-group .wpcf7 input[type=submit] + .btn-group,
.elementor-element .wpcf7 .btn-group input[type=submit] + .btn-group,
.elementor-element .btn-group .btn-group + .btn,
.elementor-element .btn-group .wpcf7 .btn-group + input[type=submit],
.elementor-element .wpcf7 .btn-group .btn-group + input[type=submit],
.elementor-element .btn-group .btn-group + .btn-group,
.elementor-element .btn-group-vertical .btn + .btn,
.elementor-element .btn-group-vertical .wpcf7 input[type=submit] + .btn,
.elementor-element .wpcf7 .btn-group-vertical input[type=submit] + .btn,
.elementor-element .btn-group-vertical .wpcf7 .btn + input[type=submit],
.elementor-element .wpcf7 .btn-group-vertical .btn + input[type=submit],
.elementor-element .btn-group-vertical .wpcf7 input[type=submit] + input[type=submit],
.elementor-element .wpcf7 .btn-group-vertical input[type=submit] + input[type=submit],
.elementor-element .btn-group-vertical .btn + .btn-group,
.elementor-element .btn-group-vertical .wpcf7 input[type=submit] + .btn-group,
.elementor-element .wpcf7 .btn-group-vertical input[type=submit] + .btn-group,
.elementor-element .btn-group-vertical .btn-group + .btn,
.elementor-element .btn-group-vertical .wpcf7 .btn-group + input[type=submit],
.elementor-element .wpcf7 .btn-group-vertical .btn-group + input[type=submit],
.elementor-element .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.elementor-element .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.elementor-element .btn-toolbar .input-group {
  width: auto;
}
.elementor-element .btn-group > .btn:first-child,
.elementor-element .wpcf7 .btn-group > input:first-child[type=submit] {
  margin-left: 0;
}
.elementor-element .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.elementor-element .wpcf7 .btn-group > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.elementor-element .btn-group > .btn-group:not(:last-child) > .btn,
.elementor-element .wpcf7 .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-element .btn-group > .btn:not(:first-child),
.elementor-element .wpcf7 .btn-group > input:not(:first-child)[type=submit],
.elementor-element .btn-group > .btn-group:not(:first-child) > .btn,
.elementor-element .wpcf7 .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.elementor-element .dropdown-toggle-split::after,
.elementor-element .dropup .dropdown-toggle-split::after,
.elementor-element .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.elementor-element .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.elementor-element .btn-sm + .dropdown-toggle-split,
.elementor-element .btn-group-sm > .btn + .dropdown-toggle-split,
.elementor-element .wpcf7 .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.elementor-element .btn-lg + .dropdown-toggle-split,
.elementor-element .btn-group-lg > .btn + .dropdown-toggle-split,
.elementor-element .wpcf7 .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.elementor-element .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.elementor-element .btn-group-vertical .btn,
.elementor-element .btn-group-vertical .wpcf7 input[type=submit],
.elementor-element .wpcf7 .btn-group-vertical input[type=submit],
.elementor-element .btn-group-vertical .btn-group {
  width: 100%;
}
.elementor-element .btn-group-vertical > .btn + .btn,
.elementor-element .wpcf7 .btn-group-vertical > input[type=submit] + .btn,
.elementor-element .wpcf7 .btn-group-vertical > .btn + input[type=submit],
.elementor-element .wpcf7 .btn-group-vertical > input[type=submit] + input[type=submit],
.elementor-element .btn-group-vertical > .btn + .btn-group,
.elementor-element .wpcf7 .btn-group-vertical > input[type=submit] + .btn-group,
.elementor-element .btn-group-vertical > .btn-group + .btn,
.elementor-element .wpcf7 .btn-group-vertical > .btn-group + input[type=submit],
.elementor-element .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.elementor-element .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.elementor-element .wpcf7 .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.elementor-element .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.elementor-element .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .btn-group-vertical > .btn:not(:first-child),
.elementor-element .wpcf7 .btn-group-vertical > input:not(:first-child)[type=submit],
.elementor-element .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.elementor-element .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.elementor-element .btn-group-toggle > .btn,
.elementor-element .wpcf7 .btn-group-toggle > input[type=submit],
.elementor-element .btn-group-toggle > .btn-group > .btn,
.elementor-element .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.elementor-element .btn-group-toggle > .btn input[type=radio],
.elementor-element .wpcf7 .btn-group-toggle > input[type=submit] input[type=radio],
.elementor-element .btn-group-toggle > .btn input[type=checkbox],
.elementor-element .wpcf7 .btn-group-toggle > input[type=submit] input[type=checkbox],
.elementor-element .btn-group-toggle > .btn-group > .btn input[type=radio],
.elementor-element .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.elementor-element .btn-group-toggle > .btn-group > .btn input[type=checkbox],
.elementor-element .wpcf7 .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.elementor-element .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.elementor-element .input-group > .form-control,
.elementor-element .wpcf7 .input-group > input[type=text],
.elementor-element .wpcf7 .input-group > input[type=search],
.elementor-element .wpcf7 .input-group > input[type=url],
.elementor-element .wpcf7 .input-group > input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=number],
.elementor-element .wpcf7 .input-group > input[type=range],
.elementor-element .wpcf7 .input-group > input[type=date],
.elementor-element .wpcf7 .input-group > input[type=month],
.elementor-element .wpcf7 .input-group > input[type=week],
.elementor-element .wpcf7 .input-group > input[type=time],
.elementor-element .wpcf7 .input-group > input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=color],
.elementor-element .wpcf7 .input-group > input[type=email],
.elementor-element .wpcf7 .input-group > input[type=file],
.elementor-element .wpcf7 .input-group > input[type=submit],
.elementor-element .wpcf7 .input-group > select,
.elementor-element .wpcf7 .input-group > textarea,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors,
.elementor-element .input-group > .custom-select,
.elementor-element .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.elementor-element .input-group > .form-control:focus,
.elementor-element .wpcf7 .input-group > input:focus[type=text],
.elementor-element .wpcf7 .input-group > input:focus[type=search],
.elementor-element .wpcf7 .input-group > input:focus[type=url],
.elementor-element .wpcf7 .input-group > input:focus[type=tel],
.elementor-element .wpcf7 .input-group > input:focus[type=number],
.elementor-element .wpcf7 .input-group > input:focus[type=range],
.elementor-element .wpcf7 .input-group > input:focus[type=date],
.elementor-element .wpcf7 .input-group > input:focus[type=month],
.elementor-element .wpcf7 .input-group > input:focus[type=week],
.elementor-element .wpcf7 .input-group > input:focus[type=time],
.elementor-element .wpcf7 .input-group > input:focus[type=datetime],
.elementor-element .wpcf7 .input-group > input:focus[type=datetime-local],
.elementor-element .wpcf7 .input-group > input:focus[type=color],
.elementor-element .wpcf7 .input-group > input:focus[type=email],
.elementor-element .wpcf7 .input-group > input:focus[type=file],
.elementor-element .wpcf7 .input-group > input:focus[type=submit],
.elementor-element .wpcf7 .input-group > select:focus,
.elementor-element .wpcf7 .input-group > textarea:focus,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors:focus,
.elementor-element .input-group > .custom-select:focus,
.elementor-element .input-group > .custom-file:focus {
  z-index: 3;
}
.elementor-element .input-group > .form-control + .form-control,
.elementor-element .wpcf7 .input-group > input[type=text] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=search] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=url] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=tel] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=number] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=range] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=date] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=month] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=week] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=time] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=datetime] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=color] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=email] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=file] + .form-control,
.elementor-element .wpcf7 .input-group > input[type=submit] + .form-control,
.elementor-element .wpcf7 .input-group > select + .form-control,
.elementor-element .wpcf7 .input-group > textarea + .form-control,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + .form-control,
.elementor-element .wpcf7 .input-group > .form-control + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=text],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=text],
.elementor-element .wpcf7 .input-group > select + input[type=text],
.elementor-element .wpcf7 .input-group > textarea + input[type=text],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=text],
.elementor-element .wpcf7 .input-group > .form-control + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=search],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=search],
.elementor-element .wpcf7 .input-group > select + input[type=search],
.elementor-element .wpcf7 .input-group > textarea + input[type=search],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=search],
.elementor-element .wpcf7 .input-group > .form-control + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=url],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=url],
.elementor-element .wpcf7 .input-group > select + input[type=url],
.elementor-element .wpcf7 .input-group > textarea + input[type=url],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=url],
.elementor-element .wpcf7 .input-group > .form-control + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=tel],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=tel],
.elementor-element .wpcf7 .input-group > select + input[type=tel],
.elementor-element .wpcf7 .input-group > textarea + input[type=tel],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=tel],
.elementor-element .wpcf7 .input-group > .form-control + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=number],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=number],
.elementor-element .wpcf7 .input-group > select + input[type=number],
.elementor-element .wpcf7 .input-group > textarea + input[type=number],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=number],
.elementor-element .wpcf7 .input-group > .form-control + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=range],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=range],
.elementor-element .wpcf7 .input-group > select + input[type=range],
.elementor-element .wpcf7 .input-group > textarea + input[type=range],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=range],
.elementor-element .wpcf7 .input-group > .form-control + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=date],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=date],
.elementor-element .wpcf7 .input-group > select + input[type=date],
.elementor-element .wpcf7 .input-group > textarea + input[type=date],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=date],
.elementor-element .wpcf7 .input-group > .form-control + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=month],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=month],
.elementor-element .wpcf7 .input-group > select + input[type=month],
.elementor-element .wpcf7 .input-group > textarea + input[type=month],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=month],
.elementor-element .wpcf7 .input-group > .form-control + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=week],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=week],
.elementor-element .wpcf7 .input-group > select + input[type=week],
.elementor-element .wpcf7 .input-group > textarea + input[type=week],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=week],
.elementor-element .wpcf7 .input-group > .form-control + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=time],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=time],
.elementor-element .wpcf7 .input-group > select + input[type=time],
.elementor-element .wpcf7 .input-group > textarea + input[type=time],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=time],
.elementor-element .wpcf7 .input-group > .form-control + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=datetime],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=datetime],
.elementor-element .wpcf7 .input-group > select + input[type=datetime],
.elementor-element .wpcf7 .input-group > textarea + input[type=datetime],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime],
.elementor-element .wpcf7 .input-group > .form-control + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > select + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > textarea + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > .form-control + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=color],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=color],
.elementor-element .wpcf7 .input-group > select + input[type=color],
.elementor-element .wpcf7 .input-group > textarea + input[type=color],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=color],
.elementor-element .wpcf7 .input-group > .form-control + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=email],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=email],
.elementor-element .wpcf7 .input-group > select + input[type=email],
.elementor-element .wpcf7 .input-group > textarea + input[type=email],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=email],
.elementor-element .wpcf7 .input-group > .form-control + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=file],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=file],
.elementor-element .wpcf7 .input-group > select + input[type=file],
.elementor-element .wpcf7 .input-group > textarea + input[type=file],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=file],
.elementor-element .wpcf7 .input-group > .form-control + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=text] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=search] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=url] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=tel] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=number] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=range] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=date] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=month] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=week] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=time] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=datetime] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=color] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=email] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=file] + input[type=submit],
.elementor-element .wpcf7 .input-group > input[type=submit] + input[type=submit],
.elementor-element .wpcf7 .input-group > select + input[type=submit],
.elementor-element .wpcf7 .input-group > textarea + input[type=submit],
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + input[type=submit],
.elementor-element .wpcf7 .input-group > .form-control + select,
.elementor-element .wpcf7 .input-group > input[type=text] + select,
.elementor-element .wpcf7 .input-group > input[type=search] + select,
.elementor-element .wpcf7 .input-group > input[type=url] + select,
.elementor-element .wpcf7 .input-group > input[type=tel] + select,
.elementor-element .wpcf7 .input-group > input[type=number] + select,
.elementor-element .wpcf7 .input-group > input[type=range] + select,
.elementor-element .wpcf7 .input-group > input[type=date] + select,
.elementor-element .wpcf7 .input-group > input[type=month] + select,
.elementor-element .wpcf7 .input-group > input[type=week] + select,
.elementor-element .wpcf7 .input-group > input[type=time] + select,
.elementor-element .wpcf7 .input-group > input[type=datetime] + select,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + select,
.elementor-element .wpcf7 .input-group > input[type=color] + select,
.elementor-element .wpcf7 .input-group > input[type=email] + select,
.elementor-element .wpcf7 .input-group > input[type=file] + select,
.elementor-element .wpcf7 .input-group > input[type=submit] + select,
.elementor-element .wpcf7 .input-group > select + select,
.elementor-element .wpcf7 .input-group > textarea + select,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + select,
.elementor-element .wpcf7 .input-group > .form-control + textarea,
.elementor-element .wpcf7 .input-group > input[type=text] + textarea,
.elementor-element .wpcf7 .input-group > input[type=search] + textarea,
.elementor-element .wpcf7 .input-group > input[type=url] + textarea,
.elementor-element .wpcf7 .input-group > input[type=tel] + textarea,
.elementor-element .wpcf7 .input-group > input[type=number] + textarea,
.elementor-element .wpcf7 .input-group > input[type=range] + textarea,
.elementor-element .wpcf7 .input-group > input[type=date] + textarea,
.elementor-element .wpcf7 .input-group > input[type=month] + textarea,
.elementor-element .wpcf7 .input-group > input[type=week] + textarea,
.elementor-element .wpcf7 .input-group > input[type=time] + textarea,
.elementor-element .wpcf7 .input-group > input[type=datetime] + textarea,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + textarea,
.elementor-element .wpcf7 .input-group > input[type=color] + textarea,
.elementor-element .wpcf7 .input-group > input[type=email] + textarea,
.elementor-element .wpcf7 .input-group > input[type=file] + textarea,
.elementor-element .wpcf7 .input-group > input[type=submit] + textarea,
.elementor-element .wpcf7 .input-group > select + textarea,
.elementor-element .wpcf7 .input-group > textarea + textarea,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + textarea,
.elementor-element .wpcf7 .input-group > .form-control + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=text] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=search] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=url] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=tel] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=number] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=range] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=date] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=month] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=week] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=time] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=datetime] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=color] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=email] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=file] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > input[type=submit] + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > select + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > textarea + .wpcf7-validation-errors,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + .wpcf7-validation-errors,
.elementor-element .input-group > .form-control + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=text] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=search] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=url] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=tel] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=number] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=range] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=date] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=month] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=week] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=time] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=datetime] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=color] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=email] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=file] + .custom-select,
.elementor-element .wpcf7 .input-group > input[type=submit] + .custom-select,
.elementor-element .wpcf7 .input-group > select + .custom-select,
.elementor-element .wpcf7 .input-group > textarea + .custom-select,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + .custom-select,
.elementor-element .input-group > .form-control + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=text] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=search] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=url] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=tel] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=number] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=range] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=date] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=month] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=week] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=time] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=datetime] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=datetime-local] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=color] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=email] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=file] + .custom-file,
.elementor-element .wpcf7 .input-group > input[type=submit] + .custom-file,
.elementor-element .wpcf7 .input-group > select + .custom-file,
.elementor-element .wpcf7 .input-group > textarea + .custom-file,
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors + .custom-file,
.elementor-element .input-group > .custom-select + .form-control,
.elementor-element .wpcf7 .input-group > .custom-select + input[type=text],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=search],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=url],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=tel],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=number],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=range],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=date],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=month],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=week],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=time],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=datetime],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=color],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=email],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=file],
.elementor-element .wpcf7 .input-group > .custom-select + input[type=submit],
.elementor-element .wpcf7 .input-group > .custom-select + select,
.elementor-element .wpcf7 .input-group > .custom-select + textarea,
.elementor-element .wpcf7 .input-group > .custom-select + .wpcf7-validation-errors,
.elementor-element .input-group > .custom-select + .custom-select,
.elementor-element .input-group > .custom-select + .custom-file,
.elementor-element .input-group > .custom-file + .form-control,
.elementor-element .wpcf7 .input-group > .custom-file + input[type=text],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=search],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=url],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=tel],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=number],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=range],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=date],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=month],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=week],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=time],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=datetime],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=datetime-local],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=color],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=email],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=file],
.elementor-element .wpcf7 .input-group > .custom-file + input[type=submit],
.elementor-element .wpcf7 .input-group > .custom-file + select,
.elementor-element .wpcf7 .input-group > .custom-file + textarea,
.elementor-element .wpcf7 .input-group > .custom-file + .wpcf7-validation-errors,
.elementor-element .input-group > .custom-file + .custom-select,
.elementor-element .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.elementor-element .input-group > .form-control:not(:last-child),
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=text],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=search],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=url],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=tel],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=number],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=range],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=date],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=month],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=week],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=time],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=datetime],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=datetime-local],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=color],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=email],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=file],
.elementor-element .wpcf7 .input-group > input:not(:last-child)[type=submit],
.elementor-element .wpcf7 .input-group > select:not(:last-child),
.elementor-element .wpcf7 .input-group > textarea:not(:last-child),
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors:not(:last-child),
.elementor-element .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-element .input-group > .form-control:not(:first-child),
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=text],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=search],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=url],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=tel],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=number],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=range],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=date],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=month],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=week],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=time],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=datetime],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=datetime-local],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=color],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=email],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=file],
.elementor-element .wpcf7 .input-group > input:not(:first-child)[type=submit],
.elementor-element .wpcf7 .input-group > select:not(:first-child),
.elementor-element .wpcf7 .input-group > textarea:not(:first-child),
.elementor-element .wpcf7 .input-group > .wpcf7-validation-errors:not(:first-child),
.elementor-element .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.elementor-element .input-group > .custom-file:not(:last-child) .custom-file-label,
.elementor-element .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-element .input-group > .custom-file:not(:first-child) .custom-file-label,
.elementor-element .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .input-group-prepend,
.elementor-element .input-group-append {
  display: flex;
}
.elementor-element .input-group-prepend .btn,
.elementor-element .input-group-prepend .wpcf7 input[type=submit],
.elementor-element .wpcf7 .input-group-prepend input[type=submit],
.elementor-element .input-group-append .btn,
.elementor-element .input-group-append .wpcf7 input[type=submit],
.elementor-element .wpcf7 .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.elementor-element .input-group-prepend .btn + .btn,
.elementor-element .input-group-prepend .wpcf7 input[type=submit] + .btn,
.elementor-element .wpcf7 .input-group-prepend input[type=submit] + .btn,
.elementor-element .input-group-prepend .wpcf7 .btn + input[type=submit],
.elementor-element .wpcf7 .input-group-prepend .btn + input[type=submit],
.elementor-element .input-group-prepend .wpcf7 input[type=submit] + input[type=submit],
.elementor-element .wpcf7 .input-group-prepend input[type=submit] + input[type=submit],
.elementor-element .input-group-prepend .btn + .input-group-text,
.elementor-element .input-group-prepend .wpcf7 input[type=submit] + .input-group-text,
.elementor-element .wpcf7 .input-group-prepend input[type=submit] + .input-group-text,
.elementor-element .input-group-prepend .input-group-text + .input-group-text,
.elementor-element .input-group-prepend .input-group-text + .btn,
.elementor-element .input-group-prepend .wpcf7 .input-group-text + input[type=submit],
.elementor-element .wpcf7 .input-group-prepend .input-group-text + input[type=submit],
.elementor-element .input-group-append .btn + .btn,
.elementor-element .input-group-append .wpcf7 input[type=submit] + .btn,
.elementor-element .wpcf7 .input-group-append input[type=submit] + .btn,
.elementor-element .input-group-append .wpcf7 .btn + input[type=submit],
.elementor-element .wpcf7 .input-group-append .btn + input[type=submit],
.elementor-element .input-group-append .wpcf7 input[type=submit] + input[type=submit],
.elementor-element .wpcf7 .input-group-append input[type=submit] + input[type=submit],
.elementor-element .input-group-append .btn + .input-group-text,
.elementor-element .input-group-append .wpcf7 input[type=submit] + .input-group-text,
.elementor-element .wpcf7 .input-group-append input[type=submit] + .input-group-text,
.elementor-element .input-group-append .input-group-text + .input-group-text,
.elementor-element .input-group-append .input-group-text + .btn,
.elementor-element .input-group-append .wpcf7 .input-group-text + input[type=submit],
.elementor-element .wpcf7 .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}
.elementor-element .input-group-prepend {
  margin-right: -1px;
}
.elementor-element .input-group-append {
  margin-left: -1px;
}
.elementor-element .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.elementor-element .input-group-text input[type=radio],
.elementor-element .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.elementor-element .input-group > .input-group-prepend > .btn,
.elementor-element .wpcf7 .input-group > .input-group-prepend > input[type=submit],
.elementor-element .input-group > .input-group-prepend > .input-group-text,
.elementor-element .input-group > .input-group-append:not(:last-child) > .btn,
.elementor-element .wpcf7 .input-group > .input-group-append:not(:last-child) > input[type=submit],
.elementor-element .input-group > .input-group-append:not(:last-child) > .input-group-text,
.elementor-element .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.elementor-element .wpcf7 .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.elementor-element .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-element .input-group > .input-group-append > .btn,
.elementor-element .wpcf7 .input-group > .input-group-append > input[type=submit],
.elementor-element .input-group > .input-group-append > .input-group-text,
.elementor-element .input-group > .input-group-prepend:not(:first-child) > .btn,
.elementor-element .wpcf7 .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.elementor-element .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.elementor-element .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.elementor-element .wpcf7 .input-group > .input-group-prepend:first-child > input:not(:first-child)[type=submit],
.elementor-element .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.elementor-element .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.elementor-element .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.elementor-element .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.elementor-element .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.elementor-element .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.elementor-element .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.elementor-element .custom-control-label {
  margin-bottom: 0;
}
.elementor-element .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.elementor-element .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.elementor-element .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.elementor-element .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.elementor-element .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
}
.elementor-element .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.elementor-element .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E");
}
.elementor-element .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.elementor-element .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.elementor-element .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.elementor-element .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.elementor-element .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.elementor-element .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.elementor-element .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elementor-element .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.elementor-element .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.elementor-element .custom-select[multiple],
.elementor-element .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.elementor-element .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.elementor-element .custom-select::-ms-expand {
  opacity: 0;
}
.elementor-element .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.elementor-element .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.elementor-element .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.elementor-element .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.elementor-element .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.elementor-element .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.elementor-element .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.elementor-element .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem + 2px - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.elementor-element .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elementor-element .custom-range:focus {
  outline: none;
}
.elementor-element .custom-range::-moz-focus-outer {
  border: 0;
}
.elementor-element .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}
.elementor-element .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.elementor-element .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.elementor-element .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}
.elementor-element .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.elementor-element .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.elementor-element .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.elementor-element .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.elementor-element .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.elementor-element .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.elementor-element .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.elementor-element .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.elementor-element .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.elementor-element .nav-link:hover,
.elementor-element .nav-link:focus {
  text-decoration: none;
}
.elementor-element .nav-link.disabled {
  color: #6c757d;
}
.elementor-element .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.elementor-element .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.elementor-element .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.elementor-element .nav-tabs .nav-link:hover,
.elementor-element .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.elementor-element .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.elementor-element .nav-tabs .nav-link.active,
.elementor-element .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.elementor-element .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.elementor-element .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.elementor-element .nav-pills .nav-link.active,
.elementor-element .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.elementor-element .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.elementor-element .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.elementor-element .tab-content > .tab-pane {
  display: none;
}
.elementor-element .tab-content > .active {
  display: block;
}
.elementor-element .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.elementor-element .navbar > .container,
.elementor-element .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.elementor-element .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.elementor-element .navbar-brand:hover,
.elementor-element .navbar-brand:focus {
  text-decoration: none;
}
.elementor-element .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.elementor-element .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.elementor-element .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.elementor-element .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.elementor-element .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.elementor-element .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.elementor-element .navbar-toggler:hover,
.elementor-element .navbar-toggler:focus {
  text-decoration: none;
}
.elementor-element .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.elementor-element .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .elementor-element .navbar-expand-sm > .container,
  .elementor-element .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .elementor-element .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .elementor-element .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .elementor-element .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .elementor-element .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .elementor-element .navbar-expand-sm > .container,
  .elementor-element .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .elementor-element .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .elementor-element .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .elementor-element .navbar-expand-md > .container,
  .elementor-element .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .elementor-element .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .elementor-element .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .elementor-element .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .elementor-element .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .elementor-element .navbar-expand-md > .container,
  .elementor-element .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .elementor-element .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .elementor-element .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .elementor-element .navbar-expand-lg > .container,
  .elementor-element .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .elementor-element .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .elementor-element .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .elementor-element .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .elementor-element .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .elementor-element .navbar-expand-lg > .container,
  .elementor-element .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .elementor-element .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .elementor-element .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .elementor-element .navbar-expand-xl > .container,
  .elementor-element .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .elementor-element .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .elementor-element .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .elementor-element .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .elementor-element .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .elementor-element .navbar-expand-xl > .container,
  .elementor-element .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .elementor-element .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .elementor-element .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.elementor-element .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.elementor-element .navbar-expand > .container,
.elementor-element .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.elementor-element .navbar-expand .navbar-nav {
  flex-direction: row;
}
.elementor-element .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.elementor-element .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.elementor-element .navbar-expand > .container,
.elementor-element .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.elementor-element .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.elementor-element .navbar-expand .navbar-toggler {
  display: none;
}
.elementor-element .navbar-light .navbar-brand {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-light .navbar-brand:hover,
.elementor-element .navbar-light .navbar-brand:focus {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-light .navbar-nav .nav-link {
  color: rgba(35, 31, 32, 0.5);
}
.elementor-element .navbar-light .navbar-nav .nav-link:hover,
.elementor-element .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(35, 31, 32, 0.7);
}
.elementor-element .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(35, 31, 32, 0.3);
}
.elementor-element .navbar-light .navbar-nav .show > .nav-link,
.elementor-element .navbar-light .navbar-nav .active > .nav-link,
.elementor-element .navbar-light .navbar-nav .nav-link.show,
.elementor-element .navbar-light .navbar-nav .nav-link.active {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-light .navbar-toggler {
  color: rgba(35, 31, 32, 0.5);
  border-color: rgba(35, 31, 32, 0.1);
}
.elementor-element .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%2835, 31, 32, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.elementor-element .navbar-light .navbar-text {
  color: rgba(35, 31, 32, 0.5);
}
.elementor-element .navbar-light .navbar-text a {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-light .navbar-text a:hover,
.elementor-element .navbar-light .navbar-text a:focus {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-dark .navbar-brand {
  color: #fff;
}
.elementor-element .navbar-dark .navbar-brand:hover,
.elementor-element .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.elementor-element .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.elementor-element .navbar-dark .navbar-nav .nav-link:hover,
.elementor-element .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.elementor-element .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.elementor-element .navbar-dark .navbar-nav .show > .nav-link,
.elementor-element .navbar-dark .navbar-nav .active > .nav-link,
.elementor-element .navbar-dark .navbar-nav .nav-link.show,
.elementor-element .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.elementor-element .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.elementor-element .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.elementor-element .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.elementor-element .navbar-dark .navbar-text a {
  color: #fff;
}
.elementor-element .navbar-dark .navbar-text a:hover,
.elementor-element .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.elementor-element .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(35, 31, 32, 0.125);
  border-radius: 0.25rem;
}
.elementor-element .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.elementor-element .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.elementor-element .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.elementor-element .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.elementor-element .card-title {
  margin-bottom: 0.75rem;
}
.elementor-element .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.elementor-element .card-text:last-child {
  margin-bottom: 0;
}
.elementor-element .card-link:hover {
  text-decoration: none;
}
.elementor-element .card-link + .card-link {
  margin-left: 1.25rem;
}
.elementor-element .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(35, 31, 32, 0.03);
  border-bottom: 1px solid rgba(35, 31, 32, 0.125);
}
.elementor-element .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.elementor-element .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.elementor-element .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(35, 31, 32, 0.03);
  border-top: 1px solid rgba(35, 31, 32, 0.125);
}
.elementor-element .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.elementor-element .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.elementor-element .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.elementor-element .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.elementor-element .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.elementor-element .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.elementor-element .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.elementor-element .card-deck {
  display: flex;
  flex-direction: column;
}
.elementor-element .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .elementor-element .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .elementor-element .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.elementor-element .card-group {
  display: flex;
  flex-direction: column;
}
.elementor-element .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .elementor-element .card-group {
    flex-flow: row wrap;
  }
  .elementor-element .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .elementor-element .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .elementor-element .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-element .card-group > .card:first-child .card-img-top,
  .elementor-element .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .elementor-element .card-group > .card:first-child .card-img-bottom,
  .elementor-element .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .elementor-element .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .elementor-element .card-group > .card:last-child .card-img-top,
  .elementor-element .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .elementor-element .card-group > .card:last-child .card-img-bottom,
  .elementor-element .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .elementor-element .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .elementor-element .card-group > .card:only-child .card-img-top,
  .elementor-element .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .elementor-element .card-group > .card:only-child .card-img-bottom,
  .elementor-element .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .elementor-element .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .elementor-element .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .elementor-element .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .elementor-element .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .elementor-element .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.elementor-element .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .elementor-element .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .elementor-element .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.elementor-element .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.elementor-element .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.elementor-element .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.elementor-element .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.elementor-element .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.elementor-element .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.elementor-element .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.elementor-element .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.elementor-element .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.elementor-element .breadcrumb-item.active {
  color: #6c757d;
}
.elementor-element .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.elementor-element .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.elementor-element .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.elementor-element .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.elementor-element .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.elementor-element .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.elementor-element .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.elementor-element .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.elementor-element .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.elementor-element .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.elementor-element .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.elementor-element .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.elementor-element .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.elementor-element .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.elementor-element .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.elementor-element .badge:empty {
  display: none;
}
.elementor-element .btn .badge,
.elementor-element .wpcf7 input[type=submit] .badge {
  position: relative;
  top: -1px;
}
.elementor-element .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.elementor-element .badge-primary {
  color: #fff;
  background-color: #007bff;
}
.elementor-element .badge-primary[href]:hover,
.elementor-element .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.elementor-element .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.elementor-element .badge-secondary[href]:hover,
.elementor-element .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.elementor-element .badge-success {
  color: #fff;
  background-color: #28a745;
}
.elementor-element .badge-success[href]:hover,
.elementor-element .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.elementor-element .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.elementor-element .badge-info[href]:hover,
.elementor-element .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.elementor-element .badge-warning {
  color: #212529;
  background-color: #ffde17;
}
.elementor-element .badge-warning[href]:hover,
.elementor-element .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e3c300;
}
.elementor-element .badge-danger {
  color: #fff;
  background-color: #ed1c24;
}
.elementor-element .badge-danger[href]:hover,
.elementor-element .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c61017;
}
.elementor-element .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.elementor-element .badge-light[href]:hover,
.elementor-element .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.elementor-element .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.elementor-element .badge-dark[href]:hover,
.elementor-element .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.elementor-element .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .elementor-element .jumbotron {
    padding: 4rem 2rem;
  }
}
.elementor-element .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.elementor-element .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.elementor-element .alert-heading {
  color: inherit;
}
.elementor-element .alert-link {
  font-weight: 700;
}
.elementor-element .alert-dismissible {
  padding-right: 4rem;
}
.elementor-element .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.elementor-element .alert-primary {
  color: #114f94;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.elementor-element .alert-primary hr {
  border-top-color: #9fcdff;
}
.elementor-element .alert-primary .alert-link {
  color: #0c3766;
}
.elementor-element .alert-secondary {
  color: #494c50;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.elementor-element .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.elementor-element .alert-secondary .alert-link {
  color: #313335;
}
.elementor-element .alert-success {
  color: #266633;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.elementor-element .alert-success hr {
  border-top-color: #b1dfbb;
}
.elementor-element .alert-success .alert-link {
  color: #184120;
}
.elementor-element .alert-info {
  color: #1d636f;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.elementor-element .alert-info hr {
  border-top-color: #abdde5;
}
.elementor-element .alert-info .alert-link {
  color: #123f47;
}
.elementor-element .alert-warning {
  color: #95821b;
  background-color: #fff8d1;
  border-color: #fff6be;
}
.elementor-element .alert-warning hr {
  border-top-color: #fff2a5;
}
.elementor-element .alert-warning .alert-link {
  color: #6a5c13;
}
.elementor-element .alert-danger {
  color: #8c1d22;
  background-color: #fbd2d3;
  border-color: #fabfc2;
}
.elementor-element .alert-danger hr {
  border-top-color: #f8a7ab;
}
.elementor-element .alert-danger .alert-link {
  color: #621418;
}
.elementor-element .alert-light {
  color: #929091;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.elementor-element .alert-light hr {
  border-top-color: #ececf6;
}
.elementor-element .alert-light .alert-link {
  color: #797678;
}
.elementor-element .alert-dark {
  color: #2c2d31;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.elementor-element .alert-dark hr {
  border-top-color: #b9bbbe;
}
.elementor-element .alert-dark .alert-link {
  color: #141416;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.elementor-element .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.elementor-element .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .progress-bar {
    transition: none;
  }
}
.elementor-element .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.elementor-element .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.elementor-element .media {
  display: flex;
  align-items: flex-start;
}
.elementor-element .media-body {
  flex: 1;
}
.elementor-element .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.elementor-element .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.elementor-element .list-group-item-action:hover,
.elementor-element .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.elementor-element .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.elementor-element .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(35, 31, 32, 0.125);
}
.elementor-element .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.elementor-element .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.elementor-element .list-group-item:hover,
.elementor-element .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.elementor-element .list-group-item.disabled,
.elementor-element .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.elementor-element .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.elementor-element .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.elementor-element .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.elementor-element .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.elementor-element .list-group-item-primary {
  color: #114f94;
  background-color: #b8daff;
}
.elementor-element .list-group-item-primary.list-group-item-action:hover,
.elementor-element .list-group-item-primary.list-group-item-action:focus {
  color: #114f94;
  background-color: #9fcdff;
}
.elementor-element .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #114f94;
  border-color: #114f94;
}
.elementor-element .list-group-item-secondary {
  color: #494c50;
  background-color: #d6d8db;
}
.elementor-element .list-group-item-secondary.list-group-item-action:hover,
.elementor-element .list-group-item-secondary.list-group-item-action:focus {
  color: #494c50;
  background-color: #c8cbcf;
}
.elementor-element .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #494c50;
  border-color: #494c50;
}
.elementor-element .list-group-item-success {
  color: #266633;
  background-color: #c3e6cb;
}
.elementor-element .list-group-item-success.list-group-item-action:hover,
.elementor-element .list-group-item-success.list-group-item-action:focus {
  color: #266633;
  background-color: #b1dfbb;
}
.elementor-element .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #266633;
  border-color: #266633;
}
.elementor-element .list-group-item-info {
  color: #1d636f;
  background-color: #bee5eb;
}
.elementor-element .list-group-item-info.list-group-item-action:hover,
.elementor-element .list-group-item-info.list-group-item-action:focus {
  color: #1d636f;
  background-color: #abdde5;
}
.elementor-element .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1d636f;
  border-color: #1d636f;
}
.elementor-element .list-group-item-warning {
  color: #95821b;
  background-color: #fff6be;
}
.elementor-element .list-group-item-warning.list-group-item-action:hover,
.elementor-element .list-group-item-warning.list-group-item-action:focus {
  color: #95821b;
  background-color: #fff2a5;
}
.elementor-element .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #95821b;
  border-color: #95821b;
}
.elementor-element .list-group-item-danger {
  color: #8c1d22;
  background-color: #fabfc2;
}
.elementor-element .list-group-item-danger.list-group-item-action:hover,
.elementor-element .list-group-item-danger.list-group-item-action:focus {
  color: #8c1d22;
  background-color: #f8a7ab;
}
.elementor-element .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8c1d22;
  border-color: #8c1d22;
}
.elementor-element .list-group-item-light {
  color: #929091;
  background-color: #fdfdfe;
}
.elementor-element .list-group-item-light.list-group-item-action:hover,
.elementor-element .list-group-item-light.list-group-item-action:focus {
  color: #929091;
  background-color: #ececf6;
}
.elementor-element .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #929091;
  border-color: #929091;
}
.elementor-element .list-group-item-dark {
  color: #2c2d31;
  background-color: #c6c8ca;
}
.elementor-element .list-group-item-dark.list-group-item-action:hover,
.elementor-element .list-group-item-dark.list-group-item-action:focus {
  color: #2c2d31;
  background-color: #b9bbbe;
}
.elementor-element .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2c2d31;
  border-color: #2c2d31;
}
.elementor-element .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #231f20;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.elementor-element .close:hover,
.elementor-element .close:focus {
  color: #231f20;
  text-decoration: none;
  opacity: 0.75;
}
.elementor-element .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.elementor-element button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.elementor-element .modal-open {
  overflow: hidden;
}
.elementor-element .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.elementor-element .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.elementor-element .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.elementor-element .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .modal.fade .modal-dialog {
    transition: none;
  }
}
.elementor-element .modal.show .modal-dialog {
  transform: translate(0, 0);
}
.elementor-element .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.elementor-element .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.elementor-element .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #231f20;
}
.elementor-element .modal-backdrop.fade {
  opacity: 0;
}
.elementor-element .modal-backdrop.show {
  opacity: 0.5;
}
.elementor-element .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.elementor-element .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.elementor-element .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.elementor-element .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.elementor-element .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.elementor-element .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.elementor-element .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.elementor-element .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .elementor-element .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .elementor-element .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .elementor-element .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .elementor-element .modal-lg {
    max-width: 800px;
  }
}
.elementor-element .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.elementor-element .tooltip.show {
  opacity: 0.9;
}
.elementor-element .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.elementor-element .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.elementor-element .bs-tooltip-top,
.elementor-element .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.elementor-element .bs-tooltip-top .arrow,
.elementor-element .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.elementor-element .bs-tooltip-top .arrow::before,
.elementor-element .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #231f20;
}
.elementor-element .bs-tooltip-right,
.elementor-element .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.elementor-element .bs-tooltip-right .arrow,
.elementor-element .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.elementor-element .bs-tooltip-right .arrow::before,
.elementor-element .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #231f20;
}
.elementor-element .bs-tooltip-bottom,
.elementor-element .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.elementor-element .bs-tooltip-bottom .arrow,
.elementor-element .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.elementor-element .bs-tooltip-bottom .arrow::before,
.elementor-element .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #231f20;
}
.elementor-element .bs-tooltip-left,
.elementor-element .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.elementor-element .bs-tooltip-left .arrow,
.elementor-element .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.elementor-element .bs-tooltip-left .arrow::before,
.elementor-element .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #231f20;
}
.elementor-element .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #231f20;
  border-radius: 0.25rem;
}
.elementor-element .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 31, 32, 0.2);
  border-radius: 0.3rem;
}
.elementor-element .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.elementor-element .popover .arrow::before,
.elementor-element .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.elementor-element .bs-popover-top,
.elementor-element .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.elementor-element .bs-popover-top .arrow,
.elementor-element .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.elementor-element .bs-popover-top .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=top] .arrow::before,
.elementor-element .bs-popover-top .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.elementor-element .bs-popover-top .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(35, 31, 32, 0.25);
}
.elementor-element .bs-popover-top .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.elementor-element .bs-popover-right,
.elementor-element .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.elementor-element .bs-popover-right .arrow,
.elementor-element .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.elementor-element .bs-popover-right .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=right] .arrow::before,
.elementor-element .bs-popover-right .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.elementor-element .bs-popover-right .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(35, 31, 32, 0.25);
}
.elementor-element .bs-popover-right .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.elementor-element .bs-popover-bottom,
.elementor-element .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.elementor-element .bs-popover-bottom .arrow,
.elementor-element .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.elementor-element .bs-popover-bottom .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=bottom] .arrow::before,
.elementor-element .bs-popover-bottom .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.elementor-element .bs-popover-bottom .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(35, 31, 32, 0.25);
}
.elementor-element .bs-popover-bottom .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.elementor-element .bs-popover-bottom .popover-header::before,
.elementor-element .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.elementor-element .bs-popover-left,
.elementor-element .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.elementor-element .bs-popover-left .arrow,
.elementor-element .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.elementor-element .bs-popover-left .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=left] .arrow::before,
.elementor-element .bs-popover-left .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.elementor-element .bs-popover-left .arrow::before,
.elementor-element .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(35, 31, 32, 0.25);
}
.elementor-element .bs-popover-left .arrow::after,
.elementor-element .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.elementor-element .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.elementor-element .popover-header:empty {
  display: none;
}
.elementor-element .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.elementor-element .carousel {
  position: relative;
}
.elementor-element .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.elementor-element .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .elementor-element .carousel-item {
    transition: none;
  }
}
.elementor-element .carousel-item.active,
.elementor-element .carousel-item-next,
.elementor-element .carousel-item-prev {
  display: block;
}
.elementor-element .carousel-item-next,
.elementor-element .carousel-item-prev {
  position: absolute;
  top: 0;
}
.elementor-element .carousel-item-next.carousel-item-left,
.elementor-element .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .elementor-element .carousel-item-next.carousel-item-left,
  .elementor-element .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element .carousel-item-next,
.elementor-element .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .elementor-element .carousel-item-next,
  .elementor-element .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.elementor-element .carousel-item-prev,
.elementor-element .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .elementor-element .carousel-item-prev,
  .elementor-element .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.elementor-element .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.elementor-element .carousel-fade .carousel-item.active,
.elementor-element .carousel-fade .carousel-item-next.carousel-item-left,
.elementor-element .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.elementor-element .carousel-fade .active.carousel-item-left,
.elementor-element .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.elementor-element .carousel-fade .carousel-item-next,
.elementor-element .carousel-fade .carousel-item-prev,
.elementor-element .carousel-fade .carousel-item.active,
.elementor-element .carousel-fade .active.carousel-item-left,
.elementor-element .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .elementor-element .carousel-fade .carousel-item-next,
  .elementor-element .carousel-fade .carousel-item-prev,
  .elementor-element .carousel-fade .carousel-item.active,
  .elementor-element .carousel-fade .active.carousel-item-left,
  .elementor-element .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element .carousel-control-prev,
.elementor-element .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.elementor-element .carousel-control-prev:hover,
.elementor-element .carousel-control-prev:focus,
.elementor-element .carousel-control-next:hover,
.elementor-element .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.elementor-element .carousel-control-prev {
  left: 0;
}
.elementor-element .carousel-control-next {
  right: 0;
}
.elementor-element .carousel-control-prev-icon,
.elementor-element .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.elementor-element .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E");
}
.elementor-element .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E");
}
.elementor-element .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.elementor-element .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.elementor-element .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.elementor-element .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.elementor-element .carousel-indicators .active {
  background-color: #fff;
}
.elementor-element .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.elementor-element .align-baseline {
  vertical-align: baseline !important;
}
.elementor-element .align-top {
  vertical-align: top !important;
}
.elementor-element .align-middle {
  vertical-align: middle !important;
}
.elementor-element .align-bottom {
  vertical-align: bottom !important;
}
.elementor-element .align-text-bottom {
  vertical-align: text-bottom !important;
}
.elementor-element .align-text-top {
  vertical-align: text-top !important;
}
.elementor-element .bg-primary {
  background-color: #007bff !important;
}
.elementor-element a.bg-primary:hover,
.elementor-element a.bg-primary:focus,
.elementor-element button.bg-primary:hover,
.elementor-element button.bg-primary:focus {
  background-color: #0062cc !important;
}
.elementor-element .bg-secondary {
  background-color: #6c757d !important;
}
.elementor-element a.bg-secondary:hover,
.elementor-element a.bg-secondary:focus,
.elementor-element button.bg-secondary:hover,
.elementor-element button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.elementor-element .bg-success {
  background-color: #28a745 !important;
}
.elementor-element a.bg-success:hover,
.elementor-element a.bg-success:focus,
.elementor-element button.bg-success:hover,
.elementor-element button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.elementor-element .bg-info {
  background-color: #17a2b8 !important;
}
.elementor-element a.bg-info:hover,
.elementor-element a.bg-info:focus,
.elementor-element button.bg-info:hover,
.elementor-element button.bg-info:focus {
  background-color: #117a8b !important;
}
.elementor-element .bg-warning {
  background-color: #ffde17 !important;
}
.elementor-element a.bg-warning:hover,
.elementor-element a.bg-warning:focus,
.elementor-element button.bg-warning:hover,
.elementor-element button.bg-warning:focus {
  background-color: #e3c300 !important;
}
.elementor-element .bg-danger {
  background-color: #ed1c24 !important;
}
.elementor-element a.bg-danger:hover,
.elementor-element a.bg-danger:focus,
.elementor-element button.bg-danger:hover,
.elementor-element button.bg-danger:focus {
  background-color: #c61017 !important;
}
.elementor-element .bg-light {
  background-color: #f8f9fa !important;
}
.elementor-element a.bg-light:hover,
.elementor-element a.bg-light:focus,
.elementor-element button.bg-light:hover,
.elementor-element button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.elementor-element .bg-dark {
  background-color: #343a40 !important;
}
.elementor-element a.bg-dark:hover,
.elementor-element a.bg-dark:focus,
.elementor-element button.bg-dark:hover,
.elementor-element button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.elementor-element .bg-white {
  background-color: #fff !important;
}
.elementor-element .bg-transparent {
  background-color: transparent !important;
}
.elementor-element .border {
  border: 1px solid #dee2e6 !important;
}
.elementor-element .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.elementor-element .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.elementor-element .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.elementor-element .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.elementor-element .border-0 {
  border: 0 !important;
}
.elementor-element .border-top-0 {
  border-top: 0 !important;
}
.elementor-element .border-right-0 {
  border-right: 0 !important;
}
.elementor-element .border-bottom-0 {
  border-bottom: 0 !important;
}
.elementor-element .border-left-0 {
  border-left: 0 !important;
}
.elementor-element .border-primary {
  border-color: #007bff !important;
}
.elementor-element .border-secondary {
  border-color: #6c757d !important;
}
.elementor-element .border-success {
  border-color: #28a745 !important;
}
.elementor-element .border-info {
  border-color: #17a2b8 !important;
}
.elementor-element .border-warning {
  border-color: #ffde17 !important;
}
.elementor-element .border-danger {
  border-color: #ed1c24 !important;
}
.elementor-element .border-light {
  border-color: #f8f9fa !important;
}
.elementor-element .border-dark {
  border-color: #343a40 !important;
}
.elementor-element .border-white {
  border-color: #fff !important;
}
.elementor-element .rounded {
  border-radius: 0.25rem !important;
}
.elementor-element .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.elementor-element .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.elementor-element .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.elementor-element .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.elementor-element .rounded-circle {
  border-radius: 50% !important;
}
.elementor-element .rounded-0 {
  border-radius: 0 !important;
}
.elementor-element .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.elementor-element .d-none {
  display: none !important;
}
.elementor-element .d-inline {
  display: inline !important;
}
.elementor-element .d-inline-block {
  display: inline-block !important;
}
.elementor-element .d-block {
  display: block !important;
}
.elementor-element .d-table {
  display: table !important;
}
.elementor-element .d-table-row {
  display: table-row !important;
}
.elementor-element .d-table-cell {
  display: table-cell !important;
}
.elementor-element .d-flex {
  display: flex !important;
}
.elementor-element .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .elementor-element .d-sm-none {
    display: none !important;
  }
  .elementor-element .d-sm-inline {
    display: inline !important;
  }
  .elementor-element .d-sm-inline-block {
    display: inline-block !important;
  }
  .elementor-element .d-sm-block {
    display: block !important;
  }
  .elementor-element .d-sm-table {
    display: table !important;
  }
  .elementor-element .d-sm-table-row {
    display: table-row !important;
  }
  .elementor-element .d-sm-table-cell {
    display: table-cell !important;
  }
  .elementor-element .d-sm-flex {
    display: flex !important;
  }
  .elementor-element .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .elementor-element .d-md-none {
    display: none !important;
  }
  .elementor-element .d-md-inline {
    display: inline !important;
  }
  .elementor-element .d-md-inline-block {
    display: inline-block !important;
  }
  .elementor-element .d-md-block {
    display: block !important;
  }
  .elementor-element .d-md-table {
    display: table !important;
  }
  .elementor-element .d-md-table-row {
    display: table-row !important;
  }
  .elementor-element .d-md-table-cell {
    display: table-cell !important;
  }
  .elementor-element .d-md-flex {
    display: flex !important;
  }
  .elementor-element .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .elementor-element .d-lg-none {
    display: none !important;
  }
  .elementor-element .d-lg-inline {
    display: inline !important;
  }
  .elementor-element .d-lg-inline-block {
    display: inline-block !important;
  }
  .elementor-element .d-lg-block {
    display: block !important;
  }
  .elementor-element .d-lg-table {
    display: table !important;
  }
  .elementor-element .d-lg-table-row {
    display: table-row !important;
  }
  .elementor-element .d-lg-table-cell {
    display: table-cell !important;
  }
  .elementor-element .d-lg-flex {
    display: flex !important;
  }
  .elementor-element .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .d-xl-none {
    display: none !important;
  }
  .elementor-element .d-xl-inline {
    display: inline !important;
  }
  .elementor-element .d-xl-inline-block {
    display: inline-block !important;
  }
  .elementor-element .d-xl-block {
    display: block !important;
  }
  .elementor-element .d-xl-table {
    display: table !important;
  }
  .elementor-element .d-xl-table-row {
    display: table-row !important;
  }
  .elementor-element .d-xl-table-cell {
    display: table-cell !important;
  }
  .elementor-element .d-xl-flex {
    display: flex !important;
  }
  .elementor-element .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .elementor-element .d-print-none {
    display: none !important;
  }
  .elementor-element .d-print-inline {
    display: inline !important;
  }
  .elementor-element .d-print-inline-block {
    display: inline-block !important;
  }
  .elementor-element .d-print-block {
    display: block !important;
  }
  .elementor-element .d-print-table {
    display: table !important;
  }
  .elementor-element .d-print-table-row {
    display: table-row !important;
  }
  .elementor-element .d-print-table-cell {
    display: table-cell !important;
  }
  .elementor-element .d-print-flex {
    display: flex !important;
  }
  .elementor-element .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.elementor-element .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.elementor-element .embed-responsive::before {
  display: block;
  content: "";
}
.elementor-element .embed-responsive .embed-responsive-item,
.elementor-element .embed-responsive iframe,
.elementor-element .embed-responsive embed,
.elementor-element .embed-responsive object,
.elementor-element .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.elementor-element .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.elementor-element .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.elementor-element .embed-responsive-4by3::before {
  padding-top: 75%;
}
.elementor-element .embed-responsive-1by1::before {
  padding-top: 100%;
}
.elementor-element .flex-row {
  flex-direction: row !important;
}
.elementor-element .flex-column {
  flex-direction: column !important;
}
.elementor-element .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.elementor-element .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.elementor-element .flex-wrap {
  flex-wrap: wrap !important;
}
.elementor-element .flex-nowrap {
  flex-wrap: nowrap !important;
}
.elementor-element .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.elementor-element .flex-fill {
  flex: 1 1 auto !important;
}
.elementor-element .flex-grow-0 {
  flex-grow: 0 !important;
}
.elementor-element .flex-grow-1 {
  flex-grow: 1 !important;
}
.elementor-element .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.elementor-element .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.elementor-element .justify-content-start {
  justify-content: flex-start !important;
}
.elementor-element .justify-content-end {
  justify-content: flex-end !important;
}
.elementor-element .justify-content-center {
  justify-content: center !important;
}
.elementor-element .justify-content-between {
  justify-content: space-between !important;
}
.elementor-element .justify-content-around {
  justify-content: space-around !important;
}
.elementor-element .align-items-start {
  align-items: flex-start !important;
}
.elementor-element .align-items-end {
  align-items: flex-end !important;
}
.elementor-element .align-items-center {
  align-items: center !important;
}
.elementor-element .align-items-baseline {
  align-items: baseline !important;
}
.elementor-element .align-items-stretch {
  align-items: stretch !important;
}
.elementor-element .align-content-start {
  align-content: flex-start !important;
}
.elementor-element .align-content-end {
  align-content: flex-end !important;
}
.elementor-element .align-content-center {
  align-content: center !important;
}
.elementor-element .align-content-between {
  align-content: space-between !important;
}
.elementor-element .align-content-around {
  align-content: space-around !important;
}
.elementor-element .align-content-stretch {
  align-content: stretch !important;
}
.elementor-element .align-self-auto {
  align-self: auto !important;
}
.elementor-element .align-self-start {
  align-self: flex-start !important;
}
.elementor-element .align-self-end {
  align-self: flex-end !important;
}
.elementor-element .align-self-center {
  align-self: center !important;
}
.elementor-element .align-self-baseline {
  align-self: baseline !important;
}
.elementor-element .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .elementor-element .flex-sm-row {
    flex-direction: row !important;
  }
  .elementor-element .flex-sm-column {
    flex-direction: column !important;
  }
  .elementor-element .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .elementor-element .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .elementor-element .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .elementor-element .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .elementor-element .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .elementor-element .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .elementor-element .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .elementor-element .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .elementor-element .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .elementor-element .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .elementor-element .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .elementor-element .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .elementor-element .justify-content-sm-center {
    justify-content: center !important;
  }
  .elementor-element .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .elementor-element .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .elementor-element .align-items-sm-start {
    align-items: flex-start !important;
  }
  .elementor-element .align-items-sm-end {
    align-items: flex-end !important;
  }
  .elementor-element .align-items-sm-center {
    align-items: center !important;
  }
  .elementor-element .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .elementor-element .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .elementor-element .align-content-sm-start {
    align-content: flex-start !important;
  }
  .elementor-element .align-content-sm-end {
    align-content: flex-end !important;
  }
  .elementor-element .align-content-sm-center {
    align-content: center !important;
  }
  .elementor-element .align-content-sm-between {
    align-content: space-between !important;
  }
  .elementor-element .align-content-sm-around {
    align-content: space-around !important;
  }
  .elementor-element .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .elementor-element .align-self-sm-auto {
    align-self: auto !important;
  }
  .elementor-element .align-self-sm-start {
    align-self: flex-start !important;
  }
  .elementor-element .align-self-sm-end {
    align-self: flex-end !important;
  }
  .elementor-element .align-self-sm-center {
    align-self: center !important;
  }
  .elementor-element .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .elementor-element .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .elementor-element .flex-md-row {
    flex-direction: row !important;
  }
  .elementor-element .flex-md-column {
    flex-direction: column !important;
  }
  .elementor-element .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .elementor-element .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .elementor-element .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .elementor-element .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .elementor-element .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .elementor-element .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .elementor-element .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .elementor-element .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .elementor-element .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .elementor-element .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .elementor-element .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .elementor-element .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .elementor-element .justify-content-md-center {
    justify-content: center !important;
  }
  .elementor-element .justify-content-md-between {
    justify-content: space-between !important;
  }
  .elementor-element .justify-content-md-around {
    justify-content: space-around !important;
  }
  .elementor-element .align-items-md-start {
    align-items: flex-start !important;
  }
  .elementor-element .align-items-md-end {
    align-items: flex-end !important;
  }
  .elementor-element .align-items-md-center {
    align-items: center !important;
  }
  .elementor-element .align-items-md-baseline {
    align-items: baseline !important;
  }
  .elementor-element .align-items-md-stretch {
    align-items: stretch !important;
  }
  .elementor-element .align-content-md-start {
    align-content: flex-start !important;
  }
  .elementor-element .align-content-md-end {
    align-content: flex-end !important;
  }
  .elementor-element .align-content-md-center {
    align-content: center !important;
  }
  .elementor-element .align-content-md-between {
    align-content: space-between !important;
  }
  .elementor-element .align-content-md-around {
    align-content: space-around !important;
  }
  .elementor-element .align-content-md-stretch {
    align-content: stretch !important;
  }
  .elementor-element .align-self-md-auto {
    align-self: auto !important;
  }
  .elementor-element .align-self-md-start {
    align-self: flex-start !important;
  }
  .elementor-element .align-self-md-end {
    align-self: flex-end !important;
  }
  .elementor-element .align-self-md-center {
    align-self: center !important;
  }
  .elementor-element .align-self-md-baseline {
    align-self: baseline !important;
  }
  .elementor-element .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .elementor-element .flex-lg-row {
    flex-direction: row !important;
  }
  .elementor-element .flex-lg-column {
    flex-direction: column !important;
  }
  .elementor-element .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .elementor-element .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .elementor-element .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .elementor-element .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .elementor-element .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .elementor-element .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .elementor-element .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .elementor-element .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .elementor-element .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .elementor-element .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .elementor-element .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .elementor-element .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .elementor-element .justify-content-lg-center {
    justify-content: center !important;
  }
  .elementor-element .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .elementor-element .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .elementor-element .align-items-lg-start {
    align-items: flex-start !important;
  }
  .elementor-element .align-items-lg-end {
    align-items: flex-end !important;
  }
  .elementor-element .align-items-lg-center {
    align-items: center !important;
  }
  .elementor-element .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .elementor-element .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .elementor-element .align-content-lg-start {
    align-content: flex-start !important;
  }
  .elementor-element .align-content-lg-end {
    align-content: flex-end !important;
  }
  .elementor-element .align-content-lg-center {
    align-content: center !important;
  }
  .elementor-element .align-content-lg-between {
    align-content: space-between !important;
  }
  .elementor-element .align-content-lg-around {
    align-content: space-around !important;
  }
  .elementor-element .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .elementor-element .align-self-lg-auto {
    align-self: auto !important;
  }
  .elementor-element .align-self-lg-start {
    align-self: flex-start !important;
  }
  .elementor-element .align-self-lg-end {
    align-self: flex-end !important;
  }
  .elementor-element .align-self-lg-center {
    align-self: center !important;
  }
  .elementor-element .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .elementor-element .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .flex-xl-row {
    flex-direction: row !important;
  }
  .elementor-element .flex-xl-column {
    flex-direction: column !important;
  }
  .elementor-element .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .elementor-element .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .elementor-element .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .elementor-element .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .elementor-element .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .elementor-element .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .elementor-element .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .elementor-element .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .elementor-element .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .elementor-element .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .elementor-element .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .elementor-element .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .elementor-element .justify-content-xl-center {
    justify-content: center !important;
  }
  .elementor-element .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .elementor-element .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .elementor-element .align-items-xl-start {
    align-items: flex-start !important;
  }
  .elementor-element .align-items-xl-end {
    align-items: flex-end !important;
  }
  .elementor-element .align-items-xl-center {
    align-items: center !important;
  }
  .elementor-element .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .elementor-element .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .elementor-element .align-content-xl-start {
    align-content: flex-start !important;
  }
  .elementor-element .align-content-xl-end {
    align-content: flex-end !important;
  }
  .elementor-element .align-content-xl-center {
    align-content: center !important;
  }
  .elementor-element .align-content-xl-between {
    align-content: space-between !important;
  }
  .elementor-element .align-content-xl-around {
    align-content: space-around !important;
  }
  .elementor-element .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .elementor-element .align-self-xl-auto {
    align-self: auto !important;
  }
  .elementor-element .align-self-xl-start {
    align-self: flex-start !important;
  }
  .elementor-element .align-self-xl-end {
    align-self: flex-end !important;
  }
  .elementor-element .align-self-xl-center {
    align-self: center !important;
  }
  .elementor-element .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .elementor-element .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.elementor-element .float-left {
  float: left !important;
}
.elementor-element .float-right {
  float: right !important;
}
.elementor-element .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .elementor-element .float-sm-left {
    float: left !important;
  }
  .elementor-element .float-sm-right {
    float: right !important;
  }
  .elementor-element .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .elementor-element .float-md-left {
    float: left !important;
  }
  .elementor-element .float-md-right {
    float: right !important;
  }
  .elementor-element .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .elementor-element .float-lg-left {
    float: left !important;
  }
  .elementor-element .float-lg-right {
    float: right !important;
  }
  .elementor-element .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .float-xl-left {
    float: left !important;
  }
  .elementor-element .float-xl-right {
    float: right !important;
  }
  .elementor-element .float-xl-none {
    float: none !important;
  }
}
.elementor-element .position-static {
  position: static !important;
}
.elementor-element .position-relative {
  position: relative !important;
}
.elementor-element .position-absolute {
  position: absolute !important;
}
.elementor-element .position-fixed {
  position: fixed !important;
}
.elementor-element .position-sticky {
  position: sticky !important;
}
.elementor-element .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.elementor-element .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .elementor-element .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.elementor-element .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.elementor-element .sr-only-focusable:active,
.elementor-element .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.elementor-element .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(35, 31, 32, 0.075) !important;
}
.elementor-element .shadow {
  box-shadow: 0 0.5rem 1rem rgba(35, 31, 32, 0.15) !important;
}
.elementor-element .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(35, 31, 32, 0.175) !important;
}
.elementor-element .shadow-none {
  box-shadow: none !important;
}
.elementor-element .w-25 {
  width: 25% !important;
}
.elementor-element .w-50 {
  width: 50% !important;
}
.elementor-element .w-75 {
  width: 75% !important;
}
.elementor-element .w-100 {
  width: 100% !important;
}
.elementor-element .w-auto {
  width: auto !important;
}
.elementor-element .h-25 {
  height: 25% !important;
}
.elementor-element .h-50 {
  height: 50% !important;
}
.elementor-element .h-75 {
  height: 75% !important;
}
.elementor-element .h-100 {
  height: 100% !important;
}
.elementor-element .h-auto {
  height: auto !important;
}
.elementor-element .mw-100 {
  max-width: 100% !important;
}
.elementor-element .mh-100 {
  max-height: 100% !important;
}
.elementor-element .m-0 {
  margin: 0 !important;
}
.elementor-element .mt-0,
.elementor-element .my-0 {
  margin-top: 0 !important;
}
.elementor-element .mr-0,
.elementor-element .mx-0 {
  margin-right: 0 !important;
}
.elementor-element .mb-0,
.elementor-element .my-0 {
  margin-bottom: 0 !important;
}
.elementor-element .ml-0,
.elementor-element .mx-0 {
  margin-left: 0 !important;
}
.elementor-element .m-1 {
  margin: 0.25rem !important;
}
.elementor-element .mt-1,
.elementor-element .my-1 {
  margin-top: 0.25rem !important;
}
.elementor-element .mr-1,
.elementor-element .mx-1 {
  margin-right: 0.25rem !important;
}
.elementor-element .mb-1,
.elementor-element .my-1 {
  margin-bottom: 0.25rem !important;
}
.elementor-element .ml-1,
.elementor-element .mx-1 {
  margin-left: 0.25rem !important;
}
.elementor-element .m-2 {
  margin: 0.5rem !important;
}
.elementor-element .mt-2,
.elementor-element .my-2 {
  margin-top: 0.5rem !important;
}
.elementor-element .mr-2,
.elementor-element .mx-2 {
  margin-right: 0.5rem !important;
}
.elementor-element .mb-2,
.elementor-element .my-2 {
  margin-bottom: 0.5rem !important;
}
.elementor-element .ml-2,
.elementor-element .mx-2 {
  margin-left: 0.5rem !important;
}
.elementor-element .m-3 {
  margin: 1rem !important;
}
.elementor-element .mt-3,
.elementor-element .my-3 {
  margin-top: 1rem !important;
}
.elementor-element .mr-3,
.elementor-element .mx-3 {
  margin-right: 1rem !important;
}
.elementor-element .mb-3,
.elementor-element .my-3 {
  margin-bottom: 1rem !important;
}
.elementor-element .ml-3,
.elementor-element .mx-3 {
  margin-left: 1rem !important;
}
.elementor-element .m-4 {
  margin: 1.5rem !important;
}
.elementor-element .mt-4,
.elementor-element .my-4 {
  margin-top: 1.5rem !important;
}
.elementor-element .mr-4,
.elementor-element .mx-4 {
  margin-right: 1.5rem !important;
}
.elementor-element .mb-4,
.elementor-element .my-4 {
  margin-bottom: 1.5rem !important;
}
.elementor-element .ml-4,
.elementor-element .mx-4 {
  margin-left: 1.5rem !important;
}
.elementor-element .m-5 {
  margin: 3rem !important;
}
.elementor-element .mt-5,
.elementor-element .my-5 {
  margin-top: 3rem !important;
}
.elementor-element .mr-5,
.elementor-element .mx-5 {
  margin-right: 3rem !important;
}
.elementor-element .mb-5,
.elementor-element .my-5 {
  margin-bottom: 3rem !important;
}
.elementor-element .ml-5,
.elementor-element .mx-5 {
  margin-left: 3rem !important;
}
.elementor-element .p-0 {
  padding: 0 !important;
}
.elementor-element .pt-0,
.elementor-element .py-0 {
  padding-top: 0 !important;
}
.elementor-element .pr-0,
.elementor-element .px-0 {
  padding-right: 0 !important;
}
.elementor-element .pb-0,
.elementor-element .py-0 {
  padding-bottom: 0 !important;
}
.elementor-element .pl-0,
.elementor-element .px-0 {
  padding-left: 0 !important;
}
.elementor-element .p-1 {
  padding: 0.25rem !important;
}
.elementor-element .pt-1,
.elementor-element .py-1 {
  padding-top: 0.25rem !important;
}
.elementor-element .pr-1,
.elementor-element .px-1 {
  padding-right: 0.25rem !important;
}
.elementor-element .pb-1,
.elementor-element .py-1 {
  padding-bottom: 0.25rem !important;
}
.elementor-element .pl-1,
.elementor-element .px-1 {
  padding-left: 0.25rem !important;
}
.elementor-element .p-2 {
  padding: 0.5rem !important;
}
.elementor-element .pt-2,
.elementor-element .py-2 {
  padding-top: 0.5rem !important;
}
.elementor-element .pr-2,
.elementor-element .px-2 {
  padding-right: 0.5rem !important;
}
.elementor-element .pb-2,
.elementor-element .py-2 {
  padding-bottom: 0.5rem !important;
}
.elementor-element .pl-2,
.elementor-element .px-2 {
  padding-left: 0.5rem !important;
}
.elementor-element .p-3 {
  padding: 1rem !important;
}
.elementor-element .pt-3,
.elementor-element .py-3 {
  padding-top: 1rem !important;
}
.elementor-element .pr-3,
.elementor-element .px-3 {
  padding-right: 1rem !important;
}
.elementor-element .pb-3,
.elementor-element .py-3 {
  padding-bottom: 1rem !important;
}
.elementor-element .pl-3,
.elementor-element .px-3 {
  padding-left: 1rem !important;
}
.elementor-element .p-4 {
  padding: 1.5rem !important;
}
.elementor-element .pt-4,
.elementor-element .py-4 {
  padding-top: 1.5rem !important;
}
.elementor-element .pr-4,
.elementor-element .px-4 {
  padding-right: 1.5rem !important;
}
.elementor-element .pb-4,
.elementor-element .py-4 {
  padding-bottom: 1.5rem !important;
}
.elementor-element .pl-4,
.elementor-element .px-4 {
  padding-left: 1.5rem !important;
}
.elementor-element .p-5 {
  padding: 3rem !important;
}
.elementor-element .pt-5,
.elementor-element .py-5 {
  padding-top: 3rem !important;
}
.elementor-element .pr-5,
.elementor-element .px-5 {
  padding-right: 3rem !important;
}
.elementor-element .pb-5,
.elementor-element .py-5 {
  padding-bottom: 3rem !important;
}
.elementor-element .pl-5,
.elementor-element .px-5 {
  padding-left: 3rem !important;
}
.elementor-element .m-auto {
  margin: auto !important;
}
.elementor-element .mt-auto,
.elementor-element .my-auto {
  margin-top: auto !important;
}
.elementor-element .mr-auto,
.elementor-element .mx-auto {
  margin-right: auto !important;
}
.elementor-element .mb-auto,
.elementor-element .my-auto {
  margin-bottom: auto !important;
}
.elementor-element .ml-auto,
.elementor-element .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .elementor-element .m-sm-0 {
    margin: 0 !important;
  }
  .elementor-element .mt-sm-0,
  .elementor-element .my-sm-0 {
    margin-top: 0 !important;
  }
  .elementor-element .mr-sm-0,
  .elementor-element .mx-sm-0 {
    margin-right: 0 !important;
  }
  .elementor-element .mb-sm-0,
  .elementor-element .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .elementor-element .ml-sm-0,
  .elementor-element .mx-sm-0 {
    margin-left: 0 !important;
  }
  .elementor-element .m-sm-1 {
    margin: 0.25rem !important;
  }
  .elementor-element .mt-sm-1,
  .elementor-element .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .elementor-element .mr-sm-1,
  .elementor-element .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .elementor-element .mb-sm-1,
  .elementor-element .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .elementor-element .ml-sm-1,
  .elementor-element .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .elementor-element .m-sm-2 {
    margin: 0.5rem !important;
  }
  .elementor-element .mt-sm-2,
  .elementor-element .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .elementor-element .mr-sm-2,
  .elementor-element .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .elementor-element .mb-sm-2,
  .elementor-element .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .elementor-element .ml-sm-2,
  .elementor-element .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .elementor-element .m-sm-3 {
    margin: 1rem !important;
  }
  .elementor-element .mt-sm-3,
  .elementor-element .my-sm-3 {
    margin-top: 1rem !important;
  }
  .elementor-element .mr-sm-3,
  .elementor-element .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .elementor-element .mb-sm-3,
  .elementor-element .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .elementor-element .ml-sm-3,
  .elementor-element .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .elementor-element .m-sm-4 {
    margin: 1.5rem !important;
  }
  .elementor-element .mt-sm-4,
  .elementor-element .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .elementor-element .mr-sm-4,
  .elementor-element .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .elementor-element .mb-sm-4,
  .elementor-element .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .elementor-element .ml-sm-4,
  .elementor-element .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .elementor-element .m-sm-5 {
    margin: 3rem !important;
  }
  .elementor-element .mt-sm-5,
  .elementor-element .my-sm-5 {
    margin-top: 3rem !important;
  }
  .elementor-element .mr-sm-5,
  .elementor-element .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .elementor-element .mb-sm-5,
  .elementor-element .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .elementor-element .ml-sm-5,
  .elementor-element .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .elementor-element .p-sm-0 {
    padding: 0 !important;
  }
  .elementor-element .pt-sm-0,
  .elementor-element .py-sm-0 {
    padding-top: 0 !important;
  }
  .elementor-element .pr-sm-0,
  .elementor-element .px-sm-0 {
    padding-right: 0 !important;
  }
  .elementor-element .pb-sm-0,
  .elementor-element .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .elementor-element .pl-sm-0,
  .elementor-element .px-sm-0 {
    padding-left: 0 !important;
  }
  .elementor-element .p-sm-1 {
    padding: 0.25rem !important;
  }
  .elementor-element .pt-sm-1,
  .elementor-element .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .elementor-element .pr-sm-1,
  .elementor-element .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .elementor-element .pb-sm-1,
  .elementor-element .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .elementor-element .pl-sm-1,
  .elementor-element .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .elementor-element .p-sm-2 {
    padding: 0.5rem !important;
  }
  .elementor-element .pt-sm-2,
  .elementor-element .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .elementor-element .pr-sm-2,
  .elementor-element .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .elementor-element .pb-sm-2,
  .elementor-element .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .elementor-element .pl-sm-2,
  .elementor-element .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .elementor-element .p-sm-3 {
    padding: 1rem !important;
  }
  .elementor-element .pt-sm-3,
  .elementor-element .py-sm-3 {
    padding-top: 1rem !important;
  }
  .elementor-element .pr-sm-3,
  .elementor-element .px-sm-3 {
    padding-right: 1rem !important;
  }
  .elementor-element .pb-sm-3,
  .elementor-element .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .elementor-element .pl-sm-3,
  .elementor-element .px-sm-3 {
    padding-left: 1rem !important;
  }
  .elementor-element .p-sm-4 {
    padding: 1.5rem !important;
  }
  .elementor-element .pt-sm-4,
  .elementor-element .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .elementor-element .pr-sm-4,
  .elementor-element .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .elementor-element .pb-sm-4,
  .elementor-element .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .elementor-element .pl-sm-4,
  .elementor-element .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .elementor-element .p-sm-5 {
    padding: 3rem !important;
  }
  .elementor-element .pt-sm-5,
  .elementor-element .py-sm-5 {
    padding-top: 3rem !important;
  }
  .elementor-element .pr-sm-5,
  .elementor-element .px-sm-5 {
    padding-right: 3rem !important;
  }
  .elementor-element .pb-sm-5,
  .elementor-element .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .elementor-element .pl-sm-5,
  .elementor-element .px-sm-5 {
    padding-left: 3rem !important;
  }
  .elementor-element .m-sm-auto {
    margin: auto !important;
  }
  .elementor-element .mt-sm-auto,
  .elementor-element .my-sm-auto {
    margin-top: auto !important;
  }
  .elementor-element .mr-sm-auto,
  .elementor-element .mx-sm-auto {
    margin-right: auto !important;
  }
  .elementor-element .mb-sm-auto,
  .elementor-element .my-sm-auto {
    margin-bottom: auto !important;
  }
  .elementor-element .ml-sm-auto,
  .elementor-element .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .elementor-element .m-md-0 {
    margin: 0 !important;
  }
  .elementor-element .mt-md-0,
  .elementor-element .my-md-0 {
    margin-top: 0 !important;
  }
  .elementor-element .mr-md-0,
  .elementor-element .mx-md-0 {
    margin-right: 0 !important;
  }
  .elementor-element .mb-md-0,
  .elementor-element .my-md-0 {
    margin-bottom: 0 !important;
  }
  .elementor-element .ml-md-0,
  .elementor-element .mx-md-0 {
    margin-left: 0 !important;
  }
  .elementor-element .m-md-1 {
    margin: 0.25rem !important;
  }
  .elementor-element .mt-md-1,
  .elementor-element .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .elementor-element .mr-md-1,
  .elementor-element .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .elementor-element .mb-md-1,
  .elementor-element .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .elementor-element .ml-md-1,
  .elementor-element .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .elementor-element .m-md-2 {
    margin: 0.5rem !important;
  }
  .elementor-element .mt-md-2,
  .elementor-element .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .elementor-element .mr-md-2,
  .elementor-element .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .elementor-element .mb-md-2,
  .elementor-element .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .elementor-element .ml-md-2,
  .elementor-element .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .elementor-element .m-md-3 {
    margin: 1rem !important;
  }
  .elementor-element .mt-md-3,
  .elementor-element .my-md-3 {
    margin-top: 1rem !important;
  }
  .elementor-element .mr-md-3,
  .elementor-element .mx-md-3 {
    margin-right: 1rem !important;
  }
  .elementor-element .mb-md-3,
  .elementor-element .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .elementor-element .ml-md-3,
  .elementor-element .mx-md-3 {
    margin-left: 1rem !important;
  }
  .elementor-element .m-md-4 {
    margin: 1.5rem !important;
  }
  .elementor-element .mt-md-4,
  .elementor-element .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .elementor-element .mr-md-4,
  .elementor-element .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .elementor-element .mb-md-4,
  .elementor-element .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .elementor-element .ml-md-4,
  .elementor-element .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .elementor-element .m-md-5 {
    margin: 3rem !important;
  }
  .elementor-element .mt-md-5,
  .elementor-element .my-md-5 {
    margin-top: 3rem !important;
  }
  .elementor-element .mr-md-5,
  .elementor-element .mx-md-5 {
    margin-right: 3rem !important;
  }
  .elementor-element .mb-md-5,
  .elementor-element .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .elementor-element .ml-md-5,
  .elementor-element .mx-md-5 {
    margin-left: 3rem !important;
  }
  .elementor-element .p-md-0 {
    padding: 0 !important;
  }
  .elementor-element .pt-md-0,
  .elementor-element .py-md-0 {
    padding-top: 0 !important;
  }
  .elementor-element .pr-md-0,
  .elementor-element .px-md-0 {
    padding-right: 0 !important;
  }
  .elementor-element .pb-md-0,
  .elementor-element .py-md-0 {
    padding-bottom: 0 !important;
  }
  .elementor-element .pl-md-0,
  .elementor-element .px-md-0 {
    padding-left: 0 !important;
  }
  .elementor-element .p-md-1 {
    padding: 0.25rem !important;
  }
  .elementor-element .pt-md-1,
  .elementor-element .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .elementor-element .pr-md-1,
  .elementor-element .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .elementor-element .pb-md-1,
  .elementor-element .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .elementor-element .pl-md-1,
  .elementor-element .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .elementor-element .p-md-2 {
    padding: 0.5rem !important;
  }
  .elementor-element .pt-md-2,
  .elementor-element .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .elementor-element .pr-md-2,
  .elementor-element .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .elementor-element .pb-md-2,
  .elementor-element .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .elementor-element .pl-md-2,
  .elementor-element .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .elementor-element .p-md-3 {
    padding: 1rem !important;
  }
  .elementor-element .pt-md-3,
  .elementor-element .py-md-3 {
    padding-top: 1rem !important;
  }
  .elementor-element .pr-md-3,
  .elementor-element .px-md-3 {
    padding-right: 1rem !important;
  }
  .elementor-element .pb-md-3,
  .elementor-element .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .elementor-element .pl-md-3,
  .elementor-element .px-md-3 {
    padding-left: 1rem !important;
  }
  .elementor-element .p-md-4 {
    padding: 1.5rem !important;
  }
  .elementor-element .pt-md-4,
  .elementor-element .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .elementor-element .pr-md-4,
  .elementor-element .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .elementor-element .pb-md-4,
  .elementor-element .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .elementor-element .pl-md-4,
  .elementor-element .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .elementor-element .p-md-5 {
    padding: 3rem !important;
  }
  .elementor-element .pt-md-5,
  .elementor-element .py-md-5 {
    padding-top: 3rem !important;
  }
  .elementor-element .pr-md-5,
  .elementor-element .px-md-5 {
    padding-right: 3rem !important;
  }
  .elementor-element .pb-md-5,
  .elementor-element .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .elementor-element .pl-md-5,
  .elementor-element .px-md-5 {
    padding-left: 3rem !important;
  }
  .elementor-element .m-md-auto {
    margin: auto !important;
  }
  .elementor-element .mt-md-auto,
  .elementor-element .my-md-auto {
    margin-top: auto !important;
  }
  .elementor-element .mr-md-auto,
  .elementor-element .mx-md-auto {
    margin-right: auto !important;
  }
  .elementor-element .mb-md-auto,
  .elementor-element .my-md-auto {
    margin-bottom: auto !important;
  }
  .elementor-element .ml-md-auto,
  .elementor-element .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .elementor-element .m-lg-0 {
    margin: 0 !important;
  }
  .elementor-element .mt-lg-0,
  .elementor-element .my-lg-0 {
    margin-top: 0 !important;
  }
  .elementor-element .mr-lg-0,
  .elementor-element .mx-lg-0 {
    margin-right: 0 !important;
  }
  .elementor-element .mb-lg-0,
  .elementor-element .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .elementor-element .ml-lg-0,
  .elementor-element .mx-lg-0 {
    margin-left: 0 !important;
  }
  .elementor-element .m-lg-1 {
    margin: 0.25rem !important;
  }
  .elementor-element .mt-lg-1,
  .elementor-element .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .elementor-element .mr-lg-1,
  .elementor-element .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .elementor-element .mb-lg-1,
  .elementor-element .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .elementor-element .ml-lg-1,
  .elementor-element .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .elementor-element .m-lg-2 {
    margin: 0.5rem !important;
  }
  .elementor-element .mt-lg-2,
  .elementor-element .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .elementor-element .mr-lg-2,
  .elementor-element .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .elementor-element .mb-lg-2,
  .elementor-element .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .elementor-element .ml-lg-2,
  .elementor-element .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .elementor-element .m-lg-3 {
    margin: 1rem !important;
  }
  .elementor-element .mt-lg-3,
  .elementor-element .my-lg-3 {
    margin-top: 1rem !important;
  }
  .elementor-element .mr-lg-3,
  .elementor-element .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .elementor-element .mb-lg-3,
  .elementor-element .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .elementor-element .ml-lg-3,
  .elementor-element .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .elementor-element .m-lg-4 {
    margin: 1.5rem !important;
  }
  .elementor-element .mt-lg-4,
  .elementor-element .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .elementor-element .mr-lg-4,
  .elementor-element .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .elementor-element .mb-lg-4,
  .elementor-element .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .elementor-element .ml-lg-4,
  .elementor-element .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .elementor-element .m-lg-5 {
    margin: 3rem !important;
  }
  .elementor-element .mt-lg-5,
  .elementor-element .my-lg-5 {
    margin-top: 3rem !important;
  }
  .elementor-element .mr-lg-5,
  .elementor-element .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .elementor-element .mb-lg-5,
  .elementor-element .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .elementor-element .ml-lg-5,
  .elementor-element .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .elementor-element .p-lg-0 {
    padding: 0 !important;
  }
  .elementor-element .pt-lg-0,
  .elementor-element .py-lg-0 {
    padding-top: 0 !important;
  }
  .elementor-element .pr-lg-0,
  .elementor-element .px-lg-0 {
    padding-right: 0 !important;
  }
  .elementor-element .pb-lg-0,
  .elementor-element .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .elementor-element .pl-lg-0,
  .elementor-element .px-lg-0 {
    padding-left: 0 !important;
  }
  .elementor-element .p-lg-1 {
    padding: 0.25rem !important;
  }
  .elementor-element .pt-lg-1,
  .elementor-element .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .elementor-element .pr-lg-1,
  .elementor-element .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .elementor-element .pb-lg-1,
  .elementor-element .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .elementor-element .pl-lg-1,
  .elementor-element .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .elementor-element .p-lg-2 {
    padding: 0.5rem !important;
  }
  .elementor-element .pt-lg-2,
  .elementor-element .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .elementor-element .pr-lg-2,
  .elementor-element .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .elementor-element .pb-lg-2,
  .elementor-element .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .elementor-element .pl-lg-2,
  .elementor-element .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .elementor-element .p-lg-3 {
    padding: 1rem !important;
  }
  .elementor-element .pt-lg-3,
  .elementor-element .py-lg-3 {
    padding-top: 1rem !important;
  }
  .elementor-element .pr-lg-3,
  .elementor-element .px-lg-3 {
    padding-right: 1rem !important;
  }
  .elementor-element .pb-lg-3,
  .elementor-element .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .elementor-element .pl-lg-3,
  .elementor-element .px-lg-3 {
    padding-left: 1rem !important;
  }
  .elementor-element .p-lg-4 {
    padding: 1.5rem !important;
  }
  .elementor-element .pt-lg-4,
  .elementor-element .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .elementor-element .pr-lg-4,
  .elementor-element .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .elementor-element .pb-lg-4,
  .elementor-element .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .elementor-element .pl-lg-4,
  .elementor-element .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .elementor-element .p-lg-5 {
    padding: 3rem !important;
  }
  .elementor-element .pt-lg-5,
  .elementor-element .py-lg-5 {
    padding-top: 3rem !important;
  }
  .elementor-element .pr-lg-5,
  .elementor-element .px-lg-5 {
    padding-right: 3rem !important;
  }
  .elementor-element .pb-lg-5,
  .elementor-element .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .elementor-element .pl-lg-5,
  .elementor-element .px-lg-5 {
    padding-left: 3rem !important;
  }
  .elementor-element .m-lg-auto {
    margin: auto !important;
  }
  .elementor-element .mt-lg-auto,
  .elementor-element .my-lg-auto {
    margin-top: auto !important;
  }
  .elementor-element .mr-lg-auto,
  .elementor-element .mx-lg-auto {
    margin-right: auto !important;
  }
  .elementor-element .mb-lg-auto,
  .elementor-element .my-lg-auto {
    margin-bottom: auto !important;
  }
  .elementor-element .ml-lg-auto,
  .elementor-element .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .m-xl-0 {
    margin: 0 !important;
  }
  .elementor-element .mt-xl-0,
  .elementor-element .my-xl-0 {
    margin-top: 0 !important;
  }
  .elementor-element .mr-xl-0,
  .elementor-element .mx-xl-0 {
    margin-right: 0 !important;
  }
  .elementor-element .mb-xl-0,
  .elementor-element .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .elementor-element .ml-xl-0,
  .elementor-element .mx-xl-0 {
    margin-left: 0 !important;
  }
  .elementor-element .m-xl-1 {
    margin: 0.25rem !important;
  }
  .elementor-element .mt-xl-1,
  .elementor-element .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .elementor-element .mr-xl-1,
  .elementor-element .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .elementor-element .mb-xl-1,
  .elementor-element .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .elementor-element .ml-xl-1,
  .elementor-element .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .elementor-element .m-xl-2 {
    margin: 0.5rem !important;
  }
  .elementor-element .mt-xl-2,
  .elementor-element .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .elementor-element .mr-xl-2,
  .elementor-element .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .elementor-element .mb-xl-2,
  .elementor-element .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .elementor-element .ml-xl-2,
  .elementor-element .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .elementor-element .m-xl-3 {
    margin: 1rem !important;
  }
  .elementor-element .mt-xl-3,
  .elementor-element .my-xl-3 {
    margin-top: 1rem !important;
  }
  .elementor-element .mr-xl-3,
  .elementor-element .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .elementor-element .mb-xl-3,
  .elementor-element .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .elementor-element .ml-xl-3,
  .elementor-element .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .elementor-element .m-xl-4 {
    margin: 1.5rem !important;
  }
  .elementor-element .mt-xl-4,
  .elementor-element .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .elementor-element .mr-xl-4,
  .elementor-element .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .elementor-element .mb-xl-4,
  .elementor-element .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .elementor-element .ml-xl-4,
  .elementor-element .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .elementor-element .m-xl-5 {
    margin: 3rem !important;
  }
  .elementor-element .mt-xl-5,
  .elementor-element .my-xl-5 {
    margin-top: 3rem !important;
  }
  .elementor-element .mr-xl-5,
  .elementor-element .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .elementor-element .mb-xl-5,
  .elementor-element .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .elementor-element .ml-xl-5,
  .elementor-element .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .elementor-element .p-xl-0 {
    padding: 0 !important;
  }
  .elementor-element .pt-xl-0,
  .elementor-element .py-xl-0 {
    padding-top: 0 !important;
  }
  .elementor-element .pr-xl-0,
  .elementor-element .px-xl-0 {
    padding-right: 0 !important;
  }
  .elementor-element .pb-xl-0,
  .elementor-element .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .elementor-element .pl-xl-0,
  .elementor-element .px-xl-0 {
    padding-left: 0 !important;
  }
  .elementor-element .p-xl-1 {
    padding: 0.25rem !important;
  }
  .elementor-element .pt-xl-1,
  .elementor-element .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .elementor-element .pr-xl-1,
  .elementor-element .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .elementor-element .pb-xl-1,
  .elementor-element .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .elementor-element .pl-xl-1,
  .elementor-element .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .elementor-element .p-xl-2 {
    padding: 0.5rem !important;
  }
  .elementor-element .pt-xl-2,
  .elementor-element .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .elementor-element .pr-xl-2,
  .elementor-element .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .elementor-element .pb-xl-2,
  .elementor-element .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .elementor-element .pl-xl-2,
  .elementor-element .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .elementor-element .p-xl-3 {
    padding: 1rem !important;
  }
  .elementor-element .pt-xl-3,
  .elementor-element .py-xl-3 {
    padding-top: 1rem !important;
  }
  .elementor-element .pr-xl-3,
  .elementor-element .px-xl-3 {
    padding-right: 1rem !important;
  }
  .elementor-element .pb-xl-3,
  .elementor-element .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .elementor-element .pl-xl-3,
  .elementor-element .px-xl-3 {
    padding-left: 1rem !important;
  }
  .elementor-element .p-xl-4 {
    padding: 1.5rem !important;
  }
  .elementor-element .pt-xl-4,
  .elementor-element .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .elementor-element .pr-xl-4,
  .elementor-element .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .elementor-element .pb-xl-4,
  .elementor-element .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .elementor-element .pl-xl-4,
  .elementor-element .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .elementor-element .p-xl-5 {
    padding: 3rem !important;
  }
  .elementor-element .pt-xl-5,
  .elementor-element .py-xl-5 {
    padding-top: 3rem !important;
  }
  .elementor-element .pr-xl-5,
  .elementor-element .px-xl-5 {
    padding-right: 3rem !important;
  }
  .elementor-element .pb-xl-5,
  .elementor-element .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .elementor-element .pl-xl-5,
  .elementor-element .px-xl-5 {
    padding-left: 3rem !important;
  }
  .elementor-element .m-xl-auto {
    margin: auto !important;
  }
  .elementor-element .mt-xl-auto,
  .elementor-element .my-xl-auto {
    margin-top: auto !important;
  }
  .elementor-element .mr-xl-auto,
  .elementor-element .mx-xl-auto {
    margin-right: auto !important;
  }
  .elementor-element .mb-xl-auto,
  .elementor-element .my-xl-auto {
    margin-bottom: auto !important;
  }
  .elementor-element .ml-xl-auto,
  .elementor-element .mx-xl-auto {
    margin-left: auto !important;
  }
}
.elementor-element .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.elementor-element .text-justify {
  text-align: justify !important;
}
.elementor-element .text-nowrap {
  white-space: nowrap !important;
}
.elementor-element .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elementor-element .text-left {
  text-align: left !important;
}
.elementor-element .text-right {
  text-align: right !important;
}
.elementor-element .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .elementor-element .text-sm-left {
    text-align: left !important;
  }
  .elementor-element .text-sm-right {
    text-align: right !important;
  }
  .elementor-element .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .elementor-element .text-md-left {
    text-align: left !important;
  }
  .elementor-element .text-md-right {
    text-align: right !important;
  }
  .elementor-element .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .elementor-element .text-lg-left {
    text-align: left !important;
  }
  .elementor-element .text-lg-right {
    text-align: right !important;
  }
  .elementor-element .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .text-xl-left {
    text-align: left !important;
  }
  .elementor-element .text-xl-right {
    text-align: right !important;
  }
  .elementor-element .text-xl-center {
    text-align: center !important;
  }
}
.elementor-element .text-lowercase {
  text-transform: lowercase !important;
}
.elementor-element .text-uppercase {
  text-transform: uppercase !important;
}
.elementor-element .text-capitalize {
  text-transform: capitalize !important;
}
.elementor-element .font-weight-light {
  font-weight: 300 !important;
}
.elementor-element .font-weight-normal {
  font-weight: 400 !important;
}
.elementor-element .font-weight-bold {
  font-weight: 700 !important;
}
.elementor-element .font-italic {
  font-style: italic !important;
}
.elementor-element .text-white {
  color: #fff !important;
}
.elementor-element .text-primary {
  color: #007bff !important;
}
.elementor-element a.text-primary:hover,
.elementor-element a.text-primary:focus {
  color: #0062cc !important;
}
.elementor-element .text-secondary {
  color: #6c757d !important;
}
.elementor-element a.text-secondary:hover,
.elementor-element a.text-secondary:focus {
  color: #545b62 !important;
}
.elementor-element .text-success {
  color: #28a745 !important;
}
.elementor-element a.text-success:hover,
.elementor-element a.text-success:focus {
  color: #1e7e34 !important;
}
.elementor-element .text-info {
  color: #17a2b8 !important;
}
.elementor-element a.text-info:hover,
.elementor-element a.text-info:focus {
  color: #117a8b !important;
}
.elementor-element .text-warning {
  color: #ffde17 !important;
}
.elementor-element a.text-warning:hover,
.elementor-element a.text-warning:focus {
  color: #e3c300 !important;
}
.elementor-element .text-danger {
  color: #ed1c24 !important;
}
.elementor-element a.text-danger:hover,
.elementor-element a.text-danger:focus {
  color: #c61017 !important;
}
.elementor-element .text-light {
  color: #f8f9fa !important;
}
.elementor-element a.text-light:hover,
.elementor-element a.text-light:focus {
  color: #dae0e5 !important;
}
.elementor-element .text-dark {
  color: #343a40 !important;
}
.elementor-element a.text-dark:hover,
.elementor-element a.text-dark:focus {
  color: #1d2124 !important;
}
.elementor-element .text-body {
  color: #212529 !important;
}
.elementor-element .text-muted {
  color: #6c757d !important;
}
.elementor-element .text-black-50 {
  color: rgba(35, 31, 32, 0.5) !important;
}
.elementor-element .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.elementor-element .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.elementor-element .visible {
  visibility: visible !important;
}
.elementor-element .invisible {
  visibility: hidden !important;
}
@media print {
  .elementor-element *,
  .elementor-element *::before,
  .elementor-element *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .elementor-element a:not(.btn) {
    text-decoration: underline;
  }
  .elementor-element abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .elementor-element pre {
    white-space: pre-wrap !important;
  }
  .elementor-element pre,
  .elementor-element blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .elementor-element thead {
    display: table-header-group;
  }
  .elementor-element tr,
  .elementor-element img {
    page-break-inside: avoid;
  }
  .elementor-element p,
  .elementor-element h2,
  .elementor-element h3 {
    orphans: 3;
    widows: 3;
  }
  .elementor-element h2,
  .elementor-element h3 {
    page-break-after: avoid;
  }
  @page {
    .elementor-element {
      size: a3;
    }
  }
  .elementor-element body {
    min-width: 992px !important;
  }
  .elementor-element .container {
    min-width: 992px !important;
  }
  .elementor-element .navbar {
    display: none;
  }
  .elementor-element .badge {
    border: 1px solid #231f20;
  }
  .elementor-element .table {
    border-collapse: collapse !important;
  }
  .elementor-element .table td,
  .elementor-element .table th {
    background-color: #fff !important;
  }
  .elementor-element .table-bordered th,
  .elementor-element .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
.elementor-element .wrapper {
  padding: 30px 0;
}
.elementor-element #wrapper-hero {
  padding: 0px !important;
}
.elementor-element .sticky,
.elementor-element .gallery-caption,
.elementor-element .bypostauthor {
  font-size: inherit;
}
.elementor-element .wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}
.elementor-element #wrapper-footer-full,
.elementor-element #wrapper-static-hero {
  background-color: #e9ecef;
}
.elementor-element .wp-caption {
  font-size: inherit;
}
.elementor-element .wp-caption-text {
  font-size: inherit;
}
.elementor-element .screen-reader-text {
  font-size: inherit;
}
.elementor-element .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.elementor-element .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.elementor-element .aligncenter {
  margin: 0px auto;
}
.elementor-element .entry-footer span {
  padding-right: 10px;
}
.elementor-element figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}
.elementor-element img.wp-post-image,
.elementor-element article img,
.elementor-element figure,
.elementor-element img,
.elementor-element #secondary img {
  max-width: 100%;
  height: auto;
}
.elementor-element a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}
.elementor-element .jumbotron {
  margin-bottom: 0px;
}
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link.active,
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #007bff;
}
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled,
.elementor-element .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #6c757d !important;
  background-color: transparent;
}
.elementor-element .navbar-light .navbar-brand a {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-light .navbar-brand a:hover,
.elementor-element .navbar-light .navbar-brand a:focus {
  color: rgba(35, 31, 32, 0.9);
}
.elementor-element .navbar-dark .navbar-brand a {
  color: #fff;
}
.elementor-element .navbar-dark .navbar-brand a:hover,
.elementor-element .navbar-dark .navbar-brand a:focus {
  color: #fff;
}
.elementor-element .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;
}
.elementor-element .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.elementor-element .fa-2x {
  font-size: 2em;
}
.elementor-element .fa-3x {
  font-size: 3em;
}
.elementor-element .fa-4x {
  font-size: 4em;
}
.elementor-element .fa-5x {
  font-size: 5em;
}
.elementor-element .fa-fw {
  width: 1.28571em;
  text-align: center;
}
.elementor-element .fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.elementor-element .fa-ul > li {
  position: relative;
}
.elementor-element .fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.elementor-element .fa-li.fa-lg {
  left: -1.85714em;
}
.elementor-element .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.elementor-element .fa-pull-left {
  float: left;
}
.elementor-element .fa-pull-right {
  float: right;
}
.elementor-element .fa.fa-pull-left {
  margin-right: 0.3em;
}
.elementor-element .fa.fa-pull-right {
  margin-left: 0.3em;
}
.elementor-element .pull-right {
  float: right;
}
.elementor-element .pull-left {
  float: left;
}
.elementor-element .fa.pull-left {
  margin-right: 0.3em;
}
.elementor-element .fa.pull-right {
  margin-left: 0.3em;
}
.elementor-element .fa-spin {
  animation: fa-spin 2s infinite linear;
}
.elementor-element .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.elementor-element .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.elementor-element .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.elementor-element .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.elementor-element .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.elementor-element .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.elementor-element :root .fa-rotate-90,
.elementor-element :root .fa-rotate-180,
.elementor-element :root .fa-rotate-270,
.elementor-element :root .fa-flip-horizontal,
.elementor-element :root .fa-flip-vertical {
  filter: none;
}
.elementor-element .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.elementor-element .fa-stack-1x,
.elementor-element .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.elementor-element .fa-stack-1x {
  line-height: inherit;
}
.elementor-element .fa-stack-2x {
  font-size: 2em;
}
.elementor-element .fa-inverse {
  color: #fff;
}
.elementor-element .fa-glass:before {
  content: "\f000";
}
.elementor-element .fa-music:before {
  content: "\f001";
}
.elementor-element .fa-search:before {
  content: "\f002";
}
.elementor-element .fa-envelope-o:before {
  content: "\f003";
}
.elementor-element .fa-heart:before {
  content: "\f004";
}
.elementor-element .fa-star:before {
  content: "\f005";
}
.elementor-element .fa-star-o:before {
  content: "\f006";
}
.elementor-element .fa-user:before {
  content: "\f007";
}
.elementor-element .fa-film:before {
  content: "\f008";
}
.elementor-element .fa-th-large:before {
  content: "\f009";
}
.elementor-element .fa-th:before {
  content: "\f00a";
}
.elementor-element .fa-th-list:before {
  content: "\f00b";
}
.elementor-element .fa-check:before {
  content: "\f00c";
}
.elementor-element .fa-remove:before,
.elementor-element .fa-close:before,
.elementor-element .fa-times:before {
  content: "\f00d";
}
.elementor-element .fa-search-plus:before {
  content: "\f00e";
}
.elementor-element .fa-search-minus:before {
  content: "\f010";
}
.elementor-element .fa-power-off:before {
  content: "\f011";
}
.elementor-element .fa-signal:before {
  content: "\f012";
}
.elementor-element .fa-gear:before,
.elementor-element .fa-cog:before {
  content: "\f013";
}
.elementor-element .fa-trash-o:before {
  content: "\f014";
}
.elementor-element .fa-home:before {
  content: "\f015";
}
.elementor-element .fa-file-o:before {
  content: "\f016";
}
.elementor-element .fa-clock-o:before {
  content: "\f017";
}
.elementor-element .fa-road:before {
  content: "\f018";
}
.elementor-element .fa-download:before {
  content: "\f019";
}
.elementor-element .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.elementor-element .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.elementor-element .fa-inbox:before {
  content: "\f01c";
}
.elementor-element .fa-play-circle-o:before {
  content: "\f01d";
}
.elementor-element .fa-rotate-right:before,
.elementor-element .fa-repeat:before {
  content: "\f01e";
}
.elementor-element .fa-refresh:before {
  content: "\f021";
}
.elementor-element .fa-list-alt:before {
  content: "\f022";
}
.elementor-element .fa-lock:before {
  content: "\f023";
}
.elementor-element .fa-flag:before {
  content: "\f024";
}
.elementor-element .fa-headphones:before {
  content: "\f025";
}
.elementor-element .fa-volume-off:before {
  content: "\f026";
}
.elementor-element .fa-volume-down:before {
  content: "\f027";
}
.elementor-element .fa-volume-up:before {
  content: "\f028";
}
.elementor-element .fa-qrcode:before {
  content: "\f029";
}
.elementor-element .fa-barcode:before {
  content: "\f02a";
}
.elementor-element .fa-tag:before {
  content: "\f02b";
}
.elementor-element .fa-tags:before {
  content: "\f02c";
}
.elementor-element .fa-book:before {
  content: "\f02d";
}
.elementor-element .fa-bookmark:before {
  content: "\f02e";
}
.elementor-element .fa-print:before {
  content: "\f02f";
}
.elementor-element .fa-camera:before {
  content: "\f030";
}
.elementor-element .fa-font:before {
  content: "\f031";
}
.elementor-element .fa-bold:before {
  content: "\f032";
}
.elementor-element .fa-italic:before {
  content: "\f033";
}
.elementor-element .fa-text-height:before {
  content: "\f034";
}
.elementor-element .fa-text-width:before {
  content: "\f035";
}
.elementor-element .fa-align-left:before {
  content: "\f036";
}
.elementor-element .fa-align-center:before {
  content: "\f037";
}
.elementor-element .fa-align-right:before {
  content: "\f038";
}
.elementor-element .fa-align-justify:before {
  content: "\f039";
}
.elementor-element .fa-list:before {
  content: "\f03a";
}
.elementor-element .fa-dedent:before,
.elementor-element .fa-outdent:before {
  content: "\f03b";
}
.elementor-element .fa-indent:before {
  content: "\f03c";
}
.elementor-element .fa-video-camera:before {
  content: "\f03d";
}
.elementor-element .fa-photo:before,
.elementor-element .fa-image:before,
.elementor-element .fa-picture-o:before {
  content: "\f03e";
}
.elementor-element .fa-pencil:before {
  content: "\f040";
}
.elementor-element .fa-map-marker:before {
  content: "\f041";
}
.elementor-element .fa-adjust:before {
  content: "\f042";
}
.elementor-element .fa-tint:before {
  content: "\f043";
}
.elementor-element .fa-edit:before,
.elementor-element .fa-pencil-square-o:before {
  content: "\f044";
}
.elementor-element .fa-share-square-o:before {
  content: "\f045";
}
.elementor-element .fa-check-square-o:before {
  content: "\f046";
}
.elementor-element .fa-arrows:before {
  content: "\f047";
}
.elementor-element .fa-step-backward:before {
  content: "\f048";
}
.elementor-element .fa-fast-backward:before {
  content: "\f049";
}
.elementor-element .fa-backward:before {
  content: "\f04a";
}
.elementor-element .fa-play:before {
  content: "\f04b";
}
.elementor-element .fa-pause:before {
  content: "\f04c";
}
.elementor-element .fa-stop:before {
  content: "\f04d";
}
.elementor-element .fa-forward:before {
  content: "\f04e";
}
.elementor-element .fa-fast-forward:before {
  content: "\f050";
}
.elementor-element .fa-step-forward:before {
  content: "\f051";
}
.elementor-element .fa-eject:before {
  content: "\f052";
}
.elementor-element .fa-chevron-left:before {
  content: "\f053";
}
.elementor-element .fa-chevron-right:before {
  content: "\f054";
}
.elementor-element .fa-plus-circle:before {
  content: "\f055";
}
.elementor-element .fa-minus-circle:before {
  content: "\f056";
}
.elementor-element .fa-times-circle:before {
  content: "\f057";
}
.elementor-element .fa-check-circle:before {
  content: "\f058";
}
.elementor-element .fa-question-circle:before {
  content: "\f059";
}
.elementor-element .fa-info-circle:before {
  content: "\f05a";
}
.elementor-element .fa-crosshairs:before {
  content: "\f05b";
}
.elementor-element .fa-times-circle-o:before {
  content: "\f05c";
}
.elementor-element .fa-check-circle-o:before {
  content: "\f05d";
}
.elementor-element .fa-ban:before {
  content: "\f05e";
}
.elementor-element .fa-arrow-left:before {
  content: "\f060";
}
.elementor-element .fa-arrow-right:before {
  content: "\f061";
}
.elementor-element .fa-arrow-up:before {
  content: "\f062";
}
.elementor-element .fa-arrow-down:before {
  content: "\f063";
}
.elementor-element .fa-mail-forward:before,
.elementor-element .fa-share:before {
  content: "\f064";
}
.elementor-element .fa-expand:before {
  content: "\f065";
}
.elementor-element .fa-compress:before {
  content: "\f066";
}
.elementor-element .fa-plus:before {
  content: "\f067";
}
.elementor-element .fa-minus:before {
  content: "\f068";
}
.elementor-element .fa-asterisk:before {
  content: "\f069";
}
.elementor-element .fa-exclamation-circle:before {
  content: "\f06a";
}
.elementor-element .fa-gift:before {
  content: "\f06b";
}
.elementor-element .fa-leaf:before {
  content: "\f06c";
}
.elementor-element .fa-fire:before {
  content: "\f06d";
}
.elementor-element .fa-eye:before {
  content: "\f06e";
}
.elementor-element .fa-eye-slash:before {
  content: "\f070";
}
.elementor-element .fa-warning:before,
.elementor-element .fa-exclamation-triangle:before {
  content: "\f071";
}
.elementor-element .fa-plane:before {
  content: "\f072";
}
.elementor-element .fa-calendar:before {
  content: "\f073";
}
.elementor-element .fa-random:before {
  content: "\f074";
}
.elementor-element .fa-comment:before {
  content: "\f075";
}
.elementor-element .fa-magnet:before {
  content: "\f076";
}
.elementor-element .fa-chevron-up:before {
  content: "\f077";
}
.elementor-element .fa-chevron-down:before {
  content: "\f078";
}
.elementor-element .fa-retweet:before {
  content: "\f079";
}
.elementor-element .fa-shopping-cart:before {
  content: "\f07a";
}
.elementor-element .fa-folder:before {
  content: "\f07b";
}
.elementor-element .fa-folder-open:before {
  content: "\f07c";
}
.elementor-element .fa-arrows-v:before {
  content: "\f07d";
}
.elementor-element .fa-arrows-h:before {
  content: "\f07e";
}
.elementor-element .fa-bar-chart-o:before,
.elementor-element .fa-bar-chart:before {
  content: "\f080";
}
.elementor-element .fa-twitter-square:before {
  content: "\f081";
}
.elementor-element .fa-facebook-square:before {
  content: "\f082";
}
.elementor-element .fa-camera-retro:before {
  content: "\f083";
}
.elementor-element .fa-key:before {
  content: "\f084";
}
.elementor-element .fa-gears:before,
.elementor-element .fa-cogs:before {
  content: "\f085";
}
.elementor-element .fa-comments:before {
  content: "\f086";
}
.elementor-element .fa-thumbs-o-up:before {
  content: "\f087";
}
.elementor-element .fa-thumbs-o-down:before {
  content: "\f088";
}
.elementor-element .fa-star-half:before {
  content: "\f089";
}
.elementor-element .fa-heart-o:before {
  content: "\f08a";
}
.elementor-element .fa-sign-out:before {
  content: "\f08b";
}
.elementor-element .fa-linkedin-square:before {
  content: "\f08c";
}
.elementor-element .fa-thumb-tack:before {
  content: "\f08d";
}
.elementor-element .fa-external-link:before {
  content: "\f08e";
}
.elementor-element .fa-sign-in:before {
  content: "\f090";
}
.elementor-element .fa-trophy:before {
  content: "\f091";
}
.elementor-element .fa-github-square:before {
  content: "\f092";
}
.elementor-element .fa-upload:before {
  content: "\f093";
}
.elementor-element .fa-lemon-o:before {
  content: "\f094";
}
.elementor-element .fa-phone:before {
  content: "\f095";
}
.elementor-element .fa-square-o:before {
  content: "\f096";
}
.elementor-element .fa-bookmark-o:before {
  content: "\f097";
}
.elementor-element .fa-phone-square:before {
  content: "\f098";
}
.elementor-element .fa-twitter:before {
  content: "\f099";
}
.elementor-element .fa-facebook-f:before,
.elementor-element .fa-facebook:before {
  content: "\f09a";
}
.elementor-element .fa-github:before {
  content: "\f09b";
}
.elementor-element .fa-unlock:before {
  content: "\f09c";
}
.elementor-element .fa-credit-card:before {
  content: "\f09d";
}
.elementor-element .fa-feed:before,
.elementor-element .fa-rss:before {
  content: "\f09e";
}
.elementor-element .fa-hdd-o:before {
  content: "\f0a0";
}
.elementor-element .fa-bullhorn:before {
  content: "\f0a1";
}
.elementor-element .fa-bell:before {
  content: "\f0f3";
}
.elementor-element .fa-certificate:before {
  content: "\f0a3";
}
.elementor-element .fa-hand-o-right:before {
  content: "\f0a4";
}
.elementor-element .fa-hand-o-left:before {
  content: "\f0a5";
}
.elementor-element .fa-hand-o-up:before {
  content: "\f0a6";
}
.elementor-element .fa-hand-o-down:before {
  content: "\f0a7";
}
.elementor-element .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.elementor-element .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.elementor-element .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.elementor-element .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.elementor-element .fa-globe:before {
  content: "\f0ac";
}
.elementor-element .fa-wrench:before {
  content: "\f0ad";
}
.elementor-element .fa-tasks:before {
  content: "\f0ae";
}
.elementor-element .fa-filter:before {
  content: "\f0b0";
}
.elementor-element .fa-briefcase:before {
  content: "\f0b1";
}
.elementor-element .fa-arrows-alt:before {
  content: "\f0b2";
}
.elementor-element .fa-group:before,
.elementor-element .fa-users:before {
  content: "\f0c0";
}
.elementor-element .fa-chain:before,
.elementor-element .fa-link:before {
  content: "\f0c1";
}
.elementor-element .fa-cloud:before {
  content: "\f0c2";
}
.elementor-element .fa-flask:before {
  content: "\f0c3";
}
.elementor-element .fa-cut:before,
.elementor-element .fa-scissors:before {
  content: "\f0c4";
}
.elementor-element .fa-copy:before,
.elementor-element .fa-files-o:before {
  content: "\f0c5";
}
.elementor-element .fa-paperclip:before {
  content: "\f0c6";
}
.elementor-element .fa-save:before,
.elementor-element .fa-floppy-o:before {
  content: "\f0c7";
}
.elementor-element .fa-square:before {
  content: "\f0c8";
}
.elementor-element .fa-navicon:before,
.elementor-element .fa-reorder:before,
.elementor-element .fa-bars:before {
  content: "\f0c9";
}
.elementor-element .fa-list-ul:before {
  content: "\f0ca";
}
.elementor-element .fa-list-ol:before {
  content: "\f0cb";
}
.elementor-element .fa-strikethrough:before {
  content: "\f0cc";
}
.elementor-element .fa-underline:before {
  content: "\f0cd";
}
.elementor-element .fa-table:before {
  content: "\f0ce";
}
.elementor-element .fa-magic:before {
  content: "\f0d0";
}
.elementor-element .fa-truck:before {
  content: "\f0d1";
}
.elementor-element .fa-pinterest:before {
  content: "\f0d2";
}
.elementor-element .fa-pinterest-square:before {
  content: "\f0d3";
}
.elementor-element .fa-google-plus-square:before {
  content: "\f0d4";
}
.elementor-element .fa-google-plus:before {
  content: "\f0d5";
}
.elementor-element .fa-money:before {
  content: "\f0d6";
}
.elementor-element .fa-caret-down:before {
  content: "\f0d7";
}
.elementor-element .fa-caret-up:before {
  content: "\f0d8";
}
.elementor-element .fa-caret-left:before {
  content: "\f0d9";
}
.elementor-element .fa-caret-right:before {
  content: "\f0da";
}
.elementor-element .fa-columns:before {
  content: "\f0db";
}
.elementor-element .fa-unsorted:before,
.elementor-element .fa-sort:before {
  content: "\f0dc";
}
.elementor-element .fa-sort-down:before,
.elementor-element .fa-sort-desc:before {
  content: "\f0dd";
}
.elementor-element .fa-sort-up:before,
.elementor-element .fa-sort-asc:before {
  content: "\f0de";
}
.elementor-element .fa-envelope:before {
  content: "\f0e0";
}
.elementor-element .fa-linkedin:before {
  content: "\f0e1";
}
.elementor-element .fa-rotate-left:before,
.elementor-element .fa-undo:before {
  content: "\f0e2";
}
.elementor-element .fa-legal:before,
.elementor-element .fa-gavel:before {
  content: "\f0e3";
}
.elementor-element .fa-dashboard:before,
.elementor-element .fa-tachometer:before {
  content: "\f0e4";
}
.elementor-element .fa-comment-o:before {
  content: "\f0e5";
}
.elementor-element .fa-comments-o:before {
  content: "\f0e6";
}
.elementor-element .fa-flash:before,
.elementor-element .fa-bolt:before {
  content: "\f0e7";
}
.elementor-element .fa-sitemap:before {
  content: "\f0e8";
}
.elementor-element .fa-umbrella:before {
  content: "\f0e9";
}
.elementor-element .fa-paste:before,
.elementor-element .fa-clipboard:before {
  content: "\f0ea";
}
.elementor-element .fa-lightbulb-o:before {
  content: "\f0eb";
}
.elementor-element .fa-exchange:before {
  content: "\f0ec";
}
.elementor-element .fa-cloud-download:before {
  content: "\f0ed";
}
.elementor-element .fa-cloud-upload:before {
  content: "\f0ee";
}
.elementor-element .fa-user-md:before {
  content: "\f0f0";
}
.elementor-element .fa-stethoscope:before {
  content: "\f0f1";
}
.elementor-element .fa-suitcase:before {
  content: "\f0f2";
}
.elementor-element .fa-bell-o:before {
  content: "\f0a2";
}
.elementor-element .fa-coffee:before {
  content: "\f0f4";
}
.elementor-element .fa-cutlery:before {
  content: "\f0f5";
}
.elementor-element .fa-file-text-o:before {
  content: "\f0f6";
}
.elementor-element .fa-building-o:before {
  content: "\f0f7";
}
.elementor-element .fa-hospital-o:before {
  content: "\f0f8";
}
.elementor-element .fa-ambulance:before {
  content: "\f0f9";
}
.elementor-element .fa-medkit:before {
  content: "\f0fa";
}
.elementor-element .fa-fighter-jet:before {
  content: "\f0fb";
}
.elementor-element .fa-beer:before {
  content: "\f0fc";
}
.elementor-element .fa-h-square:before {
  content: "\f0fd";
}
.elementor-element .fa-plus-square:before {
  content: "\f0fe";
}
.elementor-element .fa-angle-double-left:before {
  content: "\f100";
}
.elementor-element .fa-angle-double-right:before {
  content: "\f101";
}
.elementor-element .fa-angle-double-up:before {
  content: "\f102";
}
.elementor-element .fa-angle-double-down:before {
  content: "\f103";
}
.elementor-element .fa-angle-left:before {
  content: "\f104";
}
.elementor-element .fa-angle-right:before {
  content: "\f105";
}
.elementor-element .fa-angle-up:before {
  content: "\f106";
}
.elementor-element .fa-angle-down:before {
  content: "\f107";
}
.elementor-element .fa-desktop:before {
  content: "\f108";
}
.elementor-element .fa-laptop:before {
  content: "\f109";
}
.elementor-element .fa-tablet:before {
  content: "\f10a";
}
.elementor-element .fa-mobile-phone:before,
.elementor-element .fa-mobile:before {
  content: "\f10b";
}
.elementor-element .fa-circle-o:before {
  content: "\f10c";
}
.elementor-element .fa-quote-left:before {
  content: "\f10d";
}
.elementor-element .fa-quote-right:before {
  content: "\f10e";
}
.elementor-element .fa-spinner:before {
  content: "\f110";
}
.elementor-element .fa-circle:before {
  content: "\f111";
}
.elementor-element .fa-mail-reply:before,
.elementor-element .fa-reply:before {
  content: "\f112";
}
.elementor-element .fa-github-alt:before {
  content: "\f113";
}
.elementor-element .fa-folder-o:before {
  content: "\f114";
}
.elementor-element .fa-folder-open-o:before {
  content: "\f115";
}
.elementor-element .fa-smile-o:before {
  content: "\f118";
}
.elementor-element .fa-frown-o:before {
  content: "\f119";
}
.elementor-element .fa-meh-o:before {
  content: "\f11a";
}
.elementor-element .fa-gamepad:before {
  content: "\f11b";
}
.elementor-element .fa-keyboard-o:before {
  content: "\f11c";
}
.elementor-element .fa-flag-o:before {
  content: "\f11d";
}
.elementor-element .fa-flag-checkered:before {
  content: "\f11e";
}
.elementor-element .fa-terminal:before {
  content: "\f120";
}
.elementor-element .fa-code:before {
  content: "\f121";
}
.elementor-element .fa-mail-reply-all:before,
.elementor-element .fa-reply-all:before {
  content: "\f122";
}
.elementor-element .fa-star-half-empty:before,
.elementor-element .fa-star-half-full:before,
.elementor-element .fa-star-half-o:before {
  content: "\f123";
}
.elementor-element .fa-location-arrow:before {
  content: "\f124";
}
.elementor-element .fa-crop:before {
  content: "\f125";
}
.elementor-element .fa-code-fork:before {
  content: "\f126";
}
.elementor-element .fa-unlink:before,
.elementor-element .fa-chain-broken:before {
  content: "\f127";
}
.elementor-element .fa-question:before {
  content: "\f128";
}
.elementor-element .fa-info:before {
  content: "\f129";
}
.elementor-element .fa-exclamation:before {
  content: "\f12a";
}
.elementor-element .fa-superscript:before {
  content: "\f12b";
}
.elementor-element .fa-subscript:before {
  content: "\f12c";
}
.elementor-element .fa-eraser:before {
  content: "\f12d";
}
.elementor-element .fa-puzzle-piece:before {
  content: "\f12e";
}
.elementor-element .fa-microphone:before {
  content: "\f130";
}
.elementor-element .fa-microphone-slash:before {
  content: "\f131";
}
.elementor-element .fa-shield:before {
  content: "\f132";
}
.elementor-element .fa-calendar-o:before {
  content: "\f133";
}
.elementor-element .fa-fire-extinguisher:before {
  content: "\f134";
}
.elementor-element .fa-rocket:before {
  content: "\f135";
}
.elementor-element .fa-maxcdn:before {
  content: "\f136";
}
.elementor-element .fa-chevron-circle-left:before {
  content: "\f137";
}
.elementor-element .fa-chevron-circle-right:before {
  content: "\f138";
}
.elementor-element .fa-chevron-circle-up:before {
  content: "\f139";
}
.elementor-element .fa-chevron-circle-down:before {
  content: "\f13a";
}
.elementor-element .fa-html5:before {
  content: "\f13b";
}
.elementor-element .fa-css3:before {
  content: "\f13c";
}
.elementor-element .fa-anchor:before {
  content: "\f13d";
}
.elementor-element .fa-unlock-alt:before {
  content: "\f13e";
}
.elementor-element .fa-bullseye:before {
  content: "\f140";
}
.elementor-element .fa-ellipsis-h:before {
  content: "\f141";
}
.elementor-element .fa-ellipsis-v:before {
  content: "\f142";
}
.elementor-element .fa-rss-square:before {
  content: "\f143";
}
.elementor-element .fa-play-circle:before {
  content: "\f144";
}
.elementor-element .fa-ticket:before {
  content: "\f145";
}
.elementor-element .fa-minus-square:before {
  content: "\f146";
}
.elementor-element .fa-minus-square-o:before {
  content: "\f147";
}
.elementor-element .fa-level-up:before {
  content: "\f148";
}
.elementor-element .fa-level-down:before {
  content: "\f149";
}
.elementor-element .fa-check-square:before {
  content: "\f14a";
}
.elementor-element .fa-pencil-square:before {
  content: "\f14b";
}
.elementor-element .fa-external-link-square:before {
  content: "\f14c";
}
.elementor-element .fa-share-square:before {
  content: "\f14d";
}
.elementor-element .fa-compass:before {
  content: "\f14e";
}
.elementor-element .fa-toggle-down:before,
.elementor-element .fa-caret-square-o-down:before {
  content: "\f150";
}
.elementor-element .fa-toggle-up:before,
.elementor-element .fa-caret-square-o-up:before {
  content: "\f151";
}
.elementor-element .fa-toggle-right:before,
.elementor-element .fa-caret-square-o-right:before {
  content: "\f152";
}
.elementor-element .fa-euro:before,
.elementor-element .fa-eur:before {
  content: "\f153";
}
.elementor-element .fa-gbp:before {
  content: "\f154";
}
.elementor-element .fa-dollar:before,
.elementor-element .fa-usd:before {
  content: "\f155";
}
.elementor-element .fa-rupee:before,
.elementor-element .fa-inr:before {
  content: "\f156";
}
.elementor-element .fa-cny:before,
.elementor-element .fa-rmb:before,
.elementor-element .fa-yen:before,
.elementor-element .fa-jpy:before {
  content: "\f157";
}
.elementor-element .fa-ruble:before,
.elementor-element .fa-rouble:before,
.elementor-element .fa-rub:before {
  content: "\f158";
}
.elementor-element .fa-won:before,
.elementor-element .fa-krw:before {
  content: "\f159";
}
.elementor-element .fa-bitcoin:before,
.elementor-element .fa-btc:before {
  content: "\f15a";
}
.elementor-element .fa-file:before {
  content: "\f15b";
}
.elementor-element .fa-file-text:before {
  content: "\f15c";
}
.elementor-element .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.elementor-element .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.elementor-element .fa-sort-amount-asc:before {
  content: "\f160";
}
.elementor-element .fa-sort-amount-desc:before {
  content: "\f161";
}
.elementor-element .fa-sort-numeric-asc:before {
  content: "\f162";
}
.elementor-element .fa-sort-numeric-desc:before {
  content: "\f163";
}
.elementor-element .fa-thumbs-up:before {
  content: "\f164";
}
.elementor-element .fa-thumbs-down:before {
  content: "\f165";
}
.elementor-element .fa-youtube-square:before {
  content: "\f166";
}
.elementor-element .fa-youtube:before {
  content: "\f167";
}
.elementor-element .fa-xing:before {
  content: "\f168";
}
.elementor-element .fa-xing-square:before {
  content: "\f169";
}
.elementor-element .fa-youtube-play:before {
  content: "\f16a";
}
.elementor-element .fa-dropbox:before {
  content: "\f16b";
}
.elementor-element .fa-stack-overflow:before {
  content: "\f16c";
}
.elementor-element .fa-instagram:before {
  content: "\f16d";
}
.elementor-element .fa-flickr:before {
  content: "\f16e";
}
.elementor-element .fa-adn:before {
  content: "\f170";
}
.elementor-element .fa-bitbucket:before {
  content: "\f171";
}
.elementor-element .fa-bitbucket-square:before {
  content: "\f172";
}
.elementor-element .fa-tumblr:before {
  content: "\f173";
}
.elementor-element .fa-tumblr-square:before {
  content: "\f174";
}
.elementor-element .fa-long-arrow-down:before {
  content: "\f175";
}
.elementor-element .fa-long-arrow-up:before {
  content: "\f176";
}
.elementor-element .fa-long-arrow-left:before {
  content: "\f177";
}
.elementor-element .fa-long-arrow-right:before {
  content: "\f178";
}
.elementor-element .fa-apple:before {
  content: "\f179";
}
.elementor-element .fa-windows:before {
  content: "\f17a";
}
.elementor-element .fa-android:before {
  content: "\f17b";
}
.elementor-element .fa-linux:before {
  content: "\f17c";
}
.elementor-element .fa-dribbble:before {
  content: "\f17d";
}
.elementor-element .fa-skype:before {
  content: "\f17e";
}
.elementor-element .fa-foursquare:before {
  content: "\f180";
}
.elementor-element .fa-trello:before {
  content: "\f181";
}
.elementor-element .fa-female:before {
  content: "\f182";
}
.elementor-element .fa-male:before {
  content: "\f183";
}
.elementor-element .fa-gittip:before,
.elementor-element .fa-gratipay:before {
  content: "\f184";
}
.elementor-element .fa-sun-o:before {
  content: "\f185";
}
.elementor-element .fa-moon-o:before {
  content: "\f186";
}
.elementor-element .fa-archive:before {
  content: "\f187";
}
.elementor-element .fa-bug:before {
  content: "\f188";
}
.elementor-element .fa-vk:before {
  content: "\f189";
}
.elementor-element .fa-weibo:before {
  content: "\f18a";
}
.elementor-element .fa-renren:before {
  content: "\f18b";
}
.elementor-element .fa-pagelines:before {
  content: "\f18c";
}
.elementor-element .fa-stack-exchange:before {
  content: "\f18d";
}
.elementor-element .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.elementor-element .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.elementor-element .fa-toggle-left:before,
.elementor-element .fa-caret-square-o-left:before {
  content: "\f191";
}
.elementor-element .fa-dot-circle-o:before {
  content: "\f192";
}
.elementor-element .fa-wheelchair:before {
  content: "\f193";
}
.elementor-element .fa-vimeo-square:before {
  content: "\f194";
}
.elementor-element .fa-turkish-lira:before,
.elementor-element .fa-try:before {
  content: "\f195";
}
.elementor-element .fa-plus-square-o:before {
  content: "\f196";
}
.elementor-element .fa-space-shuttle:before {
  content: "\f197";
}
.elementor-element .fa-slack:before {
  content: "\f198";
}
.elementor-element .fa-envelope-square:before {
  content: "\f199";
}
.elementor-element .fa-wordpress:before {
  content: "\f19a";
}
.elementor-element .fa-openid:before {
  content: "\f19b";
}
.elementor-element .fa-institution:before,
.elementor-element .fa-bank:before,
.elementor-element .fa-university:before {
  content: "\f19c";
}
.elementor-element .fa-mortar-board:before,
.elementor-element .fa-graduation-cap:before {
  content: "\f19d";
}
.elementor-element .fa-yahoo:before {
  content: "\f19e";
}
.elementor-element .fa-google:before {
  content: "\f1a0";
}
.elementor-element .fa-reddit:before {
  content: "\f1a1";
}
.elementor-element .fa-reddit-square:before {
  content: "\f1a2";
}
.elementor-element .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.elementor-element .fa-stumbleupon:before {
  content: "\f1a4";
}
.elementor-element .fa-delicious:before {
  content: "\f1a5";
}
.elementor-element .fa-digg:before {
  content: "\f1a6";
}
.elementor-element .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.elementor-element .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.elementor-element .fa-drupal:before {
  content: "\f1a9";
}
.elementor-element .fa-joomla:before {
  content: "\f1aa";
}
.elementor-element .fa-language:before {
  content: "\f1ab";
}
.elementor-element .fa-fax:before {
  content: "\f1ac";
}
.elementor-element .fa-building:before {
  content: "\f1ad";
}
.elementor-element .fa-child:before {
  content: "\f1ae";
}
.elementor-element .fa-paw:before {
  content: "\f1b0";
}
.elementor-element .fa-spoon:before {
  content: "\f1b1";
}
.elementor-element .fa-cube:before {
  content: "\f1b2";
}
.elementor-element .fa-cubes:before {
  content: "\f1b3";
}
.elementor-element .fa-behance:before {
  content: "\f1b4";
}
.elementor-element .fa-behance-square:before {
  content: "\f1b5";
}
.elementor-element .fa-steam:before {
  content: "\f1b6";
}
.elementor-element .fa-steam-square:before {
  content: "\f1b7";
}
.elementor-element .fa-recycle:before {
  content: "\f1b8";
}
.elementor-element .fa-automobile:before,
.elementor-element .fa-car:before {
  content: "\f1b9";
}
.elementor-element .fa-cab:before,
.elementor-element .fa-taxi:before {
  content: "\f1ba";
}
.elementor-element .fa-tree:before {
  content: "\f1bb";
}
.elementor-element .fa-spotify:before {
  content: "\f1bc";
}
.elementor-element .fa-deviantart:before {
  content: "\f1bd";
}
.elementor-element .fa-soundcloud:before {
  content: "\f1be";
}
.elementor-element .fa-database:before {
  content: "\f1c0";
}
.elementor-element .fa-file-pdf-o:before {
  content: "\f1c1";
}
.elementor-element .fa-file-word-o:before {
  content: "\f1c2";
}
.elementor-element .fa-file-excel-o:before {
  content: "\f1c3";
}
.elementor-element .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.elementor-element .fa-file-photo-o:before,
.elementor-element .fa-file-picture-o:before,
.elementor-element .fa-file-image-o:before {
  content: "\f1c5";
}
.elementor-element .fa-file-zip-o:before,
.elementor-element .fa-file-archive-o:before {
  content: "\f1c6";
}
.elementor-element .fa-file-sound-o:before,
.elementor-element .fa-file-audio-o:before {
  content: "\f1c7";
}
.elementor-element .fa-file-movie-o:before,
.elementor-element .fa-file-video-o:before {
  content: "\f1c8";
}
.elementor-element .fa-file-code-o:before {
  content: "\f1c9";
}
.elementor-element .fa-vine:before {
  content: "\f1ca";
}
.elementor-element .fa-codepen:before {
  content: "\f1cb";
}
.elementor-element .fa-jsfiddle:before {
  content: "\f1cc";
}
.elementor-element .fa-life-bouy:before,
.elementor-element .fa-life-buoy:before,
.elementor-element .fa-life-saver:before,
.elementor-element .fa-support:before,
.elementor-element .fa-life-ring:before {
  content: "\f1cd";
}
.elementor-element .fa-circle-o-notch:before {
  content: "\f1ce";
}
.elementor-element .fa-ra:before,
.elementor-element .fa-resistance:before,
.elementor-element .fa-rebel:before {
  content: "\f1d0";
}
.elementor-element .fa-ge:before,
.elementor-element .fa-empire:before {
  content: "\f1d1";
}
.elementor-element .fa-git-square:before {
  content: "\f1d2";
}
.elementor-element .fa-git:before {
  content: "\f1d3";
}
.elementor-element .fa-y-combinator-square:before,
.elementor-element .fa-yc-square:before,
.elementor-element .fa-hacker-news:before {
  content: "\f1d4";
}
.elementor-element .fa-tencent-weibo:before {
  content: "\f1d5";
}
.elementor-element .fa-qq:before {
  content: "\f1d6";
}
.elementor-element .fa-wechat:before,
.elementor-element .fa-weixin:before {
  content: "\f1d7";
}
.elementor-element .fa-send:before,
.elementor-element .fa-paper-plane:before {
  content: "\f1d8";
}
.elementor-element .fa-send-o:before,
.elementor-element .fa-paper-plane-o:before {
  content: "\f1d9";
}
.elementor-element .fa-history:before {
  content: "\f1da";
}
.elementor-element .fa-circle-thin:before {
  content: "\f1db";
}
.elementor-element .fa-header:before {
  content: "\f1dc";
}
.elementor-element .fa-paragraph:before {
  content: "\f1dd";
}
.elementor-element .fa-sliders:before {
  content: "\f1de";
}
.elementor-element .fa-share-alt:before {
  content: "\f1e0";
}
.elementor-element .fa-share-alt-square:before {
  content: "\f1e1";
}
.elementor-element .fa-bomb:before {
  content: "\f1e2";
}
.elementor-element .fa-soccer-ball-o:before,
.elementor-element .fa-futbol-o:before {
  content: "\f1e3";
}
.elementor-element .fa-tty:before {
  content: "\f1e4";
}
.elementor-element .fa-binoculars:before {
  content: "\f1e5";
}
.elementor-element .fa-plug:before {
  content: "\f1e6";
}
.elementor-element .fa-slideshare:before {
  content: "\f1e7";
}
.elementor-element .fa-twitch:before {
  content: "\f1e8";
}
.elementor-element .fa-yelp:before {
  content: "\f1e9";
}
.elementor-element .fa-newspaper-o:before {
  content: "\f1ea";
}
.elementor-element .fa-wifi:before {
  content: "\f1eb";
}
.elementor-element .fa-calculator:before {
  content: "\f1ec";
}
.elementor-element .fa-paypal:before {
  content: "\f1ed";
}
.elementor-element .fa-google-wallet:before {
  content: "\f1ee";
}
.elementor-element .fa-cc-visa:before {
  content: "\f1f0";
}
.elementor-element .fa-cc-mastercard:before {
  content: "\f1f1";
}
.elementor-element .fa-cc-discover:before {
  content: "\f1f2";
}
.elementor-element .fa-cc-amex:before {
  content: "\f1f3";
}
.elementor-element .fa-cc-paypal:before {
  content: "\f1f4";
}
.elementor-element .fa-cc-stripe:before {
  content: "\f1f5";
}
.elementor-element .fa-bell-slash:before {
  content: "\f1f6";
}
.elementor-element .fa-bell-slash-o:before {
  content: "\f1f7";
}
.elementor-element .fa-trash:before {
  content: "\f1f8";
}
.elementor-element .fa-copyright:before {
  content: "\f1f9";
}
.elementor-element .fa-at:before {
  content: "\f1fa";
}
.elementor-element .fa-eyedropper:before {
  content: "\f1fb";
}
.elementor-element .fa-paint-brush:before {
  content: "\f1fc";
}
.elementor-element .fa-birthday-cake:before {
  content: "\f1fd";
}
.elementor-element .fa-area-chart:before {
  content: "\f1fe";
}
.elementor-element .fa-pie-chart:before {
  content: "\f200";
}
.elementor-element .fa-line-chart:before {
  content: "\f201";
}
.elementor-element .fa-lastfm:before {
  content: "\f202";
}
.elementor-element .fa-lastfm-square:before {
  content: "\f203";
}
.elementor-element .fa-toggle-off:before {
  content: "\f204";
}
.elementor-element .fa-toggle-on:before {
  content: "\f205";
}
.elementor-element .fa-bicycle:before {
  content: "\f206";
}
.elementor-element .fa-bus:before {
  content: "\f207";
}
.elementor-element .fa-ioxhost:before {
  content: "\f208";
}
.elementor-element .fa-angellist:before {
  content: "\f209";
}
.elementor-element .fa-cc:before {
  content: "\f20a";
}
.elementor-element .fa-shekel:before,
.elementor-element .fa-sheqel:before,
.elementor-element .fa-ils:before {
  content: "\f20b";
}
.elementor-element .fa-meanpath:before {
  content: "\f20c";
}
.elementor-element .fa-buysellads:before {
  content: "\f20d";
}
.elementor-element .fa-connectdevelop:before {
  content: "\f20e";
}
.elementor-element .fa-dashcube:before {
  content: "\f210";
}
.elementor-element .fa-forumbee:before {
  content: "\f211";
}
.elementor-element .fa-leanpub:before {
  content: "\f212";
}
.elementor-element .fa-sellsy:before {
  content: "\f213";
}
.elementor-element .fa-shirtsinbulk:before {
  content: "\f214";
}
.elementor-element .fa-simplybuilt:before {
  content: "\f215";
}
.elementor-element .fa-skyatlas:before {
  content: "\f216";
}
.elementor-element .fa-cart-plus:before {
  content: "\f217";
}
.elementor-element .fa-cart-arrow-down:before {
  content: "\f218";
}
.elementor-element .fa-diamond:before {
  content: "\f219";
}
.elementor-element .fa-ship:before {
  content: "\f21a";
}
.elementor-element .fa-user-secret:before {
  content: "\f21b";
}
.elementor-element .fa-motorcycle:before {
  content: "\f21c";
}
.elementor-element .fa-street-view:before {
  content: "\f21d";
}
.elementor-element .fa-heartbeat:before {
  content: "\f21e";
}
.elementor-element .fa-venus:before {
  content: "\f221";
}
.elementor-element .fa-mars:before {
  content: "\f222";
}
.elementor-element .fa-mercury:before {
  content: "\f223";
}
.elementor-element .fa-intersex:before,
.elementor-element .fa-transgender:before {
  content: "\f224";
}
.elementor-element .fa-transgender-alt:before {
  content: "\f225";
}
.elementor-element .fa-venus-double:before {
  content: "\f226";
}
.elementor-element .fa-mars-double:before {
  content: "\f227";
}
.elementor-element .fa-venus-mars:before {
  content: "\f228";
}
.elementor-element .fa-mars-stroke:before {
  content: "\f229";
}
.elementor-element .fa-mars-stroke-v:before {
  content: "\f22a";
}
.elementor-element .fa-mars-stroke-h:before {
  content: "\f22b";
}
.elementor-element .fa-neuter:before {
  content: "\f22c";
}
.elementor-element .fa-genderless:before {
  content: "\f22d";
}
.elementor-element .fa-facebook-official:before {
  content: "\f230";
}
.elementor-element .fa-pinterest-p:before {
  content: "\f231";
}
.elementor-element .fa-whatsapp:before {
  content: "\f232";
}
.elementor-element .fa-server:before {
  content: "\f233";
}
.elementor-element .fa-user-plus:before {
  content: "\f234";
}
.elementor-element .fa-user-times:before {
  content: "\f235";
}
.elementor-element .fa-hotel:before,
.elementor-element .fa-bed:before {
  content: "\f236";
}
.elementor-element .fa-viacoin:before {
  content: "\f237";
}
.elementor-element .fa-train:before {
  content: "\f238";
}
.elementor-element .fa-subway:before {
  content: "\f239";
}
.elementor-element .fa-medium:before {
  content: "\f23a";
}
.elementor-element .fa-yc:before,
.elementor-element .fa-y-combinator:before {
  content: "\f23b";
}
.elementor-element .fa-optin-monster:before {
  content: "\f23c";
}
.elementor-element .fa-opencart:before {
  content: "\f23d";
}
.elementor-element .fa-expeditedssl:before {
  content: "\f23e";
}
.elementor-element .fa-battery-4:before,
.elementor-element .fa-battery:before,
.elementor-element .fa-battery-full:before {
  content: "\f240";
}
.elementor-element .fa-battery-3:before,
.elementor-element .fa-battery-three-quarters:before {
  content: "\f241";
}
.elementor-element .fa-battery-2:before,
.elementor-element .fa-battery-half:before {
  content: "\f242";
}
.elementor-element .fa-battery-1:before,
.elementor-element .fa-battery-quarter:before {
  content: "\f243";
}
.elementor-element .fa-battery-0:before,
.elementor-element .fa-battery-empty:before {
  content: "\f244";
}
.elementor-element .fa-mouse-pointer:before {
  content: "\f245";
}
.elementor-element .fa-i-cursor:before {
  content: "\f246";
}
.elementor-element .fa-object-group:before {
  content: "\f247";
}
.elementor-element .fa-object-ungroup:before {
  content: "\f248";
}
.elementor-element .fa-sticky-note:before {
  content: "\f249";
}
.elementor-element .fa-sticky-note-o:before {
  content: "\f24a";
}
.elementor-element .fa-cc-jcb:before {
  content: "\f24b";
}
.elementor-element .fa-cc-diners-club:before {
  content: "\f24c";
}
.elementor-element .fa-clone:before {
  content: "\f24d";
}
.elementor-element .fa-balance-scale:before {
  content: "\f24e";
}
.elementor-element .fa-hourglass-o:before {
  content: "\f250";
}
.elementor-element .fa-hourglass-1:before,
.elementor-element .fa-hourglass-start:before {
  content: "\f251";
}
.elementor-element .fa-hourglass-2:before,
.elementor-element .fa-hourglass-half:before {
  content: "\f252";
}
.elementor-element .fa-hourglass-3:before,
.elementor-element .fa-hourglass-end:before {
  content: "\f253";
}
.elementor-element .fa-hourglass:before {
  content: "\f254";
}
.elementor-element .fa-hand-grab-o:before,
.elementor-element .fa-hand-rock-o:before {
  content: "\f255";
}
.elementor-element .fa-hand-stop-o:before,
.elementor-element .fa-hand-paper-o:before {
  content: "\f256";
}
.elementor-element .fa-hand-scissors-o:before {
  content: "\f257";
}
.elementor-element .fa-hand-lizard-o:before {
  content: "\f258";
}
.elementor-element .fa-hand-spock-o:before {
  content: "\f259";
}
.elementor-element .fa-hand-pointer-o:before {
  content: "\f25a";
}
.elementor-element .fa-hand-peace-o:before {
  content: "\f25b";
}
.elementor-element .fa-trademark:before {
  content: "\f25c";
}
.elementor-element .fa-registered:before {
  content: "\f25d";
}
.elementor-element .fa-creative-commons:before {
  content: "\f25e";
}
.elementor-element .fa-gg:before {
  content: "\f260";
}
.elementor-element .fa-gg-circle:before {
  content: "\f261";
}
.elementor-element .fa-tripadvisor:before {
  content: "\f262";
}
.elementor-element .fa-odnoklassniki:before {
  content: "\f263";
}
.elementor-element .fa-odnoklassniki-square:before {
  content: "\f264";
}
.elementor-element .fa-get-pocket:before {
  content: "\f265";
}
.elementor-element .fa-wikipedia-w:before {
  content: "\f266";
}
.elementor-element .fa-safari:before {
  content: "\f267";
}
.elementor-element .fa-chrome:before {
  content: "\f268";
}
.elementor-element .fa-firefox:before {
  content: "\f269";
}
.elementor-element .fa-opera:before {
  content: "\f26a";
}
.elementor-element .fa-internet-explorer:before {
  content: "\f26b";
}
.elementor-element .fa-tv:before,
.elementor-element .fa-television:before {
  content: "\f26c";
}
.elementor-element .fa-contao:before {
  content: "\f26d";
}
.elementor-element .fa-500px:before {
  content: "\f26e";
}
.elementor-element .fa-amazon:before {
  content: "\f270";
}
.elementor-element .fa-calendar-plus-o:before {
  content: "\f271";
}
.elementor-element .fa-calendar-minus-o:before {
  content: "\f272";
}
.elementor-element .fa-calendar-times-o:before {
  content: "\f273";
}
.elementor-element .fa-calendar-check-o:before {
  content: "\f274";
}
.elementor-element .fa-industry:before {
  content: "\f275";
}
.elementor-element .fa-map-pin:before {
  content: "\f276";
}
.elementor-element .fa-map-signs:before {
  content: "\f277";
}
.elementor-element .fa-map-o:before {
  content: "\f278";
}
.elementor-element .fa-map:before {
  content: "\f279";
}
.elementor-element .fa-commenting:before {
  content: "\f27a";
}
.elementor-element .fa-commenting-o:before {
  content: "\f27b";
}
.elementor-element .fa-houzz:before {
  content: "\f27c";
}
.elementor-element .fa-vimeo:before {
  content: "\f27d";
}
.elementor-element .fa-black-tie:before {
  content: "\f27e";
}
.elementor-element .fa-fonticons:before {
  content: "\f280";
}
.elementor-element .fa-reddit-alien:before {
  content: "\f281";
}
.elementor-element .fa-edge:before {
  content: "\f282";
}
.elementor-element .fa-credit-card-alt:before {
  content: "\f283";
}
.elementor-element .fa-codiepie:before {
  content: "\f284";
}
.elementor-element .fa-modx:before {
  content: "\f285";
}
.elementor-element .fa-fort-awesome:before {
  content: "\f286";
}
.elementor-element .fa-usb:before {
  content: "\f287";
}
.elementor-element .fa-product-hunt:before {
  content: "\f288";
}
.elementor-element .fa-mixcloud:before {
  content: "\f289";
}
.elementor-element .fa-scribd:before {
  content: "\f28a";
}
.elementor-element .fa-pause-circle:before {
  content: "\f28b";
}
.elementor-element .fa-pause-circle-o:before {
  content: "\f28c";
}
.elementor-element .fa-stop-circle:before {
  content: "\f28d";
}
.elementor-element .fa-stop-circle-o:before {
  content: "\f28e";
}
.elementor-element .fa-shopping-bag:before {
  content: "\f290";
}
.elementor-element .fa-shopping-basket:before {
  content: "\f291";
}
.elementor-element .fa-hashtag:before {
  content: "\f292";
}
.elementor-element .fa-bluetooth:before {
  content: "\f293";
}
.elementor-element .fa-bluetooth-b:before {
  content: "\f294";
}
.elementor-element .fa-percent:before {
  content: "\f295";
}
.elementor-element .fa-gitlab:before {
  content: "\f296";
}
.elementor-element .fa-wpbeginner:before {
  content: "\f297";
}
.elementor-element .fa-wpforms:before {
  content: "\f298";
}
.elementor-element .fa-envira:before {
  content: "\f299";
}
.elementor-element .fa-universal-access:before {
  content: "\f29a";
}
.elementor-element .fa-wheelchair-alt:before {
  content: "\f29b";
}
.elementor-element .fa-question-circle-o:before {
  content: "\f29c";
}
.elementor-element .fa-blind:before {
  content: "\f29d";
}
.elementor-element .fa-audio-description:before {
  content: "\f29e";
}
.elementor-element .fa-volume-control-phone:before {
  content: "\f2a0";
}
.elementor-element .fa-braille:before {
  content: "\f2a1";
}
.elementor-element .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.elementor-element .fa-asl-interpreting:before,
.elementor-element .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.elementor-element .fa-deafness:before,
.elementor-element .fa-hard-of-hearing:before,
.elementor-element .fa-deaf:before {
  content: "\f2a4";
}
.elementor-element .fa-glide:before {
  content: "\f2a5";
}
.elementor-element .fa-glide-g:before {
  content: "\f2a6";
}
.elementor-element .fa-signing:before,
.elementor-element .fa-sign-language:before {
  content: "\f2a7";
}
.elementor-element .fa-low-vision:before {
  content: "\f2a8";
}
.elementor-element .fa-viadeo:before {
  content: "\f2a9";
}
.elementor-element .fa-viadeo-square:before {
  content: "\f2aa";
}
.elementor-element .fa-snapchat:before {
  content: "\f2ab";
}
.elementor-element .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.elementor-element .fa-snapchat-square:before {
  content: "\f2ad";
}
.elementor-element .fa-pied-piper:before {
  content: "\f2ae";
}
.elementor-element .fa-first-order:before {
  content: "\f2b0";
}
.elementor-element .fa-yoast:before {
  content: "\f2b1";
}
.elementor-element .fa-themeisle:before {
  content: "\f2b2";
}
.elementor-element .fa-google-plus-circle:before,
.elementor-element .fa-google-plus-official:before {
  content: "\f2b3";
}
.elementor-element .fa-fa:before,
.elementor-element .fa-font-awesome:before {
  content: "\f2b4";
}
.elementor-element .fa-handshake-o:before {
  content: "\f2b5";
}
.elementor-element .fa-envelope-open:before {
  content: "\f2b6";
}
.elementor-element .fa-envelope-open-o:before {
  content: "\f2b7";
}
.elementor-element .fa-linode:before {
  content: "\f2b8";
}
.elementor-element .fa-address-book:before {
  content: "\f2b9";
}
.elementor-element .fa-address-book-o:before {
  content: "\f2ba";
}
.elementor-element .fa-vcard:before,
.elementor-element .fa-address-card:before {
  content: "\f2bb";
}
.elementor-element .fa-vcard-o:before,
.elementor-element .fa-address-card-o:before {
  content: "\f2bc";
}
.elementor-element .fa-user-circle:before {
  content: "\f2bd";
}
.elementor-element .fa-user-circle-o:before {
  content: "\f2be";
}
.elementor-element .fa-user-o:before {
  content: "\f2c0";
}
.elementor-element .fa-id-badge:before {
  content: "\f2c1";
}
.elementor-element .fa-drivers-license:before,
.elementor-element .fa-id-card:before {
  content: "\f2c2";
}
.elementor-element .fa-drivers-license-o:before,
.elementor-element .fa-id-card-o:before {
  content: "\f2c3";
}
.elementor-element .fa-quora:before {
  content: "\f2c4";
}
.elementor-element .fa-free-code-camp:before {
  content: "\f2c5";
}
.elementor-element .fa-telegram:before {
  content: "\f2c6";
}
.elementor-element .fa-thermometer-4:before,
.elementor-element .fa-thermometer:before,
.elementor-element .fa-thermometer-full:before {
  content: "\f2c7";
}
.elementor-element .fa-thermometer-3:before,
.elementor-element .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.elementor-element .fa-thermometer-2:before,
.elementor-element .fa-thermometer-half:before {
  content: "\f2c9";
}
.elementor-element .fa-thermometer-1:before,
.elementor-element .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.elementor-element .fa-thermometer-0:before,
.elementor-element .fa-thermometer-empty:before {
  content: "\f2cb";
}
.elementor-element .fa-shower:before {
  content: "\f2cc";
}
.elementor-element .fa-bathtub:before,
.elementor-element .fa-s15:before,
.elementor-element .fa-bath:before {
  content: "\f2cd";
}
.elementor-element .fa-podcast:before {
  content: "\f2ce";
}
.elementor-element .fa-window-maximize:before {
  content: "\f2d0";
}
.elementor-element .fa-window-minimize:before {
  content: "\f2d1";
}
.elementor-element .fa-window-restore:before {
  content: "\f2d2";
}
.elementor-element .fa-times-rectangle:before,
.elementor-element .fa-window-close:before {
  content: "\f2d3";
}
.elementor-element .fa-times-rectangle-o:before,
.elementor-element .fa-window-close-o:before {
  content: "\f2d4";
}
.elementor-element .fa-bandcamp:before {
  content: "\f2d5";
}
.elementor-element .fa-grav:before {
  content: "\f2d6";
}
.elementor-element .fa-etsy:before {
  content: "\f2d7";
}
.elementor-element .fa-imdb:before {
  content: "\f2d8";
}
.elementor-element .fa-ravelry:before {
  content: "\f2d9";
}
.elementor-element .fa-eercast:before {
  content: "\f2da";
}
.elementor-element .fa-microchip:before {
  content: "\f2db";
}
.elementor-element .fa-snowflake-o:before {
  content: "\f2dc";
}
.elementor-element .fa-superpowers:before {
  content: "\f2dd";
}
.elementor-element .fa-wpexplorer:before {
  content: "\f2de";
}
.elementor-element .fa-meetup:before {
  content: "\f2e0";
}
.elementor-element .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-element .sr-only-focusable:active,
.elementor-element .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.elementor-element .gallery {
  margin-bottom: 1.5em;
}
.elementor-element .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.elementor-element .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.elementor-element .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.elementor-element .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.elementor-element .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.elementor-element .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.elementor-element .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.elementor-element .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.elementor-element .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.elementor-element .gallery-caption {
  display: block;
}
.elementor-element body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.elementor-element h1 {
  font: 800 22.66667px "Open Sans", sans-serif;
  font-size: 34px;
}
.elementor-element h2 {
  font: 800 20px "Open Sans", sans-serif;
  font-size: 30px;
}
.elementor-element h3 {
  font: 400 17.33333px "Open Sans", sans-serif;
  font-size: 26px;
}
.elementor-element h4 {
  font: 800 14.66667px "Open Sans", sans-serif;
  font-size: 22px;
}
.elementor-element h5 {
  font: 800 12px "Open Sans", sans-serif;
  font-size: 18px;
}
.elementor-element h6 {
  font: 700 9.33333px "Open Sans", sans-serif;
  font-size: 14px;
}
.elementor-element div,
.elementor-element p,
.elementor-element span,
.elementor-element a,
.elementor-element ul,
.elementor-element li {
  font: 400 9.33333px "Open Sans", sans-serif;
  font-size: 14px;
}
.elementor-element a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.elementor-element a {
  color: #231f20;
}
.elementor-element strong,
.elementor-element blockquote {
  font-family: "Open Sans", sans-serif;
}
.elementor-element h6.zrodlo {
  font: 400 12px/1.5 "Open Sans", sans-serif;
  color: #231f20;
}
.elementor-element .tekst-wyrozniony {
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
}
.elementor-element .wpcf7 {
  max-width: 600px;
  margin: 0 auto !important;
}
.elementor-element .wpcf7 .wpcf7-form label {
  width: 100%;
}
.elementor-element .wpcf7 .wpcf7-not-valid-tip {
  color: #ed1c24;
}
.elementor-element .wpcf7 .wpcf7-validation-errors {
  color: #ed1c24;
  border: 1px solid #e9ecef;
}
.elementor-element nav.sticky-style {
  padding-bottom: 0;
  background-color: #fff !important;
}
.elementor-element nav.sticky-style div.inner {
  border-bottom: none !important;
}
.elementor-element nav.sticky-style div.inner #navbarNavDropdown ul#main-menu li.current-menu-item a {
  color: #ed1c24;
}
.elementor-element nav.sticky-style div.inner #navbarNavDropdown ul#main-menu li a:hover {
  color: #ed1c24 !important;
}
.elementor-element nav.navbar {
  background-color: #b30f14;
  transition: all 0.3s;
  width: 100vw;
}
.elementor-element nav.navbar div.inner {
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #231f20;
}
.elementor-element nav.navbar div.inner .logo-mobile {
  margin-right: 0;
}
.elementor-element nav.navbar div.inner .logo-mobile img {
  max-width: 90px;
}
.elementor-element nav.navbar div.inner img {
  max-width: 200px;
  height: 30px;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown {
  justify-content: center;
  -webkit-justify-content: center;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li {
  margin: 0 5px;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a {
  color: #231f20;
  font-size: 16px;
  font-weight: 800;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover {
  color: #ed1c24;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.dropdown a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: none;
  transform: rotate(-135deg);
  z-index: 10;
  margin-left: 8px;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li {
  margin: 0;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li a {
  padding-left: 15px;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li a:hover {
  background-color: #fff;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.current-menu-item a {
  color: #ed1c24;
}
.elementor-element nav.navbar div.inner ul#menu-metas {
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.elementor-element nav.navbar div.inner ul#menu-metas li,
.elementor-element nav.navbar div.inner ul#menu-metas li a {
  font-weight: 700;
  font-size: 16px;
}
.elementor-element nav.navbar div.inner ul#menu-metas li {
  margin: 0 5px;
  cursor: pointer;
}
.elementor-element nav.navbar div.inner ul#menu-metas li#en-lang,
.elementor-element nav.navbar div.inner ul#menu-metas li#pl-lang {
  margin-right: 15px;
}
.elementor-element nav.navbar div.inner ul#menu-metas li#color-contrast {
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: center;
}
.elementor-element nav.navbar div.inner .btn-ham {
  display: none;
  border: none;
  padding: 0.25rem 0;
}
.elementor-element nav.navbar div.inner .btn-ham span.navbar-toggler-icon {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgb%2835, 31, 32%29%27 stroke-width=%274%27 stroke-linecap=%27square%27 stroke-miterlimit=%275%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
  width: 2.5em;
  height: 2.5em;
}
.elementor-element nav.navbar div.inner div.modal {
  top: 0 !important;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen {
  background-color: rgba(241, 242, 242, 0.95);
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog {
  max-width: 100%;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content {
  border: none;
  background-color: rgba(241, 242, 242, 0.7);
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-header {
  border: none;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-header h4.modal-title {
  display: inline-block;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-header button.close {
  opacity: 1;
  padding: 0 1rem;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-header button.close span {
  color: #231f20;
  font-size: 48px;
  font-weight: 700;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-body {
  top: 50px;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-body h4 {
  margin-bottom: 20px;
}
.elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-body .menu-mobile-sidebar-block {
  margin-bottom: 40px;
}
.elementor-element .align-right {
  float: right;
}
.elementor-element .holder {
  width: 0;
  height: 0;
  position: relative;
  top: 3px;
  left: 0;
}
.elementor-element .holder::after,
.elementor-element .holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 45px;
  z-index: 10;
  transform: rotate(-135deg);
}
.elementor-element .holder::before {
  top: 3px;
  left: 10px;
  position: absolute;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.elementor-element #menu-multilevel-navwalker,
.elementor-element #menu-multilevel-navwalker ul,
.elementor-element #menu-multilevel-navwalker ul li,
.elementor-element #menu-multilevel-navwalker ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.elementor-element #menu-multilevel-navwalker > ul > li {
  border-bottom: 1px solid #231f20;
}
.elementor-element #menu-multilevel-navwalker > ul > li:first-child {
  border-top: 1px solid #231f20;
}
.elementor-element #menu-multilevel-navwalker > ul > li:last-child {
  border-bottom: 1px solid #231f20;
}
.elementor-element #menu-multilevel-navwalker > ul > li > a > span {
  font-size: 16px;
  font-weight: 800;
}
.elementor-element #menu-multilevel-navwalker ul li.has-sub ul {
  margin-bottom: 15px;
}
.elementor-element #menu-multilevel-navwalker ul > li:not(.has-sub) {
  padding-left: 15px;
}
.elementor-element #menu-multilevel-navwalker ul > li:not(.has-sub):before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  z-index: 10;
  top: 18px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element #menu-multilevel-navwalker ul > li > ul > li:not(.has-sub):before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 8px;
  z-index: 10;
  top: 8px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element #menu-multilevel-navwalker ul li ul li {
  padding: 0 20px;
}
.elementor-element #menu-multilevel-navwalker ul li ul li a span {
  font-size: 16px;
  font-weight: 400;
}
.elementor-element #menu-multilevel-navwalker ul li a {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  color: #231f20;
}
.elementor-element #menu-multilevel-navwalker ul li a:hover span {
  color: #ed1c24;
}
.elementor-element #menu-multilevel-navwalker ul ul {
  display: none;
}
.elementor-element #menu-multilevel-navwalker ul ul li:hover a,
.elementor-element #menu-multilevel-navwalker ul ul li .open a,
.elementor-element #menu-multilevel-navwalker ul ul li .active a {
  color: #ed1c24;
}
.elementor-element #menu-multilevel-navwalker ul ul li a {
  position: relative;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  text-decoration: none;
}
.elementor-element #menu-multilevel-navwalker ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 75px;
  z-index: 10;
  top: 10px;
  border-top: 2px solid #231f20;
  border-left: 2px solid #231f20;
  transform: rotate(-135deg);
}
.elementor-element #menu-multilevel-navwalker ul ul li a {
  padding-left: 10px;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li:not(.has-sub) > a > span {
  font-weight: 400;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li > a > span {
  font-weight: 800;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li > ul > li > a > span {
  font-weight: 600;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li.has-sub > ul > li:not(.has-sub)::before {
  left: 18px;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker ul > li.has-sub > ul > li.has-sub > a::after {
  display: none;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li > a {
  padding-bottom: 10px;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li:not(.has-sub) > a {
  padding-bottom: 0;
  margin-left: 10px;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li > ul > li {
  padding-bottom: 5px;
}
.elementor-element .menu-mobile-sidebar-block #menu-multilevel-navwalker > ul > li > ul > li > ul > li > ul > li {
  margin-left: 10px;
}
.elementor-element #menu-menus-baza-danych ul.menu {
  list-style-type: none;
  padding-left: 0;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub {
  padding: 7px 40px;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > a > span {
  font-size: 16px;
  font-weight: 800;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > a > span:hover {
  color: #ed1c24;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > ul {
  list-style-type: none;
  padding-left: 25px;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > ul > li {
  position: relative;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > ul > li::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -15px;
  z-index: 10;
  top: 8px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > ul > li > a > span {
  font-size: 16px;
  font-weight: 400;
}
.elementor-element #menu-menus-baza-danych ul.menu li.has-sub > ul > li > a > span:hover {
  color: #ed1c24;
}
.elementor-element #menu-menus-baza-danych ul.menu > li.has-sub > a > span:hover {
  color: #231f20;
  cursor: default;
}
.elementor-element body.page-template-baza-danych-main nav.navbar,
.elementor-element body.page-template-mapy-baza nav.navbar {
  background-color: #b30f14;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.current-menu-item a,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.current-menu-item a {
  color: #fff;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover {
  color: #fff;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li.current-menu-item a,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li.current-menu-item a {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li.current-menu-item a:hover,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li.current-menu-item a:hover {
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li a,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li a {
  color: #231f20 !important;
}
.elementor-element body.page-template-baza-danych-main nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li a:hover,
.elementor-element body.page-template-mapy-baza nav.navbar div.inner div#navbarNavDropdown ul.dropdown-menu li a:hover {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-baza-danych-main nav.sticky-style ul#main-menu > li.current-menu-item a,
.elementor-element body.page-template-mapy-baza nav.sticky-style ul#main-menu > li.current-menu-item a {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-baza-danych-main nav.sticky-style ul.dropdown-menu li.current-menu-item a,
.elementor-element body.page-template-mapy-baza nav.sticky-style ul.dropdown-menu li.current-menu-item a {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-baza-danych-main nav.sticky-style ul.dropdown-menu li.current-menu-item a:hover,
.elementor-element body.page-template-mapy-baza nav.sticky-style ul.dropdown-menu li.current-menu-item a:hover {
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main nav.sticky-style ul.dropdown-menu li a,
.elementor-element body.page-template-mapy-baza nav.sticky-style ul.dropdown-menu li a {
  color: #231f20 !important;
}
.elementor-element body.page-template-baza-danych-main nav.sticky-style ul.dropdown-menu li a:hover,
.elementor-element body.page-template-mapy-baza nav.sticky-style ul.dropdown-menu li a:hover {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper {
  padding-top: 0;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #banner,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #banner {
  background-color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #banner .banner-text h1,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #banner .banner-text h1 {
  color: #fff;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #banner .banner-text h3,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #banner .banner-text h3 {
  font-weight: 700;
  color: #fff;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus {
  margin-top: 40px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .border-bottom,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .border-bottom {
  border-bottom: 1px solid #231f20 !important;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus div#i-nasze-zycie h2.menu-title,
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus div#ii-nasza-przestrzen h2.menu-title,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus div#i-nasze-zycie h2.menu-title,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus div#ii-nasza-przestrzen h2.menu-title {
  border-top: none;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus div#i-nasze-zycie div.raport-container,
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus div#ii-nasza-przestrzen div.raport-container,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus div#i-nasze-zycie div.raport-container,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus div#ii-nasza-przestrzen div.raport-container {
  bottom: -15px;
  top: 61px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu {
  margin-bottom: 40px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu h2.menu-title,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu h2.menu-title {
  font: 800 22.66667px "Open Sans", sans-serif;
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container {
  padding: 10px 30px 0 15px;
  border-top: 5px solid #231f20;
  position: absolute;
  right: 15px;
  top: 0;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container span.float-left,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container span.float-left {
  font-weight: 600;
  font-size: 16px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link {
  position: relative;
  cursor: pointer;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link::before,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -15px;
  z-index: 10;
  top: 7px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link::after,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link::after {
  height: 20px;
  width: 15px;
  right: -25px;
  bottom: 5px;
  position: absolute;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link:hover,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus .col-menu .raport-container span#pdf-link:hover {
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #prezydent p,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #prezydent p {
  font-size: 14px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #prezydent blockquote p,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #prezydent blockquote p {
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata h2.menu-title,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata h2.menu-title {
  padding-bottom: 15px;
  padding-left: 40px;
  border-bottom: 1px solid #231f20;
  color: #ed1c24;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata div.inner,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata div.inner {
  padding-left: 40px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata div.inner h5,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata div.inner h5 {
  margin-bottom: 0;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata div.inner p,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata div.inner p {
  position: relative;
  padding-left: 15px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata div.inner p::before,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata div.inner p::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0px;
  z-index: 10;
  top: 8px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #menus #poprzednie-lata div.inner p a:hover,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #menus #poprzednie-lata div.inner p a:hover {
  color: #ed1c24;
}
.elementor-element #single-wrapper {
  margin-top: 80px;
  margin-bottom: 15px;
}
.elementor-element #single-wrapper #content {
  padding-bottom: 50px;
  border-bottom: 1px solid #231f20;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li:first-child {
  border-top: none;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub > a::after {
  display: none;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu > li.has-sub:first-child > a {
  border-bottom: 1px solid #231f20;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul {
  display: block;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub.current-menu-ancestor ul li.current-menu-parent ul {
  display: block;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub.current-menu-ancestor ul li.current-menu-parent ul li.current-menu-item a span {
  color: #ed1c24;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub > a {
  margin: 7px 0;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub > a span {
  font-weight: 800;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub > ul {
  margin-top: 10px;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub > ul li.has-sub > a span {
  font-weight: 700;
}
.elementor-element #single-wrapper #left-sidebar-menu ul.menu li.has-sub.current-menu-ancestor > ul li.has-sub > ul li.has-sub > ul {
  padding-left: 10px;
  margin-top: 0;
}
.elementor-element #single-wrapper #main header {
  margin-bottom: 40px;
}
.elementor-element #single-wrapper #main header .entry-meta h3,
.elementor-element #single-wrapper #main header .entry-meta h1 {
  color: #ed1c24;
}
.elementor-element #single-wrapper #main header .entry-meta h3 {
  margin-bottom: 0;
}
.elementor-element #single-wrapper #main header .entry-meta h1.entry-title {
  line-height: 1em;
  margin-bottom: 0;
}
.elementor-element #single-wrapper #main h4,
.elementor-element #single-wrapper #main h5,
.elementor-element #single-wrapper #main h6 {
  margin-bottom: 5px;
}
.elementor-element #single-wrapper #main blockquote p {
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
}
.elementor-element #single-wrapper #main h6.zrodlo {
  font-size: 12px;
  color: #231f20;
}
.elementor-element #single-wrapper #main a {
  font-weight: 700;
  color: #ed1c24;
}
.elementor-element #single-wrapper #main p,
.elementor-element #single-wrapper #main a,
.elementor-element #single-wrapper #main li {
  font-size: 14px;
}
.elementor-element #single-wrapper #main p#pdf-link {
  margin-left: 12px;
}
.elementor-element #single-wrapper #main p#pdf-link a {
  position: relative;
  cursor: pointer;
  color: #231f20;
  font-weight: normal;
}
.elementor-element #single-wrapper #main p#pdf-link a::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -15px;
  z-index: 10;
  top: 7px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element #single-wrapper #main p#pdf-link a::after {
  height: 20px;
  width: 15px;
  right: -25px;
  bottom: 5px;
  position: absolute;
}
.elementor-element #single-wrapper #main p#pdf-link a:hover {
  color: #ed1c24;
}
.elementor-element #single-wrapper #main table,
.elementor-element #single-wrapper #main th,
.elementor-element #single-wrapper #main td {
  font-family: "Open Sans", sans-serif;
}
.elementor-element #single-wrapper #main table {
  border: none;
  border-collapse: collapse;
  margin: auto;
  margin-top: 10px;
  max-width: 100% !important;
  display: inline-block;
  overflow-x: auto;
  overflow-y: auto;
  table-layout: auto;
}
.elementor-element #single-wrapper #main table tbody {
  border: 1px solid #231f20;
}
.elementor-element #single-wrapper #main table tbody tr:first-child td {
  font-weight: 700;
}
.elementor-element #single-wrapper #main table tbody td {
  border: 1px solid #231f20;
  padding: 5px;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.elementor-element #single-wrapper #main table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.elementor-element #single-wrapper #main table::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
  transform: rotateX(180deg);
}
.elementor-element #single-wrapper #main table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #231f20;
}
.elementor-element #single-wrapper #main table.bt tfoot th::before,
.elementor-element #single-wrapper #main table.bt tfoot td::before,
.elementor-element #single-wrapper #main table.bt tbody td::before {
  width: 8em;
}
.elementor-element #single-wrapper #main ul {
  list-style: none;
  padding-left: 20px;
}
.elementor-element #single-wrapper #main ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}
.elementor-element #single-wrapper #main ul li::before {
  content: "• ";
  color: #ed1c24;
}
.elementor-element #raporty {
  margin-top: 70px;
  margin-bottom: 15px;
}
.elementor-element #raporty .raport-menu {
  margin-top: 20px;
}
.elementor-element #raporty .raport-menu h5 {
  font-size: 16px;
}
.elementor-element #raporty header.entry-header {
  margin: 40px 0;
}
.elementor-element #raporty header.entry-header h1.entry-title {
  margin-bottom: 0;
  padding-left: 30px;
}
.elementor-element #raporty h2.month-name {
  color: #ed1c24;
  margin-bottom: 20px;
  padding-left: 30px;
}
.elementor-element #raporty div.raport-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 60px;
}
.elementor-element #raporty div.raport-list div.raport-post {
  padding: 20px 0;
  padding-left: 30px;
  border-top: 1px solid #231f20;
}
.elementor-element #raporty div.raport-list div.raport-post h5 {
  font-size: 16px;
  font-weight: 800;
}
.elementor-element #raporty div.raport-list div.raport-post span#pdf-link {
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}
.elementor-element #raporty div.raport-list div.raport-post span#pdf-link::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  z-index: 10;
  top: 7px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element #raporty div.raport-list div.raport-post span#pdf-link::after {
  height: 20px;
  width: 15px;
  right: -25px;
  bottom: 5px;
  position: absolute;
}
.elementor-element #raporty div.raport-list div.raport-post p {
  font-size: 14px;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn {
  background-color: #b30f14;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner {
  border-bottom: 1px solid #fff;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li a {
  color: #fff;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li a:hover {
  color: #231f20;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li.current-menu-ancestor > a {
  color: #fff !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li a {
  color: #231f20 !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li a:hover {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li.dropdown ul.dropdown-menu li.current-menu-item a {
  color: #ed1c24 !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner ul#menu-metas {
  color: #fff !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner ul#menu-metas li {
  color: #fff !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner ul#menu-metas li a {
  color: #fff !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner .btn-ham span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgb%28255, 255, 255%29%27 stroke-width=%274%27 stroke-linecap=%27square%27 stroke-miterlimit=%275%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E") !important;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn {
  position: relative;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn h3 {
  margin-bottom: 0;
  color: #fff;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn h2.biuletyn-month {
  font-size: 36px;
  font-weight: 800;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn h2.month-theme-title {
  font-weight: 800;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn div.summary-text {
  text-align: center;
  position: relative;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn div.summary-text > * {
  color: #fff;
  font-weight: bold;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn div.summary-text h2.summary-big-title {
  font-weight: 800;
  color: #fff;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn div.summary-text p.paragraf-biuletyn {
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn > * {
  color: #fff;
  font-weight: bold;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn .fullscreen-video {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  width: 100%;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn .fullscreen-video video#video-back {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn #raporty .raport-list span {
  margin-right: 40px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn span#mp4-link {
  position: relative;
  padding-left: 15px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn span#mp4-link::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  z-index: 10;
  top: 7px;
  border-top: 2px solid #ed1c24;
  border-left: 2px solid #ed1c24;
  transform: rotate(135deg);
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn span#mp4-link::after {
  height: 20px;
  width: 15px;
  right: -25px;
  bottom: 5px;
  position: absolute;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .banner-biuletyn .overlay .banner-text-biuletyn span#mp4-link .link-video {
  color: #fff;
  font-weight: 400;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section {
  margin-top: 0 !important;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section h2 {
  color: #ed1c24;
  margin: 15px 0;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table {
  font-family: "Open Sans";
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table > *,
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table span,
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table strong {
  font-size: 16px !important;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table .thead-dark th {
  border-color: #231f20;
  background-color: #231f20;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .table-section table .thead-light th {
  color: #fff;
  border-color: #231f20;
  background-color: #fff;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section table.table-border-inside {
  margin: 0 auto;
  border-collapse: collapse;
  border-style: hidden;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section table.table-border-inside td {
  padding: 0.7rem;
  border: 1px solid #231f20;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section table.table-border-inside td span {
  font-size: 15px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section table.table-border-inside td span strong {
  font-size: 18px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section .district {
  display: none;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section .district.active {
  display: block;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section svg {
  height: 540px;
  max-height: 100%;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper div.map-section svg:hover {
  cursor: pointer;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix img.active-icon-img,
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix img.inactive-icon-img {
  width: 25px;
  height: auto;
  margin: 5px 0;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix .matrix-title {
  color: #fff;
  margin-bottom: 20px;
}
.elementor-element .matrix-icon-item {
  width: 5%;
  float: left;
  text-align: center;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix .legend-chart-matrix {
  margin-top: 30px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix .legend-chart-matrix .legend-part {
  color: #fff;
  margin-left: 15px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .chart-matrix .legend-chart-matrix .legend-part img {
  margin-right: 5px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image h5 {
  margin-bottom: 40px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image h3.red {
  color: #ed1c24;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image span.source-text {
  padding-bottom: 0;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image img {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image {
  color: #231f20;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image h2 {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image sup {
  font-size: 12px;
  font-family: "Open Sans";
  top: -0.8em;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image table {
  border: none;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image table td {
  border: none;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image .white {
  color: #fff;
}
.elementor-element body.page-template-biuletyn #full-width-page-wrapper .text-image .wysiwyg-text-image img {
  margin-top: 20px;
  max-height: 100%;
  width: auto;
}
.elementor-element body.page-template-biuletyn #biuletyn #raporty {
  margin-top: 20px;
  margin-bottom: 0;
}
.elementor-element body.page-template-biuletyn #biuletyn #raporty .raport-list {
  margin-bottom: 0;
}
.elementor-element body.page-template-biuletyn #biuletyn #raporty .raport-list .raport-post {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border: none;
  padding-left: 0;
  padding-bottom: 0;
}
.elementor-element body.page-template-biuletyn #biuletyn .map_tooltip {
  background-color: #2b2e34;
  color: #fff;
  font-family: "Open Sans";
  padding: 10px;
}
.elementor-element #wrapper-footer {
  background-color: #f1f2f2;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #231f20;
}
.elementor-element #wrapper-footer footer .footer-menu h5.footer-head {
  font-size: 16px;
  font-weight: 800;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu {
  padding-left: 0;
  list-style-type: none;
  line-height: 1;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li {
  line-height: 1;
  border: none;
  padding-left: 0;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li::before {
  display: none;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li a {
  padding: 1px 0;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li a:hover {
  color: #ed1c24;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li ul.dropdown-menu {
  padding: 0 0 10px 20px;
  margin: 0;
  position: static !important;
  width: 100% !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  border-radius: 0;
  border: none;
  background-color: #f1f2f2;
  line-height: 1;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li ul.dropdown-menu li a {
  padding: 3px 0;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li ul.dropdown-menu li a:hover {
  background-color: #f1f2f2;
}
.elementor-element #wrapper-footer footer .footer-menu ul.menu li.dropdown a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: none;
  transform: rotate(-135deg);
  z-index: 10;
  margin-left: 10px;
}
@media (min-width: 0px) {
  .elementor-element #banner .banner-text {
    padding-top: 35% !important;
  }
  .elementor-element #banner .banner-text h3 {
    font-size: 20px;
  }
  .elementor-element .banner-text {
    padding-top: 15% !important;
  }
  .elementor-element .banner-biuletyn {
    height: 130vh !important;
  }
  .elementor-element .banner-biuletyn .overlay div#raporty {
    margin-top: 0 !important;
  }
  .elementor-element .banner-biuletyn .overlay .video-container {
    position: relative;
    padding-bottom: 175px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .elementor-element .banner-biuletyn .overlay .video-container iframe,
  .elementor-element .banner-biuletyn .overlay .video-container object,
  .elementor-element .banner-biuletyn .overlay .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .elementor-element .banner-biuletyn .overlay .fullscreen-video {
    height: 130vh;
    top: -99px;
  }
  .elementor-element .banner-text-biuletyn {
    top: 12% !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .elementor-element .banner-text-biuletyn h2.biuletyn-month {
    font-size: 60px;
  }
  .elementor-element .banner-text-biuletyn .summary-text {
    bottom: 0;
  }
  .elementor-element .banner-text-biuletyn .summary-text h2.biuletyn-main-title {
    font-size: 60px;
  }
  .elementor-element .banner-text-biuletyn .summary-text h2.summary-big-title {
    font-size: 42px;
    line-height: 1em;
  }
  .elementor-element .banner-text-biuletyn .summary-text p.paragraf-biuletyn {
    font-size: 20px;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post {
    justify-content: center;
    -webkit-justify-content: center !important;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post span:nth-child(1),
  .elementor-element #biuletyn #raporty .raport-list .raport-post span:nth-child(2) {
    margin-right: 35px;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post span:nth-child(3) {
    text-align: center !important;
    margin-top: 10px;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post span:nth-child(4) {
    text-align: center !important;
  }
  .elementor-element .bt-content h4,
  .elementor-element .bt-content span,
  .elementor-element .bt-content sup {
    font-size: 15px;
    font-weight: 800;
  }
  .elementor-element #weather .weather-left-col:before,
  .elementor-element #weather .weather-right-col:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    z-index: -1;
  }
  .elementor-element #weather .weather-left-col h5,
  .elementor-element #weather .weather-right-col h5 {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .elementor-element .video-container {
    position: relative;
    padding-bottom: 275px !important;
  }
}
@media (max-width: 305px) {
  .elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner {
    padding-bottom: 0;
  }
}
@media (max-width: 375px) {
  .elementor-element .wrapper {
    overflow-x: hidden;
  }
}
@media (min-width: 355px) and (max-width: 374px) {
  .elementor-element .banner-biuletyn {
    height: 135vh !important;
  }
  .elementor-element .banner-biuletyn .fullscreen-video {
    height: 135vh !important;
  }
}
@media (min-width: 375px) {
  .elementor-element .banner-biuletyn {
    height: 110vh !important;
  }
  .elementor-element .banner-biuletyn .fullscren-video {
    height: 110vh !important;
  }
}
@media (min-width: 768px) {
  .elementor-element nav.navbar div.inner div.modal.fullscreen .modal-dialog .modal-content .modal-body {
    top: 160p;
  }
  .elementor-element #navbarNavDropdown {
    justify-content: flex-start !important;
  }
  .elementor-element #navbarNavDropdown ul#main-menu {
    margin-left: 0;
  }
  .elementor-element #banner .banner-text {
    padding-top: 15% !important;
  }
  .elementor-element #banner .banner-text h3 {
    font-size: 26px;
  }
  .elementor-element .banner-text {
    padding-top: 4rem;
  }
  .elementor-element .banner-biuletyn {
    height: 750px !important;
  }
  .elementor-element .banner-biuletyn .overlay {
    padding-top: 0;
  }
  .elementor-element .banner-biuletyn .overlay div#raporty {
    margin-top: 10px !important;
  }
  .elementor-element .banner-biuletyn .video-container {
    position: relative;
    padding-bottom: 350px !important;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .elementor-element .banner-biuletyn .video-container iframe,
  .elementor-element .banner-biuletyn .video-container object,
  .elementor-element .banner-biuletyn .video-container embed {
    position: relative !important;
    height: 315px !important;
    width: 560px !important;
  }
  .elementor-element .banner-biuletyn .fullscreen-video {
    height: 750px !important;
    top: -113px !important;
  }
  .elementor-element .banner-text-biuletyn {
    top: 15% !important;
    padding: 0 80px;
  }
  .elementor-element .banner-text-biuletyn h2.month-theme-title {
    font-size: 47px;
  }
  .elementor-element .banner-text-biuletyn .summary-text h2.biuletyn-main-title {
    font-size: 89px;
  }
  .elementor-element .banner-text-biuletyn .summary-text h2.summary-big-title {
    font-size: 89px;
  }
  .elementor-element .banner-text-biuletyn .summary-text p.paragraf-biuletyn {
    font-size: 26px;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  .elementor-element #biuletyn #raporty .raport-list .raport-post span:nth-child(3) {
    text-align: right !important;
    margin-top: 0;
  }
  .elementor-element #biuletyn .chart #raporty .raport-list .raport-post {
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
  }
  .elementor-element #biuletyn .chart #raporty .raport-list .raport-post span:nth-child(3) {
    text-align: right !important;
    margin-top: 0;
  }
  .elementor-element footer.site-footer {
    margin: 0 5%;
  }
  .elementor-element .text-image > .row > .container .row {
    height: 600px;
  }
  .elementor-element #weather .weather-left-col:before,
  .elementor-element #weather .weather-right-col:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    top: 0;
    z-index: -1;
  }
  .elementor-element #weather .weather-left-col h5,
  .elementor-element #weather .weather-right-col h5 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .elementor-element .summary-text {
    bottom: -150px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-element .bt-content h4,
  .elementor-element .bt-content span {
    font-size: 22px;
    font-weight: 800;
  }
  .elementor-element .bt-content sup {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .elementor-element #wrapper-footer footer .footer-menu ul.menu li ul.dropdown-menu {
    text-align: center;
  }
  .elementor-element .legend-chart-matrix {
    text-align: center;
  }
  .elementor-element .chart .chart-col-img-back {
    height: 450px;
  }
  .elementor-element .chart .chart-col-img-back {
    position: relative !important;
    height: 450px !important;
  }
  .elementor-element .chart .chart-col-chart {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elementor-element #chart_line_stacked_5 div {
    min-width: 100% !important;
    height: 450px !important;
  }
  .elementor-element #chart_line_stacked_5 div canvas {
    min-width: 100% !important;
    height: 450px !important;
  }
  .elementor-element .text-image .text-image-col-img-back {
    position: relative !important;
    height: 450px !important;
  }
  .elementor-element .text-image .text-image-col-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elementor-element .text-image .text-image-col-text #raporty {
    display: flex;
    display: -webkit-flex;
  }
}
@media (max-width: 768px) {
  .elementor-element #navbarNavDropdown {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .elementor-element .summary-text {
    bottom: 0;
  }
}
.elementor-element div,
.elementor-element p,
.elementor-element span,
.elementor-element a,
.elementor-element ul,
.elementor-element li {
  font-size: 1rem;
}
.elementor-element .nav.navbar div.inner {
  padding: 20px 0px !important;
}
.elementor-element .banner-biuletyn p {
  font-weight: 400 !important;
}
@media (min-width: 100px) and (max-width: 1024px) {
  .elementor-element .navbar-nav {
    display: none !important;
    opacity: 0;
  }
}
.elementor-element .summary-text h1,
.elementor-element .summary-text h2,
.elementor-element .summary-text h2,
.elementor-element .summary-text h4,
.elementor-element .summary-text h5,
.elementor-element .summary-big-title {
  color: white !important;
}
.elementor-element .banner-text-biuletyn h2 {
  font-size: 7vh !important;
}
.elementor-element .banner-text-biuletyn h1 {
  font-size: 4vh !important;
}
.elementor-element .banner-biuletyn .fullscreen-video {
  background-color: #000000 !important;
  min-width: 100vw !important;
  height: auto !important;
  z-index: -5000;
  position: absolute !important;
  width: auto !important;
  left: 0 !important;
  top: 0 !important;
}
.elementor-element .fullscreen-video #video-back {
  width: 100vw;
  opacity: 0.4;
}
@media screen and (max-width: 900px) {
  .elementor-element .banner-biuletyn .fullscreen-video {
    width: auto !important;
    min-height: 1000px !important;
  }
  .elementor-element .fullscreen-video video {
    width: auto !important;
    min-height: 1000px !important;
  }
}
.elementor-element .main-heading {
  padding-top: 120px !important;
}
.elementor-element .month-theme-title {
  margin: 0px;
}
.elementor-element body.page-template-baza-danych-main #full-width-page-wrapper #banner,
.elementor-element body.page-template-mapy-baza #full-width-page-wrapper #banner {
  background-color: #b30f14 !important;
}
.elementor-element .aticon {
  color: white !important;
}
.elementor-element .a11y-toolbar-widget button {
  background-color: transparent;
  border: 0px;
}
.elementor-element .a11y-toolbar-widget ul li {
  list-style-type: none !important;
  display: inline;
  max-width: 40px;
}
.elementor-element nav.navbar div.inner .logo-mobile img {
  max-width: 200px !important;
}
.elementor-element .offscreen {
  visibility: hidden;
}
.elementor-element .banner-biuletyn {
  height: auto !important;
  display: block;
  clear: both;
  padding-bottom: 3rem;
}
.elementor-element .banner-text-biuletyn .lead,
.elementor-element .banner-text-biuletyn p {
  color: white !important;
}
.elementor-element .tabelka {
  height: auto !important;
}
.elementor-element .text-image > .row > .container .row {
  height: auto !important;
}
.elementor-element .tabelka div {
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.elementor-element .month-theme-title {
  font-weight: 900 !important;
  margin-bottom: 2rem;
}
.elementor-element h1,
.elementor-element h2,
.elementor-element h3,
.elementor-element h4,
.elementor-element h5,
.elementor-element h6,
.elementor-element .h1,
.elementor-element .h2,
.elementor-element .h3,
.elementor-element .h4,
.elementor-element .h5,
.elementor-element .h6 {
  font-weight: 800 !important;
  font-family: "Open Sans", Arial, Helvetica;
}
.elementor-element .single .entry-title {
  color: #b30f14;
}
.elementor-element h1,
.elementor-element h2,
.elementor-element h3,
.elementor-element h4,
.elementor-element h5,
.elementor-element h6 {
  font-weight: 400;
  line-height: 1.3;
}
.elementor-element h1,
.elementor-element .h1 {
  margin-top: 0;
  font-size: 3rem !important;
}
.elementor-element h2,
.elementor-element .h2 {
  font-size: 2.5rem !important;
}
.elementor-element h3,
.elementor-element .h3 {
  font-size: 2rem !important;
}
.elementor-element h4,
.elementor-element .h4,
.elementor-element .menu-title {
  font-size: 1.65rem !important;
}
.elementor-element h5,
.elementor-element .h5 {
  font-size: 1.25rem !important;
}
.elementor-element h6,
.elementor-element .h6 {
  font-size: 1rem !important;
  font-weight: bold !important;
}
.elementor-element small,
.elementor-element .text_small {
  font-size: 0.8rem;
}
.elementor-element .site-footer {
  margin: 0 auto !important;
}
.elementor-element .dropdown-menu li a {
  font-size: 1rem !important;
}
.elementor-element #main-menu .nav-link {
  font-size: 1rem !important;
}
@media (min-width: 768px) and (max-width: 12800px) {
  .elementor-element .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: white;
  }
}
.elementor-element #single-wrapper #main a,
.elementor-element #single-wrapper #main li,
.elementor-element #single-wrapper #main p {
  font-size: 1rem;
  line-height: 1.938rem;
}
.elementor-element .red {
  color: #b30f14;
}
.elementor-element .bg-red {
  background-color: #b30f14 !important;
}
.elementor-element .far {
  font-size: 22px !important;
}
.elementor-element .lead-biuletyn p,
.elementor-element .lead-biuletyn a,
.elementor-element .lead-biuletyn div,
.elementor-element .lead-biuletyn h1,
.elementor-element .lead-biuletyn .h1,
.elementor-element .lead-biuletyn .h2,
.elementor-element .lead-biuletyn .h3,
.elementor-element .lead-biuletyn .h4,
.elementor-element .lead-biuletyn h2,
.elementor-element .lead-biuletyn h3,
.elementor-element .lead-biuletyn h4 {
  color: white !important;
  font-size: 125%;
}
.elementor-element .pdf-link::after {
  display: none !important;
}
.elementor-element footer a,
.elementor-element footer p {
  font-size: 16px !important;
}
.elementor-element .footer-head {
  font-size: 24px;
  font-weight: bold !important;
}
.elementor-element .fullscreen-video {
  max-height: 100vh !important;
}
.elementor-element .mdp-icon-position-before:hover {
  cursor: pointer !important;
}
.elementor-element .page-template-page-templatesbaza-danych-main-php nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a {
  color: white;
}
.elementor-element .page-template-page-templatesbaza-danych-main-php nav.sticky-style div.inner div#navbarNavDropdown ul#main-menu li a {
  color: black !important;
}
.elementor-element body.page-template-biuletyn nav.navbar.sticky-biuletyn .inner #navbarNavDropdown ul#main-menu li a:hover,
.elementor-element .page-template-page-templatesbaza-danych-main-php nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover,
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li.current-menu-item a {
  color: #b30f14 !important;
}
.elementor-element .page-template-page-templatesbaza-danych-main-php nav.sticky-style div.inner div#navbarNavDropdown ul#main-menu li a:hover,
.elementor-element #raporty h2.month-name {
  color: #d80249 !important;
}
.elementor-element .mdp-icon-position-before {
  border-radius: 50%;
}
.elementor-element .mdp-icon-position-before svg {
  max-height: 22px;
}
.elementor-element #en-lang {
  padding-top: 5px;
  padding-bottom: 5px;
}
.elementor-element p {
  margin-bottom: 1rem;
}
.elementor-element html,
.elementor-element body {
  width: 100%;
  height: 100%;
}
.elementor-element .banner-biuletyn {
  height: 100% !important;
}
.elementor-element .text-image.col-md-12 {
  min-height: 600px;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover {
  color: #fc0032 !important;
}
.elementor-element nav.navbar div.inner div#navbarNavDropdown ul#main-menu li a:hover {
  color: black !important;
}
.elementor-element .raport-list .pdf-link {
  display: block;
  margin-top: 1.5rem;
}
.elementor-element .raport-list .pdf-link a {
  border: 1px solid red;
  padding: 5px 10px;
  border: 2px solid #b30f14;
  color: #b30f14;
  border-radius: 4px;
}
.elementor-element .raport-list .pdf-link a:hover {
  background: #b30f14;
  color: white;
}
.elementor-element .widget-area h2 {
  padding-top: 2rem;
  font-size: 1.25rem !important;
}
.matrix-icon-item {
  width: 5%;
  float: left;
  text-align: center;
}
.matrix-icon-item img {
  width: 50%;
}
.matrix-icon-item-container,
.legend-chart-matrix {
  background-color: #101828;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.legend-chart-matrix {
  color: white;
}
.legend-chart-matrix img {
  width: 16px;
  margin-right: 12px;
  vertical-align: middle;
}
.legend-chart-matrix .legend-part {
  margin-right: 15px;
}
.category-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.bg-lightgray {
  background-color: #f9fafb;
}
.bg-secondary {
  background-color: #101828;
}
.border-gray {
  border-color: #d0d5dd;
}
.bg-white {
  background-color: white;
}
.bg-silver {
  background-color: #f2f4f7;
}
.text-dark-gray {
  color: #475467 !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.text-primary {
  color: #ed1c24;
}
.text-blue {
  color: #0e76bc;
}
.text-black-gray {
  color: #182230;
}
.max-w-72 {
  max-width: 18rem;
}
.w-72 {
  width: 18rem;
}
.w-full {
  width: 100%;
}
.m-0 {
  margin: 0;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mx-3-5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.px-3-5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-2-5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.\!p-8 {
  padding: 2rem !important;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.w-5 {
  width: 1.25rem;
}
.h-5 {
  height: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.w-1-2 {
  width: 50%;
}
.w-2-3 {
  width: 66.6%;
}
.w-1-3 {
  width: 33.3%;
}
.mt-16 {
  margin-top: 6rem;
}
.max-w-5xl {
  max-width: 1024px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.\!h-auto {
  height: auto !important;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.\!pb-16 {
  padding-bottom: 4rem !important;
}
.bottom-6 {
  bottom: 1.5rem;
}
@media (min-width: 1536px) {
  .\32 xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.overscroll-x-auto {
  overflow-x: auto;
}
.page__container {
  width: 100%;
}
@media (min-width: 991px) {
  .page__container {
    width: calc(100% - 340px);
  }
}
body {
  margin: 0px !important;
}
hr {
  margin: 24px 0;
  border: 0;
  height: 1px;
  background-color: #d0d5dd;
}
p {
  margin: 0;
}
.search-box-shadows {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-\[48px_48px_0px_48px\] {
  border-radius: 48px 48px 0px 48px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.7;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.no-underline {
  text-decoration: none;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.tekst-wyrozniony {
  font-weight: 700;
  padding: 8px 32px;
  border-left: 2px solid #e30613;
}
.sub-menu {
  display: none;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
.sub-menu a {
  padding-left: 40px !important;
}
.sub-menu .sub-menu a {
  padding-left: 60px !important;
  font-size: 12px;
}
.sub-menu .sub-menu .sub-menu a {
  padding-left: 80px !important;
}
.sub-menu li {
  padding-right: 0;
}
.navigation__arrow-down {
  display: none;
  padding: 0 4px;
  cursor: pointer;
}
.navigation__icon img {
  width: 20px;
  height: 20px;
}
.navigation__readabler {
  padding: 0;
  border: 0;
  height: 40px;
  cursor: pointer;
}
.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.menu-item-has-children > a {
  width: 100%;
}
.menu-item-has-children.li-menu-open > a {
  background-color: #f2f4f7;
  border-radius: 8px;
  padding: 10px 12px 6px 12px;
  margin-top: 4px;
}
.sub-menu .menu-item-has-children.li-menu-open > a {
  padding: 12px;
}
.menu-item-has-children > .navigation__arrow-down {
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
}
.menu-item-has-children.li-menu-open > .navigation__arrow-down {
  top: 20px;
  transform: rotate(180deg);
}
.sub-menu-open {
  display: block;
}
.menu-item {
  flex-wrap: wrap;
}
.menu-item a {
  gap: 12px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #475467;
  text-decoration: none;
  padding: 8px 12px;
}
.menu-item a:hover {
  color: #ed1c24;
}
@media (min-width: 991px) {
  .nav {
    min-height: 100vh;
    height: 100%;
    width: 339px;
    position: fixed;
    background-color: #f9fafb;
  }
}
.nav--open {
  min-height: 100vh;
  height: 100%;
}
.nav__submenu {
  display: none;
  padding-left: 24px;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0;
  width: 100%;
}
.nav__submenu--open {
  display: flex;
}
.nav__submenu--active {
  color: #475467 !important;
  font-weight: 700 !important;
}
.nav__submenu-item {
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.nav__submenu-item--title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav__submenu-level0, .nav__submenu-level1 {
  padding: 0;
}
.nav__submenu-item-level0 a {
  color: #ed1c24;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}
.nav__submenu-item-level1 {
  border-bottom: 1px solid var(--Gray-300, #d0d5dd);
  padding: 16px 0 24px 0;
}
.nav__submenu-item-level1:last-child {
  border: 0;
}
.nav__submenu-item-level1 a {
  color: var(--Gray-800, #182230);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.nav__submenu-item-level2 a {
  color: var(--Gray-700, #344054);
  font-size: 14px;
}
.nav__submenu-item-level3 a {
  color: var(--Gray-600, #475467);
  font-size: 14px;
  font-weight: 400;
}
.nav__submenu-level0 {
  display: block !important;
}
.nav__submenu-level1 {
  margin-top: 16px;
  display: block !important;
  width: 100%;
}
.nav__submenu-level2 {
  margin: 24px 0 0 0;
}
.nav__submenu-item-level2 {
  padding-top: 8px;
}
.nav__submenu-item-level2:first-child {
  padding: 0;
}
.nav__arrow-down {
  cursor: pointer;
  width: 12px;
}
.nav__parent-submenu--open > .nav__arrow-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.main-navigation {
  max-width: 100vw;
  width: 100vw;
  position: fixed;
  z-index: 99999;
  overflow-y: auto;
  background-color: #f9fafb;
}
@media (min-width: 991px) {
  .main-navigation {
    max-width: 340px;
    min-width: 340px;
    width: 340px;
    height: auto;
    position: static;
  }
}
.main-navigation__logo {
  padding: 16px 24px;
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .main-navigation__logo {
    margin-top: 32px;
    margin-bottom: 8px;
    align-items: center;
  }
}
.main-navigation__mobile-nav {
  position: absolute;
  border-radius: 0;
  background: 0 0;
  padding: 0.875rem 1rem !important;
  width: 0.375rem;
  height: 0.625rem;
  top: 20px;
  right: 16px;
}
@media (min-width: 991px) {
  .main-navigation__mobile-nav {
    display: none;
  }
}
.main-navigation__mobile-search-button {
  position: absolute;
  top: 23px;
  right: 64px;
}
@media (min-width: 991px) {
  .main-navigation__mobile-search-button {
    display: none;
  }
}
.main-navigation__mobile-nav span {
  display: block;
  position: absolute;
  left: 15%;
  transition: transform 0.4s linear, border 0.4s ease-out;
  border-top: 0.125rem solid #0f0f0f;
  width: 70%;
}
.main-navigation__mobile-nav span:nth-child(1) {
  top: 6px;
}
.main-navigation__mobile-nav span:nth-child(2) {
  top: 12px;
}
.main-navigation__mobile-nav span:nth-child(3) {
  top: 18px;
}
.main-navigation__mobile-search {
  display: none;
  margin-bottom: 24px;
  gap: 8px;
}
.main-navigation__mobile-search--open {
  display: flex;
}
@media (min-width: 991px) {
  .main-navigation__mobile-search {
    display: flex;
  }
}
.main-navigation__mobile-navigation {
  display: none;
  flex-direction: column;
}
@media (min-width: 991px) {
  .main-navigation__mobile-navigation {
    display: flex;
  }
}
.main-navigation__container {
  max-height: calc(100vh - 350px);
  padding-left: 16px;
  padding-right: 8px;
}
@media (min-width: 991px) {
  .main-navigation__container {
    height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
  }
}
.nav--open .main-navigation__mobile-navigation {
  display: flex;
}
.search {
  border: 0;
  outline: 0;
}
.search::-moz-placeholder {
  color: #475467;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.search::placeholder {
  color: #475467;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.show-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  max-height: 8.4em;
  line-height: 1.2em;
  transition: max-height 0.3s ease;
  background: linear-gradient(180deg, #475467 53.57%, rgba(71, 84, 103, 0) 87.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show-hide__button {
  color: #0e76bc;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
}
.show-hide.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  display: block;
  -webkit-text-fill-color: unset;
}
.choices {
  margin-top: 6px;
}
.choices__inner {
  min-height: 24px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: var(--Base-White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: calc(100% - 26px);
  padding: 8px 12px 2px 12px;
}
.choices__input {
  background-color: white;
  margin: 0;
  vertical-align: top;
  margin-bottom: 6px;
}
.choices__input::-moz-placeholder {
  color: #101828;
  font-size: 14px;
}
.choices__input::placeholder {
  color: #101828;
  font-size: 14px;
}
.choices__inner .choices__item {
  margin: 0 !important;
  padding: 2px 4px !important;
  background-color: #f2f4f7;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  color: var(--Gray-700, #344054);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 6px !important;
  margin-bottom: 6px !important;
}
.choices__inner .choices__button {
  border: 0 !important;
  background-image: url(images/close.svg) !important;
  padding: 2px;
  width: 16px !important;
  height: 16px;
  background-size: 12px !important;
  margin-left: 3px !important;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #f2f4f7;
  border: 1px solid #d0d5dd;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
}
@media (min-width: 991px) {
  .footer__container {
    padding: 32px;
  }
}
.footer__section {
  width: 100%;
  margin-top: 20px;
}
.footer__section:first-child {
  margin-top: 0;
}
@media (min-width: 991px) {
  .footer__section {
    margin-top: 0;
    width: 50%;
  }
}
.mdp-readabler-trigger-button-box {
  display: none;
}
.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
  margin: 64px auto 48px auto;
  gap: 2rem;
  position: relative;
}
@media (min-width: 991px) {
  .hero {
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: nowrap;
    padding: 0 32px;
  }
}
.hero__section {
  width: 100%;
}
.hero__section--image {
  display: none;
}
@media (min-width: 991px) {
  .hero__section {
    width: 50%;
  }
  .hero__section--image {
    display: block;
  }
}
.hero__mask {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  top: 100px;
  display: none;
}
@media (min-width: 991px) {
  .hero__mask {
    display: block;
  }
}
.hero__image {
  border-radius: 16px;
}
.hero__second-image {
  height: 25px;
  width: auto;
  margin-left: auto;
  display: block;
  margin-top: 20px;
}
.hero__title {
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .hero__title {
    font-size: 3.75rem !important;
    margin: 0;
  }
}
.hero__title span {
  color: #ed1c24;
}
.hero__description {
  color: #475467;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 991px) {
  .hero__description {
    font-size: 1.25rem;
  }
}
.hero2 {
  margin: 48px auto !important;
}
.hero2 .hero__title {
  font-size: 6.5rem !important;
  line-height: 1.05;
  font-weight: 700 !important;
}
.hero2 .hero__description {
  font-size: 1.7rem;
}
.hero3 .hero__section {
  width: 100%;
}
@media (min-width: 991px) {
  .hero3 .hero__section {
    width: 63%;
  }
}
.hero3 .hero__section--image {
  width: 100%;
}
@media (min-width: 991px) {
  .hero3 .hero__section--image {
    width: 37%;
  }
}
.hero3 .hero__title {
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin: 0;
  margin-top: 60px;
}
@media (min-width: 991px) {
  .hero3 .hero__title {
    margin-top: 20px;
    font-size: 5rem !important;
    margin: 0;
  }
}
.hero3 {
  margin: 24px auto 48px auto !important;
}
@media (min-width: 1600px) {
  .posts-slider {
    max-width: calc(100% - 48px) !important;
  }
}
.posts-slider {
  width: 100%;
  margin: 20px auto;
  max-width: calc(100% - 48px);
}
@media (min-width: 991px) {
  .posts-slider {
    margin: 32px auto 96px auto;
    max-width: calc(100% - 64px);
  }
}
.posts-slider__title {
  font-size: 1.5rem;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  max-width: calc(100% - 100px);
}
@media (min-width: 991px) {
  .posts-slider__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    max-width: 100%;
  }
}
.posts-slider__button-prev.swiper-button-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50px;
  right: 92px;
  z-index: 10;
  color: white;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  left: auto;
}
@media (min-width: 991px) {
  .posts-slider__button-prev.swiper-button-prev {
    top: 60px;
  }
}
.posts-slider__button-next.swiper-button-next {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 10;
  color: white;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 991px) {
  .posts-slider__button-next.swiper-button-next {
    top: 60px;
  }
}
.posts-slider__mask {
  position: absolute;
  width: 100%;
  top: 0;
  right: -25%;
  height: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px !important;
  width: 20px;
  color: black;
  height: 20px;
  padding-left: 8px;
  padding-top: 5px;
  display: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 42px !important;
  height: 6px !important;
  border-radius: 9999px !important;
  background-color: #f9fafb !important;
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ed1c24 !important;
  opacity: 1;
}
.swiper-pagination {
  bottom: 12px !important;
}
@media (min-width: 991px) {
  .swiper-pagination {
    bottom: 24px !important;
  }
}
.swiper-slide-prev {
  margin-left: 69%;
}
@media (min-width: 991px) {
  .swiper-slide-prev {
    margin-left: 29%;
  }
}
@media (min-width: 1400px) {
  .swiper-slide-prev {
    margin-left: 9%;
  }
}
.single__navigation {
  border-radius: 48px;
  width: 100%;
}
@media (min-width: 991px) {
  .single__navigation {
    width: calc(30% - 64px);
  }
}
.single__nav-container {
  margin-top: 88px;
}
@media (min-width: 991px) {
  .single__nav-container {
    margin-top: 48px;
  }
}
.single__content-container {
  width: 100%;
}
@media (min-width: 991px) {
  .single__content-container {
    width: calc(70% - 64px);
  }
}
.single__content-container div,
.single__content-container img,
.single__content-container p {
  max-width: 100% !important;
}
.single__header-container {
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .single__header-container {
    margin-bottom: 48px;
  }
}
.single__background-icon {
  opacity: 5%;
  position: absolute;
  top: -50px;
  right: -50px;
  width: 70%;
  z-index: -1;
}
.single__icon {
  width: 65px;
}
.single__header {
  display: flex;
  gap: 24px;
}
.single__title {
  color: var(--Gray-700, #344054);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .single__title {
    font-size: 40px !important;
  }
}
.single__categories {
  display: flex;
  flex-wrap: wrap;
}
.single__categories, .single__categories a {
  color: var(--Gray-400, #98a2b3);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
  text-decoration: none;
}
.single__categories a {
  padding: 0 8px;
}
.single__categories a:first-child {
  padding-left: 0;
}
.single__categories a:last-child {
  padding-right: 0;
}
.single__content {
  color: var(--Gray-700, #344054);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.single__content a {
  color: #0e76bc;
}
.single__content p {
  margin-bottom: 24px;
}
.single__content h2, .single__content h3, .single__content h4, .single__content h5, .single__content h6 {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 0;
}
.single .zrodlo {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: -16px;
}
.single__content .zrodlo {
  margin-top: 16px;
}
.single__content img {
  border-radius: 16px;
}
.single__pdf-icon {
  cursor: pointer;
}
.single__content table {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: var(--Base-White, #fff);
  border-spacing: unset;
  overflow-x: auto;
  display: block;
}
@media (min-width: 991px) {
  .single__content table {
    display: table;
    overflow: hidden;
    border-collapse: separate !important;
  }
}
.single__content th {
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb;
  color: #182230;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 24px;
}
.single__content th:first-child {
  border-top-left-radius: 12px;
}
.single__content th:last-child {
  border-top-right-radius: 12px;
}
.single__content td {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 24px;
  vertical-align: baseline;
  border-bottom: 1px solid var(--Gray-200, #eaecf0);
  height: auto !important;
}
.single__content tr {
  height: auto !important;
}
.single__content td[rowspan] {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}
.single__content td[rowspan]:last-child {
  border-bottom: 0;
}
.single__content tr:last-child td, .single__content tr:last-child td[rowspan] {
  border-bottom: 0;
}
.single__content td strong {
  font-weight: 600;
}
@media (min-width: 991px) {
  .single__post {
    max-width: 1100px;
  }
}
table td:hover {
  background: #f9fafb !important;
}
.year-report .statistic-table .statistic-table__hide-table table {
  display: none;
}
.statistic-table__hide-table {
  padding: 24px !important;
}
.year-report .statistic-table h1 strong,
.year-report .statistic-table h2 strong,
.year-report .statistic-table h3 strong,
.year-report .statistic-table h4 strong,
.year-report .statistic-table h5 strong,
.year-report .statistic-table h6 strong {
  font-weight: 700 !important;
}
.year-report .statistic-table .statistic-table__hide-table h1,
.year-report .statistic-table .statistic-table__hide-table h2,
.year-report .statistic-table .statistic-table__hide-table h3,
.year-report .statistic-table .statistic-table__hide-table h4,
.year-report .statistic-table .statistic-table__hide-table h5,
.year-report .statistic-table .statistic-table__hide-table h6,
.year-report .statistic-table .statistic-table__hide-table p {
  margin: 0 !important;
}
.year-report .statistic-table h1,
.year-report .statistic-table h2,
.year-report .statistic-table h3,
.year-report .statistic-table h4,
.year-report .statistic-table h5,
.year-report .statistic-table h6,
.year-report .statistic-table p {
  cursor: pointer;
}
.statistic-table__indicator {
  position: absolute;
  right: 48px;
  top: 48px;
  cursor: pointer;
  margin-top: 5px;
  transform: rotate(180deg);
}
.statistic-table__hide-table .statistic-table__indicator {
  top: 24px;
  transform: rotate(0deg);
}
.statistic-table .year-report__container {
  position: relative;
}
.statistic-table table td {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}
.statistic-table table td:last-child {
  border-right: none;
}
table .single-table__header {
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb;
  color: #182230 !important;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 20px;
  text-align: left;
  padding: 12px 24px !important;
}
table .single-table__header strong {
  font-weight: 700 !important;
}
.single-table {
  border-radius: 48px;
  background: #f2f4f7;
  padding: 24px;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .single-table {
    padding: 48px;
  }
}
.single-table__container h1, .single-table__container h3, .single-table__container h4, .single-table__container h5, .single-table__container h6 {
  text-align: left !important;
  margin: 0 0 20px 0 !important;
  color: #182230;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}
@media (min-width: 991px) {
  .single-table__container h1, .single-table__container h3, .single-table__container h4, .single-table__container h5, .single-table__container h6 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px 0 !important;
  }
}
.single-table table {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: var(--Base-White, #fff);
  border-spacing: unset;
  border-collapse: separate !important;
  overflow-x: auto;
  max-width: 100%;
  height: 100% !important;
  display: block;
}
@media (min-width: 991px) {
  .single-table table {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (min-width: 1600px) {
  .single-table table {
    display: table;
    overflow: hidden;
  }
}
.single-table th {
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb;
  color: #182230;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 24px;
}
.single-table th:first-child {
  border-top-left-radius: 12px;
}
.single-table th:last-child {
  border-top-right-radius: 12px;
}
.single-table td {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 24px;
  vertical-align: baseline;
  border-bottom: 1px solid var(--Gray-200, #eaecf0);
  height: auto !important;
}
.single-table tr {
  height: auto !important;
}
.single-table td[rowspan] {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}
.single-table td[rowspan]:last-child {
  border-bottom: 0;
}
.single-table tr:last-child td, .single-table tr:last-child td[rowspan] {
  border-bottom: 0;
}
.single-table td strong {
  font-weight: 600;
}
.single-table .zrodlo {
  color: var(--Gray-500, #667085) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: -0.28px !important;
  margin: 32px 0 0 0 !important;
  display: inline-flex !important;
}
.single-table .zrodlo::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/stats-source.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
}
.report__title {
  color: var(--Gray-700, #344054);
  font-size: 35 !important;
  line-height: 1.2;
  font-weight: 800 !important;
  margin: 0;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .report__title {
    letter-spacing: -0.8px;
    font-size: 40px !important;
    width: calc(40% - 12px);
    padding-right: 0.75rem;
    line-height: 56px;
    margin-bottom: 0;
  }
}
.report__title span {
  color: #ed1c24;
}
.report__mask {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: -1;
  height: 150%;
  top: -50px;
  display: none;
}
@media (min-width: 991px) {
  .report__mask {
    display: block;
  }
}
.report__mask-entry {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 0;
  height: auto;
  bottom: -22%;
  top: auto;
  transform: rotate(320deg);
  right: -27%;
}
@media (min-width: 991px) {
  .report__mask-entry {
    display: block;
  }
}
.report__slider-mask {
  right: -30%;
}
.report__description {
  width: 100%;
}
@media (min-width: 991px) {
  .report__description {
    width: calc(60% - 12px);
    padding-left: 0.75rem;
  }
}
.report__entry-title {
  color: #182230;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .report__entry-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.report__entry-description {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 991px) {
  .report__entry-description {
    line-height: 28px;
  }
}
.report__entry-image {
  width: 100%;
  border-radius: 24px;
  height: -moz-fit-content;
  height: fit-content;
  order: 1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 991px) {
  .report__entry-image {
    width: calc(33% - 32px);
    order: 2;
  }
}
.report__entry-content {
  width: 100%;
  order: 2;
}
@media (min-width: 991px) {
  .report__entry-content {
    width: calc(67% - 32px);
    order: 1;
  }
}
.report__entry-content-container {
  gap: 2rem;
}
@media (min-width: 991px) {
  .report__entry-content-container {
    gap: 4rem;
  }
}
.report__entry-content p {
  margin-bottom: 24px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.report__entry-container {
  background-color: #f2f4f7;
  border-radius: 48px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 991px) {
  .report__entry-container {
    padding: 48px;
  }
}
.report__about-title {
  color: var(--Gray-700, #344054);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
  margin-top: 12px;
}
.report__wrapper {
  margin-top: 88px;
}
@media (min-width: 991px) {
  .report__wrapper {
    margin-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.report__about-content p, .report__about-content span, .report__about-content {
  color: #475467 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.report__about-content a {
  color: #0e76bc;
  text-decoration: none;
}
.report__about-content a:hover {
  text-decoration: underline;
}
.report__navigation-sections {
  border-radius: 48px;
  background-color: #f2f4f7;
  padding: 24px;
  width: 100%;
}
@media (min-width: 991px) {
  .report__navigation-sections {
    width: calc(50% - 112px);
    padding: 48px;
  }
}
.report__navigation-section-title {
  color: #182230;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.report__group-title {
  color: var(--Gray-700, #344054);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  width: calc(100% - 40px);
  padding-bottom: 16px;
}
.report__group-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 6px;
}
.report__group-icon--minus {
  display: none;
}
.report__navigation-link {
  color: #475467;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.report__navigation-link:hover {
  text-decoration: underline;
}
.report__elements {
  display: none;
}
.report__group {
  border-bottom: 1px solid var(--Gray-300, #d0d5dd);
  margin-bottom: 16px;
}
.report__group:last-child {
  border: 0;
  margin-bottom: 0;
}
.report__group--open .report__elements {
  display: flex;
}
.report__group--open .report__group-icon--minus {
  display: block;
}
.report__group--open .report__group-icon--plus {
  display: none;
}
.monthly {
  margin-bottom: 28px;
}
@media (min-width: 991px) {
  .monthly {
    margin-bottom: 80px;
  }
}
.monthly__container {
  max-width: 100%;
}
.monthly__categories {
  color: var(--Gray-400, #98a2b3);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.monthly__title {
  color: var(--Gray-700, #344054);
  font-size: 35px !important;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .monthly__title {
    padding-right: 40px;
    font-size: 40px !important;
    margin: 0;
  }
}
.monthly__description, .monthly__description p {
  color: var(--Gray-700, #344054);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  display: inline;
}
.monthly__description-container {
  width: 100%;
}
@media (min-width: 991px) {
  .monthly__description-container {
    width: 60%;
    padding-top: 32px;
  }
}
.monthly__header-container {
  width: 100%;
}
@media (min-width: 991px) {
  .monthly__header-container {
    width: 40%;
  }
}
.monthly__download-button {
  text-decoration: none;
  color: var(--Base-Black, #000);
}
.monthly__download-button:hover {
  text-decoration: underline;
}
.monthly__download-button span {
  margin: auto 0;
  color: var(--Base-Black, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.monthly__block {
  border-radius: 48px;
  background: #f2f4f7;
  padding: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .monthly__block {
    padding: 48px;
    flex-wrap: nowrap;
  }
}
.monthly__block table {
  overflow-x: auto;
  height: auto !important;
  display: block;
}
@media (min-width: 991px) {
  .monthly__block table {
    overflow: hidden;
    display: table;
  }
}
.monthly__block canvas {
  width: 100%;
}
.monthly__image-1-3 {
  display: none;
  width: calc(34% - 32px);
}
@media (min-width: 991px) {
  .monthly__image-1-3 {
    display: block;
  }
}
.monthly__item-desc-2-3 {
  width: 100%;
}
@media (min-width: 991px) {
  .monthly__item-desc-2-3 {
    width: calc(66% - 32px);
  }
}
.monthly__block-title {
  color: #182230;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
  margin-top: 0;
}
@media (min-width: 991px) {
  .monthly__block-title {
    font-size: 24px;
  }
}
.monthly__download a i {
  margin-right: 7px;
}
.monthly__download a {
  color: var(--Gray-500, #667085);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin: 32px 0 0 0;
  display: inline-flex;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 991px) {
  .monthly__download a {
    font-size: 14px;
  }
}
.monthly__zrodlo {
  color: var(--Gray-500, #667085);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin: 32px 0 0 0;
  display: inline-flex;
  max-width: 100%;
  font-size: 12px;
}
@media (min-width: 991px) {
  .monthly__zrodlo {
    font-size: 14px;
  }
}
.monthly__zrodlo::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/stats-source.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
}
.monthly__chart-text {
  color: #182230;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
  display: block;
  margin: auto;
}
@media (min-width: 991px) {
  .monthly__chart-text {
    font-size: 16px;
  }
}
.monthly__chart-text p {
  margin-bottom: 20px;
}
.year-report .monthly__block table {
  border-radius: 12px;
  border: 1px solid #d0d5dd !important;
  background: var(--Base-White, #fff);
  border-spacing: unset;
  border-collapse: separate !important;
  margin-bottom: 30px;
  width: 100% !important;
  margin-top: 15px;
}
.year-report .monthly__block table tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}
.year-report .monthly__block table tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}
.year-report .monthly__block table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.year-report .monthly__block table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.year-report .monthly__block th {
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb !important;
  color: #182230;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 24px;
}
.year-report .monthly__block th:first-child {
  border-top-left-radius: 12px;
}
.year-report .monthly__block th:last-child {
  border-top-right-radius: 12px;
}
.year-report .monthly__block td {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 24px;
  vertical-align: baseline;
  border-bottom: 1px solid var(--Gray-200, #eaecf0) !important;
  background-color: white !important;
  height: auto !important;
}
.year-report .monthly__block tr {
  height: auto !important;
}
.year-report .monthly__block td[rowspan] {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}
.year-report .monthly__block td[rowspan]:last-child {
  border-bottom: 0;
}
.year-report .monthly__block tr:last-child td, .year-report .monthly__block tr:last-child td[rowspan] {
  border-bottom: 0;
}
.year-report .monthly__block td strong {
  font-weight: 600;
}
.monthly__block .wysiwyg-text-image p {
  color: #182230 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.48px;
}
@media (min-width: 991px) {
  .monthly__block .wysiwyg-text-image p {
    font-size: 16px;
  }
}
.elaboration__container {
  padding: 24px;
  gap: 32px;
}
@media (min-width: 991px) {
  .elaboration__container {
    padding: 2rem;
    gap: 64px;
  }
}
.elaboration__title {
  color: var(--Gray-700, #344054);
  line-height: 48px;
  font-size: 35px !important;
  margin-top: 88px;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .elaboration__title {
    font-size: 40px !important;
    margin-top: 48px;
  }
}
.elaboration__element {
  border-radius: 16px;
  border: 1px solid #d0d5dd;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  width: 100%;
}
@media (min-width: 991px) {
  .elaboration__element {
    width: calc(50% - 38px);
  }
}
.elaboration__date {
  color: #e30613;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.elaboration__item-title {
  color: #182230;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 4px 0 12px 0;
}
.elaboration__description, .elaboration__description p {
  color: #182230;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.elaboration__description a {
  color: #0e76bc;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.elaboration__description a:hover {
  text-decoration: underline;
}
.elaboration__item-content {
  height: 100%;
}
.elaboration__element-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.elaboration__pdf {
  margin-top: 12px;
  color: #0e76bc;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  gap: 8px;
}
.elaboration__pdf:hover {
  text-decoration: underline;
}
.elaboration__pagination {
  margin: 32px auto 0 auto;
}
.elaboration__pagination-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.elaboration__pagination-list-item {
  border-right: 1px solid #d0d5dd;
  height: 40px;
  width: 40px;
}
.elaboration__pagination-list-item:last-child {
  border: 0;
}
.elaboration__pagination-list-item--active {
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elaboration__pagination-list-item--dot {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elaboration__pagination-list-item a {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elaboration__pagination-arrow--right {
  transform: rotate(180deg);
}
.elaboration__loading {
  font-weight: 700;
  margin: 20px 0;
}
.elaboration__label {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
}
.elaboration__filter-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .elaboration__filter-wrapper {
    flex-wrap: nowrap;
  }
}
.elaboration__filter-container {
  width: 100%;
}
@media (min-width: 991px) {
  .elaboration__filter-container {
    width: calc(100% - 8px);
  }
}
.elaboration__filter-container--sort {
  padding: 99px;
}
.elaboration__filter-container--sort + .choices__list {
  padding: 0;
}
.elaboration__filter-container--sort + .choices__list .choices__item {
  margin: 0 !important;
  background: transparent;
  border: 0;
  font-family: "Open Sans";
  font-weight: 400;
  color: black;
  text-align: left;
}
.search-list a {
  color: #0e76bc;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 4px;
}
.search-list a:hover {
  text-decoration: underline;
}
@media (min-width: 991px) {
  .year-report {
    width: calc(100% - 340px);
  }
}
.year-report__container {
  border-radius: 48px;
  background: #f2f4f7;
  padding: 24px;
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .year-report__container {
    padding: 48px;
  }
}
.year-report__wrapper {
  max-width: calc(100% - 48px);
  width: calc(100% - 48px);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 88px;
}
@media (min-width: 991px) {
  .year-report__wrapper {
    max-width: calc(100% - 64px);
    width: calc(100% - 64px);
    padding-left: 0;
    padding-right: 0;
    margin-top: 48px;
  }
}
.year-report table {
  border-radius: 12px;
  border: 1px solid #d0d5dd;
  background: var(--Base-White, #fff);
  border-spacing: unset;
}
.year-report th {
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb;
  color: #182230;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 24px;
}
.year-report th:first-child {
  border-top-left-radius: 12px;
}
.year-report th:last-child {
  border-top-right-radius: 12px;
}
.year-report td {
  color: var(--Gray-700, #344054);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 24px;
  vertical-align: baseline;
  border-bottom: 1px solid var(--Gray-200, #eaecf0);
  height: auto !important;
}
.year-report tr {
  height: auto !important;
}
.year-report td[rowspan] {
  border-right: 1px solid var(--Gray-200, #eaecf0);
}
.year-report td[rowspan]:last-child {
  border-bottom: 0;
}
.year-report tr:last-child td, .year-report tr:last-child td[rowspan] {
  border-bottom: 0;
}
.year-report td strong {
  font-weight: 600;
}
.year-report__table-submenu {
  padding-left: 48px !important;
  padding-right: 48px !important;
  font-weight: 400 !important;
}
.year-report__table-submenu strong {
  font-weight: 400 !important;
}
.year-report h2 {
  text-align: left !important;
  margin: 0 0 20px 0 !important;
  color: #182230;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}
@media (min-width: 991px) {
  .year-report h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px 0 !important;
  }
}
.year-report__content > *:not(.year-report__container) {
  display: none;
}
.page-template-biuletyn #biuletyn,
.page-template #biuletyn,
.page-template-biuletyn .year-report__content {
  margin-bottom: -32px;
}
.statistic__categories {
  color: var(--Gray-400, #98a2b3);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.statistic__header-title {
  width: 100%;
}
@media (min-width: 991px) {
  .statistic__header-title {
    width: 40%;
  }
}
.statistic__header-description {
  width: 100%;
}
@media (min-width: 991px) {
  .statistic__header-description {
    width: 60%;
  }
}
.statistic__title {
  color: var(--Gray-700, #344054);
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .statistic__title {
    font-size: 40px !important;
    margin: 0;
  }
}
.statistic__description {
  color: var(--Gray-700, #344054);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}
.statistic__description .hide-pc, .statistic__description img, .statistic__description a, .statistic__description i {
  display: none;
}
.statistic__header {
  margin-bottom: 48px;
}
.statistic__xls-link {
  display: flex !important;
  gap: 10px;
  color: var(--Base-Black, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.statistic__xls-link:hover {
  text-decoration: underline;
}
.statistic__xls-link img {
  display: block !important;
}
.statistic__xls-text {
  margin: auto 0;
}
.statistic__description-text, .statistic__description-text p {
  color: var(--Gray-700, #344054);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \***********************************************************************************************************************************/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
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-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

