@import "//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*, :before, :after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}

hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  cursor: help;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol, ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: .875em;
}

mark, .mark {
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
  padding: .1875em;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
}

@media (width >= 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
  display: list-item;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (width >= 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  text-transform: uppercase;
  font-size: .875em;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1140px;
  }
}

@media (width >= 1330px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-xsm: 380px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1330px;
  --bs-breakpoint-xxxl: 1920px;
  --bs-breakpoint-xxxl_up: 1921px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

.col-3 {
  flex: none;
  width: 25%;
}

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

.col-9 {
  flex: none;
  width: 75%;
}

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (width >= 380px) {
  .col-xsm {
    flex: 1 0;
  }

  .row-cols-xsm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xsm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xsm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xsm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xsm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xsm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xsm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xsm-auto {
    flex: none;
    width: auto;
  }

  .col-xsm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xsm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xsm-3 {
    flex: none;
    width: 25%;
  }

  .col-xsm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xsm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xsm-6 {
    flex: none;
    width: 50%;
  }

  .col-xsm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xsm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xsm-9 {
    flex: none;
    width: 75%;
  }

  .col-xsm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xsm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xsm-12 {
    flex: none;
    width: 100%;
  }

  .offset-xsm-0 {
    margin-left: 0;
  }

  .offset-xsm-1 {
    margin-left: 8.33333%;
  }

  .offset-xsm-2 {
    margin-left: 16.6667%;
  }

  .offset-xsm-3 {
    margin-left: 25%;
  }

  .offset-xsm-4 {
    margin-left: 33.3333%;
  }

  .offset-xsm-5 {
    margin-left: 41.6667%;
  }

  .offset-xsm-6 {
    margin-left: 50%;
  }

  .offset-xsm-7 {
    margin-left: 58.3333%;
  }

  .offset-xsm-8 {
    margin-left: 66.6667%;
  }

  .offset-xsm-9 {
    margin-left: 75%;
  }

  .offset-xsm-10 {
    margin-left: 83.3333%;
  }

  .offset-xsm-11 {
    margin-left: 91.6667%;
  }

  .g-xsm-0, .gx-xsm-0 {
    --bs-gutter-x: 0;
  }

  .g-xsm-0, .gy-xsm-0 {
    --bs-gutter-y: 0;
  }

  .g-xsm-1, .gx-xsm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xsm-1, .gy-xsm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xsm-2, .gx-xsm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xsm-2, .gy-xsm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xsm-3, .gx-xsm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xsm-3, .gy-xsm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xsm-4, .gx-xsm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xsm-4, .gy-xsm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xsm-5, .gx-xsm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xsm-5, .gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 576px) {
  .col-sm {
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 768px) {
  .col-md {
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 992px) {
  .col-lg {
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1200px) {
  .col-xl {
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1330px) {
  .col-xxl {
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1920px) {
  .col-xxxl {
    flex: 1 0;
  }

  .row-cols-xxxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxxl-0, .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0, .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1, .gx-xxxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxxl-1, .gy-xxxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxxl-2, .gx-xxxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxxl-2, .gy-xxxl-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxxl-3, .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3, .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4, .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4, .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5, .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5, .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (width >= 1921px) {
  .col-xxxl_up {
    flex: 1 0;
  }

  .row-cols-xxxl_up-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxxl_up-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxxl_up-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxxl_up-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxxl_up-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxxl_up-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxxl_up-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl_up-auto {
    flex: none;
    width: auto;
  }

  .col-xxxl_up-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxxl_up-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxxl_up-3 {
    flex: none;
    width: 25%;
  }

  .col-xxxl_up-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxxl_up-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxxl_up-6 {
    flex: none;
    width: 50%;
  }

  .col-xxxl_up-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxxl_up-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxxl_up-9 {
    flex: none;
    width: 75%;
  }

  .col-xxxl_up-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxxl_up-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxxl_up-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxxl_up-0 {
    margin-left: 0;
  }

  .offset-xxxl_up-1 {
    margin-left: 8.33333%;
  }

  .offset-xxxl_up-2 {
    margin-left: 16.6667%;
  }

  .offset-xxxl_up-3 {
    margin-left: 25%;
  }

  .offset-xxxl_up-4 {
    margin-left: 33.3333%;
  }

  .offset-xxxl_up-5 {
    margin-left: 41.6667%;
  }

  .offset-xxxl_up-6 {
    margin-left: 50%;
  }

  .offset-xxxl_up-7 {
    margin-left: 58.3333%;
  }

  .offset-xxxl_up-8 {
    margin-left: 66.6667%;
  }

  .offset-xxxl_up-9 {
    margin-left: 75%;
  }

  .offset-xxxl_up-10 {
    margin-left: 83.3333%;
  }

  .offset-xxxl_up-11 {
    margin-left: 91.6667%;
  }

  .g-xxxl_up-0, .gx-xxxl_up-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl_up-0, .gy-xxxl_up-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl_up-1, .gx-xxxl_up-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxxl_up-1, .gy-xxxl_up-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxxl_up-2, .gx-xxxl_up-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxxl_up-2, .gy-xxxl_up-2 {
    --bs-gutter-y: .5rem;
  }

  .g-xxxl_up-3, .gx-xxxl_up-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl_up-3, .gy-xxxl_up-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl_up-4, .gx-xxxl_up-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl_up-4, .gy-xxxl_up-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl_up-5, .gx-xxxl_up-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl_up-5, .gy-xxxl_up-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  padding: .5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: .25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (width <= 379.98px) {
  .table-responsive-xsm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1329.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1919.98px) {
  .table-responsive-xxxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1920.98px) {
  .table-responsive-xxxl_up {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control, .wpcf7-validation-errors {
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-validation-errors {
    transition: none;
  }
}

.form-control[type="file"], [type="file"].wpcf7-validation-errors {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), [type="file"].wpcf7-validation-errors:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .wpcf7-validation-errors:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.wpcf7-validation-errors::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.wpcf7-validation-errors::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder, .wpcf7-validation-errors::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled, .wpcf7-validation-errors:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-validation-errors::file-selector-button {
  margin: -.375rem -.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .wpcf7-validation-errors::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.wpcf7-validation-errors:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

textarea.form-control, textarea.wpcf7-validation-errors {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  width: 3rem;
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

.form-check-inline {
  margin-right: 1rem;
  display: inline-block;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .wpcf7 .btn-check[disabled] + input[type="submit"], .btn-check:disabled + .btn, .wpcf7 .btn-check:disabled + input[type="submit"] {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.form-range {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .wpcf7-validation-errors, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  height: 100%;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .form-floating > .wpcf7-validation-errors, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control::placeholder, .form-floating > .wpcf7-validation-errors::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.form-floating > .form-control:focus, .form-floating > .wpcf7-validation-errors:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), :-webkit-any(.form-floating > .form-control:-webkit-autofill, .form-floating > .wpcf7-validation-errors:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill), .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:focus, .form-floating > .wpcf7-validation-errors:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .wpcf7-validation-errors:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), :is(.form-floating > .form-control:autofill, .form-floating > .wpcf7-validation-errors:autofill, .form-floating > .form-control-plaintext:autofill), .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .wpcf7-validation-errors:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:focus ~ label:after, .form-floating > .wpcf7-validation-errors:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .wpcf7-validation-errors:not(:placeholder-shown) ~ label:after, .form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-select ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

:-webkit-any(.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > .wpcf7-validation-errors:-webkit-autofill ~ label) {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

:is(.form-floating > .form-control:autofill ~ label, .form-floating > .wpcf7-validation-errors:autofill ~ label) {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label:after, .form-floating > .form-control:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .wpcf7-validation-errors, .input-group > .form-select, .input-group > .form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .wpcf7-validation-errors:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn, .input-group .wpcf7 input[type="submit"], .wpcf7 .input-group input[type="submit"] {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus, .input-group .wpcf7 input[type="submit"]:focus, .wpcf7 .input-group input[type="submit"]:focus {
  z-index: 5;
}

.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-lg > .form-control, .input-group-lg > .wpcf7-validation-errors, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .wpcf7 .input-group-lg > input[type="submit"] {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control, .input-group-sm > .wpcf7-validation-errors, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .wpcf7 .input-group-sm > input[type="submit"] {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .wpcf7-validation-errors, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .wpcf7-validation-errors, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .wpcf7-validation-errors, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  color: var(--bs-form-valid-color);
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .wpcf7-validation-errors:valid, .form-control.is-valid, .is-valid.wpcf7-validation-errors {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .was-validated .wpcf7-validation-errors:valid:focus, .form-control.is-valid:focus, .is-valid.wpcf7-validation-errors:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.wpcf7-validation-errors:valid, textarea.form-control.is-valid, textarea.is-valid.wpcf7-validation-errors {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .wpcf7-validation-errors:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .input-group > .wpcf7-validation-errors:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  color: var(--bs-form-invalid-color);
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .wpcf7-validation-errors:invalid, .form-control.is-invalid, .is-invalid.wpcf7-validation-errors {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .was-validated .wpcf7-validation-errors:invalid:focus, .form-control.is-invalid:focus, .is-invalid.wpcf7-validation-errors:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.wpcf7-validation-errors:invalid, textarea.form-control.is-invalid, textarea.is-invalid.wpcf7-validation-errors {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(1.5em + 3.75rem);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .wpcf7-validation-errors:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .input-group > .wpcf7-validation-errors:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .wpcf7 input[type="submit"] {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .wpcf7 input[type="submit"] {
    transition: none;
  }
}

.btn:hover, .wpcf7 input[type="submit"]:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover, .wpcf7 .btn-check + input[type="submit"]:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible, .wpcf7 input[type="submit"]:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .btn, .wpcf7 .btn-check:focus-visible + input[type="submit"] {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .btn, .wpcf7 .btn-check:checked + input[type="submit"], :not(.btn-check) + .btn:active, .wpcf7 :not(.btn-check) + input[type="submit"]:active, .btn:first-child:active, .wpcf7 input[type="submit"]:first-child:active, .btn.active, .wpcf7 input.active[type="submit"], .btn.show, .wpcf7 input.show[type="submit"] {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, .wpcf7 .btn-check:checked + input[type="submit"]:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .wpcf7 :not(.btn-check) + input[type="submit"]:active:focus-visible, .btn:first-child:active:focus-visible, .wpcf7 input[type="submit"]:first-child:active:focus-visible, .btn.active:focus-visible, .wpcf7 input.active[type="submit"]:focus-visible, .btn.show:focus-visible, .wpcf7 input.show[type="submit"]:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .wpcf7 input[type="submit"]:disabled, .btn.disabled, .wpcf7 input.disabled[type="submit"], fieldset:disabled .btn, fieldset:disabled .wpcf7 input[type="submit"], .wpcf7 fieldset:disabled input[type="submit"] {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary, .wpcf7 input[type="submit"] {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type="submit"] {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type="submit"] {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)  - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (width >= 380px) {
  .dropdown-menu-xsm-start {
    --bs-position: start;
  }

  .dropdown-menu-xsm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xsm-end {
    --bs-position: end;
  }

  .dropdown-menu-xsm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1330px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1920px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1921px) {
  .dropdown-menu-xxxl_up-start {
    --bs-position: start;
  }

  .dropdown-menu-xxxl_up-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxxl_up-end {
    --bs-position: end;
  }

  .dropdown-menu-xxxl_up-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  margin: var(--bs-dropdown-divider-margin-y) 0;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  height: 0;
  overflow: hidden;
}

.dropdown-item {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  display: block;
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group > .btn, .wpcf7 .btn-group > input[type="submit"], .btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type="submit"] {
  flex: auto;
  position: relative;
}

.btn-group > .btn-check:checked + .btn, .wpcf7 .btn-group > .btn-check:checked + input[type="submit"], .btn-group > .btn-check:focus + .btn, .wpcf7 .btn-group > .btn-check:focus + input[type="submit"], .btn-group > .btn:hover, .wpcf7 .btn-group > input[type="submit"]:hover, .btn-group > .btn:focus, .wpcf7 .btn-group > input[type="submit"]:focus, .btn-group > .btn:active, .wpcf7 .btn-group > input[type="submit"]:active, .btn-group > .btn.active, .wpcf7 .btn-group > input.active[type="submit"], .btn-group-vertical > .btn-check:checked + .btn, .wpcf7 .btn-group-vertical > .btn-check:checked + input[type="submit"], .btn-group-vertical > .btn-check:focus + .btn, .wpcf7 .btn-group-vertical > .btn-check:focus + input[type="submit"], .btn-group-vertical > .btn:hover, .wpcf7 .btn-group-vertical > input[type="submit"]:hover, .btn-group-vertical > .btn:focus, .wpcf7 .btn-group-vertical > input[type="submit"]:focus, .btn-group-vertical > .btn:active, .wpcf7 .btn-group-vertical > input[type="submit"]:active, .btn-group-vertical > .btn.active, .wpcf7 .btn-group-vertical > input.active[type="submit"] {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn, .wpcf7 .btn-group > :not(.btn-check:first-child) + input[type="submit"], .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .wpcf7 .btn-group > input.dropdown-toggle-split[type="submit"]:first-child, .btn-group > .btn-group:not(:last-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:last-child) > input[type="submit"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .wpcf7 .btn-group > input[type="submit"]:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .wpcf7 .btn-group > :not(.btn-check) + input[type="submit"], .btn-group > .btn-group:not(:first-child) > .btn, .wpcf7 .btn-group > .btn-group:not(:first-child) > input[type="submit"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
  padding-left: .375rem;
  padding-right: .375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wpcf7 .btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .wpcf7 .btn-group-vertical > input[type="submit"], .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .wpcf7 .btn-group-vertical > input[type="submit"]:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .wpcf7 .btn-group-vertical > input[type="submit"] ~ .btn, .wpcf7 .btn-group-vertical > .btn ~ input[type="submit"], .wpcf7 .btn-group-vertical > input[type="submit"] ~ input[type="submit"], .btn-group-vertical > .btn-group:not(:first-child) > .btn, .wpcf7 .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentColor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  text-align: center;
  flex: auto;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:after {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  color: var(--bs-list-group-action-color);
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  background-color: var(--bs-list-group-action-hover-bg);
  text-decoration: none;
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (width >= 380px) {
  .list-group-horizontal-xsm {
    flex-direction: row;
  }

  .list-group-horizontal-xsm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xsm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xsm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xsm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xsm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1330px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1920px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1921px) {
  .list-group-horizontal-xxxl_up {
    flex-direction: row;
  }

  .list-group-horizontal-xxxl_up > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxxl_up > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxxl_up > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxxl_up > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxxl_up > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  width: 1em;
  height: 1em;
  padding: .25em;
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before, .wpcf7 input.placeholder[type="submit"]:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.infinite {
  animation-iteration-count: infinite;
}

.delay-025 {
  animation-delay: .25s;
}

.delay-050 {
  animation-delay: .5s;
}

.delay-115 {
  animation-delay: 1.15s;
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-left-rotate {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0)rotate(38deg);
  }
}

@keyframes slide-in-fwd-center {
  0% {
    opacity: 0;
    transform: translateZ(-1400px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1 !important;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1 !important;
  }
}

.fade-in {
  animation-name: fade-in;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  overflow: hidden;
  transform: translateY(400px);
}

.animated-section.go .fade-in-up {
  animation-name: fade-in-up;
}

@keyframes up-down-arr-left {
  0% {
    transform: translateX(0)rotate(-180deg);
  }

  100% {
    transform: translateX(-3px)rotate(-180deg);
  }
}

@keyframes up-down-arr-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(3px);
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translate(-50%, -200px);
  }

  50% {
    opacity: .3;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.fade-in-down {
  overflow: hidden;
  transform: translateY(400px);
}

.animated-section.go .fade-in-down {
  animation-name: fade-in-down;
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate(-1000px, -50%);
  }

  50% {
    opacity: .3;
  }

  100% {
    transform: translate(0, -100%);
  }
}

@keyframes wobble-hor-bottom {
  0%, 100% {
    transform-origin: 50%;
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-10px)rotate(-3deg);
  }

  30% {
    transform: translateX(10px)rotate(4deg);
  }

  45% {
    transform: translateX(-10px)rotate(-3.6deg);
  }

  60% {
    transform: translateX(6px)rotate(2.4deg);
  }

  75% {
    transform: translateX(-3px)rotate(-1.2deg);
  }
}

@keyframes grow-line {
  0% {
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes grow-line-back {
  0% {
    opacity: 1;
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes grow-line-search {
  0% {
    width: 0;
  }

  100% {
    width: 50vw;
  }
}

@keyframes grow-line-left {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 10vw;
  }
}

@keyframes grow-line-left-flex {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes border {
  0%, 24% {
    border-color: #0000;
  }

  25% {
    border-top-color: #fff;
  }

  49% {
    border-right-color: #0000;
  }

  50% {
    border-right-color: #fff;
  }

  74% {
    border-bottom-color: #0000;
  }

  75% {
    border-bottom-color: #fff;
  }

  99% {
    border-left-color: #0000;
  }

  100% {
    border-color: #fff;
  }
}

@keyframes border-after {
  0% {
    width: 0;
    height: 2px;
    inset: -2px auto auto -2px;
  }

  24.99% {
    width: calc(100% + 10px);
    height: 2px;
    inset: -2px auto auto -2px;
  }

  25% {
    width: 2px;
    height: 0;
    inset: -2px -2px auto auto;
  }

  49.99% {
    width: 2px;
    height: calc(100% + 10px);
    inset: -2px -2px auto auto;
  }

  50% {
    width: 0;
    height: 2px;
    inset: auto -2px -2px auto;
  }

  74.99% {
    width: calc(100% + 10px);
    height: 2px;
    inset: auto -2px -2px auto;
  }

  75% {
    width: 2px;
    height: 0;
    inset: auto auto -2px -2px;
  }

  100% {
    width: 2px;
    height: calc(100% + 10px);
    inset: auto auto -2px -2px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-12px);
  }
}

@keyframes bgp-right {
  0% {
    background-position: center;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes scale-in-tr {
  0% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scale(0);
  }

  100% {
    transform-origin: 100% 0;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@keyframes dothabottomcheck2 {
  0% {
    height: 0;
  }

  100% {
    height: 5px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 23px;
  }
}

@keyframes loading-dots {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(50deg);
  }

  30% {
    transform: rotate(100deg);
  }

  45% {
    transform: rotate(150deg);
  }

  60% {
    transform: rotate(200deg);
  }

  75% {
    transform: rotate(250deg);
  }

  90% {
    transform: rotate(300deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation90deg {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotation90degback {
  0% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes orotation {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(-50deg);
  }

  30% {
    transform: rotate(-100deg);
  }

  45% {
    transform: rotate(-150deg);
  }

  60% {
    transform: rotate(-200deg);
  }

  75% {
    transform: rotate(-250deg);
  }

  90% {
    transform: rotate(-300deg);
  }

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

body {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Inter, sans-serif;
}

h1, .h1 {
  letter-spacing: 0;
  color: #29478f;
  margin-bottom: 20px;
  font-size: 3.42857rem;
  font-weight: 600;
  line-height: 56px;
}

@media (width <= 991.98px) {
  h1, .h1 {
    letter-spacing: 0;
    margin-bottom: 25px;
    font-size: 3.42857rem;
    line-height: 56px;
  }
}

@media (width <= 575.98px) {
  h1, .h1 {
    letter-spacing: 0;
    font-size: 2.71429rem;
    line-height: 44px;
  }
}

h2, .h2 {
  letter-spacing: .1px;
  margin-bottom: 30px;
  font-size: 2.14286rem;
  font-weight: 600;
  line-height: 36px;
}

@media (width <= 991.98px) {
  h2, .h2 {
    letter-spacing: .1px;
    margin-bottom: 25px;
    font-size: 2.14286rem;
    line-height: 36px;
  }
}

@media (width <= 575.98px) {
  h2, .h2 {
    letter-spacing: .1px;
    font-size: 1.71429rem;
    line-height: 28px;
  }
}

h3, .h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 1.42857rem;
  font-weight: 600;
  line-height: 26px;
}

@media (width <= 991.98px) {
  h3, .h3 {
    letter-spacing: 0;
    font-size: 1.42857rem;
    line-height: 26px;
  }
}

@media (width <= 575.98px) {
  h3, .h3 {
    letter-spacing: 0;
    font-size: 1.14286rem;
    line-height: 21px;
  }
}

h4, .h4 {
  font-size: 1.14286rem;
  font-weight: 500;
}

h5, .h5, h6, .h6 {
  font-size: 1.14286rem;
}

p, span {
  letter-spacing: 0;
  color: #393636;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

p.medium, span.medium {
  font-weight: 500;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  font-size: 14px;
  overflow-x: hidden;
}

@media (width <= 991.98px) {
  body, html {
    font-size: 14px;
  }
}

body.fixed, html.fixed {
  overflow-y: hidden;
}

body .container, html .container {
  max-width: 1320px;
}

@media (width <= 991.98px) {
  body .container, html .container {
    max-width: calc(100vw - 80px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width <= 575.98px) {
  body .container, html .container {
    max-width: calc(100vw - 40px);
  }
}

body.has-modal-open, html.has-modal-open {
  overflow-y: hidden;
}

body main, html main {
  padding-top: 120px;
}

@media (width <= 1329.98px) {
  body main .row:first-child, html main .row:first-child {
    padding-left: 40px;
    padding-right: 40px;
  }

  body main .row:first-child .row, html main .row:first-child .row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width <= 575.98px) {
  body main .row:first-child, html main .row:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  body main .row:first-child .row, html main .row:first-child .row {
    padding-left: 0;
    padding-right: 0;
  }
}

body main ul, html main ul {
  padding-left: 0;
  list-style: none;
}

body main ul li, html main ul li {
  color: #393636;
  margin-bottom: 20px;
  padding-left: 12px;
  font-weight: 600;
  position: relative;
}

body main ul li:before, html main ul li:before {
  content: "";
  background-color: #29478f;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(200%);
}

.wpdreams_asl_results {
  border-radius: 0 0 12px 12px !important;
  margin-top: 25px !important;
  padding: 15px !important;
}

.wpdreams_asl_results .asl_image {
  border-radius: 6px;
}

body.admin-bar .site-header {
  margin-top: 32px;
}

.hidden {
  display: none !important;
}

.wp-block-navigation__container, .container-boxed, .boxed, .wp-block-navigation__container-in, .container-boxed-in, .boxed-in {
  margin: 0 auto;
  max-width: 1320px !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container-in, .container-boxed-in, .boxed-in {
    max-width: 100%;
  }
}

.short-component {
  font-size: 1em;
}

img, svg {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

a {
  -o-transition: all .3s ease-out;
  color: #29478f;
  text-decoration: none;
  transition: all .3s ease-out;
}

a:hover {
  -o-transition: all .3s ease-out;
  color: #29478fb3;
  text-decoration: underline;
  transition: all .3s ease-out;
}

.wp-block-post-title a {
  color: #393636;
}

.wp-block-post-title a:hover {
  text-decoration: none;
}

.border-radius-72 {
  border-radius: 0 72px;
}

.border-radius-72-bottom {
  border-radius: 0 0 72px;
}

.border-radius-72-right-bottom {
  border-radius: 0 72px 72px 0;
}

.border-radius-72-top-left {
  border-radius: 72px 0 0 72px;
}

.border-radius-72-right-left {
  border-radius: 0 72px;
}

.border-radius-72-top {
  border-radius: 72px 0 0;
}

.max-width-1080 {
  max-width: 1080px;
}

.max-width-980 {
  max-width: 980px;
}

.max-width-764 {
  margin-block: 0;
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-75p {
  max-width: 75%;
}

.max-width-60p {
  max-width: 60%;
}

.max-width-50p {
  max-width: 50%;
}

.mb--150 {
  margin-bottom: -100px;
}

.select2-container, .select2-dropdown, .select2-container ul li, .select2-dropdown ul li {
  background-color: #fff !important;
}

.select2-search--dropdown {
  border: 0;
}

.select2-search--dropdown input {
  background: #fff url("../search-h.02bc2293.svg") 10px / 12px no-repeat;
  overflow: hidden;
  border: 1px solid #f8f8f8 !important;
  border-radius: 3px !important;
  padding-left: 30px !important;
}

.select2-search--dropdown input:focus, .select2-search--dropdown input:focus-visible {
  border: 0 !important;
  outline: none !important;
}

.select2-results .select2-results__option {
  outline: none !important;
}

#back-link-atex, #back-link-class {
  scroll-margin-top: 100px;
}

.faux-link__element {
  position: relative;
}

.faux-link__element .faux-link__overlay-link {
  text-indent: 200%;
  visibility: visible;
  white-space: nowrap;
  z-index: 5;
  opacity: 0;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.above-faux {
  position: relative;
  z-index: 7 !important;
}

#a2a_copy_link_icon {
  background: url("../link.29c0c2d8.png") center / auto 22px no-repeat !important;
}

#a2a_copy_link_icon svg {
  display: none;
}

#a2a_copy_link_text {
  color: #393636 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

#a2a_copy_link_copied {
  background: #243e7e !important;
}

#fancybox-wrap #fancybox-outer {
  background-color: #0000;
}

#fancybox-wrap .short-component {
  min-height: 80vh;
}

.wpml-ls-statics-footer {
  display: none !important;
}

@media (width >= 1200px) {
  .cement-gap .wp-block-tfawpblocks-column:first-child {
    padding-right: 10px;
  }

  .cement-gap .wp-block-tfawpblocks-column:nth-child(2) {
    padding-left: 10px;
  }
}

@media only screen and (device-width >= 992px) and (device-width <= 1124px) {
  .cement-gap div div:first-child .section__industries-cement--cta {
    margin-right: 10px;
  }

  .cement-gap div div:nth-child(2) .section__industries-cement--cta {
    margin-left: 10px;
  }
}

@media screen and (width >= 1024px) and (width <= 1200px) {
  .recommended_articles h2, .recommended_articles .h2 {
    padding-left: 5px;
  }
}

#preloader {
  z-index: 99;
  background-color: #fffffff7;
  position: fixed;
  inset: 0;
}

#status {
  background-image: url("../loader.ce35e7f5.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (device-width >= 1200px) and (device-width <= 1329px) {
  body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) ~ .section__tool-resources--contact {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  body .is-layout-constrained > .section__tool-resources--contact .wp-block-image {
    width: 111%;
  }
}

.zindex-2 {
  z-index: 2;
}

.btn, .wpcf7 input[type="submit"] {
  letter-spacing: .56px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
}

.btn-check:focus + .btn, .wpcf7 .btn-check:focus + input[type="submit"], .btn:active:focus, .btn:focus, .wpcf7 input[type="submit"]:focus {
  box-shadow: none;
}

.btn-primary, .btn-secondary {
  font-weight: 500;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
  outline: none;
  box-shadow: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #243e7e;
  border-color: #243e7e;
  text-decoration: none !important;
}

.btn-primary:disabled {
  background-color: #707070;
  border-color: #707070;
}

.btn-secondary {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
}

.btn-secondary:hover, .btn-secondary:active {
  background-color: #243e7eb3;
  border-color: #243e7eb3;
  text-decoration: none !important;
}

.btn--dark {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
}

.btn--dark:hover, .btn--dark:active {
  background-color: #243e7e;
  border-color: #243e7e;
  text-decoration: none !important;
}

.btn-light {
  color: #393636;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}

.btn-light:hover, .btn-light:active {
  background-color: #ffffffb3;
  border-color: #ffffffb3;
  text-decoration: none !important;
}

.btn.wpcf7-submit, .wpcf7 input.wpcf7-submit[type="submit"] {
  color: #393636;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 700;
}

.btn-outline-primary, .wpcf7 input[type="submit"], .btn-outline-secondary, .btn-outline-dark, .btn-outline-light {
  position: relative;
}

.btn-outline-primary:hover, .wpcf7 input[type="submit"]:hover, .btn-outline-primary:active, .wpcf7 input[type="submit"]:active, .btn-outline-primary:focus, .wpcf7 input[type="submit"]:focus, .btn-outline-primary:visited, .wpcf7 input[type="submit"]:visited, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:visited, .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus, .btn-outline-dark:visited, .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:visited {
  outline: none;
  box-shadow: none !important;
}

.btn-outline-dark--blue {
  color: #29478f;
  border-color: #29478f;
}

.btn-outline-dark--blue:hover {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
}

.btn-read-more, .btn-link, .btn-more {
  letter-spacing: .56px;
  text-transform: uppercase;
  color: #393636;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  text-decoration: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px !important;
}

.btn-read-more:hover, .btn-read-more:active, .btn-link:hover, .btn-link:active, .btn-more:hover, .btn-more:active {
  color: #393636;
  transition: all .3s ease-out;
  text-decoration: none !important;
}

.btn-read-more:after, .btn-link:after, .btn-more:after {
  content: "";
  background-color: #393636;
  min-width: 15px;
  height: 1px;
  display: block;
  position: absolute;
}

.btn-read-more:hover:after, .btn-link:hover:after, .btn-more:hover:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.btn-lg, .btn-group-lg > .btn, .wpcf7 .btn-group-lg > input[type="submit"] {
  padding: 20px 40px;
}

.btn-sm, .btn-group-sm > .btn, .wpcf7 .btn-group-sm > input[type="submit"] {
  border-radius: 5px;
  padding: 15px 30px;
}

.btn-back {
  border: 0;
  margin-bottom: 50px;
  padding-left: 0;
  position: relative;
}

.btn-back:before {
  content: "";
  background: url("../arr-r-b.4b95c0c8.svg") 100% / auto 100% no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  animation: 2s ease-in-out infinite alternate-reverse both up-down-arr-left;
  display: block;
  position: absolute;
}

.btn-back a {
  color: #243e7e;
  float: left;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.btn.loadMoreBtn, .wpcf7 input.loadMoreBtn[type="submit"] {
  background-color: #29478f;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 60px;
  margin: 15px auto;
  padding: 19px 40px;
  display: block;
}

.btn.loadMoreBtn span, .wpcf7 input.loadMoreBtn[type="submit"] span {
  font-family: Inter, sans-serif;
  line-height: normal;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.btn.loadMoreBtn span span.ald-count, .wpcf7 input.loadMoreBtn[type="submit"] span span.ald-count {
  font-weight: 400 !important;
}

.btn.loadMoreBtn:hover, .wpcf7 input.loadMoreBtn[type="submit"]:hover, .btn.loadMoreBtn:active, .wpcf7 input.loadMoreBtn[type="submit"]:active {
  background-color: #243e7e;
  border-color: #243e7e;
  text-decoration: none !important;
}

.scroll-down {
  text-align: center;
  cursor: pointer;
  width: 50px;
  margin-left: -25px;
  animation: 3s ease-in-out infinite alternate-reverse both up-down;
  position: absolute;
  bottom: -35vh;
  left: 50%;
  transform: translateX(-50%);
}

.primary-menu .sub-menu li > a {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
}

#site-header-wrap.header-layout1 .site-header-top .btn, #site-header-wrap.header-layout1 .site-header-top .wpcf7 input[type="submit"], .wpcf7 #site-header-wrap.header-layout1 .site-header-top input[type="submit"] {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.wrap-desc button {
  background: none;
  border: 0;
  padding: 0;
}

.wrap-desc .fancybox-pdf {
  white-space: nowrap;
  color: #393636;
  background: #f8f8f8 url("../ico-feather-file-black.35c8b87c.svg") 30px / 13.6px 17px no-repeat;
  border-radius: 12px;
  width: auto;
  margin: 15px 15px 15px 0;
  padding: 24px 30px 24px 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

@media (width <= 575.98px) {
  .wrap-desc .fancybox-pdf {
    width: 100%;
  }
}

.wrap-desc .fancybox-pdf:hover {
  color: #fff;
  background-color: #29478f;
  background-image: url("../ico-feather-file-white.d07295f3.svg");
  transition: all .3s ease-in-out;
}

.quantity {
  position: relative;
}

.quantity input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: 0;
  border-radius: 7px;
  display: block;
  position: relative;
  width: 90px !important;
}

.quantity input[type="number"]:focus-visible, .quantity input[type="number"]:focus {
  outline-offset: 0;
  outline: none;
}

.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity i.btn-minus, .quantity i.btn-plus {
  cursor: pointer;
  z-index: 2;
  background: url("../minus.6d562947.svg") center / 100% no-repeat;
  width: 7px;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

.quantity i.btn-plus {
  left: inherit;
  background-image: url("../plus.601cd1a3.svg");
  right: 30px;
}

.addtoany_shortcode {
  margin: 0 auto 30px;
  position: relative;
}

.addtoany_list a {
  margin-top: 15px;
  margin-right: 10px;
  transition: all .3s ease-in-out;
  position: relative;
}

.addtoany_list a img {
  transition: all .3s ease-in-out;
}

.addtoany_list a:hover img {
  opacity: 0 !important;
}

.addtoany_list a:hover:after {
  content: "";
  background-color: #137ec0;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  -webkit-mask-image: url("../soc-tw-light.a8bbd4ed.svg");
  mask-image: url("../soc-tw-light.a8bbd4ed.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.addtoany_list a.a2a_button_facebook:hover:after {
  width: 10px;
  height: 19px;
  -webkit-mask-image: url("../soc-fb-light.40a00d35.svg");
  mask-image: url("../soc-fb-light.40a00d35.svg");
}

.addtoany_list a.a2a_button_email:hover:after {
  width: 20px;
  height: 16px;
  -webkit-mask-image: url("../soc-email-light.31b69277.svg");
  mask-image: url("../soc-email-light.31b69277.svg");
}

.addtoany_list a.a2a_button_copy_link:hover:after {
  width: 17px;
  height: 17px;
  -webkit-mask-image: url("../soc-copy-light.08af73ca.svg");
  mask-image: url("../soc-copy-light.08af73ca.svg");
}

.addtoany_share {
  color: #243e7e;
  font-family: Inter, sans-serif;
  font-weight: 500;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  font-size: 22px !important;
  position: absolute !important;
}

#fancybox-title-wrap.fancybox-title-over {
  display: none !important;
}

#fancybox-close {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 5px;
  top: -10px !important;
  right: -58px !important;
}

@media (width <= 1199.98px) {
  #fancybox-close {
    top: -48px !important;
    right: -10px !important;
  }
}

#fancybox-close span {
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#fancybox-close span:before, #fancybox-close span:after {
  background-color: #fff !important;
  width: 30px !important;
  top: 4px !important;
  left: -11px !important;
}

#fancybox-close:hover span {
  transform: none !important;
}

.wpc-edit-filter-set {
  letter-spacing: .5px;
  opacity: .5;
  background-color: #fffc;
  border-radius: 6px;
  transition: all .3s ease-out;
  position: absolute;
  bottom: -25px;
  left: -25px;
  font-size: 0 !important;
}

.wpc-edit-filter-set a {
  opacity: 1;
  padding: 5px 15px;
  font-size: 11px !important;
}

.wpc-edit-filter-set:hover {
  opacity: 1;
}

.post-edit-link {
  color: #fffc;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: .3;
  z-index: 999;
  background-color: #000c;
  border: 2px solid #fffc;
  border-left-width: 0;
  border-radius: 0 10px 10px 0;
  padding: 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  transition: all .3s ease-out;
  position: fixed;
  bottom: 5vh;
  left: 0;
}

.post-edit-link:hover {
  opacity: .7;
  padding-left: 25px;
  text-decoration: none;
}

@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.page.home h2, body.page.home .h2 {
  color: #29478f;
  font-weight: 600;
}

body.page.home .section_quality-logos h2.hidden, body.page.home .section_quality-logos .hidden.h2 {
  display: block !important;
}

@media (width <= 1329.98px) {
  body.page.home .section__trending--intro, body.page.home .section__trending--find {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (width <= 991.98px) {
  body.page.home .section__trending--find {
    padding-left: 0;
    padding-right: 0;
  }
}

body.page-template-page-about #fancybox-wrap {
  width: 100%;
  max-width: 50vw !important;
  left: 25vw !important;
}

@media (width <= 1199.98px) {
  body.page-template-page-about #fancybox-wrap {
    width: 100%;
    max-width: 90vw !important;
    left: 2.5vw !important;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  body.page-template-page-about #fancybox-wrap {
    width: 100%;
    max-width: 70vw !important;
    height: auto !important;
    left: 15vw !important;
  }
}

@media (width <= 575.98px) {
  body.page-template-page-about #fancybox-wrap {
    width: auto !important;
    max-width: 95vw !important;
    left: 2.5vw !important;
  }
}

body.page-template-page-about #fancybox-wrap #fancybox-close {
  border: none !important;
  top: 20px !important;
  right: 20px !important;
}

body.page-template-page-about #fancybox-wrap #fancybox-close span:before, body.page-template-page-about #fancybox-wrap #fancybox-close span:after {
  background-color: #000 !important;
}

body.page-template-page-about #fancybox-wrap #fancybox-content {
  border-radius: 0;
}

body.single-post .wp-block-post-featured-image {
  border-radius: 9px;
  display: block;
  overflow: hidden;
}

body.single-post .wp-block-post-featured-image img {
  object-fit: cover;
  border: 3px solid #f8f8f8;
  border-radius: 12px;
  max-height: 315px;
}

body.single-post .wp-block-post-content-wrap {
  max-width: 900px;
  margin: 50px auto;
  position: relative;
}

body.single-post .wp-block-post-title {
  margin-bottom: 30px;
  font-size: 3.42857rem;
}

@media (width <= 991.98px) {
  body.single-post .wp-block-post-title {
    font-size: 3.42857rem;
  }
}

@media (width <= 575.98px) {
  body.single-post .wp-block-post-title {
    font-size: 2.71429rem;
  }
}

body.single-post .wp-block-post-date {
  font-weight: 600;
}

body.single-post .share {
  margin-top: 30px;
  margin-bottom: -15px;
  display: inline-block;
}

body.single-post .post-navigation-link-previous, body.single-post .post-navigation-link-next {
  transition: all .3s ease-out;
  font-weight: 600 !important;
}

body.single-post .post-navigation-link-previous a, body.single-post .post-navigation-link-next a {
  color: #29478f !important;
}

body.single-post .post-navigation-link-previous a:before, body.single-post .post-navigation-link-next a:before {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / auto 100% no-repeat;
  width: 5px;
  height: 9px;
  margin-top: 7px;
  transition: all .3s ease-out;
  display: block;
  position: absolute;
  transform: rotate(180deg);
}

body.single-post .post-navigation-link-previous:hover, body.single-post .post-navigation-link-next:hover {
  transition: all .3s ease-out;
  text-decoration: none !important;
}

body.single-post .post-navigation-link-previous:hover a, body.single-post .post-navigation-link-next:hover a {
  color: #137ec0 !important;
  text-decoration: none !important;
}

body.single-post .post-navigation-link-previous:hover a:before, body.single-post .post-navigation-link-next:hover a:before {
  background-image: url("../arr-blue-light.d376d1c7.svg");
}

body.single-post .post-navigation-link-previous {
  float: left;
  padding-left: 15px;
  position: relative;
}

body.single-post .post-navigation-link-previous a:before {
  left: 0;
}

body.single-post .post-navigation-link-previous:hover a:before {
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-left;
}

body.single-post .post-navigation-link-next {
  float: right;
  padding-right: 15px;
}

body.single-post .post-navigation-link-next a:before {
  right: 0;
  transform: rotate(0);
}

body.single-post .post-navigation-link-next a:hover:before {
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 575.98px) {
  body.single-post .wp-block-tfawpblocks-row-section.container-boxed.pb-100 {
    padding-bottom: 30px !important;
  }
}

body.single-post .related_posts-title {
  color: #29478f;
  margin-bottom: 30px;
  font-size: 2.14286rem;
  font-weight: 700 !important;
}

@media (width <= 991.98px) {
  body.single-post .related_posts-title {
    font-size: 2.14286rem;
  }
}

@media (width <= 575.98px) {
  body.single-post .related_posts-title {
    font-size: 1.71429rem;
  }
}

body.single-post .related_posts-list-post-item__wrap {
  min-height: 205px;
  padding-bottom: 15px;
}

body.single-post .related_posts-list-post-item__wrap .col {
  display: flex;
}

@media (width <= 575.98px) {
  body.single-post .related_posts-list-post-item__wrap .col.col.col-12.col-xl-6:last-child {
    margin-bottom: 40px;
  }
}

body.single-post .related_posts-list-post-item__wrap img {
  object-fit: cover;
  border: 3px solid #f8f8f8;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  max-height: 185px;
}

body.single-post .related_posts-list-post-item__wrap h4, body.single-post .related_posts-list-post-item__wrap .h4 {
  color: #393636;
  align-self: flex-end;
  max-width: 310px;
  margin-bottom: 40px;
  font-size: 1.42857rem;
  display: flex;
  font-weight: 600 !important;
}

@media (width <= 991.98px) {
  body.single-post .related_posts-list-post-item__wrap h4, body.single-post .related_posts-list-post-item__wrap .h4 {
    margin-top: 30px;
    font-size: 1.42857rem;
  }
}

@media (width <= 575.98px) {
  body.single-post .related_posts-list-post-item__wrap h4, body.single-post .related_posts-list-post-item__wrap .h4 {
    font-size: 1.14286rem;
  }
}

body.single-post .related_posts-list-post-item__wrap .btn-link-more {
  color: #29478f;
  max-width: 50%;
  font-size: 14px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: calc(50% + 10px);
  text-transform: capitalize !important;
  font-weight: 600 !important;
}

@media (width <= 991.98px) {
  body.single-post .related_posts-list-post-item__wrap .btn-link-more {
    left: 12px;
  }
}

@media (width <= 575.98px) {
  body.single-post .related_posts-list-post-item__wrap .btn-link-more {
    bottom: 60px;
  }
}

body.single-post .related_posts-list-post-item__wrap .btn-link-more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 11px;
  margin-top: 6px;
  transition: all .3s ease-out;
  position: absolute;
  right: -14px;
}

body.single-post .related_posts-list-post-item:hover .btn-link-more {
  color: #137ec0 !important;
}

body.single-post .related_posts-list-post-item:hover .btn-link-more:after {
  background-image: url("../arr-blue-light.d376d1c7.svg");
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 991.98px) {
  body.single-post .related_posts-list-post hr {
    display: none;
  }
}

body.terms-conditions h2, body.terms-conditions .h2, body.terms-conditions h3, body.terms-conditions .h3, body.privacy-policy h2, body.privacy-policy .h2, body.privacy-policy h3, body.privacy-policy .h3 {
  text-transform: uppercase;
}

body.terms-conditions .wpb_text_column ul, body.privacy-policy .wpb_text_column ul {
  list-style: disc;
}

body.terms-conditions .wpb_text_column ul li, body.privacy-policy .wpb_text_column ul li {
  color: #74769e;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

body.terms-conditions .wpb_text_column ul li:before, body.privacy-policy .wpb_text_column ul li:before {
  display: none;
}

body.error404 main h1, body.error404 main .h1, body.error404 main p, body.error404 main span {
  color: #393636;
}

body.error404 main h1, body.error404 main .h1 {
  font-weight: 900;
}

body.error404 main .wp-block-search__inside-wrapper {
  border-width: 0 0 1px;
}

body.error404 main .wp-block-search__button {
  background-color: #0000;
  border: 0;
}

body.error404 main .wp-block-search__button svg path {
  fill: #fff;
}

body.error404 main .btn, body.error404 main .wpcf7 input[type="submit"], .wpcf7 body.error404 main input[type="submit"] {
  margin-top: 40px;
  padding: 15px 40px;
}

body.search main h1, body.search main .h1, body.search main h2, body.search main .h2, body.search main div, body.search main p {
  color: #393636;
}

body.search main h1, body.search main .h1, body.search main h2, body.search main .h2 {
  font-weight: bold;
}

body.search main .wp-block-query ul li {
  padding-left: 0;
}

body.search main .wp-block-query ul li:before, body.search main .wp-block-query ul li:last-child hr {
  display: none;
}

body.search main .products-wrap ul li {
  border: 1px solid #afafaf26;
  border-radius: 12px;
  padding-top: 170px;
  transition: all .3s ease-out;
  animation: .5s linear both fade-in-up;
  position: relative;
  overflow: hidden;
  min-height: 315px !important;
  max-height: 315px !important;
  margin-bottom: 20px !important;
  padding: 10px 40px !important;
}

@media (width <= 991.98px) {
  body.search main .products-wrap ul li {
    margin-right: 1% !important;
  }
}

@media (width <= 575.98px) {
  body.search main .products-wrap ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

body.search main .products-wrap ul li:before {
  display: none;
}

body.search main .products-wrap ul li img {
  object-fit: contain;
  z-index: 0;
  width: auto;
  height: auto;
  position: relative;
  max-height: 145px !important;
  margin: 0 auto !important;
}

body.search main .products-wrap ul li > a[rel="tag"] {
  z-index: 3;
  background-color: #fff;
  position: relative;
}

body.search main .products-wrap ul li h3 + p + p, body.search main .products-wrap ul li .h3 + p + p {
  display: none;
}

body.search main .products-wrap ul li > a.woocommerce-loop-product__link {
  width: 100%;
  position: relative;
}

@media (width <= 991.98px) {
  body.search main .products-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (width >= 992px) {
  body.search main .products-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
}

body.search main .products-wrap ul li:hover {
  border-color: #afafaf80;
  transition: all .3s ease-out;
}

body.search main .products-wrap .loadMoreBtn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
}

.site-header, body.woocommerce-page .wp-site-blocks > header {
  z-index: 12;
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
}

@media (width <= 1329.98px) {
  .site-header, body.woocommerce-page .wp-site-blocks > header {
    padding-left: 5px;
  }
}

@media (width <= 991.98px) {
  .site-header, body.woocommerce-page .wp-site-blocks > header {
    padding-left: 0;
  }
}

.site-header .wp-block-columns, body.woocommerce-page .wp-site-blocks > header .wp-block-columns, .site-header-wrap, body.woocommerce-page .wp-site-blocks > header-wrap {
  position: relative;
}

.site-header.static, body.woocommerce-page .wp-site-blocks > header.static {
  background-color: #fff;
  display: block;
  box-shadow: 0 6px 15px #0000000f;
}

.site-header .wp-block-site-logo, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo {
  position: inherit;
  margin: 0;
  padding: 0;
  display: flex;
}

.site-header .wp-block-site-logo a, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo a {
  z-index: 2;
  width: max-content;
  position: relative;
}

.site-header .wp-block-site-logo a img, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo a img {
  width: 230px;
  height: auto;
  margin: 9px auto 5px -10px;
  position: relative;
}

@media (width <= 1329.98px) {
  .site-header .wp-block-site-logo a img, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo a img {
    width: 200px;
    margin-top: 14px;
  }
}

@media (width <= 991.98px) {
  .site-header .wp-block-site-logo a img, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo a img {
    width: auto;
    max-height: 65px;
    margin: 16px auto 16px 0;
  }
}

@media (width <= 575.98px) {
  .site-header .wp-block-site-logo a img, body.woocommerce-page .wp-site-blocks > header .wp-block-site-logo a img {
    max-height: 50px;
    margin-top: 20px;
  }
}

.site-header .wp-block-column:nth-child(2), body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) {
  flex-wrap: wrap;
  display: inline-flex;
  position: relative;
  top: 0;
  left: 40px;
}

@media (width <= 1919.98px) {
  .site-header .wp-block-column:nth-child(2), body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) {
    top: 4px;
    left: 20px;
  }
}

@media (width <= 1329.98px) {
  .site-header .wp-block-column:nth-child(2), body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) {
    top: 0;
  }
}

.site-header .wp-block-column:nth-child(2) .my-quote, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote {
  text-transform: uppercase;
  color: #393636;
  height: 100%;
  margin: -2px 20px -2px 64px;
  display: flex;
  position: relative;
  font-weight: 600 !important;
}

.site-header .wp-block-column:nth-child(2) .my-quote:hover, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote:hover {
  color: #29478f;
  text-decoration: none;
}

@media (width <= 1329.98px) {
  .site-header .wp-block-column:nth-child(2) .my-quote, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote {
    margin-left: 45px;
  }
}

@media (width <= 1199.98px) {
  .site-header .wp-block-column:nth-child(2) .my-quote, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote {
    padding-top: 25px;
  }
}

@media (width <= 991.98px) {
  .site-header .wp-block-column:nth-child(2) .my-quote, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote {
    margin-left: 0;
    padding-top: 5px;
  }
}

@media (width <= 575.98px) {
  .site-header .wp-block-column:nth-child(2) .my-quote, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote {
    margin-left: -100px;
  }
}

.site-header .wp-block-column:nth-child(2) .my-quote i, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .my-quote i {
  color: #fff;
  background-color: #e24848;
  border-radius: 3px;
  margin: 0 5px -3px 3px;
  padding: 3px;
  font-style: normal;
  line-height: 14px;
}

.site-header .wp-block-column:nth-child(2) .aws-container, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container {
  max-width: 170px;
  margin-top: -15px;
  display: flex;
}

@media (width <= 1199.98px) {
  .site-header .wp-block-column:nth-child(2) .aws-container, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container {
    max-width: initial;
    z-index: 999998;
    width: 100vw;
    margin-top: 40px;
    padding: 15px 0;
    display: none;
    position: absolute;
    left: 0;
  }

  .site-header .wp-block-column:nth-child(2) .aws-container .aws-search-form, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container .aws-search-form {
    width: calc(100vw - 80px);
  }
}

.site-header .wp-block-column:nth-child(2) .aws-container .aws-search-form input, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container .aws-search-form input {
  background: #f8f8f8 url("../search-h.02bc2293.svg") 10px / 12px no-repeat;
  border: 0;
  border-radius: 3px;
  max-width: 200px;
  padding-left: 30px;
  overflow: hidden;
}

@media (width <= 1199.98px) {
  .site-header .wp-block-column:nth-child(2) .aws-container .aws-search-form input, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container .aws-search-form input {
    max-width: 100%;
    left: calc(115px - 80vw);
  }
}

@media (width <= 767.98px) {
  .site-header .wp-block-column:nth-child(2) .aws-container .aws-search-form input, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container .aws-search-form input {
    min-width: 90vw;
    left: calc(45px - 80vw);
  }
}

.site-header .wp-block-column:nth-child(2) .aws-container .aws-search-form input::placeholder, body.woocommerce-page .wp-site-blocks > header .wp-block-column:nth-child(2) .aws-container .aws-search-form input::placeholder {
  color: #39363680;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

@media (width <= 991.98px) {
  .site-header p, body.woocommerce-page .wp-site-blocks > header p {
    margin: 0;
  }
}

.site-header .btn-contact, body.woocommerce-page .wp-site-blocks > header .btn-contact {
  position: absolute;
  top: 50%;
  right: 70px;
}

@media (width <= 575.98px) {
  .site-header .btn-contact, body.woocommerce-page .wp-site-blocks > header .btn-contact {
    display: none;
  }
}

.site-header .btn-contact a, body.woocommerce-page .wp-site-blocks > header .btn-contact a {
  letter-spacing: .56px;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transform: translateY(-50%);
  box-shadow: none !important;
}

.site-header .btn-contact a:hover, .site-header .btn-contact a:active, body.woocommerce-page .wp-site-blocks > header .btn-contact a:hover, body.woocommerce-page .wp-site-blocks > header .btn-contact a:active {
  color: #fff;
}

.site-header .btn-contact a:after, body.woocommerce-page .wp-site-blocks > header .btn-contact a:after {
  content: "";
  background-color: #fffc;
  width: 15px;
  height: 1px;
  display: block;
  position: absolute;
}

.site-header .btn-contact a:hover:after, body.woocommerce-page .wp-site-blocks > header .btn-contact a:hover:after {
  animation: 1s forwards grow-line;
}

.site-header .wp-block-search, body.woocommerce-page .wp-site-blocks > header .wp-block-search {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .site-header .wp-block-search, body.woocommerce-page .wp-site-blocks > header .wp-block-search {
    max-width: 96vw;
    margin-left: 10px;
  }
}

@media (width <= 1199.98px) {
  .site-header .wp-block-search, body.woocommerce-page .wp-site-blocks > header .wp-block-search {
    top: 80px;
    left: 0;
    right: 0;
  }
}

.site-header .wp-block-search input, body.woocommerce-page .wp-site-blocks > header .wp-block-search input {
  background: #f8f8f8 url("../search.f6dc4fc9.svg") 15px / 12px no-repeat;
  border-color: #f8f8f8;
  border-radius: 3px;
  padding-left: 40px;
}

.site-header .wp-block-search button, body.woocommerce-page .wp-site-blocks > header .wp-block-search button {
  display: none;
}

.site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
  position: absolute;
  top: -14px;
  right: 0;
}

@media (width <= 1919.98px) {
  .site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
    right: 5px;
  }
}

@media (width <= 1329.98px) {
  .site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
    z-index: 999999;
    top: -10px;
    right: 0;
  }
}

@media (width <= 1199.98px) {
  .site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
    top: 15px;
    right: 100px;
  }
}

@media (width <= 991.98px) {
  .site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
    top: -7px;
    right: 25px;
  }
}

@media (width <= 767.98px) {
  .site-header .wpml-ls, body.woocommerce-page .wp-site-blocks > header .wpml-ls {
    right: 70px;
  }
}

.site-header .wpml-ls ul, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul {
  flex-wrap: wrap;
  max-width: 40px;
  display: inline-flex;
}

.site-header .wpml-ls ul:after, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul:after {
  content: "";
  background: url("../arr-down-dark-small.e8a62b51.svg") center / 100% no-repeat;
  width: 10px;
  height: 10px;
  transition: all .5s linear;
  display: block;
  position: absolute;
  top: 50%;
  right: -7px;
}

.site-header .wpml-ls ul li, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul li {
  width: 100%;
  display: none;
}

.site-header .wpml-ls ul li ul:after, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul li ul:after {
  display: none;
}

.site-header .wpml-ls ul li span, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul li span {
  font-size: 12px;
}

.site-header .wpml-ls ul li.wpml-ls-current-language, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul li.wpml-ls-current-language {
  margin-top: 7px;
  display: flex;
}

.site-header .wpml-ls ul li.wpml-ls-current-language span, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul li.wpml-ls-current-language span {
  font-size: 0;
}

.site-header .wpml-ls ul.active:after, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active:after {
  transform: rotate(180deg);
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 0 0 6px 6px;
  width: 295px;
  height: 360px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current:before, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current:before {
  content: "Your Country";
  padding: 20px 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul {
  max-width: none;
  padding: 25px 25px 35px;
  position: relative;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li {
  width: 50%;
  display: flex;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link {
  border-bottom: 0;
  max-height: 24px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 12px;
  text-decoration: none;
  display: flex;
  overflow-y: hidden;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link:hover, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link:hover {
  text-decoration: underline;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link img, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link img {
  border-radius: 1px;
  max-height: 11px;
  margin-top: 4px;
}

.site-header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link span, body.woocommerce-page .wp-site-blocks > header .wpml-ls ul.active li.wpml-ls-lng__not-current ul li a.wpml-ls-link span {
  padding-left: 7px;
  line-height: 20px;
}

.site-header .wpml-ls .wpml-ls-current-language a, body.woocommerce-page .wp-site-blocks > header .wpml-ls .wpml-ls-current-language a {
  margin-top: -10px;
  padding: 0 10px;
}

.aws-search-result {
  min-width: 400px;
  margin-left: -200px;
}

@media (width <= 991.98px) {
  .aws-search-result {
    min-width: 90vw;
    margin-left: 0;
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
  min-width: 55vw;
  max-height: 625px;
  padding: 40px 40px 40px 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    min-width: 100%;
    max-height: 100%;
  }
}

.wp-block-navigation__container li {
  background-color: #0000;
  margin-left: 10px !important;
}

@media (width <= 1329.98px) {
  .wp-block-navigation__container li {
    margin-left: 5px !important;
  }
}

.wp-block-navigation__container li span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600 !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li:after {
    content: "";
    border-bottom: 1px solid #ededed;
    width: 99vw;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -25px;
  }

  .wp-block-navigation__container li > button[aria-expanded="true"]:before {
    content: "";
    z-index: -1;
    background-color: #f8f8f8;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wp-block-navigation__container li > button[aria-expanded="true"]:after {
    margin: 16px !important;
    transform: rotate(90deg) !important;
  }

  .wp-block-navigation__container li > button[aria-expanded="true"] span {
    margin-left: 40px;
    padding: 7px 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #29478f !important;
  }
}

.wp-block-navigation__container li > ul > li.has-child li {
  margin-left: 0 !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li > ul > li.has-child.menu-open {
    height: 100vh;
    position: absolute;
    top: 40px;
    background: #fff !important;
  }
}

.wp-block-navigation__container li > ul > li.has-child > button[aria-expanded="true"] {
  z-index: 2;
  position: relative;
}

.wp-block-navigation__container li > ul > li.has-child > button[aria-expanded="true"] span {
  font-weight: 500;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li > ul > li.has-child > button[aria-expanded="true"] span {
    width: 100%;
    margin-left: 40px;
    color: #29478f !important;
  }

  .wp-block-navigation__container li > ul > li.has-child > button[aria-expanded="true"] + .wp-block-navigation__submenu-icon + .wp-block-navigation__submenu-container {
    border-bottom: 100vh solid #fff !important;
  }
}

.wp-block-navigation__container li:first-child > ul > li:nth-child(2) {
  margin-top: 15px;
}

.wp-block-navigation__container li:last-child:after {
  display: none;
}

.wp-block-navigation__container li.has-child button span.wp-block-navigation-item__label {
  font-weight: 500;
}

.wp-block-navigation__container li.has-child button span.wp-block-navigation-item__label:hover {
  color: #29478f;
}

.wp-block-navigation__container li.has-child:first-child li {
  width: 33.33%;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child:first-child li {
    width: 100%;
    max-width: calc(100vw - 80px);
    padding-right: 10px;
  }
}

.wp-block-navigation__container li.has-child:nth-child(2) li, .wp-block-navigation__container li.has-child:nth-child(4) li {
  width: 50%;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child:nth-child(2) li, .wp-block-navigation__container li.has-child:nth-child(4) li {
    width: 100%;
    max-width: calc(100vw - 80px);
    padding-right: 10px;
  }

  .wp-block-navigation__container li.has-child span {
    font-weight: 600 !important;
  }

  .wp-block-navigation__container li.has-child span.wp-block-navigation__submenu-icon svg {
    display: none !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container {
  border: 0;
  flex-wrap: wrap;
  max-height: 400px;
  margin-left: -35px;
  padding: 60px 40px;
  display: none;
  min-width: 920px !important;
  top: 49px !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container {
    max-height: 100%;
    margin-left: 0;
    padding: 40px;
    min-width: 100% !important;
    display: none !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li {
  margin: 0;
  display: flex;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li {
    width: 100%;
    max-width: calc(100vw - 80px);
    padding-right: 10px;
  }
}

@media (width <= 575.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li {
    max-width: calc(100vw - 40px);
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a:hover span.wp-block-navigation-item__label {
  color: #29478f !important;
  text-decoration: underline !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a.wp-block-navigation-item__content {
  padding-bottom: 5px;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a.wp-block-navigation-item__content span {
  cursor: pointer;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a.wp-block-navigation-item__content:hover {
  opacity: 1 !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a.wp-block-navigation-item__content:hover span {
  text-decoration: underline;
  opacity: 1 !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li span {
  text-transform: capitalize;
  max-width: 250px;
  color: #393636 !important;
  font-weight: 400 !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li span {
    font-size: 16px;
    font-weight: 500 !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li span strong {
  text-transform: uppercase;
  color: #29478f !important;
  font-weight: 600 !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li span strong {
    color: #393636 !important;
    font-weight: 600 !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li .wp-block-navigation-item__label span {
  color: #29478f !important;
  opacity: 1 !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li .wp-block-navigation-item__label strong {
  margin-bottom: 2px;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li:first-child .wp-block-navigation-item__label strong {
  margin-top: 0;
  color: #29478f !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.new-line .wp-block-navigation-item__label strong {
  margin-top: 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.new-line .wp-block-navigation-item__label strong {
    margin-top: 25px;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li a {
  padding-left: 0 !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child {
  margin-bottom: 25px;
  display: block !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child:last-child.has-child {
    margin-bottom: 10px;
  }

  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button {
    width: 100%;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child .wp-block-navigation__submenu-container, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container {
  visibility: visible;
  position: initial;
  opacity: 1;
  border: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0;
  min-width: 100% !important;
  display: block !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child .wp-block-navigation__submenu-container, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container {
    padding-top: 15px;
    display: none !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child .wp-block-navigation__submenu-container li, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container li, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container li {
  width: 100%;
  padding-left: 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child .wp-block-navigation__submenu-container li > ul > li span, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child .wp-block-navigation__submenu-container li > ul > li span strong, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container li > ul > li span, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container li > ul > li span strong, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container li > ul > li span, .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="false"] ~ ul.wp-block-navigation__submenu-container li > ul > li span strong {
    color: #393636;
    font-weight: 500;
  }

  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container {
    display: block !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button {
  width: 100%;
  display: inline-block;
  padding-left: 0 !important;
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button:after {
  display: none;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child button:after {
    display: block !important;
  }
}

.wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child > span {
  display: none;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child .wp-block-navigation__submenu-container li.has-child > span {
    display: block !important;
  }
}

.wp-block-navigation__container li.has-child:first-child .wp-block-navigation__submenu-container {
  max-height: 850px;
  min-width: 900px !important;
  overflow: hidden !important;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.has-child:first-child .wp-block-navigation__submenu-container {
    max-height: 100%;
  }
}

@media (width >= 1200px) {
  .wp-block-navigation__container li.has-child:nth-child(2) .wp-block-navigation__submenu-container {
    max-height: 290px;
    padding: 20px 0 20px 40px;
    min-width: 490px !important;
  }

  .wp-block-navigation__container li.has-child:nth-child(3) .wp-block-navigation__submenu-container {
    max-height: 370px;
    margin-left: -32px;
    padding: 20px 10px 20px 40px;
    min-width: 174px !important;
  }

  .wp-block-navigation__container li.has-child:nth-child(3) .wp-block-navigation__submenu-container li {
    width: 100%;
  }

  .wp-block-navigation__container li.has-child:nth-child(4) .wp-block-navigation__submenu-container {
    max-height: 280px;
    padding: 20px 20px 20px 40px;
    min-width: 540px !important;
  }

  .wp-block-navigation__container li.has-child:nth-child(5) .wp-block-navigation__submenu-container, .wp-block-navigation__container li.has-child:nth-child(6) .wp-block-navigation__submenu-container {
    max-height: 370px;
    margin-left: -32px;
    padding: 20px 40px;
    min-width: 290px !important;
  }

  .wp-block-navigation__container li.has-child:nth-child(5) .wp-block-navigation__submenu-container li, .wp-block-navigation__container li.has-child:nth-child(6) .wp-block-navigation__submenu-container li {
    width: 100%;
  }
}

.wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > .wp-block-navigation__submenu-container {
  border-top: 1px solid #f8f8f8;
}

@media (width >= 1200px) {
  .wp-block-navigation__responsive-dialog > .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > li > .wp-block-navigation__submenu-container {
    border-radius: 0 0 12px 12px;
    box-shadow: 10px 20px 20px #0000001a;
  }
}

#close-menu-body {
  display: none;
}

html.has-modal-open #close-menu-body {
  mix-blend-mode: multiply;
  opacity: .36;
  z-index: 999;
  background: linear-gradient(90deg, #383b34 0%, #7a7c77 100%) no-repeat padding-box padding-box;
  width: 50vw;
  height: 100vh;
  animation: .5s linear .5s both fade-in;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

@media (width <= 1199.98px) {
  html.has-modal-open #close-menu-body {
    display: none;
  }

  html.has-modal-open .aws-container {
    animation: 1s linear both fade-in;
    display: block !important;
  }

  html.has-modal-open .aws-search-result {
    max-width: calc(100vw - 80px);
    margin-left: 0;
  }
}

.breadcrumb-wrap, .woocommerce-breadcrumb {
  font-size: 12px;
}

@media (width <= 1329.98px) {
  .breadcrumb-wrap, .woocommerce-breadcrumb {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100vw - 80px) !important;
  }
}

@media (width <= 575.98px) {
  .breadcrumb-wrap, .woocommerce-breadcrumb {
    max-width: calc(100vw - 40px) !important;
  }
}

.breadcrumb-wrap > a, .breadcrumb-wrap span > span, .woocommerce-breadcrumb > a, .woocommerce-breadcrumb span > span {
  font-size: 12px;
}

.breadcrumb-wrap > a:first-child, .breadcrumb-wrap span > span:first-child, .woocommerce-breadcrumb > a:first-child, .woocommerce-breadcrumb span > span:first-child {
  float: left;
  background: url("../b-home.6a7ad1a4.svg") center / cover no-repeat;
  width: 12px;
  height: 13px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 0;
  display: block;
  position: relative;
}

.breadcrumb-wrap > a:first-child > a, .breadcrumb-wrap span > span:first-child > a, .woocommerce-breadcrumb > a:first-child > a, .woocommerce-breadcrumb span > span:first-child > a {
  float: left;
  width: 12px;
  height: 12px;
  display: block;
}

.breadcrumb-wrap a, .woocommerce-breadcrumb a {
  color: #393636 !important;
}

.breadcrumb-wrap .breadcrumb_last strong, .woocommerce-breadcrumb .breadcrumb_last strong {
  color: #29478f;
  font-weight: 400;
}

.breadcrumb-wrap i, .woocommerce-breadcrumb i {
  width: 8px;
  height: 8px;
  margin: -10px 10px 0 5px;
  display: inline-block;
  position: relative;
}

.breadcrumb-wrap i:after, .woocommerce-breadcrumb i:after {
  content: "";
  background: url("../arr-black.5c135419.svg") 100% / auto 100% no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
}

body .main-menu {
  position: relative;
}

body .main-menu .short-component {
  z-index: 9999999;
  width: 100%;
  margin-top: 130px;
  margin-left: 180px;
  display: none;
  position: absolute;
}

@media (width <= 991.98px) {
  body .main-menu .short-component {
    width: 100vw;
    margin-left: 80px;
  }
}

@media (width <= 575.98px) {
  body .main-menu .short-component {
    min-height: 200vh;
    margin-top: 90px;
    margin-left: 25px;
    position: relative;
    overflow-y: auto;
  }

  body .main-menu .short-component .wp-block-spacer {
    height: 0 !important;
  }
}

body .main-menu .short-component .wp-block-columns {
  gap: 0;
  width: 80%;
  display: inline-flex;
  overflow: auto;
  flex-wrap: wrap !important;
}

@media (width <= 991.98px) {
  body .main-menu .short-component .wp-block-columns {
    width: 100%;
  }
}

body .main-menu .short-component .wp-block-columns .wp-block-column {
  opacity: 0;
  min-width: 50%;
  padding-bottom: 100px;
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
  transform: translate(0);
  background: none !important;
}

@media (width <= 991.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column {
    min-width: 40%;
    max-width: 40%;
  }
}

@media (width <= 575.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column {
    min-width: 90%;
    max-width: 90%;
    padding-bottom: 0;
  }
}

body .main-menu .short-component .wp-block-columns .wp-block-column ul {
  padding-left: 0;
  list-style: none;
}

body .main-menu .short-component .wp-block-columns .wp-block-column ul li {
  opacity: 0;
  max-width: 300px;
  margin-bottom: 25px;
}

@media (width <= 575.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column ul li {
    margin-bottom: 12px;
  }
}

body .main-menu .short-component .wp-block-columns .wp-block-column ul li a {
  text-transform: uppercase;
  color: #393636;
  font-size: 18px;
  position: relative;
}

@media (width <= 1199.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column ul li a {
    font-size: 16px;
  }
}

@media (width <= 575.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column ul li a {
    font-size: 16px;
  }
}

body .main-menu .short-component .wp-block-columns .wp-block-column ul li a:after {
  opacity: 0;
}

body .main-menu .short-component .wp-block-columns .wp-block-column ul li strong a, body .main-menu .short-component .wp-block-columns .wp-block-column ul li a strong {
  letter-spacing: .96px;
  font-size: 24px;
  font-weight: 500;
}

@media (width <= 575.98px) {
  body .main-menu .short-component .wp-block-columns .wp-block-column ul li strong a, body .main-menu .short-component .wp-block-columns .wp-block-column ul li a strong {
    font-size: 18px !important;
  }
}

body .wp-block-navigation {
  max-width: 100%;
  position: relative;
  top: -58px;
  left: 78px;
}

@media (width <= 1919.98px) {
  body .wp-block-navigation {
    top: -55px;
    left: 52px;
  }
}

@media (width <= 1329.98px) {
  body .wp-block-navigation {
    left: 47px;
  }
}

@media (width <= 1199.98px) {
  body .wp-block-navigation {
    top: -57px;
    left: 45px;
  }
}

body .wp-block-navigation__responsive-container.is-menu-open {
  width: 50vw;
  max-width: 50vw;
  animation: 2s forwards grow-line;
  background: #fff !important;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container.is-menu-open {
    left: inherit;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    animation: .4s forwards grow-line;
    top: 70px;
    left: 0;
    right: 0;
  }
}

body .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  width: 100%;
}

body .wp-block-navigation__responsive-container.is-menu-open.closed {
  animation: .5s forwards grow-line-back;
  padding: 0 !important;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: calc(100% - 80px) !important;
  }
}

@media (width <= 575.98px) {
  body .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul {
    max-width: calc(100% - 40px) !important;
  }
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul li span {
    width: 90vw;
    max-width: none;
    font-size: 16px;
  }

  body .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-bottom: 0;
    padding-left: 0;
  }
}

body .wp-block-navigation__responsive-container-open {
  z-index: 9999999;
  cursor: pointer;
  width: 24px;
  height: 22px;
  transition: all .5s ease-in-out;
  display: block;
  position: fixed;
  top: 40px;
  left: 80px;
  transform: rotate(0);
}

body .wp-block-navigation__responsive-container-open:after {
  content: "menu";
  text-transform: uppercase;
  letter-spacing: .56px;
  color: #fff;
  width: 100px;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0;
}

@media (width <= 1199.98px) {
  body .wp-block-navigation__responsive-container-open:after {
    display: none;
  }

  body .wp-block-navigation__responsive-container-open {
    position: absolute;
    top: 5px;
    left: 90vw;
  }
}

@media (width <= 991.98px) {
  body .wp-block-navigation__responsive-container-open {
    top: 0;
    left: 80vw;
  }
}

@media (width <= 575.98px) {
  body .wp-block-navigation__responsive-container-open {
    top: 4px;
    left: 70vw;
  }
}

body .wp-block-navigation__responsive-container-open i {
  opacity: 1;
  background: #393636;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  transition: all .25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

body .wp-block-navigation__responsive-container-open i:first-child {
  transform-origin: 0;
  top: 0;
}

body .wp-block-navigation__responsive-container-open i:nth-child(2) {
  transform-origin: 0;
  top: 9px;
}

body .wp-block-navigation__responsive-container-open i:nth-child(3) {
  transform-origin: 0;
  top: 18px;
}

body .wp-block-navigation__responsive-container-open.close i:first-child {
  top: 0;
  left: 7px;
  transform: rotate(45deg);
}

body .wp-block-navigation__responsive-container-open.close i:nth-child(2) {
  opacity: 0;
  width: 0;
}

body .wp-block-navigation__responsive-container-open.close i:nth-child(3) {
  top: 17px;
  left: 7px;
  transform: rotate(-45deg);
}

body .wp-block-navigation__responsive-container-open svg {
  display: none;
}

body .wp-block-navigation__responsive-container-close {
  display: none !important;
}

body .wp-block-navigation__responsive-container-content {
  padding-top: 1rem !important;
}

body .wp-block-navigation__container {
  width: 100%;
  max-width: 620px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 1329.98px) {
  body .wp-block-navigation__container {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    left: 0;
  }
}

body #headroom.headroom--unpinned {
  background: #fff;
  box-shadow: 0 13px 15px -12px #23232326;
  -khtml-transform: translateY(0px) !important;
  position: fixed !important;
  transform: translateY(0) !important;
}

body #headroom.headroom--unpinned .main-navigation ul li a {
  color: #212529 !important;
}

body #headroom.headroom--unpinned .main-navigation ul li a:hover, body #headroom.headroom--unpinned .primary-menu > li.current-menu-item > a, body #headroom.headroom--unpinned .primary-menu li.current_page_item > a {
  color: #393636 !important;
}

body .cms-breadcrumb {
  margin: 40px 0;
}

@media screen and (width >= 992px) {
  body .primary-menu .sub-menu {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  body .primary-menu .sub-menu li > a {
    padding-right: 15px;
  }
}

html.has-modal-open .wp-block-navigation__responsive-container-open:after {
  display: none;
}

html.has-modal-open .main-menu .short-component {
  display: block;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child {
  animation-delay: .11s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) {
  animation-delay: .12s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) {
  animation-delay: .13s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) {
  animation-delay: .14s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:first-child li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:first-child li:first-child {
  animation-delay: .31s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:first-child {
  animation-delay: .31s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(2) {
  animation-delay: .32s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(3) {
  animation-delay: .33s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(4) {
  animation-delay: .34s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(5) {
  animation-delay: .35s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(6) {
  animation-delay: .36s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:first-child ul:nth-child(3) li:nth-child(7) {
  animation-delay: .37s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:first-child li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:first-child li:first-child {
  animation-delay: .11s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:nth-child(3) li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:nth-child(3) li:first-child {
  animation-delay: .11s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:nth-child(5) li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(2) ul:nth-child(5) li:first-child {
  animation-delay: .21s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:first-child li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:first-child li:first-child {
  animation-delay: .21s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:first-child li:nth-child(2) {
  animation-delay: .22s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:first-child li:nth-child(3) {
  animation-delay: .23s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li:nth-child(5) {
  animation-delay: .25s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li:nth-child(4) {
  animation-delay: .24s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li:nth-child(3) {
  animation-delay: .23s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li:nth-child(2) {
  animation-delay: .22s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(3) ul:nth-child(3) li:first-child {
  animation-delay: .21s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) ul:first-child li {
  animation: .7s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) ul:first-child li:first-child {
  animation-delay: .11s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) ul:first-child li:nth-child(2) {
  animation-delay: .12s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) ul:first-child li:nth-child(3) {
  animation-delay: .13s;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column:nth-child(4) ul.wp-block-social-links li {
  animation: .7s .5s both slide-in-left;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a {
  text-transform: uppercase;
  color: #393636;
  font-size: 18px;
  position: relative;
}

@media (width <= 575.98px) {
  html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a {
    font-size: 15px;
  }
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a:after {
  content: "";
  background-color: #fff;
  width: 0;
  height: 1px;
  animation: 1s forwards grow-line-back;
  display: block;
  position: absolute;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a:hover:after {
  opacity: 1;
  animation: 1s forwards grow-line;
}

html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li strong a, html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a strong {
  letter-spacing: .96px;
  font-size: 24px;
  font-weight: 500;
}

@media (width <= 575.98px) {
  html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li strong a, html.has-modal-open .main-menu .short-component .wp-block-columns .wp-block-column ul li a strong {
    font-size: 17px;
  }
}

.wp-site-blocks .accordion-button {
  background-color: #0000;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
  border-color: #f8f8f8 !important;
  outline: none !important;
}

.wp-site-blocks .accordion-button .content {
  color: #212529;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

@media (width <= 991.98px) {
  .wp-site-blocks .accordion-button .content {
    padding-right: 50px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-button .content {
    padding-right: 90px;
  }
}

.wp-site-blocks .accordion-button .bt {
  border: 2px solid #29478f;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  width: 12px;
  height: 12px;
  padding: 0;
  transition: all .4s ease-out;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}

@media (width <= 575.98px) {
  .wp-site-blocks .accordion-button .bt {
    margin-left: -50px;
  }
}

.wp-site-blocks .accordion-button:after {
  display: none;
}

.wp-site-blocks .accordion-button:not(.collapsed) .bt {
  margin-top: 16px;
  transition: all .4s ease-out;
  transform: rotate(225deg);
}

.wp-site-blocks .accordion-button:focus {
  box-shadow: none;
  border-color: #0000;
}

.wp-site-blocks .accordion-item {
  border: 0;
  border-top: 1px solid;
  border-radius: 0;
  border-color: #f8f8f8 !important;
}

.wp-site-blocks .accordion-item:last-child {
  border-bottom: 1px solid;
}

.wp-site-blocks .accordion-body {
  padding: 0 0 15px;
  border-top: 0 !important;
}

.wp-site-blocks .accordion-body p {
  max-width: 75%;
}

#vibr-calc-container {
  max-width: 690px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#vibr-calc-container #temp-conv {
  background: #ddd;
  border: 1px solid #c7c6c6;
  border-radius: 5px;
  width: 260px;
  height: 100px;
  display: inline-block;
  position: relative;
}

#vibr-calc-container .row {
  width: 98%;
  height: 30px;
  margin: 2px;
  position: relative;
}

#vibr-calc-container temp-conv input {
  float: right;
  width: 150px;
  height: 24px;
}

#vibr-calc-container input[type="text"] {
  padding: 3px !important;
}

#vibr-calc-container #temp-conv {
  margin-bottom: 40px;
}

#vibr-calc-container #temp-conv label {
  position: initial;
  width: 120px;
}

#vibr-calc-container #temp-conv label[for="celsius"], #vibr-calc-container #temp-conv label[for="fahrenheit"], #vibr-calc-container #temp-conv label[for="kelvin"] {
  width: 120px;
}

#vibr-calc-container input#celsius, #vibr-calc-container input#fahrenheit, #vibr-calc-container input#kelvin {
  width: 100px;
}

#vibr-calc-container .disabled {
  background: #ebebe4;
  border: 1px solid #a9a9a9;
}

#vibr-calc-container .enabled {
  background: #fff;
  border: 1px solid #a9a9a9;
}

#vibr-calc-container input[type="button"] {
  border: 1px solid #cdcdcd;
  margin: 0;
  display: inline-block;
  font-weight: 600 !important;
}

@media only screen and (width <= 960px) {
  #vibr-calc-container #temp-conv {
    float: none;
  }
}

@media only screen and (width <= 767px) {
  #vibr-calc-container table, #vibr-calc-container temp-conv {
    width: 100% !important;
  }
}

@media only screen and (width <= 490px) {
  #vibr-calc-container table, #vibr-calc-container temp-conv {
    table-layout: fixed;
    max-width: 330px;
  }

  #vibr-calc-container table tr, #vibr-calc-container table td {
    width: 50%;
  }

  #vibr-calc-container tr td input[type="text"] {
    width: 100% !important;
  }

  #vibr-calc-container temp-conv input[type="text"] {
    max-width: 135px;
  }

  #vibr-calc-container input[type="button"] {
    padding: 5px;
    width: 70px !important;
    height: 25px !important;
  }
}

.hero-slider.swiper-horizontal {
  width: 100%;
  height: 70vh;
  display: block;
  position: relative;
}

.hero-slider-container .hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  display: inline-flex;
}

.hero-slider-container .hero-slide .dark-overlay:before {
  content: "";
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  opacity: .5;
  z-index: 0;
  background-color: #212529;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-container .hero-slide .hero-body {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.hero-slider-container .hero-slide .hero-body h2, .hero-slider-container .hero-slide .hero-body .h2, .hero-slider-container .hero-slide .hero-body p {
  color: #fff;
  width: 100%;
  margin: 0 auto 20px 0;
  padding-right: 40%;
  display: inline-block;
}

.hero-slider-container .hero-slide .hero-body .btn, .hero-slider-container .hero-slide .hero-body .wpcf7 input[type="submit"], .wpcf7 .hero-slider-container .hero-slide .hero-body input[type="submit"] {
  margin-top: 10px;
}

.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
  transition: all .3s ease-out;
}

.hero-slider .swiper-button-next:after, .hero-slider .swiper-button-prev:after {
  color: #fff;
}

.hero-slider .swiper-button-next:hover, .hero-slider .swiper-button-prev:hover {
  transition: all .3s ease-out;
  transform: scale(1.2);
}

.hero-slider .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next {
  right: 30px;
}

.hero-slider .swiper-pagination {
  bottom: 30px;
}

.hero-slider .swiper-pagination-bullet {
  opacity: .5;
  background-color: #0000;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.hero-banner {
  z-index: 0;
  background-color: #29478f;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 350px;
  margin-top: 100px;
  display: block;
  position: relative;
  top: 0;
}

@media (width <= 1919.98px) {
  .hero-banner h1, .hero-banner .h1 {
    max-width: 700px;
  }
}

@media (width <= 1329.98px) {
  .hero-banner {
    background-position: 60vw 0;
    padding-left: 40px;
  }
}

@media (width <= 991.98px) {
  .hero-banner {
    height: 280px;
    margin-top: 100px;
  }

  .hero-banner h1, .hero-banner .h1 {
    max-width: 60vw;
  }
}

@media (width <= 575.98px) {
  .hero-banner {
    padding-left: 20px;
    background-image: none !important;
  }
}

.hero-banner .boxed h1, .hero-banner .boxed .h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 575.98px) {
  .hero-banner-archive {
    background-image: none !important;
  }
}

body.woocommerce-page.woocommerce-account .wp-block-post-title, body.woocommerce-page.woocommerce-account main .woocommerce, body.woocommerce-page.woocommerce-cart .wp-block-post-title, body.woocommerce-page.woocommerce-cart main .woocommerce, body.woocommerce-page.woocommerce-checkout .wp-block-post-title, body.woocommerce-page.woocommerce-checkout main .woocommerce {
  max-width: 1320px;
  padding: 70px 5px;
}

body.woocommerce-page.woocommerce-account .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-cart .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-cart main .woocommerce .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-checkout .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-checkout main .woocommerce .woocommerce-MyAccount-navigation ul {
  background-color: #f8f8f8;
  border-radius: 12px;
  max-width: 300px;
  padding: 40px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.woocommerce-account .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-cart .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-cart main .woocommerce .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-checkout .wp-block-post-title .woocommerce-MyAccount-navigation ul, body.woocommerce-page.woocommerce-checkout main .woocommerce .woocommerce-MyAccount-navigation ul {
    max-width: 100%;
  }
}

body.woocommerce-page.woocommerce-account .wp-block-post-title .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-page.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-page.woocommerce-cart .wp-block-post-title .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-page.woocommerce-cart main .woocommerce .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-page.woocommerce-checkout .wp-block-post-title .woocommerce-MyAccount-navigation ul li:before, body.woocommerce-page.woocommerce-checkout main .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

body.woocommerce-page .type-product.post-9695, body.woocommerce-page .post-10295 {
  display: none !important;
}

body.woocommerce-page.term-industrial-accelerometers main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-cables-connectors main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-enclosures main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-vibration-systems-switches main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-mounting main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-vibration-meter-kits main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-installation-products main ul.products li.product-category .woocommerce-loop-category__description, body.woocommerce-page.term-cables-connectors .products-wrap, body.woocommerce-page.term-cables-connectors .woocommerce-result-count, body.woocommerce-page.term-cables-connectors .prod-count, body.woocommerce-page.term-cables-connectors .woocommerce-ordering {
  display: none;
}

body.woocommerce-page.term-industrial-accelerometers .product-subcat__list li + p, body.woocommerce-page.term-industrial-accelerometers .product-subcat__list > p {
  display: none !important;
}

body.woocommerce-page.term-industrial-accelerometers .wpc-filters-section-6072 li {
  display: none;
}

body.woocommerce-page.term-industrial-accelerometers .wpc-filters-section-6072 li.wpc-term-disabled, body.woocommerce-page.term-industrial-accelerometers .wpc-filters-section-6072 li.wpc-term-id-25, body.woocommerce-page.term-industrial-accelerometers .wpc-filters-section-6072 li.wpc-term-id-916, body.woocommerce-page.term-industrial-accelerometers .wpc-filters-section-6072 li.wpc-term-id-56 {
  display: block;
}

body.woocommerce-page.term-4-20-ma-transmitters .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-velocity-mm-sec .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-acceleration-g .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-low-power .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-ac-accelerometers .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-junction-enclosures .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-switch-boxes .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-low-cost-connection-boxes .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section.wpc-filters-section-6072, body.woocommerce-page.term-installation-products .wpc-filters-section-8016, body.woocommerce-page.term-installation-tools .wpc-filters-section-8016, body.woocommerce-page.term-installation-adhesive .wpc-filters-section-8016, body.woocommerce-page.term-accelerometer-checker .wpc-filters-section-8016, body.woocommerce-page.term-accelerometer-simulator .wpc-filters-section-8016, body.woocommerce-page.term-vibration-calibrator .wpc-filters-section-8016, body.woocommerce-page ul.wpc-filters-ul-list.wpc-filters-list-6072 li.wpc-term-selected.wpc-term-disabled {
  display: none !important;
}

body.woocommerce-page.term-ac-accelerometers .wpc-filters-section-6072 li, body.woocommerce-page.term-low-power .wpc-filters-section-6072 li, body.woocommerce-page.term-4-20-ma-transmitters .wpc-filters-section-6072 li {
  display: none;
}

body.woocommerce-page.term-ac-accelerometers .wpc-filters-section-6072 li.wpc-term-disabled, body.woocommerce-page.term-low-power .wpc-filters-section-6072 li.wpc-term-disabled, body.woocommerce-page.term-4-20-ma-transmitters .wpc-filters-section-6072 li.wpc-term-disabled {
  display: block;
}

body.woocommerce-page.term-ac-accelerometers .wpc-filters-section-8038 {
  display: block !important;
}

body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8039, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8414, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8415, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8422, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8424, body.woocommerce-page.term-industrial-junction-boxes .wpc-filters-section-8413, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8039, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8414, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8415, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8422, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8424, body.woocommerce-page.term-intrinsically-safe-connection-enclosures .wpc-filters-section-8413, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8039, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8414, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8415, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8422, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8424, body.woocommerce-page.term-triaxial-switch-boxes .wpc-filters-section-8413, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8039, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8414, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8415, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8422, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8424, body.woocommerce-page.term-switch-boxes .wpc-filters-section-8413, body.woocommerce-page.term-mounting .wpc-filters-section-8016, body.woocommerce-page.term-mounting .wpc-filters-section-8040, body.woocommerce-page.term-mounting-accessories .wpc-filters-section-8016, body.woocommerce-page.term-mounting-accessories .wpc-filters-section-8040, body.woocommerce-page.term-magnetic-mounts .wpc-filters-section-8016, body.woocommerce-page.term-mounting-studs .wpc-filters-section-8039, body.woocommerce-page.term-mounting-studs .wpc-filters-section-8414, body.woocommerce-page.term-mounting-studs .wpc-filters-section-8415, body.woocommerce-page.term-mounting-studs .wpc-filters-section-8422, body.woocommerce-page.term-mounting-studs .wpc-filters-section-8424, body.woocommerce-page.term-vibration-systems-switches .wpc-filters-section-8016, body.woocommerce-page.term-vibration-systems-switches .wpc-filters-section-8039, body.woocommerce-page.term-vibration-systems-switches .wpc-filters-section-8417, body.woocommerce-page.term-monitoring-systems .wpc-filters-section-8016, body.woocommerce-page.term-monitoring-systems .wpc-filters-section-8039, body.woocommerce-page.term-enclosures .wpc-filters-section-8039, body.woocommerce-page.term-enclosures .wpc-filters-section-8414, body.woocommerce-page.term-enclosures .wpc-filters-section-8415, body.woocommerce-page.term-enclosures .wpc-filters-section-8422, body.woocommerce-page.term-enclosures .wpc-filters-section-8424, body.woocommerce-page.term-junction-enclosures .wpc-filters-section-8039, body.woocommerce-page.term-junction-enclosures .wpc-filters-section-8414, body.woocommerce-page.term-junction-enclosures .wpc-filters-section-8415, body.woocommerce-page.term-junction-enclosures .wpc-filters-section-8422, body.woocommerce-page.term-junction-enclosures .wpc-filters-section-8424, body.woocommerce-page.term-module-enclosure .wpc-filters-section-8417 {
  display: none !important;
}

body.woocommerce-page div.product form.cart div.quantity {
  float: left !important;
}

body.woocommerce-page main {
  position: relative;
}

@media (width <= 1329.98px) {
  body.woocommerce-page main {
    padding-left: 40px;
    padding-right: 40px;
  }

  body.woocommerce-page main .row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.woocommerce-page main .row {
    padding-left: 0;
    padding-right: 0;
  }
}

body.woocommerce-page main select.orderby option[value="price"], body.woocommerce-page main select.orderby option[value="price-desc"] {
  display: none;
}

body.woocommerce-page main .section__trending--intro {
  margin-top: 100px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .section__trending--intro {
    margin-top: 80px;
  }
}

body.woocommerce-page main .section__trending--intro h2, body.woocommerce-page main .section__trending--intro .h2 {
  color: #29478f;
  font-weight: 600;
}

body.woocommerce-page main .woocommerce-breadcrumb {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #29478f;
  max-width: 1320px;
  margin: 0 auto 48px;
  overflow: hidden;
}

body.woocommerce-page main .woocommerce-breadcrumb .breadcrumb-wrap > span:first-child > span:first-child + i + span, body.woocommerce-page main .woocommerce-breadcrumb .breadcrumb-wrap > span:first-child > span:first-child + i + span + i {
  display: none;
}

body.woocommerce-page main .woocommerce-products-header {
  max-width: 1320px;
  margin: 0 auto;
}

body.woocommerce-page main .woocommerce-products-header .wpc-custom-selected-terms {
  display: none !important;
}

body.woocommerce-page main .prod-count {
  color: #707070;
  margin-top: 18px;
  font-size: 12px;
  position: absolute;
  right: 180px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .prod-count {
    bottom: -145px;
    left: 0;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main .prod-count {
    bottom: -185px;
  }
}

body.woocommerce-page main .my-quote-cart-count {
  color: #29478f;
  margin-bottom: 15px;
  font-weight: 600;
  display: inline-block;
}

body.woocommerce-page main .my-quote-cart-count i {
  font-style: normal;
}

body.woocommerce-page main h1 + .term-description, body.woocommerce-page main .h1 + .term-description {
  max-width: 732px;
  margin-bottom: 40px;
}

body.woocommerce-page main h1 + .term-description > p:first-child strong, body.woocommerce-page main .h1 + .term-description > p:first-child strong {
  margin-top: -15px;
  display: none;
}

body.woocommerce-page main h1 + .term-description em, body.woocommerce-page main .h1 + .term-description em {
  font-style: normal;
}

body.woocommerce-page main .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}

body.woocommerce-page main .woocommerce-result-count {
  color: #29478f;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
}

body.woocommerce-page main .wpc-filters-open-widget {
  width: 44vw;
  margin-top: -1px;
  background-color: #f8f8f8 !important;
  border: 1px solid #f8f8f8 !important;
  border-radius: 6px !important;
  padding: 13px 25px !important;
}

@media (width <= 575.98px) {
  body.woocommerce-page main .wpc-filters-open-widget {
    width: 42vw;
    margin-top: -7px;
  }
}

body.woocommerce-page main .wpc-filters-open-widget span {
  color: #393636 !important;
  font-weight: 600 !important;
}

body.woocommerce-page main .wpc-filters-open-widget:hover {
  background-color: #29478f !important;
}

body.woocommerce-page main .wpc-filters-open-widget:hover span {
  color: #fff !important;
}

body.woocommerce-page main .woocommerce-ordering {
  position: absolute;
  right: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .woocommerce-ordering {
    bottom: -190px;
    right: 25px;
  }

  body.woocommerce-page main .woocommerce-ordering .select2-container--default {
    z-index: 3;
    margin-top: -152px;
    margin-right: -3vw;
    position: relative;
    min-width: 44vw !important;
  }

  body.woocommerce-page main .woocommerce-ordering .select2-container--default .selection > .select2-selection--single {
    background-color: #f8f8f8 !important;
    border-radius: 6px !important;
  }

  body.woocommerce-page main .woocommerce-ordering .select2-container--default .selection > .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main .woocommerce-ordering {
    bottom: -200px;
  }

  body.woocommerce-page main .woocommerce-ordering .select2-container--default {
    margin-top: -95px;
    margin-right: -5vw;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page main .wp-block-spacer {
    height: 1px !important;
  }
}

body.woocommerce-page main ul.products {
  background-color: #fff;
  list-style: none;
  position: relative;
}

body.woocommerce-page main ul.products li {
  position: relative;
}

body.woocommerce-page main ul.products li.product {
  width: 32.33%;
  margin: 0 1% 0 0;
}

@media (width >= 576px) and (width <= 991.98px) {
  body.woocommerce-page main ul.products li.product {
    width: calc(50% - 20px) !important;
  }

  body.woocommerce-page main ul.products li.product.first {
    clear: none;
  }

  body.woocommerce-page main ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main ul.products li.product {
    width: 100%;
    margin: 0 auto;
  }
}

body.woocommerce-page main ul.products li.product:before {
  display: none;
}

body.woocommerce-page main ul.products li.product a img {
  width: auto;
  height: 100%;
  max-height: 170px;
  transition: all .3s ease-out;
}

body.woocommerce-page main ul.products li.product:hover img {
  transition: all .3s ease-out;
  transform: scale(1.115);
}

body.woocommerce-page main ul.products li.product-category {
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 40px;
  margin-right: 40px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main ul.products li.product-category {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

body.woocommerce-page main ul.products li.product-category h2, body.woocommerce-page main ul.products li.product-category .h2 {
  color: #393636 !important;
}

body.woocommerce-page main ul.products li.product-category a:first-child {
  padding: 30px;
}

body.woocommerce-page main ul.products li.product-category:hover {
  background-color: #ededed;
}

body.woocommerce-page main ul.products li.product-category:hover h2, body.woocommerce-page main ul.products li.product-category:hover .h2 {
  color: #393636;
}

body.woocommerce-page main ul.products li.product-category:nth-child(3), body.woocommerce-page main ul.products li.product-category:nth-child(6), body.woocommerce-page main ul.products li.product-category:nth-child(9) {
  margin-right: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page main ul.products li.product-category:nth-child(3), body.woocommerce-page main ul.products li.product-category:nth-child(6), body.woocommerce-page main ul.products li.product-category:nth-child(9) {
    margin-right: 20px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main ul.products li.product-category:nth-child(3), body.woocommerce-page main ul.products li.product-category:nth-child(6), body.woocommerce-page main ul.products li.product-category:nth-child(9) {
    margin: 0 auto 20px;
  }
}

body.woocommerce-page main ul.products li.product-category img {
  object-fit: cover;
  width: auto;
  height: auto;
  max-height: 195px;
  margin: 0 auto;
}

body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__title {
  position: initial;
  width: 64%;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

@media (width <= 1329.98px) {
  body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__title {
    max-width: 45%;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__title {
    max-width: 50%;
    font-size: 16px;
  }
}

body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__title mark.count, body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__title .count.mark {
  position: initial;
  color: #707070;
  background-color: #0000;
  margin-top: -2px;
  margin-right: -35px;
  font-size: 12px;
  font-weight: 400;
}

body.woocommerce-page main ul.products li.product-category .woocommerce-loop-category__description {
  position: initial;
  max-width: 60%;
  max-height: 65px;
  overflow: hidden;
}

body.woocommerce-page main ul.products li > a:first-child {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_browse_message, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message, body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button {
  white-space: nowrap;
  color: #fff;
  float: left;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 47px;
  margin: 0 5px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #29478f !important;
  border-color: #29478f !important;
  margin-top: 15px !important;
}

body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message a, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_browse_message a, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message a, body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button a {
  color: #fff;
}

@media (width <= 575.98px) {
  body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_browse_message, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message, body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button {
    margin-bottom: 15px;
  }
}

body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message:hover, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message:active, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_browse_message:hover, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_browse_message:active, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message:hover, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message:active, body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button:hover, body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button:active {
  background-color: #243e7e;
  border-color: #243e7e;
}

body.woocommerce-page main .motif-mwrq-quote .mwrq-quote-button {
  padding-top: 16px;
  line-height: 14px;
}

body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_response_message, body.woocommerce-page main .motif-mwrq-quote .motif_mwrq_add_item_product_message {
  cursor: pointer;
  color: #29478f;
  font-size: 14px;
  font-weight: 600;
  background-color: #0000 !important;
  text-decoration: underline !important;
}

body.woocommerce-page main .quantity .qty {
  min-height: 50px;
  margin: 15px 15px 10px 0;
}

body.woocommerce-page main .quantity i.btn-minus, body.woocommerce-page main .quantity i.btn-plus {
  margin-top: 3px;
}

body.woocommerce-page main .single_add_to_cart_button {
  display: none !important;
}

body.woocommerce-page main .wp-block-tfawpblocks-row-section {
  margin-left: 0;
}

body.woocommerce-page main .wpf_items_wrapper .wpf_item .wpf_submenu {
  border: 0;
}

body.woocommerce-page main .wpf_items_wrapper .wpf_selected {
  color: #137ec0;
  font-weight: 700;
}

body.woocommerce-page main .products-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: block;
}

body.woocommerce-page main .products-wrap .row-products {
  margin-bottom: 100px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .products-wrap .row-products {
    margin-bottom: 20px;
  }
}

body.woocommerce-page main .products-wrap .row-products .col-sm-4 {
  padding-right: 30px;
}

body.woocommerce-page main .motif_mwrq_add_item_product_message.hide {
  display: none;
}

body.woocommerce-page main .recent_products, body.woocommerce-page main .cross-sells-prod {
  max-width: 1320px;
  margin: 100px auto 0;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .recent_products, body.woocommerce-page main .cross-sells-prod {
    margin-top: -40px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main .recent_products, body.woocommerce-page main .cross-sells-prod {
    margin-top: 70px;
  }
}

body.woocommerce-page main .recent_products:after, body.woocommerce-page main .cross-sells-prod:after {
  content: "";
  border-bottom: 1px solid #3e3a3a66;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 140px;
}

body.woocommerce-page main .recent_products h2, body.woocommerce-page main .recent_products .h2, body.woocommerce-page main .cross-sells-prod h2, body.woocommerce-page main .cross-sells-prod .h2 {
  letter-spacing: .3px;
  color: #29478f;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

body.woocommerce-page main .recent_products .swiper-wrapper, body.woocommerce-page main .recent_products .cross-prod-wrapper, body.woocommerce-page main .cross-sells-prod .swiper-wrapper, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper {
  margin: 0 auto 10px;
  padding-bottom: 25px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .recent_products .swiper-wrapper, body.woocommerce-page main .recent_products .cross-prod-wrapper, body.woocommerce-page main .cross-sells-prod .swiper-wrapper, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper {
    margin-bottom: 30px;
  }
}

body.woocommerce-page main .recent_products .swiper-wrapper > li, body.woocommerce-page main .recent_products .cross-prod-wrapper > li, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li {
  border: 1px solid #afafaf26;
  border-radius: 12px;
  min-height: 300px;
  max-height: 300px;
  margin: 0 40px 40px 0;
  padding: 180px 30px 20px;
  transition: all .3s ease-out;
  position: relative;
  overflow: hidden;
}

@media (width >= 576px) and (width <= 991.98px) {
  body.woocommerce-page main .recent_products .swiper-wrapper > li, body.woocommerce-page main .recent_products .cross-prod-wrapper > li, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li {
    width: calc(50% - 10px) !important;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page main .recent_products .swiper-wrapper > li, body.woocommerce-page main .recent_products .cross-prod-wrapper > li, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li {
    width: auto;
  }
}

body.woocommerce-page main .recent_products .swiper-wrapper > li h3, body.woocommerce-page main .recent_products .swiper-wrapper > li .h3, body.woocommerce-page main .recent_products .cross-prod-wrapper > li h3, body.woocommerce-page main .recent_products .cross-prod-wrapper > li .h3, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li h3, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li .h3, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li h3, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li .h3 {
  color: #393636;
  max-width: 250px;
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
}

body.woocommerce-page main .recent_products .swiper-wrapper > li p, body.woocommerce-page main .recent_products .cross-prod-wrapper > li p, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li p, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li p {
  max-height: 42px;
  overflow: hidden;
}

body.woocommerce-page main .recent_products .swiper-wrapper > li p + P, body.woocommerce-page main .recent_products .cross-prod-wrapper > li p + P, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li p + P, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li p + P {
  display: none;
}

body.woocommerce-page main .recent_products .swiper-wrapper > li a[rel="tag"], body.woocommerce-page main .recent_products .cross-prod-wrapper > li a[rel="tag"], body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li a[rel="tag"], body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li a[rel="tag"] {
  color: #29478f;
  z-index: 9;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

body.woocommerce-page main .recent_products .swiper-wrapper > li:before, body.woocommerce-page main .recent_products .cross-prod-wrapper > li:before, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li:before, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li:before {
  display: none;
}

body.woocommerce-page main .recent_products .swiper-wrapper > li > a.woocommerce-loop-product__link, body.woocommerce-page main .recent_products .cross-prod-wrapper > li > a.woocommerce-loop-product__link, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li > a.woocommerce-loop-product__link, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li > a.woocommerce-loop-product__link {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

body.woocommerce-page main .recent_products .swiper-wrapper > li > a.woocommerce-loop-product__link img, body.woocommerce-page main .recent_products .cross-prod-wrapper > li > a.woocommerce-loop-product__link img, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li > a.woocommerce-loop-product__link img, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li > a.woocommerce-loop-product__link img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 170px;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .recent_products .swiper-wrapper > li:nth-child(2n), body.woocommerce-page main .recent_products .cross-prod-wrapper > li:nth-child(2n), body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li:nth-child(2n), body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (width >= 992px) {
  body.woocommerce-page main .recent_products .swiper-wrapper > li:nth-child(3n), body.woocommerce-page main .recent_products .cross-prod-wrapper > li:nth-child(3n), body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li:nth-child(3n), body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li:nth-child(3n) {
    margin-right: 0;
  }
}

body.woocommerce-page main .recent_products .swiper-wrapper > li:hover, body.woocommerce-page main .recent_products .cross-prod-wrapper > li:hover, body.woocommerce-page main .cross-sells-prod .swiper-wrapper > li:hover, body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li:hover {
  border-color: #afafaf80;
  transition: all .3s ease-out;
}

body.woocommerce-page main .recent_products .swiper-button-prev, body.woocommerce-page main .recent_products .swiper-button-next, body.woocommerce-page main .cross-sells-prod .swiper-button-prev, body.woocommerce-page main .cross-sells-prod .swiper-button-next {
  cursor: pointer;
  top: inherit;
  width: 28px;
  height: 28px;
  margin-right: 30px;
  display: block;
  bottom: 0;
}

body.woocommerce-page main .recent_products .swiper-button-prev:after, body.woocommerce-page main .recent_products .swiper-button-next:after, body.woocommerce-page main .cross-sells-prod .swiper-button-prev:after, body.woocommerce-page main .cross-sells-prod .swiper-button-next:after {
  display: none;
}

body.woocommerce-page main .recent_products .swiper-button-prev, body.woocommerce-page main .cross-sells-prod .swiper-button-prev {
  background: url("../sw-left.f8d775e5.svg") center / 100% no-repeat;
}

body.woocommerce-page main .recent_products .swiper-button-next, body.woocommerce-page main .cross-sells-prod .swiper-button-next {
  right: inherit;
  background: url("../sw-right.f6700104.svg") center / 100% no-repeat;
  margin-left: 70px;
  margin-right: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page main .recent_products .swiper-button-next, body.woocommerce-page main .cross-sells-prod .swiper-button-next {
    margin-left: 50px;
  }
}

body.woocommerce-page main .cross-sells-prod {
  margin-top: 10px;
}

body.woocommerce-page main .cross-sells-prod:after {
  display: none;
}

@media (width <= 575.98px) {
  body.woocommerce-page main .cross-sells-prod {
    margin-top: 20px;
  }
}

body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

body.woocommerce-page main .cross-sells-prod .cross-prod-wrapper > li {
  min-width: 297px;
  max-width: 22%;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main, body.woocommerce-page.tax-product_cat:not(.term-24) main .products {
  position: relative;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category {
  width: 31.3%;
  height: 134px;
  top: 0;
  position: relative !important;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category {
    max-width: 30.95%;
  }
}

@media (width <= 1199.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category {
    max-width: 29.95%;
    margin-right: 20px !important;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category {
    max-width: 48%;
    width: 48% !important;
    margin: 0 2% 30px auto !important;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category {
    width: 100%;
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto 30px !important;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a {
  align-items: center;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: inline-flex;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

@media (width <= 1199.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap {
    max-height: 92px;
    overflow: hidden;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap h2, body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap .h2 {
  bottom: inherit;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap p.woocommerce-loop-category__description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap p.woocommerce-loop-category__description strong {
  font-weight: 400;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a .woocommerce-loop-category__wrap p.woocommerce-loop-category__description em {
  display: none;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.product-category a img {
  object-fit: contain;
  width: 120px;
  max-height: 120px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat {
  padding-left: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat {
    width: 103%;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat {
    width: 100%;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat:before {
  display: none;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li {
  max-width: 30.5%;
  animation: .5s linear both fade-in-up;
  position: relative;
  overflow: hidden;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li {
    max-width: 29.95%;
  }
}

@media (width <= 1199.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li {
    max-width: 28.95%;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li {
    max-width: 54%;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li.products__not-cat ul li:before {
  display: none;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) img {
  object-fit: contain;
  width: auto;
  max-width: 70%;
  height: 170px;
  margin: -15px auto 15px;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) a[rel="tag"] {
  color: #29478f;
  z-index: 9;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) a[rel="tag"]:hover {
  text-decoration: underline;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) .woocommerce-loop-product__title {
  color: #393636;
  max-width: 250px;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  line-height: 21px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) .woocommerce-loop-product__title {
    max-width: 100%;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) .woocommerce-loop-product__title + p {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  overflow: hidden !important;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) .woocommerce-loop-product__title + p + p {
  display: none;
}

body.woocommerce-page.tax-product_cat:not(.term-24) main .products li:not(.product-category) .woocommerce-product-details__short-description p {
  color: #707070;
  max-width: 230px;
  font-size: 12px;
  line-height: 21px;
}

body.woocommerce-page.tax-product_cat.term-products section.recent_products, body.woocommerce-page.tax-product_cat.term-products .woocommerce-result-count, body.woocommerce-page.tax-product_cat.term-products .section__trending--find, body.woocommerce-page.tax-product_cat.term-products .section__trending--intro, body.woocommerce-page.tax-product_cat.term-products .section__cta-contact-us, body.woocommerce-page.tax-product_cat.term-products .woocommerce-ordering {
  display: none;
}

body.woocommerce-page.tax-product_cat.term-products main ul.products li.product a img {
  max-height: 85%;
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat.term-products main ul.products li.product a img {
    max-height: 170px;
  }
}

body.woocommerce-page.tax-product_cat.term-products .recent_products {
  margin-top: -100px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat.term-products .recent_products {
    margin-top: 0;
  }
}

body.woocommerce-page.tax-product_cat.term-products .recent_products .swiper-wrapper {
  padding-bottom: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat.term-products .recent_products .swiper-wrapper {
    margin-bottom: 0;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  body.woocommerce-page.term-products main .products li {
    max-width: 30.2%;
    overflow: hidden;
  }
}

body.woocommerce-page.term-products main .products li.products__not-cat {
  display: none !important;
}

body.woocommerce-page.term-products main .products li.product-category {
  z-index: 2;
  height: 323px;
  position: relative;
  display: block !important;
}

@media (width <= 1199.98px) {
  body.woocommerce-page.term-products main .products li.product-category {
    max-height: 275px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.term-products main .products li.product-category {
    width: 100%;
    margin-bottom: 40px !important;
  }
}

body.woocommerce-page.term-products main .products li.product-category img {
  position: initial;
}

body.woocommerce-page.term-products main .products li.product-category h2.woocommerce-loop-category__title, body.woocommerce-page.term-products main .products li.product-category .woocommerce-loop-category__title.h2 {
  white-space: nowrap;
  margin-top: 20px;
  line-height: 25px;
  bottom: 20px;
  left: 30px;
  top: inherit !important;
}

@media (width <= 991.98px) {
  body.woocommerce-page.term-products main .products li.product-category h2.woocommerce-loop-category__title, body.woocommerce-page.term-products main .products li.product-category .woocommerce-loop-category__title.h2 {
    font-size: 16px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.term-products main .products li.product-category h2.woocommerce-loop-category__title, body.woocommerce-page.term-products main .products li.product-category .woocommerce-loop-category__title.h2 {
    font-size: 16px;
  }
}

body.woocommerce-page.term-products main .products li.product-category p {
  display: none;
}

body.woocommerce-page.term-products main .products li.product-category:hover img {
  transform: scale(1);
}

body.woocommerce-page.term-products main .products .btn.loadMoreBtn, body.woocommerce-page.term-products main .products .wpcf7 input.loadMoreBtn[type="submit"], .wpcf7 body.woocommerce-page.term-products main .products input.loadMoreBtn[type="submit"] {
  display: none !important;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main {
  position: relative;
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-products) main .product-subcat {
    margin-bottom: 40px;
    display: flex;
    overflow-x: scroll;
  }

  body.woocommerce-page.tax-product_cat:not(.term-products) main .product-subcat__list {
    width: max-content;
    margin-bottom: 0;
    display: inline-flex;
  }

  body.woocommerce-page.tax-product_cat:not(.term-products) main .product-subcat__list li.product-category {
    display: flex;
    width: 75vw !important;
    margin: 0 20px 30px 0 !important;
  }

  body.woocommerce-page.tax-product_cat:not(.term-products) main .product-subcat__list li.product-category .woocommerce-loop-category__title {
    max-width: 40%;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 {
  position: relative;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li {
  border: 1px solid #afafaf26;
  border-radius: 12px;
  min-width: 297px;
  max-width: 30.33%;
  min-height: 305px;
  max-height: 305px;
  margin: 0 0 3% 3%;
  padding: 170px 30px 0;
  transition: all .3s ease-out;
  position: relative;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li {
    min-width: 30.33%;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li {
    min-width: inherit;
    max-width: 47%;
    margin-left: 0;
    margin-right: 3%;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li {
    min-width: 90vw;
    max-width: none;
    margin: 0 auto 25px;
  }
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li:before {
  display: none;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li > a.woocommerce-loop-product__link {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li:hover {
  border-color: #afafaf80;
  transition: all .3s ease-out;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li a[rel="tag"]:hover {
  text-decoration: underline;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li.product-category {
  z-index: 2;
  height: 323px;
  position: relative;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li.product-category img {
  object-fit: contain;
  object-fit: cover;
  width: auto;
  height: auto;
  max-height: 140px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li.product-category .woocommerce-loop-category__title {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 30px;
}

body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li.product-category .woocommerce-loop-category__title mark.count, body.woocommerce-page.tax-product_cat:not(.term-products) main .products-wrap .products.columns-3 .products__not-cat li.product-category .woocommerce-loop-category__title .count.mark {
  color: #707070;
  background-color: #0000;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
}

body.woocommerce-page.tax-product_tag .products.columns-3 li {
  border: 1px solid #afafaf26;
  border-radius: 12px;
  max-width: 31.33%;
  min-height: 315px;
  max-height: 315px;
  margin: 0 0 40px 2%;
  padding: 170px 40px 20px;
  transition: all .3s ease-out;
  position: relative;
}

@media (width <= 575.98px) {
  body.woocommerce-page.tax-product_tag .products.columns-3 li {
    max-width: none;
    margin: 20px auto;
    width: 100% !important;
  }
}

body.woocommerce-page.tax-product_tag .products.columns-3 li:before {
  display: none;
}

body.woocommerce-page.tax-product_tag .products.columns-3 li > a.woocommerce-loop-product__link {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

body.woocommerce-page.tax-product_tag .products.columns-3 li > a.woocommerce-loop-product__link img {
  object-fit: contain;
  object-fit: cover;
  width: auto;
  height: auto;
  max-height: 100px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

body.woocommerce-page.tax-product_tag .products.columns-3 li h3, body.woocommerce-page.tax-product_tag .products.columns-3 li .h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

body.woocommerce-page.tax-product_tag .products.columns-3 li:hover {
  border-color: #afafaf;
  transition: all .3s ease-out;
}

body.woocommerce-page.woocommerce-cart h1 + p, body.woocommerce-page.woocommerce-cart .h1 + p {
  max-width: 759px;
}

body.woocommerce-page.woocommerce-cart .return-to-shop {
  display: none;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper {
  flex-wrap: wrap;
  min-width: 100%;
  max-width: 100%;
  display: inline-flex;
  overflow: hidden;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper {
  width: 50%;
  display: flex;
}

@media (width <= 991.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper {
    width: 100%;
  }
}

@media (width <= 767.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form {
    overflow-x: auto;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list {
  border: 0;
  border-radius: 12px;
  width: 100%;
  display: block;
}

@media (width <= 767.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list {
    min-width: 850px;
    display: table;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list thead th {
  background: none;
  padding-left: 0;
}

@media (width <= 991.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr:not(.cart_item) {
    max-height: 0;
    display: block;
    overflow: hidden;
  }

  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.product-thumbnail {
    display: block !important;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.product-name a {
  width: 100%;
  display: inline-block;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.product-name br {
  display: none;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td .quantity .qty {
  background: #f8f8f8;
  border: 0;
  border-radius: 6px;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td .quantity .qty:focus {
  outline: 1px solid #c7cacc;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td .quantity i.btn-minus, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td .quantity i.btn-plus {
  margin-top: 0;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td .quantity i.btn-minus {
  margin-top: 1px;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions {
  background: none;
  border-radius: 0 0 12px 12px;
  height: auto;
}

@media (width <= 575.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions {
    height: 160px;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions .button {
  float: right;
  color: #fff;
  background-color: #29478f;
  border: 0;
  border-radius: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 5px;
  padding: 19px 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media (width <= 575.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions .button {
    margin-bottom: 15px;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions .button:hover, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-form #motif-mwrq-list tbody tr td.actions .button:active {
  background-color: #243e7e;
  border-color: #243e7e;
}

@media (width <= 991.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper {
    margin-bottom: -70px;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper h3, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper .h3 {
  display: none;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form {
  background: #f8f8f8;
  border-radius: 12px;
  width: 100%;
  margin-left: 40px;
  padding: 50px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form {
    margin-top: 40px;
    margin-left: 0;
    padding: 20px;
  }
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form .select2-selection__rendered {
  line-height: 34px;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form .form-row label {
  color: #393636;
  font-weight: 600;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form input, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form textarea {
  border: 0;
  border-radius: 6px;
  padding: 20px;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form input::placeholder, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper #motif-mwrq-request-form textarea::placeholder {
  color: #0000;
  opacity: 0 !important;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper .raq-send-request {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  padding: 19px 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper .raq-send-request:hover, body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper .motif-request-form-wrapper .raq-send-request:active {
  opacity: 1;
  background-color: #137ec0;
  border-color: #137ec0;
}

body.woocommerce-page.woocommerce-cart .woocommerce.mwrq-wrapper #motif-mwrq-message {
  width: 100%;
  position: absolute;
  bottom: -70px;
}

body.woocommerce-page .wp-block-tfawpblocks-row-section.container, body.woocommerce-page .container-boxed {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body.woocommerce-page.archive.tax-product_cat.term-products.term-24 footer .section__find-product {
  margin-top: 90px;
}

body.woocommerce-page .woocommerce-pagination {
  display: inline-block !important;
}

body.woocommerce-page .woocommerce-pagination li:before {
  display: none;
}

body.woocommerce-page.single-product div.product {
  position: relative;
}

body.woocommerce-page.single-product div.product .product_title {
  max-width: 64%;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product div.product .product_title {
    max-width: 99%;
  }
}

body.woocommerce-page.single-product div.product .product_title i {
  font-size: 24px;
  font-style: normal;
}

body.woocommerce-page.single-product div.product div.images img {
  object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 50px auto;
  height: 100% !important;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product div.product div.images img {
    margin: 0 auto;
  }
}

body.woocommerce-page.single-product div.product div.images, body.woocommerce-page.single-product div.product .wrap-desc {
  float: left;
  width: 30%;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product div.product div.images, body.woocommerce-page.single-product div.product .wrap-desc {
    position: inherit;
    width: 50%;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product div.product div.images, body.woocommerce-page.single-product div.product .wrap-desc {
    width: 100%;
  }
}

body.woocommerce-page.single-product div.product div.summary {
  width: 30%;
}

@media (width >= 1200px) {
  body.woocommerce-page.single-product div.product div.summary {
    margin-top: -9%;
  }
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product div.product div.summary {
    float: left;
    width: 100%;
    position: relative !important;
  }
}

body.woocommerce-page.single-product div.product a.woocommerce-product-gallery__trigger {
  display: none !important;
}

body.woocommerce-page.single-product div.product .wrap-desc {
  padding: 15px 30px;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product div.product .wrap-desc {
    padding: 15px;
  }
}

body.woocommerce-page.single-product div.product .wrap-desc h3, body.woocommerce-page.single-product div.product .wrap-desc .h3 {
  color: #29478f;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product div.product .wrap-desc h3, body.woocommerce-page.single-product div.product .wrap-desc .h3 {
    margin-top: 15px;
  }
}

body.woocommerce-page.single-product div.product .wrap-desc ul li {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

body.woocommerce-page.single-product div.product .wrap-desc ul li:before {
  width: 4px;
  height: 4px;
}

body.woocommerce-page.single-product div.product .single-marks {
  display: none;
}

body.woocommerce-page.single-product .select2-dropdown .select2-results__options li:first-child, body.woocommerce-page.single-product .select2-results .select2-disabled, body.woocommerce-page.single-product span.select2-search {
  display: none !important;
}

body.woocommerce-page.single-product .placeholdered {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  padding-left: 8px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

body.woocommerce-page.single-product h1.product_title + p, body.woocommerce-page.single-product .product_title.h1 + p {
  letter-spacing: .3px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

@media (width >= 992px) {
  body.woocommerce-page.single-product h1.product_title + p, body.woocommerce-page.single-product .product_title.h1 + p {
    max-width: 65%;
  }
}

body.woocommerce-page.single-product .wrap-quantity, body.woocommerce-page.single-product .shop-contact {
  background-color: #f8f8f8;
  border-radius: 12px;
  max-width: 428px;
  padding: 40px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product .wrap-quantity, body.woocommerce-page.single-product .shop-contact {
    max-width: 100%;
    padding: 20px;
  }
}

@media (width <= 1329.98px) {
  body.woocommerce-page.single-product .select2.select2-container.select2-container--default {
    display: inline-block;
    min-width: 150px !important;
    margin-bottom: 10px !important;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
}

body.woocommerce-page.single-product .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.single-product .wrap-quantity {
    margin-bottom: 30px !important;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .wrap-quantity .quantity {
    width: 100%;
  }

  body.woocommerce-page.single-product .wrap-quantity .quantity .qty {
    margin: 0;
    width: 100% !important;
  }
}

body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 10px;
  position: absolute;
  right: 20px;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote {
    float: left;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote {
    position: initial;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote .mwrq-quote-button {
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote .mwrq-quote-button:hover, body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote .mwrq-quote-button:active {
  background-color: #243e7e;
  border-color: #243e7e;
  opacity: 1 !important;
  text-decoration: none !important;
}

@media (width <= 1329.98px) {
  body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote .mwrq-quote-button {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .wrap-quantity .motif-mwrq-quote .mwrq-quote-button {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

body.woocommerce-page.single-product .wrap-quantity a {
  font-size: 12px;
  text-decoration: underline;
}

body.woocommerce-page.single-product .wrap-quantity a.fancybox-inline {
  color: #393636;
}

body.woocommerce-page.single-product .wrap-quantity a.mwrq-quote-button.button {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-page.single-product .wrap-quantity a.mwrq-quote-button.button:hover {
  opacity: .7;
}

body.woocommerce-page.single-product .shop-contact p {
  max-width: 240px;
  font-size: 12px;
}

body.woocommerce-page.single-product .shop-contact p:first-child {
  font-size: 14px;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 5px 20px 58px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease-out;
  overflow: hidden;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li a {
  color: #393636;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:before {
  content: "";
  border-radius: 0;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:first-child:before {
  background: url("../phone.de75f2f1.svg") center / 22px no-repeat;
  width: 22px;
  height: 22px;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:nth-child(2):before {
  background: url("../email.172bc633.svg") center / 24px 19px no-repeat;
  width: 24px;
  height: 19px;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:hover {
  background-color: #243e7e;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:hover a {
  color: #fff;
  text-decoration: none;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:hover:nth-child(2):before {
  background: url("../email-white.2f7f2735.svg") center / 24px 19px no-repeat;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details li:hover:first-child:before {
  background: url("../phone-white.af5fb99c.svg") center / 22px no-repeat;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details + p a {
  color: #393636;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details + p a:hover {
  color: #29478f;
  text-decoration: none;
}

body.woocommerce-page.single-product .shop-contact ul.shop-contact-details + p a:hover u {
  text-decoration: underline;
}

body.woocommerce-page.single-product main ul.products li.product a img {
  max-height: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body.woocommerce-page.single-product .variations {
  max-width: 100%;
  position: relative;
}

body.woocommerce-page.single-product .variations label {
  font-weight: 600;
}

body.woocommerce-page.single-product .variations th {
  width: 100%;
  display: inline-block;
  line-height: initial !important;
}

body.woocommerce-page.single-product .variations td {
  margin-bottom: 40px;
  display: inline-block;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product .variations td {
    width: 100%;
    display: inline-block;
  }
}

body.woocommerce-page.single-product .variations tr:nth-child(2) td {
  margin-bottom: 10px !important;
}

body.woocommerce-page.single-product .variations select {
  width: 100%;
}

body.woocommerce-page.single-product .variations .select2-container--default .select2-selection--single {
  background-color: #fff;
  min-height: 57px;
}

body.woocommerce-page.single-product .variations .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

body.woocommerce-page.single-product .variations .reset_variations {
  font-size: 0 !important;
}

body.woocommerce-page.single-product .select2-dropdown, body.woocommerce-page.single-product .select2-dropdown .select2-results__options li {
  white-space: nowrap;
  background-color: #fff !important;
}

body.woocommerce-page.single-product div.product .out-of-stock {
  color: #e24848;
  margin-bottom: 0;
}

body.woocommerce-page.single-product .product_cat-cable-assemblies .wrap-desc {
  min-height: 600px !important;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .product_cat-cable-assemblies .wrap-desc {
    min-height: none !important;
  }
}

body.woocommerce-page.single-product .product_cat-cable-assemblies .woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: auto;
}

body.woocommerce-page.single-product .recent_products {
  margin-top: 40px;
}

body.woocommerce-page.single-product .recent_products .swiper-wrapper {
  margin-bottom: 10px;
}

body.woocommerce-page.single-product .related.categories .products-wrap .row-products {
  margin-bottom: 0;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs .tabs-wrap {
    overflow-x: auto;
  }
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs ul.tabs {
    width: 700px;
    display: inline-block;
    position: relative;
  }
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li {
  background-color: #0000;
  border: 0;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li.active:after, body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li:hover:after {
  z-index: 2;
  border-top: 3px solid #29478f;
  width: calc(100% - 30px);
  display: block;
  bottom: -8px;
  left: 15px;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li:first-child {
  padding-left: 5px;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li:first-child.active:after, body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li:first-child:hover:after {
  left: 5px;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li a {
  color: #393636;
  font-weight: 600 !important;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #29478f;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li.woo_doc_tab {
  margin: 0 40px;
}

body.woocommerce-page.single-product .woocommerce-tabs ul.tabs:before {
  z-index: 0;
  border-bottom: 2px solid #ededed;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc h3, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc .h3 {
  margin-top: 15px;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a {
  white-space: nowrap;
  color: #393636;
  background: #f8f8f8 url("../ico-feather-file-black.35c8b87c.svg") 30px / 13.6px 17px no-repeat;
  border-radius: 12px;
  width: auto;
  margin: 15px 15px 15px 0;
  padding: 24px 30px 24px 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a {
    width: 100%;
  }
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a:hover {
  color: #fff;
  background-color: #29478f;
  background-image: url("../ico-feather-file-white.d07295f3.svg");
  text-decoration: none;
  transition: all .3s ease-in-out;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a.link-cad-model, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a[data-name="3d-cad-model"] {
  float: left;
  background: #f8f8f8 url("../ico-cad-black.686bfd53.svg") 30px / 18px no-repeat;
  border-color: #0000;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a.link-cad-model:hover, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a[data-name="3d-cad-model"]:hover {
  background-color: #29478f;
  background-image: url("../ico-cad-white.21237d28.svg");
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a.btn-setup {
  background-image: none;
  padding: 24px 60px 24px 30px;
  position: relative;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a.btn-setup:after {
  content: "";
  background: url("../arr-black.5c135419.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_doc a.btn-setup:hover:after {
  background-image: url("../arr-white.feef6577.svg");
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec {
  margin-bottom: -20px;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories {
  position: relative;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories .prod-count {
  bottom: -70px;
  right: 0;
  display: none !important;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category img {
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category h2, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category .h2 {
  position: absolute;
  bottom: 30px;
  top: inherit !important;
}

body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category h2 + p, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category .h2 + p, body.woocommerce-page.single-product .woocommerce-tabs .woocommerce-Tabs-panel--woo_spec .related.categories ul.products li.product-category > p.woocommerce-loop-category__description.subcategory__inner {
  display: none !important;
}

body.woocommerce-page.single-product .woocommerce-tabs #tab-additional_information {
  padding-top: 20px;
}

body.woocommerce-page.single-product .woocommerce-tabs #tab-additional_information h2, body.woocommerce-page.single-product .woocommerce-tabs #tab-additional_information .h2 {
  display: none;
}

body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > h2, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > .h2, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > h3, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > .h3 {
  color: #29478f;
  font-size: 24px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > h2, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > .h2, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > h3, body.woocommerce-page.single-product .woocommerce-tabs .wc-tab > .h3 {
    font-size: 20px;
  }
}

body.woocommerce-page.single-product .woocommerce-tabs .attachment-restriction-msg {
  color: #29478f;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes {
  border-top: 1px solid #70707059;
}

body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes tbody tr:nth-child(2n) th, body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes tbody tr:nth-child(2n) td {
  background: none;
}

body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes tbody tr th {
  color: #393636;
  border-bottom: 1px solid #70707059;
  font-size: 14px;
  font-weight: 600;
}

body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes tbody tr td {
  color: #393636;
  border-bottom: 1px solid #70707059;
  padding-left: 50px;
  font-size: 14px;
  font-style: normal;
}

@media (width <= 575.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs table.shop_attributes tbody tr td {
    padding-left: 25px;
  }
}

body.woocommerce-page.single-product .woocommerce-tabs .related.categories ul li {
  height: 323px;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product .woocommerce-tabs .related.categories ul li {
    width: 100%;
  }
}

body.woocommerce-page.single-product .select2.select2-container.select2-container--default {
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
}

body.woocommerce-page.single-product .select2.select2-container.select2-container--default li.select2-results__option.select2-results__option--selectable:first-child {
  display: none;
}

@media (width >= 1330px) {
  body.woocommerce-page.single-product .select2.select2-container.select2-container--default {
    min-width: 315px !important;
  }
}

body.woocommerce-page.single-product .motif_mwrq_add_item_browse_message {
  display: none !important;
}

body.woocommerce-page.single-product #how {
  max-height: 320px;
  overflow: hidden;
}

@media (width <= 991.98px) {
  body.woocommerce-page.single-product #how {
    max-width: 90vw;
    max-height: 100%;
    overflow-y: auto;
  }

  body.woocommerce-page.single-product #how .wp-block-tfawpblocks-column {
    padding: 20px !important;
  }
}

body.woocommerce-page.single-product #how p {
  max-width: 850px;
}

body.woocommerce-page form.woocommerce-ordering .select2-container--default .select2-selection--single {
  background-color: #f8f8f8 !important;
}

body.woocommerce-page .select2-dropdown {
  box-shadow: 0 6px 15px #0000000f;
  background-color: #f8f8f8 !important;
}

body.woocommerce-page .select2-dropdown .select2-results__options li {
  background-color: #f8f8f8 !important;
}

body.woocommerce-page .select2-dropdown .select2-results__options li:before {
  display: none;
}

body.woocommerce-page .wpc-filter-title {
  padding: 14px 0;
}

body.woocommerce-page .wpc-filter-title button .wpc-wrap-icons {
  font-weight: 600;
}

body.woocommerce-page .wpc-filter-taxonomy.wpc-filter-layout-radio {
  margin-bottom: 0;
  padding: 0 !important;
}

body.woocommerce-page .wpc-filter-selected-values {
  position: absolute;
  opacity: .25 !important;
  margin-top: 50px !important;
}

body.woocommerce-page .wpc-filter-chips-list {
  flex-wrap: wrap;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all {
  left: inherit;
  width: 100px;
  display: block;
  position: absolute;
  top: 35px;
  right: -25px;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border: 0;
  padding-top: 5px;
  padding-left: 0;
  font-size: 12px;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all a span {
  color: #afafaf;
  transition: all .3s ease-out;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all a:after {
  content: "";
  border-top: 1px solid #afafaf;
  width: 57px;
  transition: all .3s ease-out;
  display: block;
  position: absolute;
  bottom: 2px;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all a:hover span {
  color: #29478f;
  transition: all .3s ease-out;
}

body.woocommerce-page .wpc-filter-chips-list li.wpc-chip-reset-all a:hover:after {
  border-color: #29478f;
  transition: all .3s ease-out;
}

body.woocommerce-page .wpc-filter-chips-list li:not(.wpc-chip-reset-all) a {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

body.woocommerce-page .wpc-filter-chips-list li:not(.wpc-chip-reset-all) a:hover .wpc-chip-remove-icon {
  color: #29478f;
  transition: all .3s ease-out;
}

body.woocommerce-page .wpc-filter-chips-list li:before {
  display: none;
}

body.woocommerce-page .wpc-filter-content {
  position: relative;
}

body.woocommerce-page .filter-wrap {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 36px 27px;
  position: relative;
}

@media (width <= 991.98px) {
  body.woocommerce-page .filter-wrap {
    background: none;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0;
  }
}

body.woocommerce-page .filter-wrap .wpf_layout_vertical .select2-selection {
  background: #f8f8f8;
}

body.woocommerce-page .filter-wrap .wpf_layout_vertical .wpf_item_name {
  color: #393636;
  border: 0;
  padding-bottom: 0;
  font-size: 14px;
}

body.woocommerce-page .filter-wrap .wpf_layout_vertical li:before {
  display: none;
}

body.woocommerce-page .wpc-filters {
  position: relative;
}

body.woocommerce-page .wpc-filters-section {
  margin-bottom: 0;
}

body.woocommerce-page .wpc-filters-section-7960, body.woocommerce-page .wpc-filters-section-7961, body.woocommerce-page .wpc-filters-section-7962, body.woocommerce-page .wpc-filters-section-7963, body.woocommerce-page .wpc-filters-section-7964, body.woocommerce-page .wpc-filters-section-7966, body.woocommerce-page .wpc-filters-section-8038, body.woocommerce-page .wpc-filters-section-8411, body.woocommerce-page .wpc-filters-section-8416, body.woocommerce-page .wpc-filters-section-8419, body.woocommerce-page .wpc-filters-section-8423, body.woocommerce-page .wpc-filters-section-8409, body.woocommerce-page .wpc-filters-section-8410, body.woocommerce-page .wpc-filters-section-8412, body.woocommerce-page .wpc-filters-section-8418, body.woocommerce-page .wpc-filters-section-8649, body.woocommerce-page .wpc-filters-section-8651, body.woocommerce-page .wpc-filters-section-8652, body.woocommerce-page .wpc-filters-section-6072 .wpc-term-disabled:first-child {
  display: none !important;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"] {
  position: absolute;
  opacity: 0 !important;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"] + label {
  padding-left: 0;
  font-size: 14px;
  line-height: 14px;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"] + label:before {
  content: "";
  cursor: pointer;
  background: none;
  border: 1px solid #0d162c;
  border-radius: 100%;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 10px;
  transition: all .25s;
  position: relative;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"] + label .wpc-term-count {
  margin-top: 3px;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"] + label .wpc-term-count span {
  font-size: 14px;
  line-height: 14px;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item input[type="radio"]:checked + label:before {
  background-color: #29478f;
  box-shadow: inset 0 0 0 2px #f8f8f8;
}

body.woocommerce-page .wpc-filters-section .wpc-radio-item:hover a {
  color: #29478f !important;
}

body.woocommerce-page .wpc-filters-main-wrap input.wpc-filter-search-field {
  -webkit-appearance: none;
  color: #393636;
  background: #fff url("../search-h.02bc2293.svg") 10px / 12px no-repeat;
  outline: 0;
  font-size: 12px;
  line-height: 30px;
  display: block;
  position: relative;
  border: 1px solid #c7cacc !important;
  border-radius: 3px !important;
  padding: 3px 9px 3px 30px !important;
}

body.woocommerce-page .wpc-filters-main-wrap .wpc-filter-search-wrapper button.wpc-search-clear {
  top: -5px !important;
}

body.woocommerce-page .wpc-filters-main-wrap li.wpc-term-item a {
  color: #393636;
}

body.woocommerce-page .wpc-filters-main-wrap li.wpc-term-item a:hover {
  opacity: 1;
  color: #29478f;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li:before {
  box-sizing: border-box;
  cursor: pointer;
  content: "";
  background: none;
  border: 1px solid #29478f;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: none;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] {
  opacity: 0;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] ~ label {
  position: relative;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] ~ label:before, body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] ~ label:after {
  content: "";
  transition: opacity ease .5;
  transform-origin: 0 0;
  background-color: #29478f;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 14px;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] ~ label:before {
  left: -10px;
  transform: rotate(-145deg);
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"] ~ label:after {
  top: 9px;
  left: -14px;
  transform: rotate(-35deg);
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"]:checked ~ label:after {
  width: 2px;
  animation: .2s forwards dothabottomcheck2;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"]:checked ~ label:before {
  width: 2px;
  animation: .4s forwards dothabottomcheck;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"]:disabled {
  border-color: #29478f80 !important;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"]:disabled ~ label:before, body.woocommerce-page .wpc-filters-ul-list.wpc-filters-checkboxes li input[type="checkbox"]:disabled ~ label:after {
  background-color: #29478f80 !important;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-radio li a {
  font-size: 14px;
  line-height: 20px;
}

body.woocommerce-page .wpc-filters-ul-list.wpc-filters-radio li:before {
  display: none;
}

body.woocommerce-page .wpc-filters-widget-main-wrapper input.wpc-filter-search-field {
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
}

body.woocommerce-page .wpc-filters-widget-main-wrapper input.wpc-filter-search-field::placeholder {
  color: #afafaf;
}

body.woocommerce-page .wpc-filters-widget-main-wrapper input.wpc-filter-search-field:focus-visible {
  outline: 1px solid #afafaf;
}

body.woocommerce-page .wpc-filters-widget-main-wrapper button.wpc-search-clear {
  top: -5px;
}

body.woocommerce-page .wpc-filters-found-posts, body.woocommerce-page .wpc-filters-found-posts-wrapper {
  color: #fff;
}

body.woocommerce-page .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 5px 10px;
}

body.woocommerce-page .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: calc(50% + 2px);
  right: 20px;
  transform: rotate(360deg);
}

body.woocommerce-page .wpc-filter-layout-dropdown .select2-container--open .select2-selection__arrow b {
  top: calc(50% - 2px) !important;
  right: 10px !important;
  transform: rotate(-180deg) !important;
}

body.woocommerce-page .filter-wrap > h3.filter-title, body.woocommerce-page .filter-wrap > .filter-title.h3 {
  color: #29478f;
  font-weight: 600;
}

@media (width <= 991.98px) {
  body.woocommerce-page .filter-wrap > h3.filter-title, body.woocommerce-page .filter-wrap > .filter-title.h3 {
    display: none;
  }
}

body.woocommerce-page .wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, body.woocommerce-page .wpc-filter-collapsible .wpc-filter-title .wpc-open-icon {
  background: url("../arr-black.5c135419.svg") 100% / auto 100% no-repeat;
  border: 0;
  height: 9px;
  position: relative;
  transform: rotate(90deg);
}

body.woocommerce-page .wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon {
  transform: rotate(270deg);
}

body.woocommerce-page .wpc-filters-open-widget .wpc-icon-html-wrapper {
  background: url("../btn-mob-filter.5ae71584.svg") center no-repeat;
  width: 17px;
  height: 14px;
  margin-top: -3px;
  display: block;
}

body.woocommerce-page .wpc-filters-open-widget .wpc-icon-html-wrapper span {
  display: none !important;
}

body.woocommerce-page .wpc-filters-open-widget:hover .wpc-icon-html-wrapper {
  background-image: url("../btn-mob-filter-white.265a2106.svg");
}

body.woocommerce-page #motif-mwrq-list.shop_table.cart + .section__no-prod-quote {
  display: block;
}

body.woocommerce-page .select2-container .select2-dropdown {
  border: 1px solid #fff;
  padding: 15px 0;
}

body.woocommerce-page .select2-container--default .select2-selection--single {
  background-color: #f8f8f8;
}

body.woocommerce-page .select2-results {
  padding-left: 15px;
}

@media (width <= 991.98px) {
  body.page-template-page-quote .breadcrumb-wrap {
    margin-bottom: 40px;
  }
}

body.page-template-page-quote .woocommerce.mwrq-wrapper {
  padding-top: 0 !important;
}

body.page-template-page-quote .woocommerce.mwrq-wrapper table.cart img {
  object-fit: contain;
  min-width: 90px;
  max-height: 90px;
}

body .term-description ul li {
  font-weight: 400 !important;
}

.shop_table .product-remove a.remove {
  background: url("../del.db81b96b.svg") center / 100% no-repeat;
  width: 17px;
  height: 20px;
  font-size: 0;
  display: block;
  color: #0000 !important;
}

.shop_table .product-remove a.remove:hover {
  transform: scale(1.1);
}

.shop_table .mwrq-product-subtotal, .shop_table .product-subtotal {
  display: none !important;
}

#fancybox-outer {
  box-shadow: none;
  border-radius: 10px;
}

#fancybox-outer #fancybox-content {
  border-radius: 12px;
}

#fancybox-outer #fancybox-content #setup {
  padding: 60px;
}

#fancybox-outer #fancybox-content #setup h2, #fancybox-outer #fancybox-content #setup .h2 {
  color: #29478f;
}

.woocommerce .product-category ul {
  display: none !important;
}

@media (width <= 991.98px) {
  .wpc_show_bottom_widget .wpc-filters-widget-controls-container, .wpc_show_bottom_widget .wpc-filters-widget-top-container, .wpc_show_open_close_button .wpc-filters-open-button-container, .wpc_show_bottom_widget .wpc-filters-open-button-container {
    display: block;
  }

  .wpc-filter-field-td .select2-container .select2-selection--multiple .select2-selection__rendered {
    min-height: 27px;
    line-height: 27px;
  }

  .wpc-filter-field-td .select2-container .select2-selection--multiple .select2-selection__rendered, .wpc-filter-field-td .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered {
    min-height: 28px;
    line-height: 28px;
  }

  .wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 32px;
    line-height: 32px;
  }

  .wpc-filter-field-td .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }

  .form-table.wpc-sortable-table th, .form-table.wpc-sortable-table td {
    vertical-align: middle;
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    display: table-cell;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-top-container, .wpc_show_open_close_button .wpc-filters-widget-top-container {
    text-align: center;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-top-container {
    z-index: 99999;
    border-bottom: 1px solid #fff;
    position: sticky;
    top: 0;
  }

  .wpc-custom-selected-terms:not(.wpc-show-on-mobile), .wpc-edit-filter-set, .wpc_show_bottom_widget .widget_wpc_selected_filters_widget, .wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title, .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper .widget-title, .wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button, .wpc_show_bottom_widget .wpc-posts-found, body.wpc_show_bottom_widget .wpc-open-close-filters-button, body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
    display: none;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop), .wpc_show_bottom_widget .wpc-spinner.is-active, .wpc_show_bottom_widget .wpc-widget-close-container, html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner {
    display: block;
  }

  .wpc-widget-close-container .wpc-widget-close-icon {
    float: right;
  }

  .wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-html-wrapper {
    background: none;
    left: 10px;
  }

  .wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-html-wrapper span {
    background-color: #29478f;
    width: 20px;
    height: 2px;
    margin-bottom: -2px;
  }

  .wpc-widget-close-container .wpc-widget-popup-title {
    text-align: left;
    padding: 15px 20px;
    display: inline-block;
    color: #29478f !important;
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .wpc-filters-widget-controls-wrapper .wpc-filters-apply-button {
    color: #fff !important;
    background-color: #29478f !important;
    border-color: #29478f !important;
    border-radius: 6px !important;
    padding: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .wpc-filters-widget-controls-wrapper .wpc-filters-close-button {
    color: #29478f !important;
    border: 2px solid #29478f !important;
    border-radius: 6px !important;
    padding: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .widget-area li.wpc-term-item, body .wpc-filters-widget-main-wrapper li.wpc-term-item {
    padding: 2px 0;
  }

  .wpc-filters-main-wrap li.wpc-term-item {
    padding: 0 !important;
  }

  .widget-area ul.wpc-filters-ul-list, .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
    padding-left: 0;
  }

  .wpc-chip-empty {
    visibility: hidden;
    width: 0;
    display: list-item;
    margin-right: 0 !important;
  }

  .wpc-overlay-visible #secondary {
    z-index: auto;
  }

  html.is-active:not(.wpc-overlay-visible) .wpc-filters-overlay {
    opacity: .2;
    background: #fff;
    top: 0;
  }

  .wpc-custom-selected-terms.wpc-show-on-mobile ul.wpc-filter-chips-list {
    padding-left: 0;
    display: flex;
    overflow-x: auto;
  }

  html.is-active body:not(.wpc_show_bottom_widget) .wpc-filters-overlay {
    opacity: .3;
    background: #fff;
    top: 0;
  }

  body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-closed, body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-opened, body.wpc_show_bottom_widget .wpc-filters-widget-content:not(.wpc-opened) {
    display: block !important;
  }

  .wpc-open-close-filters-button {
    margin-bottom: 20px;
    display: block;
  }

  .wpc-overlay-visible body, html.wpc-overlay-visible {
    overflow: hidden !important;
  }

  .wpc_show_bottom_widget .widget_wpc_filters_widget, .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  .wpc_show_bottom_widget .wpc-filters-range-column {
    width: 48%;
    max-width: none;
  }

  .wpc_show_bottom_widget .wpc-filters-toolbar {
    margin: 1em 0;
    display: flex;
  }

  .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list, .wpc_show_open_close_button .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
    place-content: center flex-start;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    display: flex;
    overflow-x: auto;
  }

  .wpc-overlay-visible .wpc_show_bottom_widget .wpc-filters-overlay {
    opacity: .4;
    top: 0;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper .wpc-spinner.is-active + .wpc-filters-widget-content .wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    opacity: .6;
    pointer-events: none;
  }

  .wpc_show_bottom_widget .wpc-filters-open-button-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-content {
    z-index: 999999;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    height: auto;
    margin: 0;
    padding: 0;
    transition: transform .25s;
    position: fixed;
    inset: 5% 0 0;
    transform: translate3d(0, 120%, 0);
  }

  .wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: fixed;
    inset: 56px 0 0;
    overflow-y: scroll;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-content.wpc-filters-widget-opened {
    transform: translate3d(0, 0, 0);
  }

  .theme-twentyfourteen .wpc_show_bottom_widget .wpc-filters-widget-content, .theme-twentyfourteen.wpc_show_bottom_widget .wpc-filters-scroll-container {
    background-color: #000;
  }

  .wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list, .wpc_show_open_close_button .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list {
    max-height: none;
  }

  .wpc_show_bottom_widget .wpc-filters-scroll-container {
    background: #fff;
    min-height: 100%;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-wrapper {
    padding: 20px 20px 15px;
  }

  .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field, .wpc-sorting-form select, .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper input[type="number"], .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper input[type="text"], .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper select, .wpc_show_bottom_widget .wpc-filters-widget-main-wrapper textarea {
    font-size: 16px;
  }

  .wpc-filter-layout-dropdown .select2-container .select2-selection--single, .wpc-sorting-form .select2-container .select2-selection--single {
    height: auto;
    padding: 6px;
  }

  .wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list {
    overflow-y: visible;
  }

  .theme-twentyeleven #primary, .theme-twentyeleven #secondary {
    clear: both;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  #main > .fusion-row {
    max-width: 100%;
  }

  .wpc-sorting-form select, .wpc-filter-content select {
    padding: 6px 12px 6px 14px;
  }
}

@media (width >= 992px) {
  html.is-active .wpc-spinner {
    display: block;
  }

  html.is-active .wpc-filters-overlay {
    opacity: .15;
    background: #000;
  }

  .wpc_show_bottom_widget .wpc-filters-widget-content {
    height: auto !important;
  }

  body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-closed, body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-opened, body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
    display: block !important;
  }

  .theme-twentyfourteen .widget-area input.wpc-label-input + label:hover span.wpc-filter-label-wrapper, .widget-area input.wpc-label-input + label:hover span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
    color: #f5f5f5;
    background-color: #29478f;
  }

  #secondary .wpc-filters-labels li.wpc-term-item input + label:hover a, body .wpc-filters-labels li.wpc-term-item input + label:hover a, body#colibri .wpc-filters-labels li.wpc-term-item input + label:hover a, .widget-area .wpc-filters-labels li.wpc-term-item input + label:hover a, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item input + label:hover a {
    color: #f5f5f5;
  }

  .widget-area input.wpc-label-input + label:hover, .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover, .wpc-filters-labels li.wpc-term-has-image label:hover .wpc-term-image-wrapper, .wpc-filters-labels li.wpc-term-has-image input[type="checkbox"]:checked + label .wpc-term-image-wrapper {
    border-color: #29478f;
  }

  .wpc-custom-selected-terms {
    clear: both;
    width: 100%;
  }

  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    padding-left: 0;
    display: flex;
    overflow-x: auto;
  }

  #secondary .wpc-custom-selected-terms ul.wpc-filter-chips-list, #sidebar .wpc-custom-selected-terms ul.wpc-filter-chips-list, .sidebar .wpc-custom-selected-terms ul.wpc-filter-chips-list, .widget-area .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    display: block;
    overflow: visible;
  }

  html.is-active .wpc-filters-overlay {
    opacity: .3;
    background: #fff;
    top: 0;
  }

  .widget-area input.wpc-label-input + label:hover, .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover {
    border: 1px solid #00000040;
    border-radius: 5px;
  }

  .widget-area input.wpc-label-input + label:hover span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
    color: #333;
    background-color: #00000040;
  }

  .widget-area .wpc-filters-labels li.wpc-term-item input + label:hover a, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item input + label:hover a {
    color: #333;
  }

  .theme-storefront #primary .storefront-sorting .wpc-custom-selected-terms {
    font-size: inherit;
  }

  .theme-storefront #primary .wpc-custom-selected-terms {
    font-size: .875em;
  }
}

.section__cta-contact-us {
  background-position: bottom;
}

@media (width <= 1329.98px) {
  .section__cta-contact-us {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (width <= 991.98px) {
  .section__cta-contact-us:before {
    content: "";
    background-color: #ffffff59;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (width <= 575.98px) {
  .section__cta-contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section__home-hero {
  background-position-y: bottom;
  background-repeat: no-repeat;
  height: 800px;
  margin-top: 100px;
  background-size: cover !important;
}

.section__home-hero:before {
  content: "";
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: .2;
  z-index: 0;
  background-color: #29478f;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 991.98px) {
  .section__home-hero {
    background-position-x: 75%;
    margin-top: 50px;
    background-size: auto calc(100% - 50px) !important;
  }
}

.section__home-hero .row {
  height: 100%;
}

.section__home-hero .row .col {
  padding: 0 17px;
}

.section__home-hero .row .col h1, .section__home-hero .row .col .h1, .section__home-hero .row .col h2, .section__home-hero .row .col .h2, .section__home-hero .row .col p {
  animation: 1.5s both slide-in-left;
}

@media (width <= 991.98px) {
  .section__home-hero .row .col h1, .section__home-hero .row .col .h1, .section__home-hero .row .col h2, .section__home-hero .row .col .h2, .section__home-hero .row .col p {
    margin-left: 25px;
  }
}

@media (width <= 575.98px) {
  .section__home-hero .row .col h1, .section__home-hero .row .col .h1, .section__home-hero .row .col h2, .section__home-hero .row .col .h2, .section__home-hero .row .col p {
    margin-left: 5px;
  }
}

.section__home-hero .row .col .wp-block-tfawpblocks-button-boot {
  float: left;
  margin-top: 30px;
  animation: 1.5s both slide-in-left;
}

@media (width <= 991.98px) {
  .section__home-hero .row .col .wp-block-tfawpblocks-button-boot {
    margin-left: 25px;
  }
}

@media (width <= 575.98px) {
  .section__home-hero .row .col .wp-block-tfawpblocks-button-boot {
    margin-left: 5px;
  }
}

.section__home-hero .row .col .wp-block-tfawpblocks-button-boot a.btn-light:hover {
  background: #ededed;
}

.section__home-hero .row .col .wp-block-tfawpblocks-button-boot a.btn-outline-light:hover {
  color: #fff;
  background: #ffffff40;
}

@media (width <= 575.98px) {
  .section__home-hero .row .col .wp-block-tfawpblocks-button-boot a {
    margin: 0;
  }
}

.section__trending--title {
  padding-top: 100px;
  padding-right: 15px;
}

.section__trending--title > .row .wp-block-tfawpblocks-column {
  padding: 0 15px 0 0;
}

@media (width <= 1329.98px) {
  .section__trending--title {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (width <= 991.98px) {
  .section__trending--title {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__trending--title {
    padding-top: 60px;
  }
}

.section__trending--title .wp-block-tfawpblocks-button-boot {
  float: right;
  margin-top: -55px;
}

.section__trending--title .wp-block-tfawpblocks-button-boot .btn-link {
  text-transform: none;
  color: #29478f;
  transition: all .3s ease-out;
  font-weight: 600 !important;
}

.section__trending--title .wp-block-tfawpblocks-button-boot .btn-link:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__trending--title .wp-block-tfawpblocks-button-boot .btn-link:hover {
  opacity: .7;
  transition: all .3s ease-out;
  color: #137ec0 !important;
}

.section__trending--title .wp-block-tfawpblocks-button-boot .btn-link:hover:after {
  background-image: url("../arr-blue-light.d376d1c7.svg");
}

@media (width <= 991.98px) {
  .section__trending--intro > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (width >= 992px) {
  .section__trending--intro > .row .wp-block-tfawpblocks-column {
    padding: 0 0 0 5px;
  }
}

@media (width <= 991.98px) {
  .section__trending--intro {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template {
  height: 400px;
  position: relative;
  overflow: hidden;
  display: inline-block !important;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template {
    height: auto;
    padding: 0 2px;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post {
  flex-basis: content;
  float: left;
  height: 50%;
  padding: 0;
  display: flex;
  position: relative;
  align-self: flex-end !important;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:before {
  display: none;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post > a {
  width: 100%;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post h3, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .h3 {
  max-width: 310px;
  font-weight: 600;
}

@media (width <= 1199.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post h3, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .h3 {
    max-width: 75%;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post h3 a:hover, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .h3 a:hover {
  color: #29478f;
  opacity: 1;
  text-decoration: none;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post figure {
  justify-content: flex-end;
  align-self: flex-end;
  display: grid;
  float: none !important;
  margin: 0 !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post figure img {
  border-radius: 12px;
  width: 250px;
  display: block;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns {
  gap: 0;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column {
  margin: 0;
  flex-basis: 50% !important;
  align-self: flex-end !important;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column {
    padding-top: 40px;
  }

  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column:first-child {
    padding-right: 5px;
    flex-basis: 55% !important;
  }

  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column:last-child {
    flex-basis: 45% !important;
  }

  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column:last-child img {
    object-fit: cover;
    min-height: 120px;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column .wp-block-read-more {
  text-transform: none;
  color: #29478f;
  transition: all .3s ease-out;
  position: relative;
  font-weight: 600 !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column .wp-block-read-more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: 5px;
  position: absolute;
  right: -14px;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column .wp-block-read-more:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  color: #137ec0 !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns .wp-block-column .wp-block-read-more:hover:after {
  background-image: url("../arr-blue-light.d376d1c7.svg");
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child {
  float: left;
  width: 50%;
  height: 400px;
  padding-top: 0;
  padding-right: 80px;
  position: relative;
}

@media (width <= 1199.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child {
    padding-right: 60px;
  }
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 0;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column {
  position: relative;
  flex-basis: 100% !important;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child {
    padding-top: 0;
    flex-basis: 100% !important;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child {
  z-index: 2;
  padding: 40px 55px;
  position: absolute;
}

@media (width <= 1199.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child {
    padding: 40px;
  }
}

@media (width <= 575.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child {
    padding: 20px;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child .wp-block-read-more {
  position: absolute;
  bottom: 40px;
  right: 55px;
  color: #fff !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child .wp-block-read-more:after {
  background-image: url("../arr-white.feef6577.svg");
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child .wp-block-read-more:hover {
  opacity: .7;
  color: #fff !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:first-child .wp-block-read-more:hover:after {
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
  background-image: url("../arr-white.feef6577.svg") !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child figure {
  border-radius: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 !important;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child figure:before {
  content: "";
  mix-blend-mode: multiply;
  background: linear-gradient(#3e3a3a00 0%, #3e3a3a 100%) 0 100% no-repeat padding-box padding-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child figure img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

@media (width <= 991.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child figure img {
    width: 100%;
    height: 100%;
  }
}

@media (width <= 575.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column:last-child figure img {
    min-height: 250px;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column h3, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column .h3 {
  margin-bottom: 0;
}

@media (width <= 575.98px) {
  .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column h3, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column .h3 {
    max-width: 50%;
  }
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column h3 a, .section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:first-child .wp-block-column .h3 a {
  color: #fff;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:nth-child(2) {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.section__trending--intro .wp-block-query ul.wp-block-post-template li.wp-block-post:nth-child(2):after {
  content: "";
  border-top: 1px solid #70707057;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -2px;
}

.section__trending--find {
  border-radius: 12px;
  margin-top: 90px;
}

.section__trending--find > .row .wp-block-tfawpblocks-column {
  padding: 0;
}

@media (width <= 575.98px) {
  .section__trending--find {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
  }
}

.section__trending--find > .row {
  position: relative;
}

.section__trending--find > .row h2, .section__trending--find > .row .h2 {
  color: #29478f !important;
}

@media (width <= 575.98px) {
  .section__trending--find > .row h2, .section__trending--find > .row .h2 {
    max-width: 225px;
  }
}

.section__trending--find > .row p {
  max-width: 584px;
}

@media (width >= 992px) and (width <= 1329.98px) {
  .section__trending--find > .row p {
    max-width: 95%;
  }
}

.section__trending--find > .row:before {
  content: "";
  background-color: #f8f8f8;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

@media (width <= 991.98px) {
  .section__trending--find .row {
    margin-left: 0;
  }
}

.section__trending--find .row .col {
  padding-left: 0;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__trending--find .row .col:nth-child(2) {
    padding: 15px;
  }

  .section__trending--find .row .col:first-child img {
    object-fit: fill;
    min-height: 330px;
  }
}

@media (width <= 991.98px) {
  .section__trending--find .row .col:first-child {
    order: 1;
    padding-right: 0;
    overflow: hidden;
  }

  .section__trending--find .row .col:first-child .wp-block-image {
    border-radius: 15px;
    width: 100%;
    display: block;
    position: relative;
  }

  .section__trending--find .row .col:first-child .wp-block-image:before {
    content: "";
    background: #f8f8f8;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
  }

  .section__trending--find .row .col:first-child .wp-block-image img {
    vertical-align: bottom;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .section__trending--find .row .col:first-child + .col {
    padding: 70px;
  }
}

@media (width <= 575.98px) {
  .section__trending--find .row .col:first-child + .col {
    padding: 30px;
  }
}

.section__trending--find .row .col .wp-block-image {
  margin-bottom: 0;
}

@media (width >= 1200px) and (width <= 1329.98px) {
  .section__trending--find .row .col .wp-block-image {
    max-width: 520px;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__trending--find .row .col .wp-block-image {
    max-width: 90%;
  }
}

.section__featured-products--title {
  padding-top: 100px;
}

.section__featured-products--title > .row .wp-block-tfawpblocks-column {
  padding-left: 0;
  padding-right: 15px;
}

.section__featured-products--title > .row .wp-block-tfawpblocks-column h2, .section__featured-products--title > .row .wp-block-tfawpblocks-column .h2 {
  margin-bottom: 0;
}

@media (width <= 1329.98px) {
  .section__featured-products--title {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (width <= 991.98px) {
  .section__featured-products--title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__featured-products--title {
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}

.section__featured-products--title .wp-block-tfawpblocks-button-boot {
  float: right;
  margin-top: -40px;
}

@media (width <= 575.98px) {
  .section__featured-products--title .wp-block-tfawpblocks-button-boot {
    float: left;
    margin-top: -5px;
  }
}

.section__featured-products--title .wp-block-tfawpblocks-button-boot .btn-link {
  text-transform: none;
  color: #29478f;
  transition: all .3s ease-out;
  font-weight: 600 !important;
}

.section__featured-products--title .wp-block-tfawpblocks-button-boot .btn-link:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__featured-products--title .wp-block-tfawpblocks-button-boot .btn-link:hover {
  opacity: .7;
  transition: all .3s ease-out;
  color: #137ec0 !important;
}

.section__featured-products--title .wp-block-tfawpblocks-button-boot .btn-link:hover:after {
  background-image: url("../arr-blue-light.d376d1c7.svg");
}

.section__featured-products--slider {
  --bs-gutter-x: 0;
  margin: 0 auto;
  position: relative;
}

.section__featured-products--slider .one-column-layout .row {
  margin: 0 auto;
  --bs-gutter-x: 0 !important;
}

.section__featured-products--slider .one-column-layout .row .col {
  padding: 0;
}

.section__featured-products--slider .one-column-layout .swiper-slider {
  padding: 0;
  overflow: hidden;
  margin: 0 auto !important;
}

@media (width <= 1329.98px) {
  .section__featured-products--slider .one-column-layout .swiper-slider {
    max-width: calc(100vw - 80px);
    margin: 0 30px !important;
  }
}

@media (width <= 575.98px) {
  .section__featured-products--slider .one-column-layout .swiper-slider {
    max-width: calc(100vw - 30px);
    margin: 0 15px !important;
  }
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row {
  grid-auto-flow: column;
  gap: 0;
  height: 368px;
  margin: 0 auto;
  display: grid;
}

@media (width <= 575.98px) {
  .section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row {
    height: auto;
  }
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide {
  --bs-gutter-x: 30px;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card {
  border-radius: 12px;
  min-height: 338px;
  background-color: #f8f8f8 !important;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .img-box {
  max-width: 85%;
  max-height: 215px;
  margin: 30px auto;
  padding-top: 30px;
}

@media (width <= 575.98px) {
  .section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .img-box {
    max-width: 100%;
    margin-top: 0;
  }
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .img-box img {
  object-fit: contain;
  max-width: 85%;
  min-height: 215px;
  max-height: 215px;
  margin: 0 auto;
  display: block;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  padding-left: 40px;
  transition: all .3s ease-out;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc h3, .section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc .h3 {
  margin-bottom: 0;
  position: absolute;
  bottom: 30px;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc p {
  display: none;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #29478f;
  opacity: 0;
  margin-top: -10px;
  font-weight: 600 !important;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__featured-products--slider .one-column-layout .swiper-slider .swiper-wrapper.row .swiper-slide .wp-block-tfawpblocks-cta-card:hover {
  background-color: #ededed !important;
}

.section__featured-products--slider .swiper_prod {
  max-width: 1320px;
  margin: 70px auto 0;
}

@media (width <= 1329.98px) {
  .section__featured-products--slider .swiper_prod {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (width <= 575.98px) {
  .section__featured-products--slider .swiper_prod {
    margin-top: 70px;
  }
}

.section__featured-products--slider .swiper_prod > div {
  cursor: pointer;
  float: left;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  margin-right: 30px;
  display: block;
}

@media (width <= 991.98px) {
  .section__featured-products--slider .swiper_prod > div {
    margin-right: 15px;
  }
}

.section__featured-products--slider .swiper_prod-prev {
  background: url("../sw-left.f8d775e5.svg") center / 100% no-repeat;
}

.section__featured-products--slider .swiper_prod-next {
  background: url("../sw-right.f6700104.svg") center / 100% no-repeat;
}

.section__industrial-application--title {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 15px;
  max-width: 1320px !important;
}

@media (width <= 1329.98px) {
  .section__industrial-application--title {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (width <= 575.98px) {
  .section__industrial-application--title {
    padding-top: 60px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.section__industrial-application--items {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 15px;
  max-width: 1320px !important;
}

@media (width <= 1329.98px) {
  .section__industrial-application--items {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (width <= 575.98px) {
  .section__industrial-application--items {
    padding-bottom: 60px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.section__industrial-application--items .left:nth-child(2) .wp-block-tfawpblocks-cta-card:hover .desc, .section__industrial-application--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card:hover .desc {
  top: 30px;
}

@media (width >= 992px) {
  .section__industrial-application--items .left:nth-child(2) .wp-block-tfawpblocks-cta-card .desc, .section__industrial-application--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card .desc {
    top: 70px;
  }
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .img-box img {
  max-width: 100%;
}

@media (width <= 1329.98px) {
  .section__industrial-application--items .wp-block-tfawpblocks-cta-card .img-box img {
    min-width: 100%;
    min-height: 210px;
  }
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 80%;
  transition: all .3s ease-out;
  position: absolute;
  top: 95px;
  left: 30px;
}

@media (width <= 991.98px) {
  .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc {
    top: inherit;
    bottom: -10px;
  }
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc h3, .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc .h3 {
  font-weight: 600;
}

@media (width <= 1199.98px) {
  .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc h3, .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc .h3 {
    margin-bottom: 10px;
  }
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc p {
  font-size: 15px;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc h3, .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc .h3, .section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 54px;
}

@media (width <= 991.98px) {
  .section__industrial-application--items .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 35px;
  }
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
}

.section__industrial-application--items .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 575.98px) {
  .section__industries--intro-img .wp-block-image img {
    object-fit: cover;
    border-radius: 10px;
    height: 150px;
  }
}

.section__industries--intro {
  padding-top: 100px;
}

@media (width <= 575.98px) {
  .section__industries--intro {
    padding-top: 60px;
  }

  .section__industries--intro h1, .section__industries--intro .h1 {
    font-size: 38px !important;
  }
}

.section__industries--items {
  padding: 0 0 100px;
}

.section__industries--items .twelve-column-layout {
  --bs-gutter-x: 3rem;
  row-gap: 10px;
}

@media (width <= 991.98px) {
  .section__industries--items .twelve-column-layout {
    padding-left: 25px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__industries--items .twelve-column-layout {
    padding-right: 25px !important;
  }

  .section__industries--items {
    padding-bottom: 60px;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__industries--items .left:first-child .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(2) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(4) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(9) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(11) .wp-block-tfawpblocks-cta-card .desc {
    top: 70px;
  }
}

@media only screen and (device-width >= 769px) and (device-width <= 940px) {
  .section__industries--items .left:first-child .wp-block-tfawpblocks-cta-card .desc {
    top: 90px !important;
  }
}

@media only screen and (device-width >= 992px) and (device-width <= 1224px) {
  .section__industries--items .left:first-child .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(2) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(4) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(9) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(11) .wp-block-tfawpblocks-cta-card .desc {
    top: 60px;
  }
}

.section__industries--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card:hover .desc {
  top: 70px;
}

@media only screen and (device-width >= 992px) and (device-width <= 1024px) {
  .section__industries--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card .desc {
    top: 40px;
  }
}

@media (width >= 1330px) {
  .section__industries--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card .desc {
    top: 110px;
  }
}

@media (width <= 575.98px) {
  .section__industries--items .left:nth-child(2) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(4) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(9) .wp-block-tfawpblocks-cta-card .desc, .section__industries--items .left:nth-child(10) .wp-block-tfawpblocks-cta-card .desc {
    top: 70px;
  }
}

.section__industries--items .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__industries--items .wp-block-tfawpblocks-cta-card .img-box img {
  width: 100%;
  max-width: 100%;
}

@media (width <= 1199.98px) {
  .section__industries--items .wp-block-tfawpblocks-cta-card .img-box img {
    min-height: 200px;
  }
}

.section__industries--items .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 85%;
  transition: all .3s ease-out;
  position: absolute;
  top: 130px;
  left: 30px;
}

@media (width >= 992px) and (width <= 1329.98px) {
  .section__industries--items .wp-block-tfawpblocks-cta-card .desc {
    top: 80px;
  }
}

@media (width <= 991.98px) {
  .section__industries--items .wp-block-tfawpblocks-cta-card .desc {
    top: 90px;
  }
}

.section__industries--items .wp-block-tfawpblocks-cta-card .desc h3, .section__industries--items .wp-block-tfawpblocks-cta-card .desc .h3, .section__industries--items .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
}

.section__industries--items .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  font-weight: 600 !important;
}

.section__industries--items .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: -14px;
}

.section__industries--items .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 94px;
}

@media (width <= 1199.98px) {
  .section__industries--items .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 40px;
  }
}

.section__industries--items .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
}

.section__industries--items .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 991.98px) {
  .section__industries--items.container {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__industries--items.container {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.section__industries--cta {
  border-radius: 10px;
}

@media (width <= 1199.98px) {
  .section__industries--cta {
    max-width: 90% !important;
  }

  .section__industries--cta div {
    padding-left: 0 !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__industries--cta h2, .section__industries--cta .h2, .section__industries--cta p, .section__industries--cta .wp-block-tfawpblocks-button-boot {
    padding-left: 10% !important;
  }
}

.section__industries--cta .wp-block-image {
  margin: 0;
}

@media (width <= 991.98px) {
  .section__industries--cta .wp-block-image img {
    border-radius: 10px 0 0 10px;
    height: 300px;
  }
}

@media (width <= 575.98px) {
  .section__industries--cta .wp-block-image img {
    display: none;
  }
}

@media (width <= 991.98px) {
  .section__industries--cta h2, .section__industries--cta .h2 {
    line-height: 36px;
    font-size: 24px !important;
  }

  .section__industries--cta p, .section__industries--cta h2, .section__industries--cta .h2 {
    padding-left: 40px;
  }

  .section__industries--cta div a {
    margin-left: 40px !important;
  }
}

.section__industries--cta .wp-block-tfawpblocks-button-boot {
  margin-top: 40px;
}

.section__industries--main-title p {
  font-size: 20px;
}

@media (width <= 575.98px) {
  .section__industries--main-title h1, .section__industries--main-title .h1 {
    font-size: 38px !important;
  }

  .section__industries--typical-title h1, .section__industries--typical-title .h1, .section__industries--typical-title h2, .section__industries--typical-title .h2 {
    font-size: 24px !important;
  }
}

.section__industries-metals--factors:nth-child(2) {
  border-left: 1px solid #afafaf2e;
}

@media (width <= 991.98px) {
  .section__industries-metals--factors:nth-child(2) {
    border-left: none;
  }
}

.section__industries-metals--factors ul li, .section__industries-metals--factors-left ul li {
  color: #393636;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.section__industries-metals--factors ul li:before, .section__industries-metals--factors-left ul li:before {
  content: "";
  background-color: #393636;
  width: 5px;
  height: 5px;
  top: -2px;
}

.section__industries-metals--solutions-mobile > .two-column-layout {
  --bs-gutter-x: 0rem;
}

@media (width <= 575.98px) {
  .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section {
    height: 110px;
    position: relative;
    overflow-x: scroll;
  }

  .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.row, .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.four-column-layout {
    width: 550px;
  }

  .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.row div, .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.four-column-layout div {
    min-width: 100px;
    width: auto !important;
  }

  .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.row div h2, .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.row div .h2, .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.four-column-layout div h2, .section__industries-metals--solutions-mobile > div.wp-block-tfawpblocks-row-section div.four-column-layout div .h2 {
    padding: 5px;
  }
}

.section__industries-metals--solutions-menu .menu-link {
  cursor: pointer;
  border-bottom: 1px solid #afafaf2e;
  transition: all .3s ease-out;
  height: 120px !important;
}

@media (width <= 575.98px) {
  .section__industries-metals--solutions-menu .menu-link {
    width: 100%;
  }
}

.section__industries-metals--solutions-menu .menu-link h2, .section__industries-metals--solutions-menu .menu-link .h2 {
  padding: 10px;
  line-height: 26px;
  transition: all .3s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (width <= 991.98px) {
  .section__industries-metals--solutions-menu .menu-link h2, .section__industries-metals--solutions-menu .menu-link .h2 {
    font-size: 16px !important;
  }
}

.section__industries-metals--solutions-menu .menu-link:last-child {
  border-bottom: none;
}

.section__industries-metals--solutions-menu .menu-link:hover {
  border-radius: 10px;
  transition: all .3s ease-out;
  background-color: #f8f8f8 !important;
}

.section__industries-metals--solutions-menu .menu-link:hover h2, .section__industries-metals--solutions-menu .menu-link:hover .h2 {
  color: #29478f !important;
}

@media (width <= 991.98px) {
  .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section {
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    overflow-x: scroll;
  }

  .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.row, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.four-column-layout, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.three-column-layout {
    width: 1250px;
  }

  .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.row div, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.four-column-layout div, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.three-column-layout div {
    min-width: 250px;
    width: auto !important;
  }

  .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.row div h2, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.row div .h2, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.four-column-layout div h2, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.four-column-layout div .h2, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.three-column-layout div h2, .section__industries-metals--solutions-menu > div.wp-block-tfawpblocks-row-section div.three-column-layout div .h2 {
    color: #29478f;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 20px !important;
  }
}

.section__industries-metals--solutions-content {
  padding-right: 0;
}

@media (width <= 991.98px) {
  .section__industries-metals--solutions-content .row {
    height: auto !important;
  }
}

.section__industries-metals--solutions-content .tough {
  border-radius: 10px;
  height: 600px !important;
}

@media (width <= 991.98px) {
  .section__industries-metals--solutions-content .tough {
    height: auto !important;
  }
}

.section__industries-metals--solutions-content .tough h2, .section__industries-metals--solutions-content .tough .h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

@media (width >= 768px) {
  .section__industries-metals--solutions-content .tough .wp-block-tfawpblocks-row-section .wp-block-tfawpblocks-column:first-child section.text-left {
    margin-right: 1em;
  }

  .section__industries-metals--solutions-content .tough .wp-block-tfawpblocks-row-section .wp-block-tfawpblocks-column:nth-child(2) section.text-left {
    margin-left: 1em;
  }
}

.section__industries-metals--solutions-content .tough > p {
  margin-bottom: 30px;
  padding-right: 30%;
}

@media (width <= 1199.98px) {
  .section__industries-metals--solutions-content .tough > p {
    padding-right: 0;
  }
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .img-box {
  background-color: #fff;
  border-radius: 10px;
  min-height: 350px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .img-box img {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 250px;
  margin: 0 auto;
  display: block;
}

@media (width <= 1199.98px) {
  .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .img-box img {
    min-height: 200px;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .img-box img {
    width: 100%;
    height: 150px;
  }
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 80%;
  transition: all .3s ease-out;
  position: absolute;
  top: 250px;
  left: 30px;
}

@media (width <= 1199.98px) {
  .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc {
    top: 240px;
  }
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc h3, .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc .h3, .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #393636;
  margin: 10px 0;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc h3, .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc .h3 {
  font-size: 20px;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc p {
  font-size: 12px;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #29478f;
  opacity: 0;
  font-weight: 600 !important;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 220px;
}

@media (width <= 991.98px) {
  .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 145px;
  }
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
  font-size: 14px;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card.img-full .img-box img {
  max-width: none;
  min-height: 350px;
}

@media (width <= 1199.98px) {
  .section__industries-metals--solutions-content .wp-block-tfawpblocks-cta-card.img-full .img-box img {
    width: auto;
  }
}

.section__industries-metals--solutions-content div > div {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section__industries-metals--solutions-content div > div:nth-child(2) {
  padding-left: 10px;
}

@media (width <= 575.98px) {
  .section__industries-metals--solutions-content div > div:first-child {
    padding-right: 0;
  }

  .section__industries-metals--solutions-content div > div:nth-child(2) {
    padding-left: 0;
  }
}

.section__industries-metals--cta, .section__industries-metals--cta-about {
  background-position: 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-size: contain !important;
}

@media (width <= 1329.98px) {
  .section__industries-metals--cta, .section__industries-metals--cta-about {
    background-position: 100% 120%;
    width: 92%;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--cta, .section__industries-metals--cta-about {
    width: 90%;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--cta, .section__industries-metals--cta-about {
    background-image: none !important;
  }
}

.section__industries-metals--cta .btn, .section__industries-metals--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta input[type="submit"], .section__industries-metals--cta-about .btn, .section__industries-metals--cta-about .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta-about input[type="submit"] {
  float: right;
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__industries-metals--cta .btn, .section__industries-metals--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta input[type="submit"], .section__industries-metals--cta-about .btn, .section__industries-metals--cta-about .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta-about input[type="submit"] {
    margin-top: -150px;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--cta .btn, .section__industries-metals--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta input[type="submit"], .section__industries-metals--cta-about .btn, .section__industries-metals--cta-about .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--cta-about input[type="submit"] {
    float: left;
    margin-top: -40px;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--cta h2, .section__industries-metals--cta .h2, .section__industries-metals--cta-about h2, .section__industries-metals--cta-about .h2 {
    max-width: 60%;
    line-height: 36px;
  }

  .section__industries-metals--cta p, .section__industries-metals--cta-about p {
    max-width: 50%;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--cta h2, .section__industries-metals--cta .h2, .section__industries-metals--cta-about h2, .section__industries-metals--cta-about .h2 {
    max-width: 100%;
    padding-top: 50px;
    line-height: 36px;
  }

  .section__industries-metals--cta p, .section__industries-metals--cta-about p {
    max-width: 100%;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles > div {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--articles > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 767.98px) {
  .section__industries-metals--articles .main-left .wp-block-tfawpblocks-cta-card {
    max-height: 425px !important;
  }
}

.section__industries-metals--articles .main-left .swiper-button-next, .section__industries-metals--articles .main-left .swiper-button-prev {
  display: none;
}

@media (width >= 1200px) {
  .section__industries-metals--articles .main-left .wp-block-tfawpblocks-cta-card {
    padding-right: 75px;
  }
}

.section__industries-metals--articles .main-left .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__industries-metals--articles .main-left .img-box:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(to top, #00000080, #0000);
  border-radius: 10px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section__industries-metals--articles .main-left .img-box img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 400px;
}

@media (width <= 1199.98px) {
  .section__industries-metals--articles .main-left .img-box img {
    min-height: 200px;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-left .img-box img {
    height: auto;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-left .img-box img {
    height: 350px !important;
  }
}

.section__industries-metals--articles .main-left .desc {
  z-index: 1;
  max-width: 80%;
  position: relative;
  bottom: 125px;
  left: 30px;
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-left .desc {
    top: -150px;
  }
}

.section__industries-metals--articles .main-left .desc h3, .section__industries-metals--articles .main-left .desc .h3, .section__industries-metals--articles .main-left .desc p, .section__industries-metals--articles .main-left .desc .learnmore a {
  cursor: pointer;
  color: #fff;
  max-width: 60%;
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-left .desc h3, .section__industries-metals--articles .main-left .desc .h3, .section__industries-metals--articles .main-left .desc p, .section__industries-metals--articles .main-left .desc .learnmore a {
    max-width: none;
  }
}

.section__industries-metals--articles .main-left .desc h3 a, .section__industries-metals--articles .main-left .desc .h3 a, .section__industries-metals--articles .main-left .desc .learnmore a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.section__industries-metals--articles .main-left .desc .learnmore a {
  float: right;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.section__industries-metals--articles .main-left .desc .learnmore a:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__industries-metals--articles .main-left .desc .learnmore {
  width: 400px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-left .desc .learnmore {
    width: 80px;
    position: relative;
    bottom: 0;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .wp-block-tfawpblocks-cta-card {
    min-height: 375px !important;
  }
}

.section__industries-metals--articles .main-right .swiper-button-next, .section__industries-metals--articles .main-right .swiper-button-prev {
  display: none;
}

.section__industries-metals--articles .main-right hr {
  width: 100%;
  margin: -30px 0 30px 30px;
  position: relative;
}

@media (width <= 1199.98px) {
  .section__industries-metals--articles .main-right hr {
    margin: -90px 10px 40px 30px;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right hr {
    display: none;
  }
}

@media (width >= 768px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items:first-child .img-box img {
    max-width: 300px;
  }
}

@media (width >= 992px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items:first-child .img-box img {
    max-width: 260px;
  }
}

@media (width >= 1200px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items:first-child .img-box img {
    max-width: 300px;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items {
    float: left;
    max-width: 50%;
    position: relative;
  }
}

@media (width <= 767.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items {
    max-width: 100%;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .wp-block-tfawpblocks-cta-card {
    height: 260px;
  }
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .img-box {
  float: right;
  position: relative;
}

@media (width <= 1199.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .img-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .img-box img {
  object-fit: cover;
  border-radius: 10px;
  max-width: none;
  height: 170px;
  margin-left: 360px;
}

@media (width <= 1199.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .img-box img {
    width: auto;
    height: 150px;
    min-height: 150px;
    margin-left: 20vw;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .img-box img {
    min-height: 200px;
    margin-left: 0;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .img-box img {
    max-width: 100%;
  }
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc {
  z-index: 1;
  max-width: 80%;
  position: relative;
  bottom: 125px;
  left: 30px;
}

@media (width <= 1199.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .desc {
    max-width: 60%;
    bottom: 165px;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .desc {
    top: inherit;
    max-width: 100%;
    bottom: 0;
    left: 0;
  }
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc h3, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .h3, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc p, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a {
  cursor: pointer;
  color: #393636;
  max-width: 60%;
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .desc h3, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .h3, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc p, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a {
    max-width: 100%;
  }
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc h3 a, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .h3 a, .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a {
  color: #393636;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a {
  color: #29478f;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  left: 85px;
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a:hover {
  opacity: 1;
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore a:hover:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore {
  width: 400px;
  position: absolute;
  bottom: -40px;
  left: 0;
}

@media (width <= 991.98px) {
  .section__industries-metals--articles .main-right .section_acf-flexible-items .desc .learnmore {
    width: auto;
    position: relative;
    bottom: 0;
    left: 0;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--articles .main-left {
    height: 370px !important;
  }
}

.section__industries-metals--global-cta {
  border-radius: 10px;
}

@media (width <= 1329.98px) {
  .section__industries-metals--global-cta {
    width: 90%;
  }

  .section__industries-metals--global-cta > div {
    padding-left: 0 !important;
  }
}

.section__industries-metals--global-cta .wp-block-image {
  margin: 0;
}

@media (width <= 575.98px) {
  .section__industries-metals--global-cta .wp-block-image {
    display: none;
  }
}

.section__industries-metals--global-cta .main-right p {
  padding-right: 20%;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__industries-metals--global-cta .main-right p {
    padding-left: 10%;
    padding-right: 0;
  }

  .section__industries-metals--global-cta .main-right h2, .section__industries-metals--global-cta .main-right .h2 {
    padding-left: 10%;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--global-cta .main-right h2, .section__industries-metals--global-cta .main-right .h2 {
    max-width: 80%;
    font-size: 24px !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__industries-metals--global-cta .main-right .wp-block-tfawpblocks-button-boot {
    padding-left: 10%;
  }
}

.section__industries-metals--global-cta .main-right .wp-block-tfawpblocks-button-boot .btn, .section__industries-metals--global-cta .main-right .wp-block-tfawpblocks-button-boot .wpcf7 input[type="submit"], .wpcf7 .section__industries-metals--global-cta .main-right .wp-block-tfawpblocks-button-boot input[type="submit"] {
  margin-top: 40px;
}

@media (width <= 991.98px) {
  .section__industries-metals--global-cta .main-right {
    padding: 20px 20px 20px 100px;
  }

  .section__industries-metals--global-cta .main-right p {
    padding-right: 0;
  }
}

@media (width <= 575.98px) {
  .section__industries-metals--global-cta .main-right {
    padding: 20px 0 20px 40px;
    font-size: 12px;
  }
}

@media (width <= 1199.98px) {
  .section__industries-metals--global-cta .main-left img {
    object-fit: cover;
    width: 100%;
    height: 40vh;
    border-radius: 10px 0 0 10px !important;
  }
}

@media (width <= 991.98px) {
  .section__industries-metals--global-cta .main-left img {
    object-fit: cover;
    width: 120%;
    max-width: 120%;
    height: 50vh;
    border-radius: 10px 0 0 10px !important;
  }
}

@media only screen and (device-width <= 1024px) and (height <= 1024px) {
  .section__industries-metals--global-cta .main-left img {
    height: 70vh;
  }
}

.section__industries-cement--cta {
  background-position: 250px bottom;
  background-repeat: no-repeat;
  border-radius: 10px;
  --bs-gutter-x: 0rem !important;
  background-size: contain !important;
}

@media (width <= 1199.98px) {
  .section__industries-cement--cta {
    max-height: 400px;
  }
}

@media (width <= 575.98px) {
  .section__industries-cement--cta {
    background-image: none !important;
  }
}

.section__industries-cement--cta .btn, .section__industries-cement--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta input[type="submit"] {
  float: left;
  white-space: nowrap;
  background: url("../ico-feather-file-white.d07295f3.svg") 30px / 13.6px 17px no-repeat;
  border: 2px solid #fff;
  width: auto;
  margin: 15px 15px 15px 0;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
  border-radius: 12px !important;
  padding: 24px 30px 24px 60px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

@media (width <= 991.98px) {
  .section__industries-cement--cta .btn, .section__industries-cement--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta input[type="submit"] {
    float: right;
    margin-top: -40px;
  }
}

@media (width <= 575.98px) {
  .section__industries-cement--cta .btn, .section__industries-cement--cta .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta input[type="submit"] {
    float: left;
    margin-top: 10px;
  }
}

.section__industries-cement--cta .btn:hover, .section__industries-cement--cta .wpcf7 input[type="submit"]:hover, .wpcf7 .section__industries-cement--cta input[type="submit"]:hover {
  color: #393636;
  background: #f8f8f8 url("../ico-feather-file-black.35c8b87c.svg") 30px / 13.6px 17px no-repeat;
}

.section__industries-cement--cta--btn .btn, .section__industries-cement--cta--btn .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta--btn input[type="submit"] {
  float: left;
  white-space: nowrap;
  background: url("../arr-white.feef6577.svg") 90% / 8px 12px no-repeat;
  border: 2px solid #fff;
  width: auto;
  margin: 15px 15px 15px 0;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: relative;
  border-radius: 12px !important;
  padding: 24px 40px 24px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

@media (width <= 991.98px) {
  .section__industries-cement--cta--btn .btn, .section__industries-cement--cta--btn .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta--btn input[type="submit"] {
    float: right;
    margin-top: -40px;
  }
}

@media (width <= 575.98px) {
  .section__industries-cement--cta--btn .btn, .section__industries-cement--cta--btn .wpcf7 input[type="submit"], .wpcf7 .section__industries-cement--cta--btn input[type="submit"] {
    float: left;
    margin-top: 10px;
  }
}

.section__industries-cement--cta--btn .btn:hover, .section__industries-cement--cta--btn .wpcf7 input[type="submit"]:hover, .wpcf7 .section__industries-cement--cta--btn input[type="submit"]:hover {
  color: #393636;
  background: #f8f8f8 url("../arr-black.5c135419.svg") 90% / 8px 12px no-repeat;
}

@media (width <= 575.98px) {
  .section__industries-cement--cta h2, .section__industries-cement--cta .h2 {
    padding-top: 0;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--main > div {
    margin: 0;
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__white-papers--main > div {
    margin: 0;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--menu {
    padding-right: 20px;
    padding-left: 0 !important;
  }
}

.section__white-papers--menu .menu-tools-resources {
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 10px 20px 10px 10px;
  max-width: 93% !important;
}

@media (width >= 992px) {
  .section__white-papers--menu .menu-tools-resources {
    min-height: 60px;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--menu .menu-tools-resources {
    max-width: 100% !important;
  }
}

@media (width <= 575.98px) {
  .section__white-papers--menu .menu-tools-resources {
    padding: 0 20px !important;
  }
}

.section__white-papers--menu .menu-tools-resources div div {
  position: relative;
  top: 0;
  overflow-x: scroll;
}

@media (width <= 991.98px) {
  .section__white-papers--menu ul {
    place-content: start;
    width: 1950px;
    height: 45px;
    margin-top: 0;
    display: flex;
    position: relative;
    top: 0;
  }
}

@media (width <= 575.98px) {
  .section__white-papers--menu ul {
    width: 1350px;
    height: 50px;
  }
}

.section__white-papers--menu ul li:first-child {
  margin-top: 30px;
}

.section__white-papers--menu ul li:first-child a {
  color: #29478f;
  font-size: 20px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__white-papers--menu ul li:first-child {
    margin-right: 0;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--menu ul li:first-child {
    display: none;
  }
}

.section__white-papers--menu ul li {
  border-radius: 10px;
  width: 110%;
  margin: 10px 25px 0 0;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

@media (width <= 1199.98px) {
  .section__white-papers--menu ul li {
    margin: 10px 0 0;
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--menu ul li {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px 10px 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__white-papers--menu ul li {
    padding: 0;
  }
}

.section__white-papers--menu ul li a {
  color: #393636;
  font-weight: 600;
}

.section__white-papers--menu ul li a:hover {
  color: #29478f;
}

.section__white-papers--menu ul li:before {
  background-color: #0000;
}

.section__white-papers--menu ul li:after {
  content: "";
  border: none;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__white-papers--menu ul li {
    width: auto;
    margin: 12px 0;
    margin-left: 25px !important;
  }
}

@media (width <= 991.98px) {
  .section__white-papers--menu ul li {
    width: auto;
    margin: 20px 0;
  }
}

.section__white-papers--menu ul li a:hover {
  text-decoration: none;
}

@media (width <= 575.98px) {
  .section__white-papers--content {
    padding-left: 0;
    padding-right: 0;
  }
}

.section__white-papers--content .icon {
  padding-left: 35px;
}

.section__white-papers--content .icon :hover {
  color: #29478f !important;
}

.section__white-papers--content .icon .wp-block-button__link {
  border: none;
  padding: 0;
  text-decoration: none;
}

.section__white-papers--content .icon:before {
  content: "";
  background-image: url("../ico-feather-file-black.35c8b87c.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 35px;
}

@media (width <= 575.98px) {
  .section__white-papers--content .icon:before {
    left: 10px;
  }
}

.section__white-papers--content .icon:hover:before {
  background-image: url("../ico-feather-file-blue.f91e4a49.svg");
}

@media (width <= 991.98px) {
  .section__white-papers--content .wp-block-image img {
    width: 100%;
  }
}

@media (width >= 768px) {
  .section__resources--intro p {
    font-size: 20px;
  }
}

@media (width <= 991.98px) {
  .section__resources--intro-desk h1, .section__resources--intro-desk .h1, .section__resources--intro-desk h2, .section__resources--intro-desk .h2 {
    line-height: 48px;
    display: none;
  }
}

@media (width <= 575.98px) {
  .section__resources--intro-desk h1, .section__resources--intro-desk .h1, .section__resources--intro-desk h2, .section__resources--intro-desk .h2 {
    font-size: 38px !important;
  }
}

@media (width >= 992px) {
  .section__resources--intro-mobile h1, .section__resources--intro-mobile .h1, .section__resources--intro-mobile h2, .section__resources--intro-mobile .h2 {
    display: none;
  }
}

@media (width <= 991.98px) {
  .section__resources--intro-mobile h1, .section__resources--intro-mobile .h1, .section__resources--intro-mobile h2, .section__resources--intro-mobile .h2 {
    font-size: 38px !important;
  }
}

@media (width <= 767.98px) {
  .section__resources--intro-mobile h1, .section__resources--intro-mobile .h1, .section__resources--intro-mobile h2, .section__resources--intro-mobile .h2 {
    margin-left: 0;
  }
}

@media (width >= 992px) {
  .section__resources--intro-tools h4, .section__resources--intro-tools .h4 {
    display: none;
  }
}

@media (width <= 767.98px) {
  .section__resources--intro-tools h4, .section__resources--intro-tools .h4 {
    margin-left: 0;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__tool-resources--menu .menu-tools-resources {
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 10px 20px 10px 10px;
  max-width: 93% !important;
}

@media (width >= 992px) {
  .section__tool-resources--menu .menu-tools-resources {
    min-height: 60px;
  }
}

@media (width <= 991.98px) {
  .section__tool-resources--menu .menu-tools-resources {
    max-width: 100% !important;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--menu .menu-tools-resources {
    padding: 0 20px !important;
  }
}

@media (width <= 991.98px) {
  .section__tool-resources--menu .menu-tools-resources div div {
    position: relative;
    top: 0;
    overflow-x: scroll;
  }

  .section__tool-resources--menu ul {
    place-content: start;
    width: 1950px;
    height: 45px;
    margin-top: 0;
    display: flex;
    position: relative;
    top: 0;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--menu ul {
    width: 1350px;
    height: 50px;
  }
}

.section__tool-resources--menu ul li:first-child {
  margin-top: 30px;
}

.section__tool-resources--menu ul li:first-child a {
  color: #29478f;
  font-size: 20px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__tool-resources--menu ul li:first-child {
    margin-right: 0;
  }
}

@media (width <= 991.98px) {
  .section__tool-resources--menu ul li:first-child {
    display: none;
  }
}

.section__tool-resources--menu ul li {
  border-radius: 10px;
  width: 110%;
  margin: 10px 25px 0 0;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

@media (width <= 1199.98px) {
  .section__tool-resources--menu ul li {
    margin: 10px 0 0;
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (width <= 991.98px) {
  .section__tool-resources--menu ul li {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin: 20px 10px 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--menu ul li {
    padding: 0;
  }
}

.section__tool-resources--menu ul li a {
  color: #393636;
  font-weight: 600;
}

.section__tool-resources--menu ul li a:hover {
  color: #29478f;
}

.section__tool-resources--menu ul li:before {
  background-color: #0000;
}

.section__tool-resources--menu ul li:after {
  content: "";
  border: none;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__tool-resources--menu ul li {
    width: auto;
    margin: 12px 0;
    margin-left: 25px !important;
  }
}

@media (width <= 991.98px) {
  .section__tool-resources--menu ul li {
    width: auto;
    margin: 20px 0;
  }
}

.section__tool-resources--menu ul li a:hover {
  text-decoration: none;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:first-child .wp-block-button__link:after {
  background-image: url("../book-black.e99cc737.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:first-child .wp-block-button__link:hover:after {
  background-image: url("../book-white.c946b89a.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(2) .wp-block-button__link:after {
  background-image: url("../Docs-black.69546055.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(2) .wp-block-button__link:hover:after {
  background-image: url("../Docs-white.005cec48.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(3) .wp-block-button__link:after {
  background-image: url("../camera-black.f487cfe6.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(3) .wp-block-button__link:hover:after {
  background-image: url("../camera-white.9b665426.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(4) .wp-block-button__link:after {
  background-image: url("../calc-black.3f34e8c1.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(4) .wp-block-button__link:hover:after {
  background-image: url("../calc-white.1eb4b6c0.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(5) .wp-block-button__link:after {
  background-image: url("../chain-black.5d679538.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(5) .wp-block-button__link:hover:after {
  background-image: url("../chain-white.01367cd3.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(6) .wp-block-button__link:after {
  background-image: url("../map-black-new.459c7c02.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(6) .wp-block-button__link:hover:after {
  background-image: url("../map-white-new.abb93d52.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(7) .wp-block-button__link:after {
  background-image: url("../cert-black.e1fd65e6.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(7) .wp-block-button__link:hover:after {
  background-image: url("../cert-white.0c397eb5.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(8) .wp-block-button__link:after {
  background-image: url("../shield-black.540261d3.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(8) .wp-block-button__link:hover:after {
  background-image: url("../shield-white.a7bd3e22.svg") !important;
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(9) .wp-block-button__link:after {
  background-image: url("../letter-black-new.8dbabed8.svg");
}

.section__tool-resources--buttons .wp-block-tfawpblocks-column:nth-child(9) .wp-block-button__link:hover:after {
  background-image: url("../letter-white-new.c178a0fc.svg") !important;
}

.section__tool-resources--buttons .wp-block-button {
  width: 100%;
}

.section__tool-resources--buttons .wp-block-button span {
  max-width: 65%;
}

.section__tool-resources--buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  align-items: center;
  width: 100%;
  min-height: 160px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  color: #29478f !important;
  background-color: #f8f8f8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 30px 40px 30px 50px !important;
}

.section__tool-resources--buttons .wp-block-button .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  background-color: #29478f !important;
}

.section__tool-resources--buttons .wp-block-button .wp-block-button__link:hover span {
  font-size: 14px;
  color: #f8f8f8 !important;
}

@media only screen and (device-width >= 1200px) and (device-width <= 1300px) {
  .section__tool-resources--buttons .wp-block-button .wp-block-button__link {
    min-height: 200px;
    padding: 30px 100px 30px 50px !important;
  }
}

@media only screen and (device-width >= 768px) and (device-width <= 1199px) {
  .section__tool-resources--buttons .wp-block-button .wp-block-button__link {
    min-height: 200px;
  }
}

.section__tool-resources--buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 45px;
}

@media (width <= 575.98px) {
  .section__tool-resources--buttons .wp-block-button .wp-block-button__link:after {
    width: 60px;
    height: 60px;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__tool-resources--buttons .wp-block-button .wp-block-button__link:after {
    top: 40%;
  }
}

@media only screen and (device-width >= 768px) and (device-width <= 992px) {
  .section__tool-resources--buttons .wp-block-button .wp-block-button__link:after {
    margin-top: 20px;
  }
}

.section__tool-resources--cta {
  border-radius: 10px;
}

.section__tool-resources--cta h2, .section__tool-resources--cta .h2 {
  line-height: 28px;
}

@media (width >= 768px) and (width <= 1199.98px) {
  .section__tool-resources--cta h2, .section__tool-resources--cta .h2 {
    padding-left: 5%;
  }
}

.section__tool-resources--cta p {
  max-width: 90%;
}

@media (width <= 1199.98px) {
  .section__tool-resources--cta p {
    max-width: 100%;
  }
}

@media (width >= 768px) and (width <= 1199.98px) {
  .section__tool-resources--cta p {
    padding-left: 5%;
  }

  .section__tool-resources--cta .wp-block-tfawpblocks-button-boot {
    margin-left: 5% !important;
  }
}

@media (width <= 1199.98px) {
  .section__tool-resources--cta {
    max-width: 90% !important;
  }

  .section__tool-resources--cta div:first-of-type {
    padding-left: 0 !important;
  }

  .section__tool-resources--cta .two-column-layout {
    padding-right: 20px !important;
  }

  .section__tool-resources--cta .wp-block-image {
    margin: 0;
  }
}

@media (width <= 1199.98px) and (width <= 1199.98px) {
  .section__tool-resources--cta .wp-block-image img {
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    max-width: 95%;
    height: 350px;
    margin-left: 10px;
  }
}

@media (width <= 1199.98px) and (width <= 575.98px) {
  .section__tool-resources--cta .wp-block-image img {
    display: none;
  }
}

@media (width <= 767.98px) {
  .section__tool-resources--cta div:first-of-type {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .section__tool-resources--cta div:first-of-type .wp-block-tfawpblocks-button-boot {
    padding-left: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--cta .two-column-layout {
    padding: 50px 40px 40px !important;
  }

  .section__tool-resources--cta .wp-block-image img {
    display: none;
  }
}

.section__tool-resources--contact {
  border-radius: 10px;
}

.section__tool-resources--contact .wp-block-image {
  width: 103%;
  margin: 0;
}

.section__tool-resources--contact .wp-block-image img {
  border-radius: 0 10px 10px 0;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__tool-resources--contact .wp-block-image {
    width: 108%;
  }
}

.section__tool-resources--contact h2, .section__tool-resources--contact .h2 {
  margin-bottom: 10px;
  line-height: 36px;
}

.section__tool-resources--contact p {
  max-width: 60%;
  margin-bottom: 30px;
}

@media (width <= 1199.98px) {
  .section__tool-resources--contact p {
    max-width: 100%;
  }
}

.section__tool-resources--contact .btn, .section__tool-resources--contact .wpcf7 input[type="submit"], .wpcf7 .section__tool-resources--contact input[type="submit"] {
  color: #29478f;
  border: 2px solid #29478f;
}

.section__tool-resources--contact .btn:hover, .section__tool-resources--contact .wpcf7 input[type="submit"]:hover, .wpcf7 .section__tool-resources--contact input[type="submit"]:hover {
  color: #fff;
  background-color: #243e7e;
}

@media (width <= 1199.98px) {
  .section__tool-resources--contact {
    max-width: 90% !important;
  }

  .section__tool-resources--contact div:first-of-type {
    padding: 0;
  }

  .section__tool-resources--contact .two-column-layout {
    padding: 0 0 0 20px !important;
  }

  .section__tool-resources--contact .wp-block-image img {
    object-fit: cover;
    border-radius: 0 10px 10px 0;
    width: 100%;
    height: 350px;
    margin-left: 10px;
  }
}

@media (width <= 767.98px) {
  .section__tool-resources--contact .two-column-layout {
    padding: 50px 40px 10px !important;
  }

  .section__tool-resources--contact .wp-block-image img {
    display: none;
  }
}

@media (width <= 575.98px) {
  .section__tool-resources--contact .two-column-layout {
    padding: 50px 40px 40px !important;
  }
}

@media (width <= 991.98px) {
  .section__calculator--main > div {
    padding-left: 60px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__calculator--main > div {
    padding-left: 40px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 991.98px) {
  .section__calculator--main div.section__tool-resources--menu {
    padding-right: 40px;
    margin-left: -5px !important;
    padding-left: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__calculator--main div.section__tool-resources--menu {
    padding-right: 0;
    margin-left: -10px !important;
    padding-left: 0 !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__calculator--textbox {
    padding-left: 100px;
  }
}

@media (width <= 991.98px) {
  .section__calculator--textbox {
    max-width: 70%;
  }
}

@media (width <= 575.98px) {
  .section__calculator--textbox {
    max-width: 100%;
    margin-top: 50px;
    padding: 0;
  }
}

.section__calculator--textbox .steps {
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px;
  background-color: #f8f8f8 !important;
}

.section__calculator--textbox .calc-text {
  position: absolute;
  bottom: 50px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__calculator--textbox .calc-text {
    bottom: -130px;
  }
}

@media (width <= 991.98px) {
  .section__calculator--textbox .calc-text {
    width: 135%;
    bottom: -145%;
  }
}

@media (width <= 767.98px) {
  .section__calculator--textbox .calc-text {
    bottom: -250px;
  }
}

@media (width <= 575.98px) {
  .section__calculator--textbox .calc-text {
    width: 100%;
    bottom: -100px;
  }
}

@media (width <= 991.98px) {
  .section__calculator--calc {
    max-width: 75%;
    padding-left: 0 !important;
  }
}

@media (width <= 575.98px) {
  .section__calculator--calc {
    max-width: 100%;
    margin-top: 100px;
    padding: 0;
  }
}

@media (width >= 1200px) {
  .section__calculator--calc p {
    margin-left: 50%;
    margin-right: -50%;
  }
}

@media (width <= 991.98px) {
  .section__calculator--calc p {
    width: 130%;
    position: absolute;
    bottom: 170%;
  }
}

@media (width <= 575.98px) {
  .section__calculator--calc p {
    width: 100%;
    bottom: 185%;
  }
}

.section__calculator--calc #vibr-calc-container {
  margin-top: 25px;
}

.section__calculator--calc #vibr-calc-container #temp-conv {
  color: #fff;
  background-color: #29478f;
  border: none;
  border-radius: 10px;
  height: auto;
  padding: 10px 0 5px;
}

.section__calculator--calc #vibr-calc-container #temp-conv #celsius, .section__calculator--calc #vibr-calc-container #temp-conv #fahrenheit, .section__calculator--calc #vibr-calc-container #temp-conv #kelvin {
  width: 125px;
  height: 25px;
}

.section__calculator--calc table {
  color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  background-color: #29478f !important;
  width: 95% !important;
}

.section__calculator--calc table tr:nth-of-type(2) td:first-of-type input {
  width: 100%;
  margin-right: 0;
}

.section__calculator--calc table td {
  font-weight: 600;
  height: 45px !important;
}

.section__calculator--calc table td input {
  float: right;
  width: 90%;
  min-width: 170px;
  margin-right: 20px;
}

@media (width <= 575.98px) {
  .section__calculator--calc table td input {
    min-width: auto;
  }
}

.section__calculator--calc table td:nth-of-type(n) {
  text-align: left;
  padding-left: 20px;
}

.section__calculator--calc table tr:first-of-type td {
  text-align: center !important;
  font-weight: bold !important;
}

.section__calculator--calc #met, .section__calculator--calc #imp {
  min-width: 40%;
  min-height: 45px;
  background-color: #29478f !important;
  border-radius: 10px !important;
  margin-top: 15px !important;
  margin-left: 5px !important;
}

.section__calculator--calc #clear {
  cursor: pointer;
  background-image: url("../bin_calc.54e23c91.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: none;
  min-width: 10%;
  height: 25px;
  min-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #0000 !important;
  background-color: #f8f8f8 !important;
  border-radius: 10px !important;
  width: 40px !important;
  margin-top: 15px !important;
  margin-left: 5px !important;
}

@media (width <= 575.98px) {
  .section__calculator--calc #clear {
    max-width: 45px !important;
  }
}

.section__calculator--calc #clear:hover {
  background-image: url("../bin_calc_white.f0764c12.svg");
  background-color: #707070 !important;
}

.section__calculator--calc #met.active, .section__calculator--calc #imp.active {
  color: #29478f !important;
  background-color: #f8f8f8 !important;
  border: 2px solid #29478f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.section__explore-calc h2, .section__explore-calc .h2 {
  line-height: 36px;
}

@media (width <= 991.98px) {
  .section__explore-calc > div {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (width <= 575.98px) {
  .section__explore-calc > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__explore-calc .wp-block-tfawpblocks-column:first-child {
    width: 65%;
  }

  .section__explore-calc .wp-block-tfawpblocks-column:nth-child(2) {
    width: 35%;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__explore-calc .wp-block-tfawpblocks-column:nth-child(2) {
    align-items: baseline;
    display: grid;
  }

  .section__explore-calc .wp-block-tfawpblocks-column:nth-child(2) .wp-block-button__link:after {
    top: calc(50% - 33px);
  }
}

.section__explore-calc .wp-block-button__link {
  text-decoration: none;
  border: none !important;
  padding: .7em 0 !important;
  font-weight: bold !important;
}

@media (width <= 575.98px) {
  .section__explore-calc .wp-block-button__link {
    margin-bottom: 25px;
  }
}

.section__explore-calc .wp-block-button__link:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: 5px;
  position: absolute;
  right: -14px;
}

.section__explore-calc .wp-block-button__link:hover {
  opacity: 1;
}

.section__explore-calc .wp-block-button__link:hover:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 991.98px) {
  .section__useful-links--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }

  .section__useful-links--main div.section__white-papers--menu {
    padding-right: 40px;
    padding-left: 30px !important;
  }
}

@media (width <= 575.98px) {
  .section__useful-links--main div.section__white-papers--menu {
    padding-right: 10px;
    padding-left: 10px !important;
  }
}

.section__useful-links--buttons .one-column-layout {
  row-gap: 20px;
}

@media (width <= 575.98px) {
  .section__useful-links--buttons .one-column-layout {
    row-gap: 0;
  }
}

.section__useful-links--buttons .wp-block-button {
  width: 100%;
}

.section__useful-links--buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  align-content: center;
  width: 100%;
  max-height: 85px;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  background-color: #f8f8f8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 30px 30px 30px 70px !important;
}

.section__useful-links--buttons .wp-block-button .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  background-color: #29478f !important;
}

@media (width <= 1199.98px) {
  .section__useful-links--buttons .wp-block-button .wp-block-button__link {
    padding: 30px 30px 30px 50px !important;
    font-size: 12px !important;
  }
}

@media (width <= 991.98px) {
  .section__useful-links--buttons .wp-block-button .wp-block-button__link {
    width: 80%;
    max-height: 65px;
    margin: 0 auto;
    padding: 20px 40px 20px 60px !important;
    font-size: 14px !important;
  }
}

@media (width <= 575.98px) {
  .section__useful-links--buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    height: 85px;
    max-height: 85px;
    margin: auto;
    padding: 30px 60px 30px 70px !important;
  }
}

.section__useful-links--buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../Group259-black.6f6c5d8d.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 45px;
}

@media (width <= 575.98px) {
  .section__useful-links--buttons .wp-block-button .wp-block-button__link:after {
    right: 25px;
  }
}

.section__useful-links--buttons .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../Group259-white.fe09a4a4.svg") !important;
}

@media (width <= 991.98px) {
  .section__cert-policies--main > div {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__cert-policies--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__cert-policies--buttons .nine-column-layout, .section__cert-policies--buttons .ten-column-layout, .section__cert-policies--buttons .eight-column-layout, .section__cert-policies--buttons .four-column-layout, .section__cert-policies--buttons .one-column-layout, .section__cert-policies--buttons .three-column-layout, .section__cert-policies--buttons .twelve-column-layout {
  row-gap: 20px;
}

.section__cert-policies--buttons .link_top_subgroup a {
  border: none;
  padding: 19px 25px !important;
}

.section__cert-policies--buttons .link_top_subgroup a:after {
  content: "";
  background-image: url("../arr-down-dark.de20cd24.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 37px;
  left: 5px;
  transform: rotate(90deg);
}

.section__cert-policies--buttons .title_subgroup {
  border-top: 2px solid #f8f8f8;
  padding-top: 20px;
}

.section__cert-policies--buttons .wp-block-button {
  width: 100%;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  align-content: center;
  width: 100%;
  min-height: 85px;
  max-height: 85px;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  background-color: #f8f8f8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 40px 40px 40px 60px !important;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  background-color: #29478f !important;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link:hover span {
  color: #f8f8f8;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link span {
  font-size: 10px;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../ico-feather-file-black.35c8b87c.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 13px;
  height: 17px;
  display: flex;
  position: absolute;
  left: 45px;
}

.section__cert-policies--buttons .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../ico-feather-file-white.d07295f3.svg") !important;
}

.section__cert-policies--buttons .icon-graphs .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../escuadra-black.abb999a1.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 45px;
}

.section__cert-policies--buttons .icon-graphs .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../escuadra-white.d26a9eb3.svg") !important;
}

.section__product-certs--accordion .eleven-column-layout, .section__product-certs--accordion .row, .section__product-certs--accordion .four-column-layout, .section__product-certs--accordion .three-column-layout {
  row-gap: 20px;
}

.section__product-certs--accordion .__toggle {
  border-top: 2px solid #f8f8f8;
  margin-bottom: 10px;
  padding-top: 10px;
}

.section__product-certs--accordion h2, .section__product-certs--accordion .h2 {
  cursor: pointer;
}

.section__product-certs--accordion h2:after, .section__product-certs--accordion .h2:after {
  content: "";
  float: right;
  background: url("../arr-down.5fc45ec8.svg") center / 100% no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 9px;
  margin-left: 7px;
  transition: all .5s linear;
  display: block;
  position: relative;
}

.section__product-certs--accordion h2.acc_open:after, .section__product-certs--accordion .acc_open.h2:after {
  content: "";
  transform: rotate(180deg);
}

.section__product-certs--accordion .link-arrows .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../arr-black.5c135419.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 85%;
}

.section__product-certs--accordion .link-arrows .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../arr-white.feef6577.svg") !important;
}

.section__product-certs--accordion .link-arrows-class .button-linked .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../arr-black.5c135419.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 85%;
}

.section__product-certs--accordion .link-arrows-class .button-linked .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../arr-white.feef6577.svg") !important;
}

.section__warranty {
  margin-top: -50px;
}

@media (width <= 991.98px) {
  .section__warranty--main > div {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}

@media (width <= 575.98px) {
  .section__warranty--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__warranty .wp-block-tfawpblocks-row-section:first-child p:nth-child(2), .section__warranty .wp-block-tfawpblocks-row-section:first-child p:nth-child(3) {
    width: 65vw;
  }

  .section__warranty .wp-block-tfawpblocks-row-section:first-child img {
    max-width: 20vw;
    margin-top: -20px;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__warranty .wp-block-tfawpblocks-row-section:first-child p:nth-child(2), .section__warranty .wp-block-tfawpblocks-row-section:first-child p:nth-child(3) {
    width: 85vw;
  }

  .section__warranty .wp-block-tfawpblocks-row-section:first-child img {
    max-width: 20vw;
    margin-top: -20px;
  }
}

.section__warranty .wp-block-image img {
  margin-left: 20px;
}

.section__warranty .--cta {
  border-radius: 10px;
}

.section__warranty .--cta h2, .section__warranty .--cta .h2 {
  line-height: 28px;
}

.section__warranty .--cta .btn, .section__warranty .--cta .wpcf7 input[type="submit"], .wpcf7 .section__warranty .--cta input[type="submit"] {
  border: 2px solid #29478f;
  align-items: center;
  height: 55px;
  padding: 10px 60px;
  display: flex;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__warranty .--cta .btn, .section__warranty .--cta .wpcf7 input[type="submit"], .wpcf7 .section__warranty .--cta input[type="submit"] {
    padding: 10px 50px;
  }
}

@media (width <= 1199.98px) {
  .section__warranty .--cta .wp-block-image img {
    object-fit: cover;
    border-radius: 0 10px 10px 0;
    min-height: 280px;
  }
}

@media (width <= 575.98px) {
  .section__warranty .--cta .wp-block-image img {
    display: none;
  }
}

@media (width <= 991.98px) {
  .section__product-brochures--main > div {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__product-brochures--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__product-brochures--buttons .one-column-layout {
  --bs-gutter-x: 3rem;
  row-gap: 15px;
}

@media (width <= 575.98px) {
  .section__product-brochures--buttons .one-column-layout {
    row-gap: 0;
  }
}

.section__product-brochures--buttons .wp-block-button {
  width: 100%;
}

.section__product-brochures--buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  overflow-wrap: break-word;
  align-content: center;
  width: 100%;
  max-height: 65px;
  font-weight: 600;
  text-decoration: none;
  display: grid;
  background-color: #f8f8f8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 25px 60px 25px 50px !important;
}

.section__product-brochures--buttons .wp-block-button .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  background-color: #29478f !important;
}

@media (width <= 1199.98px) {
  .section__product-brochures--buttons .wp-block-button .wp-block-button__link {
    font-size: 12px !important;
  }
}

@media (width <= 991.98px) {
  .section__product-brochures--buttons .wp-block-button .wp-block-button__link {
    width: 90%;
    margin: 0 auto;
    padding: 20px 60px !important;
    font-size: 14px !important;
  }
}

@media (width <= 575.98px) {
  .section__product-brochures--buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    padding: 20px 60px 20px 70px !important;
  }
}

.section__product-brochures--buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../ico-feather-file-black.35c8b87c.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 17px;
  position: absolute;
  left: 45px;
}

@media (width <= 575.98px) {
  .section__product-brochures--buttons .wp-block-button .wp-block-button__link:after {
    right: 25px;
  }
}

.section__product-brochures--buttons .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../ico-feather-file-white.d07295f3.svg") !important;
}

.section__product-brochures--buttons .uk .wp-block-button__link:before, .section__product-brochures--buttons .usa .wp-block-button__link:before, .section__product-brochures--buttons .de .wp-block-button__link:before, .section__product-brochures--buttons .fr .wp-block-button__link:before, .section__product-brochures--buttons .es .wp-block-button__link:before, .section__product-brochures--buttons .ko .wp-block-button__link:before, .section__product-brochures--buttons .ru .wp-block-button__link:before, .section__product-brochures--buttons .it .wp-block-button__link:before, .section__product-brochures--buttons .ro .wp-block-button__link:before, .section__product-brochures--buttons .po .wp-block-button__link:before, .section__product-brochures--buttons .pt .wp-block-button__link:before, .section__product-brochures--buttons .ch .wp-block-button__link:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  position: absolute;
  top: calc(100% - 55px);
  right: 45px;
}

@media (width <= 575.98px) {
  .section__product-brochures--buttons .uk .wp-block-button__link:before, .section__product-brochures--buttons .usa .wp-block-button__link:before, .section__product-brochures--buttons .de .wp-block-button__link:before, .section__product-brochures--buttons .fr .wp-block-button__link:before, .section__product-brochures--buttons .es .wp-block-button__link:before, .section__product-brochures--buttons .ko .wp-block-button__link:before, .section__product-brochures--buttons .ru .wp-block-button__link:before, .section__product-brochures--buttons .it .wp-block-button__link:before, .section__product-brochures--buttons .ro .wp-block-button__link:before, .section__product-brochures--buttons .po .wp-block-button__link:before, .section__product-brochures--buttons .pt .wp-block-button__link:before, .section__product-brochures--buttons .ch .wp-block-button__link:before {
    right: 40px;
  }
}

.section__product-brochures--buttons .uk .wp-block-button__link:before {
  background-image: url("../uk-flag.f93ae4f2.png");
}

.section__product-brochures--buttons .usa .wp-block-button__link:before {
  background-image: url("../us-flag.ebb0140f.png");
}

.section__product-brochures--buttons .de .wp-block-button__link:before {
  background-image: url("../de-flag.6ffc7092.png");
}

.section__product-brochures--buttons .fr .wp-block-button__link:before {
  background-image: url("../fr-flag.269137c7.png");
}

.section__product-brochures--buttons .es .wp-block-button__link:before {
  background-image: url("../es-flag.2f786d10.png");
}

.section__product-brochures--buttons .ko .wp-block-button__link:before {
  background-image: url("../ko-flag.ddc9f1ff.png");
}

.section__product-brochures--buttons .ru .wp-block-button__link:before {
  background-image: url("../ru-flag.65503dc7.png");
}

.section__product-brochures--buttons .it .wp-block-button__link:before {
  background-image: url("../it-flag.0578cc61.png");
}

.section__product-brochures--buttons .ro .wp-block-button__link:before {
  background-image: url("../ro-flag.9dd4e172.png");
}

.section__product-brochures--buttons .po .wp-block-button__link:before {
  background-image: url("../po-flag.3df50730.png");
}

.section__product-brochures--buttons .pt .wp-block-button__link:before {
  background-image: url("../pt-flag.dd914f9a.png");
}

.section__product-brochures--buttons .ch .wp-block-button__link:before {
  background-image: url("../ch-flag.9abf3c07.png");
}

@media (width <= 991.98px) {
  .section__how-videos--main > div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (width <= 575.98px) {
  .section__how-videos--main > div {
    padding-left: 30px !important;
    padding-right: 10px !important;
  }

  .section__how-videos--main .section__tool-resources--menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (width <= 991.98px) {
  .section__how-videos--main-title h2, .section__how-videos--main-title .h2 {
    line-height: 48px;
  }
}

.section__how-videos--cardbox {
  padding: 0 0 100px;
}

@media (width <= 575.98px) {
  .section__how-videos--cardbox {
    padding-bottom: 60px;
  }
}

.section__how-videos--cardbox .four-column-layout {
  row-gap: 15px;
}

.section__how-videos--cardbox .four-column-layout div .fancybox-youtube {
  padding-left: 20px;
}

@media (width <= 767.98px) {
  .section__how-videos--cardbox .four-column-layout div .fancybox-youtube {
    padding-left: 0;
  }
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .img-box:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(to top, #00000080, #0000);
  border-radius: 10px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
  width: 100%;
  max-width: 100%;
}

@media (width <= 1199.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
    min-height: 200px;
  }
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 85%;
  transition: all .3s ease-out;
  position: absolute;
  top: 165px;
  left: 40px;
}

@media (width <= 1199.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 105px;
  }
}

@media (width <= 575.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc {
    left: 30px;
  }
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc h3, .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc .h3, .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  font-weight: 600 !important;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 135px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 65px;
  }
}

@media (width <= 991.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 55px;
  }
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__how-videos--cardbox .wp-block-tfawpblocks-column:first-child .desc {
  margin-top: 25px;
}

@media (width <= 1199.98px) {
  .section__how-videos--cardbox .wp-block-tfawpblocks-column:nth-child(2) .desc {
    margin-top: 25px;
  }
}

@media (width <= 991.98px) {
  .section__vga--main > div {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__vga--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

@media (width <= 991.98px) {
  .section__vga--content > div {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (width <= 575.98px) {
  .section__vga--content > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section__vga--content .wpcf7-form {
  background-color: #f8f8f8 !important;
}

.section__vga--content .wpcf7-form label {
  font-weight: 600;
  line-height: 36px;
}

.section__vga--content .wpcf7-form .accepta {
  height: 50px;
}

.section__vga--content .wpcf7-form .accepta label {
  float: right;
  font-weight: 400;
  line-height: initial;
  width: 90%;
  padding: 10px 0;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__vga--content .wpcf7-form .accepta label {
    width: 85%;
  }
}

.section__vga--content .wpcf7-form .accepta label span {
  text-decoration: underline;
}

@media (width >= 992px) {
  .section__vga--content .wpcf7-form .accepta:first-of-type {
    margin-top: 30px;
  }
}

.section__vga--content textarea.wpcf7-textarea ~ .wpcf7-not-valid-tip {
  top: -23px !important;
}

.section__vga--content .wpcf7-not-valid-tip {
  top: 30px;
}

.section__vga--content .btn.wpcf7-submit, .section__vga--content .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__vga--content input.wpcf7-submit[type="submit"] {
  color: #f8f8f8;
  min-width: 200px;
  height: 60px;
}

@media (width <= 575.98px) {
  .section__vga--content .btn.wpcf7-submit, .section__vga--content .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__vga--content input.wpcf7-submit[type="submit"] {
    width: 100%;
  }
}

@media (width <= 991.98px) {
  .section__newsletters--main > div {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__newsletters--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__newsletters--main .one-column-layout {
  row-gap: 20px;
}

@media (width <= 575.98px) {
  .section__newsletters--main .one-column-layout {
    row-gap: 0;
  }
}

.section__newsletters--main .wp-block-button .wp-block-button__link {
  align-content: center;
  min-height: 65px;
  max-height: 65px;
  padding: 30px 30px 30px 70px !important;
}

@media (width <= 991.98px) {
  .section__newsletters--main .wp-block-button .wp-block-button__link {
    width: 90%;
    max-height: 65px;
    margin: 0 auto;
    padding: 20px 40px 20px 60px !important;
  }
}

@media (width <= 575.98px) {
  .section__newsletters--main .wp-block-button .wp-block-button__link {
    width: 100%;
    height: 85px;
    max-height: 85px;
    margin: auto;
    padding: 30px 60px 30px 70px !important;
  }
}

.section__newsletters--main .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../ico-feather-file-black.35c8b87c.svg");
  left: 45px;
}

@media (width <= 991.98px) {
  .section__newsletters--main .wp-block-button .wp-block-button__link:after {
    right: 100px;
  }
}

@media (width <= 767.98px) {
  .section__newsletters--main .wp-block-button .wp-block-button__link:after {
    right: 25px;
  }
}

.section__contact h2, .section__contact .h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__contact--main > div {
    padding-left: 40px !important;
    padding-right: 20px !important;
  }
}

@media (width <= 575.98px) {
  .section__contact--main > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__contact--main .connect {
  margin-top: -20px;
}

.section__contact--main .connect .icon {
  width: auto;
  padding: 0 25px;
}

.section__contact--main .connect .icon:first-of-type {
  padding: 0 10px;
}

.section__contact--main .connect .icon:first-of-type img {
  height: 21px;
}

@media (width <= 991.98px) {
  .section__contact--main .connect .icon {
    width: 10%;
  }
}

.section__contact--main .connect .wp-block-image a img {
  max-width: none;
  height: 24px;
}

@media (width <= 991.98px) {
  .section__contact--main-title {
    line-height: 48px;
  }
}

@media (width <= 575.98px) {
  .section__contact--main-title {
    font-size: 38px !important;
  }
}

.section__contact .--emailus .two-column-layout {
  border-top: 1px solid #70707057;
  border-bottom: 1px solid #70707057;
  padding: 15px 0 0;
}

.section__contact .--emailus .two-column-layout div p a {
  color: #393636;
}

.section__contact .--emailus .two-column-layout div p a:hover {
  color: #29478f;
  text-decoration: none;
}

@media (width <= 575.98px) {
  .section__contact .--emailus .two-column-layout div:last-child p {
    text-align: right;
    margin-top: -35px;
    margin-right: -20px;
  }
}

.section__contact .--numbers .two-column-layout {
  border-top: 1px solid #70707057;
  max-height: 100px;
  padding: 15px 0 0;
}

.section__contact .--numbers .two-column-layout div p a {
  color: #393636;
}

.section__contact .--numbers .two-column-layout div p a:hover {
  color: #29478f;
  text-decoration: none;
}

@media (width <= 575.98px) {
  .section__contact .--numbers .two-column-layout div:last-child p {
    text-align: right;
    margin-top: -35px;
    margin-right: -20px;
  }
}

.section__contact .maps-h2, .section__contact .maps-p, .section__contact .maps-box {
  padding-right: 15%;
}

@media (width <= 991.98px) {
  .section__contact .maps-h2, .section__contact .maps-p, .section__contact .maps-box {
    padding-right: 0;
  }
}

.section__contact .maps-box {
  margin-top: 40px;
}

.section__contact .maps-box iframe {
  border-radius: 10px;
}

.section__contact .--end .two-column-layout {
  border-bottom: 1px solid #70707057;
}

.section__contact .connect {
  margin-top: 15px;
}

.section__contact .connect .icon {
  padding: 0 15px;
}

@media (width <= 991.98px) {
  .section__contact .connect .icon {
    width: 10%;
  }
}

.section__contact .wp-block-image a img {
  max-width: none;
}

@media (width >= 992px) {
  .section__contact-main {
    margin-top: 50px;
  }
}

.section__contact-main form.wpcf7-form {
  background-color: #f8f8f8 !important;
}

.section__contact-main form.wpcf7-form h2, .section__contact-main form.wpcf7-form .h2 {
  color: #29478f;
  font-size: 30px;
  font-weight: 600;
}

@media (width <= 575.98px) {
  .section__contact-main form.wpcf7-form h2, .section__contact-main form.wpcf7-form .h2 {
    font-size: 24px !important;
  }
}

.section__contact-main form.wpcf7-form .row:nth-child(2) .input-filled, .section__contact-main form.wpcf7-form .row:nth-child(3) .input-filled, .section__contact-main form.wpcf7-form .row:nth-child(4) .input-filled, .section__contact-main form.wpcf7-form .row:nth-child(5) .input-filled, .section__contact-main form.wpcf7-form .row:nth-child(6) .input-filled {
  max-height: 110px;
}

.section__contact-main form.wpcf7-form .row:nth-child(7) .wpcf7-not-valid-tip {
  top: -20px !important;
}

.section__contact-main form.wpcf7-form .input-filled label {
  font-weight: 600;
  line-height: 40px;
}

.section__contact-main form.wpcf7-form .accepta {
  height: 50px;
}

.section__contact-main form.wpcf7-form .accepta label {
  float: right;
  width: 92%;
  padding: 10px 0 5px;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__contact-main form.wpcf7-form .accepta label {
    width: 85%;
  }
}

@media (width <= 575.98px) {
  .section__contact-main form.wpcf7-form .accepta label {
    width: 82%;
  }
}

.section__contact-main form.wpcf7-form .accepta label span {
  text-decoration: underline;
}

.section__contact-main form.wpcf7-form .btn.wpcf7-submit, .section__contact-main form.wpcf7-form .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__contact-main form.wpcf7-form input.wpcf7-submit[type="submit"] {
  color: #f8f8f8;
}

.section__contact-main form.wpcf7-form select, .section__contact-main form.wpcf7-form option {
  background-color: #f8f8f8 !important;
  width: 100% !important;
}

.section__contact-main form.wpcf7-form .wpcf7-not-valid-tip {
  top: 30px !important;
}

.section__contact-main form.wpcf7-form .btn.wpcf7-submit, .section__contact-main form.wpcf7-form .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__contact-main form.wpcf7-form input.wpcf7-submit[type="submit"] {
  width: 100%;
  padding: 18px 40px;
}

.section__contact-main .countries .wpcf7-form-control-wrap {
  border-radius: 6px;
  margin-top: -10px;
  margin-bottom: 30px;
  background-color: #fff !important;
  width: 100% !important;
  height: 50px !important;
  display: block !important;
}

.section__contact-main .countries .select2-container--default, .section__contact-main .countries .select2-selection--single {
  border-radius: 6px;
  height: 60px;
  background-color: #fff !important;
  width: 100% !important;
}

.section__contact-main .countries .select2-selection__rendered {
  line-height: 38px;
}

.section__contact-main .countries .select2-selection__arrow {
  height: 45px !important;
}

.section__contact-main .countries .select2-selection__clear {
  display: none !important;
}

.section__contact-bottom--cardbox {
  padding: 0 0 100px;
}

@media (width <= 575.98px) {
  .section__contact-bottom--cardbox {
    padding-bottom: 60px;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__contact-bottom--cardbox .three-column-layout div:nth-child(2) .wp-block-tfawpblocks-cta-card .desc, .section__contact-bottom--cardbox .three-column-layout div:nth-child(3) .wp-block-tfawpblocks-cta-card .desc {
    max-width: 60%;
    top: 110px;
  }

  .section__contact-bottom--cardbox .three-column-layout div:first-child .wp-block-tfawpblocks-cta-card .desc {
    max-width: 40% !important;
    top: 310px !important;
  }

  .section__contact-bottom--cardbox .three-column-layout div:first-child .wp-block-tfawpblocks-cta-card .btn-more {
    bottom: 40px !important;
    left: 190% !important;
  }
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
  width: 100%;
  max-width: 100%;
}

@media (width <= 1199.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
    min-height: 200px;
  }
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 85%;
  transition: all .3s ease-out;
  position: absolute;
  top: 190px;
  left: 30px;
}

@media (width <= 1199.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 90px;
  }
}

@media (width <= 991.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 70px;
  }
}

@media (width <= 575.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 145px;
  }
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc h3, .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc .h3, .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: -13px;
  position: absolute;
  right: -14px;
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 150px;
}

@media (width <= 1199.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 60px;
  }
}

@media (width <= 991.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 35px;
  }
}

@media (width <= 575.98px) {
  .section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 115px;
  }
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
}

.section__contact-bottom--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

@media (width <= 767.98px) {
  .section__aboutus > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.section__aboutus--intro {
  padding-right: 20px;
}

@media (width <= 991.98px) {
  .section__aboutus--intro h1, .section__aboutus--intro .h1, .section__aboutus--intro h2, .section__aboutus--intro .h2 {
    line-height: 48px;
  }
}

@media (width <= 575.98px) {
  .section__aboutus--intro h1, .section__aboutus--intro .h1, .section__aboutus--intro h2, .section__aboutus--intro .h2 {
    font-size: 38px !important;
  }
}

@media (width >= 992px) {
  .section__aboutus--top-left {
    padding-right: 40px;
  }
}

.section__aboutus--top-left h1, .section__aboutus--top-left .h1 {
  font-size: 43px;
}

.section__aboutus--top-left h2, .section__aboutus--top-left .h2 {
  font-size: 20px;
}

.section__aboutus--top-left ul li {
  color: #393636;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.section__aboutus--top-left ul li:before {
  z-index: 99999;
  background-color: #393636;
  width: 5px;
  height: 5px;
  top: -2px;
}

.section__aboutus--top-left .wp-block-button {
  width: 100%;
}

.section__aboutus--top-left .wp-block-button .wp-block-button__link {
  text-align: left;
  align-items: center;
  width: 50%;
  margin-top: -20px;
  font-weight: bold;
  text-decoration: none;
  display: grid;
  background-color: #f8f8f8 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 20px 40px 20px 70px !important;
}

.section__aboutus--top-left .wp-block-button .wp-block-button__link:hover {
  color: #f8f8f8 !important;
  background-color: #29478f !important;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__aboutus--top-left .wp-block-button .wp-block-button__link {
    width: 80%;
  }
}

@media (width <= 575.98px) {
  .section__aboutus--top-left .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}

.section__aboutus--top-left .wp-block-button .wp-block-button__link:after {
  content: "";
  background-image: url("../ico-feather-file-black.35c8b87c.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
}

.section__aboutus--top-left .wp-block-button .wp-block-button__link:hover:after {
  background-image: url("../ico-feather-file-white.d07295f3.svg") !important;
}

.section__aboutus--top-right .wp-block-image {
  border-radius: 10px;
  max-height: 500px;
  overflow: hidden;
}

@media (width >= 992px) {
  .section__aboutus--top-right .wp-block-image {
    margin-left: 20px;
  }
}

.section__aboutus--top-right .wp-block-image img {
  width: 100vw;
  max-width: 100%;
}

.section__aboutus--top-right.partner .wp-block-image {
  max-height: 450px;
}

@media (width <= 991.98px) {
  .section__aboutus--top-right.partner .wp-block-image {
    margin-bottom: 50px;
  }
}

@media (width >= 992px) {
  .section__aboutus--youtube iframe {
    padding-right: 40px;
  }
}

@media (width <= 991.98px) {
  .section__aboutus--youtube {
    margin-top: 100px !important;
  }
}

@media (width >= 992px) {
  .section__aboutus--whatspecial {
    padding-left: 30px;
  }
}

@media (width <= 991.98px) {
  .section__aboutus--whatspecial h2, .section__aboutus--whatspecial .h2 {
    margin-top: 20px;
    line-height: 36px;
  }

  .section__aboutus--whatspecial h2:first-child, .section__aboutus--whatspecial .h2:first-child {
    position: absolute;
    top: -500px;
  }

  .section__aboutus--whatspecial h2:nth-child(2), .section__aboutus--whatspecial .h2:nth-child(2) {
    position: absolute;
    top: -450px;
  }
}

@media (width <= 575.98px) {
  .section__aboutus--whatspecial h2:first-child, .section__aboutus--whatspecial .h2:first-child {
    top: -525px;
  }

  .section__aboutus--whatspecial h2:nth-child(2), .section__aboutus--whatspecial .h2:nth-child(2) {
    top: -450px;
  }
}

@media (width <= 991.98px) {
  .section__aboutus--whatspecial p:first-of-type {
    margin-top: 30px !important;
  }
}

.section__aboutus_cta {
  border-radius: 10px;
}

@media (width >= 768px) and (width <= 1199.98px) {
  .section__aboutus_cta {
    padding-bottom: 40px;
    max-width: 92.5vw !important;
  }
}

@media (width <= 575.98px) {
  .section__aboutus_cta {
    padding-bottom: 20px;
    max-width: 90vw !important;
  }
}

.section__aboutus_cta .swiper-wrapper {
  grid-auto-flow: column;
  gap: 0;
  margin-left: 0;
  display: grid !important;
}

.section__aboutus_cta .swiper-slide {
  padding: 0 50px;
}

.section__aboutus_cta .swiper_partner-next:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

@media (width <= 575.98px) {
  .section__aboutus_cta .swiper_partner-next:after {
    right: 30px;
  }
}

.section__aboutus_cta .swiper_partner-prev:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: rotate(180deg);
}

@media (width <= 575.98px) {
  .section__aboutus_cta .swiper_partner-prev:after {
    left: 20px;
  }
}

.section__aboutus--join h2:first-of-type, .section__aboutus--join .h2:first-of-type {
  line-height: 56px;
}

@media (width <= 991.98px) {
  .section__aboutus--join h2:first-of-type, .section__aboutus--join .h2:first-of-type {
    line-height: 36px;
  }
}

.section__aboutus--join h2, .section__aboutus--join .h2 {
  max-width: 85%;
  line-height: 26px;
}

@media (width <= 991.98px) {
  .section__aboutus--join h2, .section__aboutus--join .h2 {
    max-width: 100%;
  }
}

.section__aboutus--join .connect h2, .section__aboutus--join .connect .h2 {
  line-height: 26px;
  margin-bottom: 20px !important;
}

.section__aboutus--join .connect .icon {
  width: auto;
  padding: 0 15px;
}

.section__aboutus--join .connect .icon:first-of-type {
  padding: 0 10px;
}

.section__aboutus--join .connect .icon:first-of-type img {
  height: 21px;
}

@media (width <= 991.98px) {
  .section__aboutus--join .connect .icon {
    width: 10%;
  }
}

.section__aboutus--join .connect .wp-block-image a img {
  max-width: none;
  height: 24px;
}

@media (width <= 575.98px) {
  .section__aboutus--newsletter > div {
    overflow-x: scroll;
  }
}

@media (width >= 1200px) {
  .section__aboutus--newsletter .suscribe_newsletter iframe {
    float: right;
    border: 1px solid #c7cacc;
    border-radius: 10px;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__aboutus--newsletter .suscribe_newsletter iframe {
    float: right;
    border: none;
  }
}

@media (width >= 768px) {
  .section__aboutus--form {
    padding-right: 0 !important;
  }
}

.section__aboutus--form .wpcf7-form {
  background-color: #f8f8f8 !important;
}

@media (width >= 992px) {
  .section__aboutus--form .wpcf7-form {
    margin-left: 40px;
  }
}

.section__aboutus--form .wpcf7-form .dnd-upload-counter {
  display: none;
}

.section__aboutus--form .wpcf7-form .input-filled label {
  margin-bottom: -20px;
  font-weight: 600;
  line-height: 46px;
}

.section__aboutus--form .wpcf7-form .accepta {
  height: 50px;
}

.section__aboutus--form .wpcf7-form .accepta.aboutform {
  margin-top: 50px;
}

.section__aboutus--form .wpcf7-form .accepta label {
  float: right;
  width: 95%;
  padding: 10px 0 5px 10px;
}

@media (width >= 768px) and (width <= 1199.98px) {
  .section__aboutus--form .wpcf7-form .accepta label {
    width: 90%;
    padding: 5px 0;
  }
}

@media (width <= 767.98px) {
  .section__aboutus--form .wpcf7-form .accepta label {
    width: 85%;
  }
}

.section__aboutus--form .wpcf7-form .accepta label span {
  text-decoration: underline;
}

.section__aboutus--form .wpcf7-form textarea.wpcf7-textarea ~ .wpcf7-not-valid-tip {
  top: -23px !important;
}

.section__aboutus--form .wpcf7-form .btn.wpcf7-submit, .section__aboutus--form .wpcf7-form .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__aboutus--form .wpcf7-form input.wpcf7-submit[type="submit"] {
  color: #f8f8f8;
  padding: 18px 30px;
}

@media (width <= 575.98px) {
  .section__aboutus--form .wpcf7-form .btn.wpcf7-submit, .section__aboutus--form .wpcf7-form .wpcf7 input.wpcf7-submit[type="submit"], .wpcf7 .section__aboutus--form .wpcf7-form input.wpcf7-submit[type="submit"] {
    width: 100%;
  }
}

.section__aboutus--form .wpcf7-form .countries .wpcf7-form-control-wrap {
  border-radius: 6px;
  background-color: #fff !important;
  width: 100% !important;
  height: 50px !important;
  display: block !important;
}

.section__aboutus--form .wpcf7-form .countries .select2-container--default, .section__aboutus--form .wpcf7-form .countries .select2-selection--single {
  border-radius: 6px;
  height: 60px;
  background-color: #fff !important;
  width: 100% !important;
}

.section__aboutus--form .wpcf7-form .countries .select2-selection__rendered {
  line-height: 38px;
}

.section__aboutus--form .wpcf7-form .countries .select2-selection__arrow {
  height: 45px !important;
}

.section__aboutus--form .wpcf7-form .countries .select2-selection__clear {
  display: none !important;
}

.section__aboutus--form .wpcf7 .codedropz-upload-wrapper h3, .section__aboutus--form .wpcf7 .codedropz-upload-wrapper .h3, .section__aboutus--form .wpcf7 .codedropz-upload-wrapper span, .section__aboutus--form .wpcf7 .codedropz-upload-wrapper div a {
  color: #393636 !important;
}

.section__aboutus--cardbox {
  padding: 0 0 100px;
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__aboutus--cardbox .two-column-layout {
    width: auto !important;
  }
}

@media (width <= 575.98px) {
  .section__aboutus--cardbox {
    padding-bottom: 60px;
  }
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
  width: 100%;
  max-width: 100%;
}

@media (width <= 1199.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
    min-height: 200px;
  }
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  width: 100%;
  transition: all .3s ease-out;
  position: absolute;
  bottom: 0;
  left: 40px;
}

@media (width <= 1199.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 75%;
  }
}

@media (width <= 991.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 65%;
  }
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc h3, .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc .h3, .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: all .3s ease-out;
  top: -40px;
  left: 70%;
  font-weight: 600 !important;
}

@media (width <= 1199.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more {
    top: 0;
    left: 0;
  }
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card .desc .btn-more:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 3px;
  right: -14px;
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (width <= 1199.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 150px;
  }
}

@media (width <= 991.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 80px;
  }
}

@media (width <= 575.98px) {
  .section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 100px;
  }
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more {
  opacity: 1;
}

.section__aboutus--cardbox .wp-block-tfawpblocks-cta-card:hover .desc .btn-more:after {
  transition: all .3s ease-out;
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__aboutus--banner .one-column-layout {
  padding: 0 !important;
}

@media (width <= 1199.98px) {
  .section__aboutus--banner .one-column-layout {
    min-height: 350px;
  }
}

.section__aboutus--banner .wp-block-tfawpblocks-column {
  padding: 0;
}

.section__aboutus--banner .wp-block-tfawpblocks-column figure {
  margin: 0;
}

.section__aboutus--banner .wp-block-tfawpblocks-column figure img {
  object-fit: contain;
  width: 100%;
}

@media (width <= 1199.98px) {
  .section__aboutus--banner .wp-block-tfawpblocks-column figure img {
    object-fit: cover;
    min-height: 350px;
  }
}

.section__aboutus_cta div.two-column-layout {
  background-color: #29478f;
  border-radius: 10px;
  width: 99%;
  margin: 0 auto;
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__aboutus_cta div.two-column-layout {
    width: 98%;
  }
}

@media (width <= 991.98px) {
  .section__aboutus_cta > div {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

@media (width >= 768px) and (width <= 991.98px) {
  .section__aboutus_cta .swiperPartner {
    padding-bottom: 50px;
  }
}

@media (width <= 575.98px) {
  .section__aboutus_cta .swiperPartner {
    margin-left: -10px;
  }
}

.section__aboutus_cta .swipernav_partner .swiper_partner-prev, .section__aboutus_cta .swipernav_partner .swiper_partner-next {
  z-index: 99999;
  position: absolute;
  top: 20px;
}

@media (width <= 575.98px) {
  .section__aboutus_cta .swipernav_partner .swiper_partner-prev, .section__aboutus_cta .swipernav_partner .swiper_partner-next {
    top: 40px;
  }
}

.section__aboutus_cta .swipernav_partner .swiper_partner-next {
  right: 0;
}

.section__meet-team #fancybox-close {
  border: 1px solid #fff !important;
  margin-top: 100px !important;
  margin-right: 100px !important;
}

.section__meet-team #fancybox-close span:before, .section__meet-team #fancybox-close span:after {
  background-color: #393636 !important;
}

@media (width <= 991.98px) {
  .section__meet-team--main-title h2, .section__meet-team--main-title .h2 {
    line-height: 48px;
  }
}

@media (width <= 575.98px) {
  .section__meet-team--main-title h2, .section__meet-team--main-title .h2 {
    font-size: 38px !important;
  }
}

.section__meet-team--cardbox {
  padding: 0 0 100px;
}

@media (width <= 575.98px) {
  .section__meet-team--cardbox {
    padding-bottom: 60px;
  }
}

.section__meet-team--cardbox .four-column-layout, .section__meet-team--cardbox .three-column-layout {
  grid-column-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  height: 100%;
  display: grid;
}

@media (width <= 991.98px) {
  .section__meet-team--cardbox .four-column-layout, .section__meet-team--cardbox .three-column-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 575.98px) {
  .section__meet-team--cardbox .four-column-layout, .section__meet-team--cardbox .three-column-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section__meet-team--cardbox .four-column-layout div, .section__meet-team--cardbox .three-column-layout div {
  width: auto !important;
}

.section__meet-team--cardbox .four-column-layout .wp-block-columns, .section__meet-team--cardbox .three-column-layout .wp-block-columns {
  margin-bottom: 0 !important;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .img-box {
  margin-bottom: 30px;
  position: relative;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .img-box:before {
  content: " ";
  z-index: 1;
  background: linear-gradient(to top, #00000080, #0000);
  border-radius: 10px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .img-box img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 355px;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc {
  -o-transition: all .3s ease-out;
  z-index: 1;
  max-width: 80%;
  transition: all .3s ease-out;
  position: absolute;
  top: 75%;
  left: 30px;
}

@media (width <= 991.98px) {
  .section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc {
    top: 70%;
  }
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc h3, .section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc .h3, .section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc p {
  cursor: pointer;
  color: #fff;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc h3, .section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc .h3 {
  font-size: 20px;
  font-weight: 700;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc p {
  font-size: 14px;
  font-weight: 300;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc p a {
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  font-weight: 600;
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card .desc p a:after {
  content: "";
  background: url("../arr-white.feef6577.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: calc(75% + 3px);
  left: 75px;
  transform: translateY(-50%);
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  top: 230px;
}

@media (width <= 991.98px) {
  .section__meet-team--cardbox .wp-block-tfawpblocks-cta-card:hover .desc {
    top: 35px;
  }
}

.section__meet-team--cardbox .wp-block-tfawpblocks-cta-card:hover .desc p a {
  opacity: 1;
}

.section__meet-team--modal {
  padding: 50px;
}

@media (width <= 575.98px) {
  .section__meet-team--modal {
    padding: 20px;
  }
}

.section__meet-team--modal .wp-block-image {
  width: 130px;
  height: auto;
}

.section__meet-team--modal .text-box {
  align-content: end;
  display: grid;
}

.section__meet-team--modal .text-box h2, .section__meet-team--modal .text-box .h2 {
  margin-bottom: 0;
}

@media (width >= 992px) and (width <= 1199.98px) {
  .section__meet-team--modal .text-box h2, .section__meet-team--modal .text-box .h2, .section__meet-team--modal .text-box p {
    margin-left: 20px;
  }
}

@media (width >= 1200px) {
  .section__meet-team--modal .text-box h2, .section__meet-team--modal .text-box .h2, .section__meet-team--modal .text-box p {
    padding-left: 20px;
  }
}

.section__meet-team--modal .bar-middle {
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

@media (width <= 575.98px) {
  .section__meet-team--modal .bar-middle div div div {
    width: 50%;
  }
}

@media (width <= 991.98px) {
  .section__international--main-title h2, .section__international--main-title .h2 {
    line-height: 48px;
  }
}

@media (width <= 575.98px) {
  .section__international--main-title h2, .section__international--main-title .h2 {
    font-size: 38px !important;
  }
}

.section__international--menu .wp-block-tfawpblocks-column {
  cursor: pointer;
  width: 20%;
}

.section__international--menu .wp-block-tfawpblocks-column h4, .section__international--menu .wp-block-tfawpblocks-column .h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 110px;
  left: 30px;
}

@media (width <= 575.98px) {
  .section__international--menu .wp-block-tfawpblocks-column h4, .section__international--menu .wp-block-tfawpblocks-column .h4 {
    font-size: 20px;
    top: 110px;
    left: 30px;
  }
}

.section__international--menu .wp-block-tfawpblocks-column .wp-block-image {
  box-sizing: content-box;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.section__international--menu .wp-block-tfawpblocks-column .wp-block-image:hover {
  background-color: #29478f;
}

.section__international--menu .wp-block-tfawpblocks-column .wp-block-image:hover > img {
  opacity: .5;
}

.section__international--menu .wp-block-tfawpblocks-column:nth-child(3) h4, .section__international--menu .wp-block-tfawpblocks-column:nth-child(3) .h4 {
  top: 135px;
}

@media (width <= 575.98px) {
  .section__international--menu .wp-block-tfawpblocks-column:nth-child(3) h4, .section__international--menu .wp-block-tfawpblocks-column:nth-child(3) .h4 {
    top: 135px;
  }
}

@media (width <= 1199.98px) {
  .section__international--menu {
    white-space: nowrap;
    height: 200px;
    position: relative;
    overflow-x: scroll;
  }

  .section__international--menu > div.row {
    width: 1400px;
  }

  .section__international--menu > div.row .namerica, .section__international--menu > div.row .samerica, .section__international--menu > div.row .europe, .section__international--menu > div.row .mafrica, .section__international--menu > div.row .apacific {
    width: auto;
  }
}

.section__international--content---inner .distributor-box {
  min-height: 165px;
  padding-top: 15px;
}

.section__international--content---inner .apacific-box {
  min-height: 225px;
}

.section__international--content---inner .phone p, .section__international--content---inner .email p, .section__international--content---inner .fax p, .section__international--content---inner .country-flag {
  padding-left: 30px;
}

.section__international--content---inner .phone p a, .section__international--content---inner .email p a, .section__international--content---inner .fax p a {
  color: #393636;
}

.section__international--content---inner .phone p a:hover, .section__international--content---inner .email p a:hover, .section__international--content---inner .fax p a:hover {
  color: #29478f;
  text-decoration: none;
}

.section__international--content---inner .middleeast {
  padding-left: 0 !important;
}

.section__international--content---inner .separator {
  opacity: .2;
}

.section__international--content---inner .phone p:after {
  content: "";
  background: url("../phone.de75f2f1.svg") 100% / 15px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 18px;
  left: 15px;
}

.section__international--content---inner .fax p:after {
  content: "";
  background: url("../fax.61060b3c.svg") 100% / 15px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 18px;
  left: 15px;
}

.section__international--content---inner .email p:after {
  content: "";
  background: url("../email.172bc633.svg") 100% / 15px no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 18px;
  left: 15px;
}

.section__international--content---inner .country-flag:after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.section__international--content---inner .usa:after {
  background-image: url("../us-flag-2.93d04e6b.svg");
}

.section__international--content---inner .canada:after {
  background-image: url("../can-flag.1c59aecb.png");
}

.section__international--content---inner .brazil:after {
  background-image: url("../bra-flag.f4572398.png");
}

.section__international--content---inner .eu:after {
  background-image: url("../eu-flag.c47f296f.png");
}

.section__international--content---inner .austria:after {
  background-image: url("../aus-flag.6eb8eae1.png");
}

.section__international--content---inner .germany:after {
  background-image: url("../de-flag-2.1d9834e4.svg");
}

.section__international--content---inner .poland:after {
  background-image: url("../po-flag-2.94151e98.svg");
}

.section__international--content---inner .switzerland:after {
  background-image: url("../swt-flag.9e42d25e.png");
}

.section__international--content---inner .southafrica:after {
  background-image: url("../safr-flag.b73fa6d9.png");
}

.section__international--content---inner .india:after {
  background-image: url("../india-flag.7e5f907d.png");
}

.section__international--content---inner .pakistan:after {
  background-image: url("../pakistan-flag.47f0935e.png");
}

.section__international--content---inner .australia:after {
  background-image: url("../australia-flag.3de6f793.png");
}

.section__international--content---inner .taiwan:after {
  background-image: url("../taiwan-flag.43789e56.png");
}

.section__international--content---inner .korea:after {
  background-image: url("../korea-flag.71242995.png");
}

.section__international--content---inner .china:after {
  background-image: url("../ch-flag-2.ddaef2f5.svg");
}

.section__international--content---inner .ES:after, .section__international--content---inner .spain:after {
  background-image: url("../es-flag.2f786d10.png");
}

@media (width <= 991.98px) {
  .section__international--content---inner.europe div .wp-block-tfawpblocks-column.align-self-start:nth-child(5) {
    margin-top: 50px;
  }
}

.section__international--content---inner.europe .europebox {
  min-height: 210px;
}

@media (width <= 991.98px) {
  .section__international--content---inner.namerica div .wp-block-tfawpblocks-column.align-self-start:nth-child(2), .section__international--content---inner.africa div .wp-block-tfawpblocks-column.align-self-start:nth-child(2), .section__international--content---inner.asia div .wp-block-tfawpblocks-column.align-self-start:nth-child(5), .section__international--content---inner.asia div .wp-block-tfawpblocks-column.align-self-start:nth-child(6) {
    margin-top: 50px;
  }
}

.section__international--content---inner.europe .europebox-2 {
  min-height: 260px;
}

.section__find-product {
  background-repeat: no-repeat;
  padding: 95px 0;
  position: relative;
  background-position: 100% 100% !important;
  background-size: auto 100% !important;
}

@media (width <= 991.98px) {
  .section__find-product {
    background-image: none !important;
  }
}

@media (width <= 575.98px) {
  .section__find-product {
    padding: 60px 0;
  }
}

@media (width <= 1329.98px) {
  .section__find-product .col h2, .section__find-product .col .h2 {
    padding-left: 40px;
  }
}

@media (width <= 991.98px) {
  .section__find-product .col h2, .section__find-product .col .h2 {
    padding-left: 15px;
  }
}

@media (width <= 575.98px) {
  .section__find-product .col h2, .section__find-product .col .h2 {
    padding-left: 0;
  }
}

@media (width <= 991.98px) {
  .section__find-product .col {
    padding-left: 30px;
  }
}

@media (width <= 575.98px) {
  .section__find-product .col {
    padding-left: 20px;
  }

  .section__find-product .col.col-md-7 {
    display: none;
  }
}

.section__find-product p {
  font-weight: 300;
}

@media (width <= 575.98px) {
  .section__find-product p {
    max-width: 250px;
  }
}

.section__find-product .wp-block-image {
  display: block;
  position: absolute;
  top: -195px;
  right: calc(685px - 50vw);
}

@media (width <= 991.98px) {
  .section__find-product .wp-block-image {
    max-width: 55vw;
    height: 100%;
    margin: 0;
    top: -200px;
    right: -15px;
  }
}

.section__find-product .wp-block-image img {
  transform-origin: bottom;
  min-width: 300px;
  min-height: 1px;
  transition: transform .8s ease-in-out;
  position: relative;
  bottom: 0;
  transform: scaleY(0);
}

@media (width <= 991.98px) {
  .section__find-product .wp-block-image img {
    object-fit: cover;
    height: 372px;
  }
}

.section__find-product .go .wp-block-image img {
  transform: scaleY(1);
}

.section__no-prod-quote {
  width: 100%;
  margin-left: -15px;
  display: none;
}

.section__no-prod-quote.active {
  display: block;
}

.section__no-prod-quote .wp-block-tfawpblocks-button-boot {
  float: left;
  margin-right: 15px;
}

@media (width <= 575.98px) {
  .section__no-prod-quote .wp-block-tfawpblocks-button-boot {
    width: 100%;
  }

  .section__no-prod-quote .wp-block-tfawpblocks-button-boot a.btn {
    width: 100%;
    max-width: none;
  }
}

.section__latest--intro {
  position: relative;
}

.section__latest--tabs {
  padding-top: 30px;
  position: relative;
}

@media (width <= 575.98px) {
  .section__latest--tabs .nav-tabs-wrap {
    max-width: calc(100vw - 40px);
    overflow: auto hidden;
  }

  .section__latest--tabs .nav-tabs {
    min-width: 500px;
  }
}

.section__latest--tabs .nav-tabs .nav-item {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}

.section__latest--tabs .nav-tabs .nav-item .nav-link {
  color: #393636;
  padding-left: 0;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: 0 !important;
}

.section__latest--tabs .nav-tabs .nav-item .nav-link:focus-visible, .section__latest--tabs .nav-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  outline: none;
  border: 0 !important;
}

.section__latest--tabs .nav-tabs .nav-item .nav-link.active, .section__latest--tabs .nav-tabs .nav-item .nav-link:hover {
  color: #29478f;
}

.section__latest--tabs .nav-tabs .nav-item .nav-link.active:after, .section__latest--tabs .nav-tabs .nav-item .nav-link:hover:after {
  content: "";
  border-top: 3px solid #29478f;
  width: calc(100% - 30px);
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.section__latest--tabs .nav-tabs .nav-item:before {
  display: none;
}

.section__latest--tabs .tab-content {
  padding-top: 70px;
}

.section__latest--tabs .tab-content .tab-pane p {
  font-size: 20px;
  font-weight: 600;
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane p {
    font-size: 16px;
  }
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container {
  display: flex;
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container .asl_w {
  box-shadow: none;
  border: 1px solid #afafaf;
  border-radius: 6px;
  max-width: 1340px;
  padding: 10px 15px;
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container .asl_w .probox .promagnifier .innericon {
  background: url("../search.f6dc4fc9.svg") center / 100% no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container .asl_w .probox .promagnifier .innericon svg {
  display: none;
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container .asl_w .probox .proclose svg {
  background-color: #0000;
  border: 0;
  padding: 2px;
}

.section__latest--tabs .tab-content .tab-pane .asl_w_container .asl_w .probox .proclose svg polygon {
  fill: #393636;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query {
  padding-top: 40px;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post {
  border-bottom: 1px solid #70707057;
  width: calc(50% - 40px);
  margin: 0 0 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

@media (width <= 991.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post {
    width: 100%;
  }
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post {
    width: 100%;
    padding-top: 220px;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post:nth-child(2n) {
  margin-left: 40px;
}

@media (width <= 991.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post:nth-child(2n) {
    margin-left: 0;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-featured-image {
  width: 50%;
  display: block;
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-featured-image {
    max-width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    top: 0;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-featured-image img {
  object-fit: cover;
  float: left;
  border: 3px solid #f8f8f8;
  border-radius: 18px;
  width: 100%;
  height: 200px;
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-featured-image img {
    width: 90vw;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-title {
  align-self: end;
  max-width: 50%;
  margin-bottom: 50px;
  padding-left: 15px;
  font-weight: 600;
  display: flex;
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-title {
    max-width: 90%;
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post-title a:hover {
  color: #393636;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-read-more {
  color: #29478f;
  max-width: 50%;
  font-size: 14px;
  display: flex;
  position: absolute;
  bottom: 45px;
  left: calc(50% + 15px);
}

@media (width <= 575.98px) {
  .section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-read-more {
    left: 0;
  }
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-read-more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: 5px;
  position: absolute;
  right: -14px;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-read-more:hover {
  transition: all .3s ease-out;
  color: #137ec0 !important;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-read-more:hover:after {
  background-image: url("../arr-blue-light.d376d1c7.svg");
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
}

.section__latest--tabs .tab-content .tab-pane .wp-block-query ul.wp-block-post-template .wp-block-post:before {
  display: none;
}

.section__latest--tabs .tab-content .tab-pane#blogs, .section__latest--tabs .tab-content .tab-pane#news, .section__latest--tabs .tab-content .tab-pane#events {
  position: relative;
}

.section__latest--tabs .tab-content .tab-pane#events .one-column-layout > .wp-block-tfawpblocks-column p {
  margin-left: 0;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list {
  margin-top: 40px;
}

@media (width >= 1330px) {
  .section__latest--tabs .tab-content .tab-pane#events .events-list {
    width: calc(100% + 40px);
  }
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item {
  background-color: #f8f8f8;
  border-radius: 12px;
  align-self: center;
  min-height: 270px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 30px;
  position: relative;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item h3, .section__latest--tabs .tab-content .tab-pane#events .events-list__item .h3 {
  color: #29478f;
  height: 54px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item--date, .section__latest--tabs .tab-content .tab-pane#events .events-list__item--location {
  padding-left: 25px;
  position: relative;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item--date:before, .section__latest--tabs .tab-content .tab-pane#events .events-list__item--location:before {
  content: "";
  background: url("../date.19f16e54.svg") center / 100% no-repeat;
  width: 13px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item--location:before {
  background-image: url("../location.7ad40694.svg");
  height: 16px;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item--more {
  color: #29478f;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  bottom: 30px;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item--more:after {
  content: "";
  background: url("../arr-blue.b65a8f78.svg") 100% / 7px 100% no-repeat;
  width: 6px;
  height: 12px;
  margin-top: 5px;
  position: absolute;
  right: -14px;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item:hover {
  background-color: #ededed;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list__item:hover .events-list__item--more:after {
  animation: 3s ease-in-out infinite alternate-reverse both up-down-arr-right;
  right: -14px;
}

.section__latest--tabs .tab-content .tab-pane#events .events-list .col {
  padding-right: 40px;
}

@media (width <= 1329.98px) {
  .section__latest--tabs .tab-content .tab-pane#events .events-list .col {
    padding: 0 15px;
  }
}

.section__latest--tabs .tab-content .tab-pane#events .events-list .col .events-list__item {
  margin-right: 0;
}

.section__typical-setup {
  min-height: 90vh;
  display: inline-block;
}

.section_cables .wp-block-tfawpblocks-button-boot {
  float: left;
  min-width: 33%;
  padding: 5px 15px 5px 0;
}

@media (width <= 991.98px) {
  .section_cables .wp-block-tfawpblocks-button-boot {
    min-width: 50%;
  }
}

@media (width <= 575.98px) {
  .section_cables .wp-block-tfawpblocks-button-boot {
    min-width: none;
    width: 100%;
    padding: 0;
  }
}

.section_cables .wp-block-tfawpblocks-button-boot .btn-primary {
  color: #393636;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  min-width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  display: block;
}

.section_cables .wp-block-tfawpblocks-button-boot:hover .btn-primary {
  color: #fff;
  background-color: #29478f;
  transition: all .3s ease-in-out;
}

@media (width <= 767.98px) {
  .section__industrial-table--desktop {
    display: none;
  }
}

@media (width >= 768px) {
  .section__industrial-table--mobile {
    display: none;
  }
}

.section__industrial-table--mobile .wp-block-table table {
  min-width: auto !important;
}

.section__industrial-table--mobile .wp-block-table table tr {
  border: none !important;
}

.section__industrial-table--mobile .wp-block-table table tr:first-child th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(9) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(17) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(25) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(33) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(41) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(49) th, .section__industrial-table--mobile .wp-block-table table tr:nth-child(57) th {
  padding-top: 60px !important;
}

.section__industrial-table--mobile .wp-block-table table th {
  border-bottom: 1px solid #f8f8f8;
}

.wp-block-navigation__submenu-icon {
  display: none !important;
}

@media (width >= 1200px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}

@media (width <= 1199.98px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}

.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown), .wp-block-navigation__responsive-container-close:not(.always-shown) {
    display: block;
  }
}

.wp-block-navigation__responsive-container-open svg, .wp-block-navigation__responsive-container-close svg {
  width: 40px;
  height: 40px;
}

.wp-block-navigation__responsive-container-open svg rect, .wp-block-navigation__responsive-container-close svg rect, .wp-block-navigation__responsive-container-open svg path, .wp-block-navigation__responsive-container-close svg path {
  fill: #393636;
}

.wp-block-navigation__responsive-container-close {
  top: 0;
  right: 0;
}

.wp-block-navigation__responsive-container-close svg {
  width: 40px;
  height: 40px;
}

.wp-block-navigation__responsive-container-close svg rect, .wp-block-navigation__responsive-container-close svg path {
  fill: #fff;
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: .4s both slide-in-right;
  background-color: #393636 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 84px !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button {
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button:after {
  content: "";
  float: right;
  background: url("../arr-down.5fc45ec8.svg") center / 100% no-repeat;
  width: 9px;
  height: 5px;
  margin-top: 9px;
  margin-left: 7px;
  display: block;
  position: relative;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button:after {
    transform: rotate(270deg);
  }
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button[aria-expanded="true"] ~ ul.wp-block-navigation__submenu-container {
  display: flex !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}

.wp-block-navigation__responsive-container .wp-block-navigation-item.has-child button.wp-block-navigation-submenu__toggle {
  padding-right: 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__responsive-container .wp-block-navigation-item:not(.has-child) {
    margin-bottom: 25px !important;
  }
}

.wp-block-navigation__container {
  place-content: flex-end;
  padding-top: 31px;
  padding-right: 25px;
}

.wp-block-navigation__container li {
  margin-left: 25px;
}

@media (width >= 992px) and (width <= 1329.98px) {
  .wp-block-navigation__container li {
    margin-left: 10px;
  }
}

.wp-block-navigation__container li:first-child {
  margin-left: 0;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li {
    margin-bottom: 25px;
    margin-left: 0;
  }
}

.wp-block-navigation__container li.current-menu-item {
  position: relative;
}

.wp-block-navigation__container li.current-menu-item span {
  color: #393636;
  font-weight: 600;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li.current-menu-item span {
    color: #393636;
    font-weight: 700;
  }
}

.wp-block-navigation__container li a span {
  -o-transition: all .3s ease-out;
  color: #393636;
  transition: all .3s ease-out;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container li a span {
    color: #393636;
  }
}

.wp-block-navigation__container li a:hover span {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (width <= 1199.98px) {
  .wp-block-navigation__container > li:last-child:after {
    display: none;
  }
}

.wp-block-image.aligncenter {
  margin: 0 auto;
  display: block;
}

.wp-block-image.img-left {
  margin-left: calc(685px - 50vw);
  position: relative;
}

.wp-block-image.img-left img {
  min-width: 100%;
  min-height: 100px;
}

@media (width >= 1921px) {
  .wp-block-image.img-left {
    margin-left: 0;
  }

  .wp-block-image.img-left img {
    border-radius: 20px;
    min-width: 100%;
    display: block;
  }
}

@media (width <= 1329.98px) {
  .wp-block-image.img-left {
    margin-left: -55px;
  }
}

@media (width <= 991.98px) {
  .wp-block-image.img-left {
    min-width: calc(100% + 75px);
    margin-left: -55px;
  }
}

@media (width <= 575.98px) {
  .wp-block-image.img-left {
    margin-left: -35px;
    margin-right: -50px;
  }
}

.wp-block-image.img-right {
  margin-right: calc(685px - 50vw);
  position: relative;
}

@media (width >= 1921px) {
  .wp-block-image.img-right {
    margin-right: 0;
  }

  .wp-block-image.img-right img {
    border-radius: 20px;
    display: block;
  }
}

@media (width <= 1199.98px) {
  .wp-block-image.img-right {
    margin-right: -15px;
  }
}

.wp-block-social-links {
  position: relative;
  bottom: -6px;
  margin-bottom: 0 !important;
}

.wp-block-social-links .wp-social-link {
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 0;
  width: 14px;
  height: 14px;
  display: block;
  background: url("../fb.77f8f8ed.svg") center / auto 100% no-repeat !important;
}

.wp-block-social-links .wp-social-link svg {
  display: none;
}

.wp-block-social-links .wp-social-link a {
  width: 24px;
  height: 24px;
}

.wp-block-social-links .wp-social-link a:after {
  display: none !important;
}

.wp-block-social-links .wp-social-link-instagram {
  background-image: url("../in.27efe221.svg") !important;
}

.wp-block-social-links .wp-social-link-twitter {
  background-image: url("../tw.05c2685b.svg") !important;
}

.wp-block-social-links .wp-social-link-linkedin {
  background-image: url("../ln.3f2c594a.svg") !important;
}

.wp-block-social-links .wp-social-link:before {
  display: none;
}

.wp-block-table table {
  width: 100%;
  min-width: 900px;
  margin-bottom: 15px;
  display: inline-block;
}

.wp-block-table table tbody tr {
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
}

.wp-block-table table tbody tr td, .wp-block-table table tbody tr th {
  vertical-align: top;
  text-align: left;
  border: 0;
  padding: 20px 40px 20px 0;
  position: relative;
}

.wp-block-table table tbody tr td img, .wp-block-table table tbody tr td svg, .wp-block-table table tbody tr th img, .wp-block-table table tbody tr th svg {
  object-fit: none;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.wp-block-table table tbody tr th {
  font-size: 14px;
  font-weight: 600;
  color: #29478f !important;
}

.wp-block-table table tbody tr td {
  font-size: 14px;
}

.wp-block-table table tbody tr td, .wp-block-table table tbody tr td li, .wp-block-table table tbody tr td div, .wp-block-table table tbody tr td span {
  font-size: 14px;
  font-weight: 400;
}

.wp-block-table table tbody tr td strong, .wp-block-table table tbody tr td b, .wp-block-table table tbody tr td li strong, .wp-block-table table tbody tr td li b, .wp-block-table table tbody tr td div strong, .wp-block-table table tbody tr td div b, .wp-block-table table tbody tr td span strong, .wp-block-table table tbody tr td span b {
  font-weight: 600;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0 !important;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f8f8f880;
}

.wp-block-table.is-style-stripes table tbody tr td, .wp-block-table.is-style-stripes table tbody tr th {
  padding-left: 15px;
}

.wp-block-table.table-downloads table tbody {
  width: 100%;
  display: table;
}

.wp-block-table.table-downloads table tbody tr td:last-child a {
  color: #393636;
  background: #f8f8f8 url("../sheet.c2c58fa7.svg") 35px / 14px no-repeat;
  border-radius: 12px;
  max-width: 170px;
  margin-bottom: 10px;
  padding: 25px 58px;
  font-weight: 600;
  display: block;
}

.wp-block-table.table-downloads table tbody tr td:last-child a:hover {
  color: #fff;
  background-color: #29478f;
  background-image: url("../ico-feather-file-white.d07295f3.svg");
  text-decoration: none;
}

.wp-block-tfawpblocks-row-section .two-column-layout {
  flex-wrap: wrap;
  width: 100%;
  display: inline-flex;
}

.wp-block-tfawpblocks-row-section .two-column-layout .wp-block-tfawpblocks-column {
  height: auto;
}

.wp-block-tfawpblocks-column {
  position: relative;
}

.wp-block-tfawpblocks-column.col-bg-white {
  background-color: #fff;
}

.wp-block-tfawpblocks-column.col-bg-yellow {
  background-color: #ffc107;
}

.wp-block-tfawpblocks-column.col-bg-green {
  background-color: #198754;
}

.wp-block-tfawpblocks-logoslide {
  -o-transition: all .3s ease-out;
  border-radius: 26px;
  transition: all .3s ease-out;
}

.wp-block-tfawpblocks-logoslide:hover {
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(1.1);
  box-shadow: 48px 60px 76px #0000001a;
}

.wp-block-tfawpblocks-button-boot .btn, .wp-block-tfawpblocks-button-boot .wpcf7 input[type="submit"], .wpcf7 .wp-block-tfawpblocks-button-boot input[type="submit"] {
  border-width: 2px;
  border-radius: 5px;
  padding: 19px 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media (width <= 991.98px) {
  .wp-block-tfawpblocks-button-boot .btn, .wp-block-tfawpblocks-button-boot .wpcf7 input[type="submit"], .wpcf7 .wp-block-tfawpblocks-button-boot input[type="submit"] {
    padding: 17px 34px;
  }
}

.wp-block-tfawpblocks-button-boot .btn.btn-light:hover, .wp-block-tfawpblocks-button-boot .wpcf7 input.btn-light[type="submit"]:hover, .wpcf7 .wp-block-tfawpblocks-button-boot input.btn-light[type="submit"]:hover {
  color: #393636;
  background-color: #fffc;
  border-color: #fffc;
}

.wp-block-tfawpblocks-button-boot .btn.btn-dark, .wp-block-tfawpblocks-button-boot .wpcf7 input.btn-dark[type="submit"], .wpcf7 .wp-block-tfawpblocks-button-boot input.btn-dark[type="submit"] {
  color: #fff;
  background-color: #29478f;
  border-color: #29478f;
}

.wp-block-tfawpblocks-button-boot .btn.btn-dark:hover, .wp-block-tfawpblocks-button-boot .wpcf7 input.btn-dark[type="submit"]:hover, .wpcf7 .wp-block-tfawpblocks-button-boot input.btn-dark[type="submit"]:hover {
  background-color: #243e7e;
  border-color: #243e7e;
}

.wp-block-tfawpblocks-pre-heading .pretitle {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.wp-block-tfawpblocks-pre-heading .h2 {
  font-size: 34px;
}

.wp-block-tfawpblocks-pre-heading .text-white {
  color: #fff;
}

footer {
  position: relative;
}

footer > .short-component > .wp-block-tfawpblocks-row-section.container-fluid, footer > .short-component > .wp-block-tfawpblocks-row-section.container-sm, footer > .short-component > .wp-block-tfawpblocks-row-section.container-md, footer > .short-component > .wp-block-tfawpblocks-row-section.container-lg, footer > .short-component > .wp-block-tfawpblocks-row-section.container-xl, footer > .short-component > .wp-block-tfawpblocks-row-section.container-xxl {
  padding-left: 0;
  padding-right: 0;
}

footer.wp-block-template-part {
  background-color: #fff;
}

footer.wp-block-template-part a:hover {
  text-decoration: none;
}

footer.wp-block-template-part .foo-top {
  padding: 45px 0;
}

@media (width <= 1329.98px) {
  footer.wp-block-template-part .foo-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (width <= 991.98px) {
  footer.wp-block-template-part .foo-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (width <= 575.98px) {
  footer.wp-block-template-part .foo-top {
    padding-left: 0;
    padding-right: 0;
  }
}

footer.wp-block-template-part .foo-top .row .col ul {
  list-style: none;
}

footer.wp-block-template-part .foo-top .row .col ul li a {
  color: #393636;
  font-size: 12px;
  line-height: 21px;
}

footer.wp-block-template-part .foo-top .row .col ul li a strong {
  color: #29478f;
}

footer.wp-block-template-part .foo-top .row .col ul li a:hover {
  text-decoration: underline;
  color: #137ec0 !important;
}

footer.wp-block-template-part .foo-top .row .col ul li a:hover strong {
  text-decoration: none;
}

footer.wp-block-template-part .foo-top .row .col:last-child {
  padding: 0;
}

@media (width <= 991.98px) {
  footer.wp-block-template-part .foo-top .row .col:last-child {
    padding-top: 25px;
    padding-left: 40px;
  }
}

footer.wp-block-template-part .foo-top .row .col:last-child p {
  font-size: 12px;
  line-height: 21px;
}

@media (width <= 575.98px) {
  footer.wp-block-template-part .foo-top .row .col:last-child p {
    max-width: 90%;
  }
}

footer.wp-block-template-part .foo-top .row .col:last-child p.has-text-color {
  font-size: 14px;
  font-weight: 500;
}

footer.wp-block-template-part .foo-top .row .col:last-child p a {
  font-size: 12px;
  line-height: 21px;
}

@media (width <= 991.98px) {
  footer.wp-block-template-part .foo-top .row .col .foo-logo {
    margin-bottom: 40px;
    margin-left: 25px;
  }
}

footer.wp-block-template-part .foo-contact {
  width: 100vw;
  padding: 20px 0;
}

footer.wp-block-template-part .foo-contact-details {
  position: relative;
  bottom: 0;
}

@media (width <= 575.98px) {
  footer.wp-block-template-part .foo-contact-details {
    width: 100%;
    margin-top: 5px;
  }

  footer.wp-block-template-part .foo-contact-details li {
    text-align: center;
    width: 100%;
    margin: 5px auto;
    display: inline-block !important;
  }
}

footer.wp-block-template-part .foo-contact-details li a {
  width: 100%;
}

footer.wp-block-template-part .foo-contact-details li a i {
  background: url("../foo-email.14bb0391.svg") 0 / 12px no-repeat;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding-left: 20px;
  font-style: normal;
  position: relative;
}

footer.wp-block-template-part .foo-contact-details li:last-child i {
  background: url("../foo-phone.befa6936.svg") 0 / 12px no-repeat;
}

@media (width <= 991.98px) {
  footer.wp-block-template-part .foo-contact .col {
    text-align: center;
  }

  footer.wp-block-template-part .foo-contact .col + .col {
    display: block;
  }
}

footer.wp-block-template-part .foo-contact ul {
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  display: inline-flex;
}

footer.wp-block-template-part .foo-contact ul li {
  margin-right: 15px;
  display: flex;
}

footer.wp-block-template-part .foo-contact ul li a {
  color: #fff;
  font-size: 12px;
}

footer.wp-block-template-part .foo-contact ul li a:hover {
  text-decoration: underline !important;
}

footer.wp-block-template-part .foo-contact ul.wp-block-social-links {
  min-width: 100px;
  bottom: 0;
}

@media (width <= 991.98px) {
  footer.wp-block-template-part .foo-contact ul.wp-block-social-links {
    bottom: -14px;
  }
}

footer.wp-block-template-part .foo-contact ul.wp-block-social-links li {
  margin-right: 0;
}

footer.wp-block-template-part .foo-contact .col-lg-5 {
  justify-content: flex-end;
  display: inline-flex;
}

footer.wp-block-template-part .foo-copy {
  width: 100vw;
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column {
  padding: 20px;
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #fff6 !important;
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p s {
  text-decoration: none;
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p a {
  letter-spacing: .2px;
  color: #fff6;
  font-size: 10px;
  font-weight: 300;
}

@media (width <= 575.98px) {
  footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p a {
    width: 100%;
  }
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p a:hover {
  color: #ffffffb3;
}

footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p em {
  margin: 0 7px;
  font-style: normal;
}

@media (width <= 575.98px) {
  footer.wp-block-template-part .foo-copy .wp-block-tfawpblocks-column p em {
    margin: 0 2px;
  }
}

.wpcf7 {
  z-index: 1;
  max-width: 100%;
  position: relative;
  margin: 0 auto !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="search"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="submit"], .wpcf7 select, .wpcf7 textarea {
  letter-spacing: -.35px;
  outline: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
}

.wpcf7 .wpcf7-acceptance {
  position: relative;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item:before {
  content: "";
  box-sizing: border-box;
  top: 10px;
  left: 3px;
  right: inherit;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #70707080;
  border-radius: 4px;
  width: 15px;
  height: 15px;
  transition: border-color .2s;
  display: inline-block;
  position: absolute;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item i {
  color: #707070;
  width: 15px;
  height: 15px;
  display: block;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item i:before, .wpcf7 .wpcf7-acceptance .wpcf7-list-item i:after {
  content: "";
  box-sizing: border-box;
  transform-origin: 0 0;
  transition: opacity ease .5;
  background-color: #29478f;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item i:before {
  max-height: 11px;
  top: 18px;
  left: 10px;
  transform: rotate(-145deg);
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item i:after {
  max-height: 7px;
  top: 13px;
  left: 5px;
  transform: rotate(-35deg);
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 2px;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ i {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ i:after {
  width: 2px;
  animation: .2s forwards dothabottomcheck;
}

.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ i:before {
  width: 2px;
  animation: .4s forwards dothatopcheck;
}

.wpcf7-form p {
  border-bottom: 0;
}

.wpcf7-form label {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #e24848;
  font-size: 11px;
  position: absolute;
  top: 25px;
  left: 5px;
}

.wpcf7-validation-errors {
  border: 1px solid #212529;
}

.wpcf7-response-output {
  letter-spacing: -.35px;
  color: #e24848;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border: none !important;
  margin: 15px !important;
  padding: 10px 0 0 !important;
}

.wpcf7 p.info-tip {
  display: none !important;
}

.wpcf7 .btn-check:focus + .btn-outline-primary, .wpcf7 .btn-check:focus + input[type="submit"], .wpcf7 .btn-outline-primary:focus, .wpcf7 input:focus[type="submit"] {
  box-shadow: none !important;
}

.wpcf7:before {
  z-index: 0;
  content: "";
  background: none;
  width: 316px;
  height: 346px;
  position: absolute;
  top: -30px;
  right: -150px;
}

.wpcf7 .screen-reader-response {
  width: 100%;
  position: absolute;
}

.wpcf7 form.wpcf7-form {
  background-color: #29478f;
  border-radius: 10px;
  padding: 55px 50px;
  position: relative;
}

@media (width <= 991.98px) {
  .wpcf7 form.wpcf7-form {
    padding: 40px;
  }
}

@media (width <= 575.98px) {
  .wpcf7 form.wpcf7-form {
    padding: 40px 10px;
  }
}

.wpcf7 form.wpcf7-form input {
  box-shadow: none;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  margin-bottom: 28px;
  padding: 15px 20px;
}

@media (width <= 575.98px) {
  .wpcf7 form.wpcf7-form textarea.wpcf7-textarea {
    margin-top: 5px;
  }
}

.wpcf7 form.wpcf7-form textarea.wpcf7-textarea ~ .wpcf7-not-valid-tip {
  top: -10px;
}

.wpcf7 .codedropz-upload-wrapper {
  margin-bottom: 20px;
}

.wpcf7 .codedropz-upload-wrapper h3, .wpcf7 .codedropz-upload-wrapper .h3, .wpcf7 .codedropz-upload-wrapper span, .wpcf7 .codedropz-upload-wrapper a {
  color: #fff;
}

.wpcf7 .codedropz-upload-wrapper .dnd-upload-image, .wpcf7 .codedropz-upload-wrapper .dnd-icon-remove {
  background-color: #fff;
  border-color: #fff;
  border-radius: 100%;
  display: block;
}

.wpcf7 .codedropz-upload-wrapper .dnd-icon-remove {
  max-width: 15px;
  max-height: 15px;
  overflow: hidden;
}

.wpcf7 .codedropz-upload-wrapper .dnd-upload-details span, .wpcf7 .codedropz-upload-wrapper .dnd-upload-details em, .wpcf7 .codedropz-upload-wrapper .dnd-upload-details a {
  color: #fff;
  font-size: 14px;
}

.wpcf7 .row {
  margin: 0;
}

.wpcf7 .row > .col {
  padding: 0;
}

@media (width <= 991.98px) {
  .wpcf7 .row > .col {
    padding: 50px 35px;
  }
}

@media (width <= 575.98px) {
  .wpcf7 .row > .col {
    padding: 25px 20px;
  }
}

.wpcf7 .row > .col h2, .wpcf7 .row > .col .h2, .wpcf7 .row > .col p {
  padding: 10px;
}

.wpcf7 .row > .col h2, .wpcf7 .row > .col .h2 {
  height: 49px;
  font-size: 43px;
  font-weight: 900;
}

@media (width <= 575.98px) {
  .wpcf7 .row > .col h2, .wpcf7 .row > .col .h2 {
    height: 34px;
    font-size: 30px;
  }
}

.wpcf7 .row > .col p {
  font-size: 14px;
}

.wpcf7 .row > .col form {
  padding: 0;
}

.wpcf7 .row .col-sm-6 {
  padding-right: 0;
}

@media (width <= 991.98px) {
  .wpcf7 {
    padding: 0;
  }

  .wpcf7 .wpcf7 {
    width: 100%;
    max-width: none;
  }
}

.select2-container {
  border: 0;
  max-width: 100%;
  margin-top: 0;
  display: inline-block;
}

@media (width <= 991.98px) {
  .select2-container {
    margin-bottom: 20px;
  }
}

@media (width <= 575.98px) {
  .select2-container {
    margin-bottom: 15px;
    display: block;
    width: initial !important;
  }
}

.select2-container .select2-dropdown {
  background-color: #f8f8f8;
  border: 0;
  padding: .9rem 1.1rem;
}

.select2-container .select2-selection {
  box-shadow: none;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  border: 0 !important;
}

.select2-container .select2-selection__clear {
  margin-top: 1px;
  margin-right: 35px !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection__placeholder {
  letter-spacing: -.35px;
  color: #393636;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px !important;
}

.select2-container .select2-selection__arrow {
  height: 30px !important;
}

.select2-container .select2-selection__arrow b {
  border: 0;
  align-content: baseline;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: grid;
  border-width: 5px 4px 0 !important;
  border-color: #0000 !important;
  margin-left: -15px !important;
}

.select2-container .select2-selection__arrow b:after {
  content: "";
  float: right;
  background: url("../arr-down-dark-small.e8a62b51.svg") center / 100% no-repeat;
  width: 10px;
  height: 10px;
  transition: all .5s linear;
  display: block;
  position: relative;
}

.select2-container .select2-selection__rendered {
  color: #393636;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  opacity: 1 !important;
}

.select2-container--open .select2-selection__arrow b:after {
  content: "";
  transform: rotate(180deg);
}

.select2-results__options {
  font-family: Inter, sans-serif;
  max-height: 250px !important;
}

.select2-results__option {
  padding-left: 0;
  font-size: 13px;
  line-height: 17px;
}

.select2-results__option--selectable {
  background-color: #f8f8f8 !important;
}

.select2-results__option--highlighted {
  color: #29478f !important;
  font-weight: 600 !important;
}

.your_country .your_country_quote {
  background-color: #fff !important;
  width: 100% !important;
  display: block !important;
}

.your_country .select2-selection--single {
  background-color: #fff !important;
}

.your_country .select2-container--default {
  border-radius: 7px;
  width: 100% !important;
  height: 55px !important;
}

.your_country .select2-container--default .select2-selection__arrow b {
  margin-top: 3px;
}

/*# sourceMappingURL=tfa-theme-main.css.map */
