/** Import everything from autoload */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.module-container,
.woocommerce-checkout .woocommerce,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container,
  .module-container,
  .woocommerce-checkout .woocommerce {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .module-container,
  .woocommerce-checkout .woocommerce {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .module-container,
  .woocommerce-checkout .woocommerce {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .module-container,
  .woocommerce-checkout .woocommerce {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.woocommerce-checkout #customer_details .col-1,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12,
  .woocommerce-checkout #customer_details .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/** Import npm dependencies */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/** Import theme styles */

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

.module-row,
.timeline-module-row,
.texto-imagem-module-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.texto-ingles {
  display: none;
}

.texto-portugues {
  display: none;
}

.language-active {
  display: block;
}

.font-black,
.single-product button.wcdp-button,
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
.woocommerce-checkout #wcdp_amount > li:last-child .wcdp-button-label,
.woocommerce-checkout .wcdp-variation-heading,
.footer-module-link,
.header-module-nav .menu-item a,
.texto-imagem-module-subtitulo,
.imagens-module-legenda,
.formulario-module #wcdp-step-3 > h3,
.formulario-module button.wcdp-button,
.formulario-module .wcdp_options > li:last-child label,
.formulario-module .wcdp-variation-heading,
.carrossel-module-descricao,
.carrossel-module-ano,
.form-list > label,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > label,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label,
.formulario-module .wcdp_options > li:not(:last-child) > label,
.header-3,
.timeline-module-item-descricao,
.header-2,
.timeline-module-titulo,
.texto-module-titulo,
.texto-imagem-module-titulo,
.tabs-module-titulo,
.imagens-module-titulo,
.formulario-module-titulo,
.carrossel-module-titulo,
.header-1,
.hero-module-simples-titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.font-semibold,
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label,
.footer-module-nav .menu-item a,
.header-module-donate,
.tabs-module-tab,
.hero-module-simples-subtitulo,
.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card #new-credit-card .form-row label,
.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card > p,
.formulario-module .woocommerce-checkout .form-row label,
.header-4,
.timeline-module-item-titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.font-regular,
.woocommerce-checkout #customer_details .woocommerce-input-wrapper input,
.formulario-module .woocommerce-checkout .form-row input,
.body,
.woocommerce-checkout .woocommerce-order-details p,
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview > *,
.woocommerce-checkout .woocommerce-order h1,
.texto-module-conteudo,
.texto-imagem-module-texto,
.imagem-doacao-module-texto {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.header-1,
.hero-module-simples-titulo {
  text-transform: uppercase;
  font-size: 5.0625rem;
  line-height: 1.2098765432;
  color: #fff;
}

@media (max-width: 767.98px) {
  .header-1,
  .hero-module-simples-titulo {
    font-size: 2.3125rem;
    line-height: 1.2162162162;
  }
}

.header-2,
.timeline-module-titulo,
.texto-module-titulo,
.texto-imagem-module-titulo,
.tabs-module-titulo,
.imagens-module-titulo,
.formulario-module-titulo,
.carrossel-module-titulo {
  text-transform: uppercase;
  font-size: 4.0625rem;
  line-height: 1.2153846154;
  color: #fff;
}

@media (max-width: 767.98px) {
  .header-2,
  .timeline-module-titulo,
  .texto-module-titulo,
  .texto-imagem-module-titulo,
  .tabs-module-titulo,
  .imagens-module-titulo,
  .formulario-module-titulo,
  .carrossel-module-titulo {
    font-size: 2.5rem;
    line-height: 1.225;
  }
}

.header-3,
.timeline-module-item-descricao {
  font-size: 2.9375rem;
  line-height: 1.2127659574;
}

@media (max-width: 767.98px) {
  .header-3,
  .timeline-module-item-descricao {
    font-size: 1.75rem;
    line-height: 0.8214285714;
  }
}

.header-4,
.timeline-module-item-titulo {
  font-size: 2.4375rem;
  line-height: 1.2307692308;
}

@media (max-width: 767.98px) {
  .header-4,
  .timeline-module-item-titulo {
    font-size: 1.1875rem;
    line-height: 1.2105263158;
  }
}

.body,
.woocommerce-checkout .woocommerce-order-details p,
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview > *,
.woocommerce-checkout .woocommerce-order h1,
.texto-module-conteudo,
.texto-imagem-module-texto,
.imagem-doacao-module-texto {
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-list,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method,
.woocommerce-checkout #wcdp_amount > li:not(:last-child),
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li,
.formulario-module .wcdp_options > li:not(:last-child) {
  position: relative;
  display: block;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .form-list,
  .woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method,
  .woocommerce-checkout #wcdp_amount > li:not(:last-child),
  .formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li,
  .formulario-module .wcdp_options > li:not(:last-child) {
    width: 100%;
  }
}

.form-list > input,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > input,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > input,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > input,
.formulario-module .wcdp_options > li:not(:last-child) > input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.form-list > label,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > label,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label,
.formulario-module .wcdp_options > li:not(:last-child) > label {
  font-size: 1.5625rem;
  line-height: 1.2;
  position: relative;
  margin: 0;
  vertical-align: top;
  background: none;
  padding: 1.5625rem 1.0625rem 1.5625rem 3.3125rem;
  color: #2e9737;
  border: 0.0625rem solid #2e9737;
  cursor: pointer;
}

.form-list > label::after,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label::after,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > label::after,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label::after,
.formulario-module .wcdp_options > li:not(:last-child) > label::after {
  content: "";
  position: absolute;
  left: 0.6875rem;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 0.0625rem solid #2e9737;
}

.form-list > label:hover,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label:hover,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > label:hover,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label:hover,
.formulario-module .wcdp_options > li:not(:last-child) > label:hover {
  background: none;
}

.form-list > label span,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label span,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) > label span,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label span,
.formulario-module .wcdp_options > li:not(:last-child) > label span {
  color: #2e9737;
}

.form-list input:checked + label::after,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method input:checked + label::after,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) input:checked + label::after,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li input:checked + label::after,
.formulario-module .wcdp_options > li:not(:last-child) input:checked + label::after {
  background-color: #2e9737;
}

.form-list input:hover + label,
.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method input:hover + label,
.woocommerce-checkout #wcdp_amount > li:not(:last-child) input:hover + label,
.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li input:hover + label,
.formulario-module .wcdp_options > li:not(:last-child) input:hover + label {
  background-color: #fff !important;
}

.carrossel-module {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .carrossel-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.carrossel-module-imagem_titulo {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  margin-left: -7.5rem;
  z-index: -1;
}

.carrossel-module-titulo {
  max-width: 80%;
  margin-bottom: 3.125rem;
}

.carrossel-module-imagem {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.carrossel-module-imagem::after {
  position: absolute;
  content: "";
  width: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-top-width: 0.4375rem;
  border-top-style: dashed;
  right: -2.625rem;
  z-index: -1;
}

.carrossel-module-imagem img {
  height: 18.75rem;
  width: 18.75rem;
  border-radius: 18.75rem;
  object-fit: cover;
  border-width: 1.25rem;
  border-style: solid;
}

.carrossel-module-imagem_cor-vermelho::after {
  border-color: #de3425;
}

.carrossel-module-imagem_cor-vermelho img {
  border-color: #de3425;
}

.carrossel-module-imagem_cor-verde::after {
  border-color: #2e9737;
}

.carrossel-module-imagem_cor-verde img {
  border-color: #2e9737;
}

.carrossel-module-ano {
  font-size: 3.75rem;
  line-height: 1.2166666667;
  color: #fff;
  margin-top: 1.875rem;
  margin-bottom: 0;
  text-align: center;
}

.carrossel-module-descricao {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #2e9737;
  width: 75%;
  margin: 1.25rem auto 0;
  text-align: center;
}

.carrossel-module-item-last-wrapper {
  position: relative;
  height: 7.3125rem;
  left: -0.75rem;
  top: 5.8125rem;
}

@media (max-width: 767.98px) {
  .carrossel-module-item-last-wrapper {
    left: unset;
  }
}

.carrossel-module-item-last-wrapper svg {
  width: 100%;
}

.carrossel-module-item:last-child .carrossel-module-imagem::after {
  display: none;
}

.carrossel-module-has_image {
  padding-top: 16.25rem;
}

.carrossel-module:not(.carrossel-module-has_pagination) .carrossel-module-imagem::after {
  display: none;
}

.carrossel-module-navigation {
  display: none;
}

@media (min-width: 768px) {
  .carrossel-module-navigation {
    display: block;
  }
}

.carrossel-module .carrossel-module-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  color: #fff;
}

.carrossel-module .carrossel-module-btn-prev {
  left: 2.5rem;
}

.carrossel-module .carrossel-module-btn-next {
  right: 2.5rem;
}

.carrossel-module-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .carrossel-module-pagination {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.carrossel-module-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  background-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.carrossel-module-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .carrossel-module-ocultar {
    padding-top: 0;
  }

  .carrossel-module-ocultar .carrossel-module-imagem_titulo {
    display: none;
  }
}

.formulario-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .formulario-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.formulario-module-titulo {
  max-width: 85%;
  margin-bottom: 3.125rem;
}

@media (max-width: 767.98px) {
  .formulario-module-titulo {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}

.formulario-module #wcdp_amount {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media (max-width: 767.98px) {
  .formulario-module #wcdp_amount {
    flex-direction: column;
  }
}

.formulario-module .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.formulario-module .woocommerce-checkout .form-row label {
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}

.formulario-module .woocommerce-checkout .form-row input {
  color: #fff;
  padding-bottom: 0.125rem;
  background: none;
  border: none;
  border-bottom: 0.3125rem solid #2e9737;
}

.formulario-module .woocommerce-checkout .form-row abbr.required {
  color: #2e9737;
}

.formulario-module .woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #2e9737;
  border: none;
}

.formulario-module .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.formulario-module .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}

.formulario-module .wcdp-header {
  margin-bottom: 4.375rem;
}

.formulario-module .wcdp-variation-heading {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
  .formulario-module .wcdp_options > li:last-child {
    width: 100%;
  }
}

.formulario-module .wcdp_options > li:last-child label {
  font-size: 1.5625rem;
  line-height: 1.2;
  position: relative;
  margin: 0;
  vertical-align: top;
  background: none;
  padding: 1.375rem 1.0625rem;
  color: #2e9737;
  border: 0.0625rem solid #2e9737;
}

.formulario-module .wcdp_options > li:last-child label:hover {
  background-color: transparent;
}

.formulario-module .wcdp_options > li:last-child label #wcdp_other {
  padding: 0.1875rem 0;
}

.formulario-module .wcdp_options > li:last-child input:hover + label {
  background-color: #fff !important;
}

.formulario-module .wcdp_options > li:last-child .wcdp_cu_field {
  display: flex;
  align-items: center;
}

.formulario-module .wcdp_options > li:last-child .wcdp_cu_field .wcdf-input-field {
  background: #2e9737;
  color: #fff;
  border: none;
  padding: 0.3125rem 0;
}

.formulario-module .wcdp_options > li:last-child > input:checked + label::after {
  display: none;
}

.formulario-module button.wcdp-button {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  background-color: #2e9737;
  text-transform: lowercase;
  padding: 1rem 2.25rem 1rem 2.5rem;
}

@media (max-width: 767.98px) {
  .formulario-module button.wcdp-button {
    width: 100%;
  }
}

.formulario-module button.wcdp-button:hover {
  background-color: #fff;
  color: #2e9737;
}

.formulario-module button.wcdp-button .wcdp-arrow {
  display: none !important;
}

.formulario-module #payment.woocommerce-checkout-payment {
  background: none;
}

.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods {
  max-width: 37.5rem;
  margin: 0 auto;
  border-bottom: none;
}

.formulario-module #payment.woocommerce-checkout-payment > ul.wc_payment_methods > li > label {
  width: 100%;
}

.formulario-module #wcdp-step-3 > h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-review-order-table {
  border: none;
  margin: 0;
  color: #2e9737;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-review-order-table tfoot th {
  border-top: none !important;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-review-order-table .cart_item {
  display: none;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-pix {
  display: none !important;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card {
  background-color: #2e9737 !important;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card > p {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card #new-credit-card {
  margin-top: 1.875rem;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card #new-credit-card .form-row {
  margin-bottom: 1.25rem;
}

.formulario-module #wcdp-step-3 .woocommerce-checkout-payment .payment_box.payment_method_iugu-credit-card #new-credit-card .form-row label {
  font-size: 1rem;
  line-height: 1.25;
}

.formulario-module #wcdp-step-3 .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.hero-module {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-image: var(--bg);
}

@media (max-width: 767.98px) {
  .hero-module {
    background-image: var(--bg-mobile);
    background-position: center;
  }
}

.hero-module-video {
  display: flex;
  align-items: center;
}

.hero-module-video h1 {
  visibility: hidden;
  height: 0;
}

.hero-module-video-logo {
  margin-bottom: 3.75rem;
  text-align: center;
}

.hero-module-video-player {
  display: block;
  text-align: center;
  cursor: pointer;
}

.hero-module-video-texto {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0.625rem;
  text-align: center;
}

.hero-module-video-modal .modal-header {
  border: none;
}

.hero-module-video-modal .modal-header button {
  background: none;
  border: none;
}

.hero-module-video-modal .modal-body {
  padding: 0;
}

.hero-module-video-modal .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.hero-module-video-modal .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-module-simples-titulo {
  color: #fff;
  padding-top: 12.1875rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.hero-module-simples-texto {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .hero-module-simples-texto {
    background-color: #101d72;
  }
}

.hero-module-simples-texto::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -26.25rem;
  background-color: #101d72;
  width: 43.75rem;
  height: 28.75rem;
  transform: skew(52deg);
}

@media (max-width: 767.98px) {
  .hero-module-simples-texto::after {
    display: none;
  }
}

.hero-module-simples-subtitulo {
  position: relative;
  bottom: 3.125rem;
  left: 3.125rem;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
  width: 16.875rem;
}

@media (max-width: 767.98px) {
  .hero-module-simples-subtitulo {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
}

.hero-module-simples-subtitulo > * {
  margin-bottom: 0.3125rem;
}

.hero-module-simples-subtitulo > *:last-child {
  margin-bottom: 0;
}

.imagem-doacao-module {
  background-color: #de3425;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (max-width: 767.98px) {
  .imagem-doacao-module {
    padding: 0;
  }

  .imagem-doacao-module .module-container,
  .imagem-doacao-module .woocommerce-checkout .woocommerce,
  .woocommerce-checkout .imagem-doacao-module .woocommerce {
    padding: 0;
  }
}

.imagem-doacao-module-figure {
  margin-bottom: 0;
  height: 43.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991.98px) {
  .imagem-doacao-module-figure {
    height: 25rem;
    width: 100%;
  }
}

.imagem-doacao-module table > td {
  border: 1px solid #dfdfdf;
  padding: 0;
  margin: 0;
}

.imagem-doacao-module table.grxd {
  width: 100%;
  height: 100%;
}

.imagem-doacao-module .number {
  background-color: #de3425;
  outline: 0.5px solid #fff;
}

@media (max-width: 767.98px) {
  .imagem-doacao-module .number {
    border: 0.5px solid #fff;
    outline: none;
  }
}

.imagem-doacao-module .number_open {
  background-color: transparent;
  outline-color: transparent;
}

@media (max-width: 767.98px) {
  .imagem-doacao-module .number_open {
    border-color: transparent;
  }
}

.imagem-doacao-module-texto {
  color: #fff;
  padding: 1.875rem;
}

.imagem-unica-module {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

@media (max-width: 767.98px) {
  .imagem-unica-module {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.imagens-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .imagens-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.imagens-module .imagens-module-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  color: #fff;
}

.imagens-module .imagens-module-btn-prev {
  left: 2.5rem;
}

.imagens-module .imagens-module-btn-next {
  right: 2.5rem;
}

.imagens-module-titulo {
  max-width: 80%;
  margin-bottom: 3.125rem;
}

.imagens-module-imagem {
  margin-bottom: 0;
}

.imagens-module-imagem img {
  width: 100%;
  height: auto;
  max-height: 50rem;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .imagens-module-imagem img {
    height: 26.875rem;
  }
}

.imagens-module-legenda {
  color: #2e9737;
  font-size: 1.875rem;
  line-height: 1.2333333333;
  margin-top: 1.25rem;
}

@media (max-width: 767.98px) {
  .imagens-module-legenda {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.imagens-module-navigation {
  display: none;
}

@media (min-width: 768px) {
  .imagens-module-navigation {
    display: block;
  }
}

.imagens-module-pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .imagens-module-pagination {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.imagens-module-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  background-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.imagens-module-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.introducao-module {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  min-height: 28.75rem;
  margin-bottom: -7.5rem;
}

@media (max-width: 767.98px) {
  .introducao-module {
    margin-bottom: 0;
    min-height: 12.5rem;
  }
}

.introducao-module-figure {
  padding-top: 6.25rem;
}

@media (max-width: 767.98px) {
  .introducao-module-figure {
    padding-top: 3.125rem;
  }
}

@media (max-width: 767.98px) {
  .introducao-module-ocultar {
    background: none !important;
  }
}

.tabs-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .tabs-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.tabs-module-titulo {
  max-width: 80%;
  margin-bottom: 3.125rem;
}

.tabs-module-inside {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.tabs-module-box-item:not(.show) {
  display: none;
}

.tabs-module-tab {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.tabs-module-tab-item {
  padding: 0.9375rem;
  background-color: #101d72;
  color: #fff;
}

.tabs-module-tab-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #101d72;
}

.tabs-module-tab-item.tab-active {
  background-color: #fff;
  color: #101d72;
}

.tabs-module-tab-item-title {
  margin-bottom: 0;
}

.texto-imagem-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .texto-imagem-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.texto-imagem-module-heading {
  margin-bottom: 1.875rem;
}

.texto-imagem-module-titulo {
  margin-bottom: 0;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .texto-imagem-module-titulo {
    max-width: 100%;
  }
}

.texto-imagem-module-subtitulo {
  font-size: 2.1875rem;
  line-height: 1.2285714286;
  color: #2e9737;
  text-transform: uppercase;
  margin-bottom: 0;
}

.texto-imagem-module-row {
  align-items: center;
}

.texto-imagem-module-texto {
  color: #fff;
  width: 100%;
  max-width: 28.4375rem;
}

.texto-imagem-module-texto > * {
  margin-bottom: 1.875rem;
}

@media (max-width: 767.98px) {
  .texto-imagem-module-texto > * {
    margin-bottom: 0.9375rem;
  }
}

.texto-imagem-module-texto > *:last-child {
  margin-bottom: 0;
}

.texto-imagem-module-imagem {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  position: relative;
  left: -50vw;
}

@media (max-width: 767.98px) {
  .texto-imagem-module-imagem {
    left: unset;
  }
}

.texto-imagem-module-imagem img {
  max-width: 50%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .texto-imagem-module-imagem img {
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .texto-imagem-module-ocultar .texto-imagem-module-row .col-md-6:last-child {
    display: none;
  }
}

.texto-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .texto-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.texto-module-titulo {
  margin-bottom: 1.875rem;
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .texto-module-titulo {
    max-width: 100%;
  }
}

.texto-module-conteudo {
  color: #fff;
}

.texto-module-conteudo a {
  color: #fff;
  text-decoration: underline;
}

.texto-module-conteudo > *:last-child {
  margin-bottom: 0;
}

.timeline-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .timeline-module {
    overflow: hidden;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.timeline-module-titulo {
  margin-bottom: 3.125rem;
}

.timeline-module-row {
  align-items: center;
}

.timeline-module-item {
  display: flex;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
}

@media (max-width: 767.98px) {
  .timeline-module-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.9375rem;
  }
}

.timeline-module-item:last-child {
  margin-bottom: 0;
}

.timeline-module-item-icone {
  flex: 0 0 9.375rem;
  max-width: 9.375rem;
  text-align: center;
  margin-bottom: 0;
}

.timeline-module-item-icone img {
  max-width: 9.375rem;
  max-height: 9.375rem;
}

.timeline-module-item-titulo {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.625rem;
}

.timeline-module-item-descricao {
  text-transform: uppercase;
  color: #2e9737;
  margin-bottom: 0;
}

.timeline-module-figure {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  position: relative;
  left: -50vw;
}

@media (max-width: 767.98px) {
  .timeline-module-figure {
    left: unset;
    margin-top: 1.25rem;
  }
}

.timeline-module-figure img {
  max-height: 37.5rem;
  max-width: 50%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .timeline-module-figure img {
    max-width: 100%;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .timeline-module-ocultar .timeline-module-row .col-md-4 {
    display: none;
  }
}

.video-module {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .video-module {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.video-module-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-module-player-hidden::before {
  position: absolute;
  content: "";
  background-image: var(--background);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.video-module-player-hidden::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NyIgaGVpZ2h0PSI2NyIgdmlld0JveD0iMCAwIDY3IDY3Ij4KICA8ZyBpZD0iR3JvdXBfNSIgZGF0YS1uYW1lPSJHcm91cCA1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjQ4IC01NDIuMDUzKSI+CiAgICA8ZyBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQ4IDU0Mi4wNTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiI+CiAgICAgIDxjaXJjbGUgY3g9IjMzLjUiIGN5PSIzMy41IiByPSIzMy41IiBzdHJva2U9Im5vbmUiLz4KICAgICAgPGNpcmNsZSBjeD0iMzMuNSIgY3k9IjMzLjUiIHI9IjMwLjUiIGZpbGw9Im5vbmUiLz4KICAgIDwvZz4KICAgIDxwYXRoIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIiBkPSJNMTguOTMzLDAsMzcuODY3LDMyLjYyNEgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzAzLjA1MyA1NTYuNTY0KSByb3RhdGUoOTApIiBmaWxsPSIjZmZmIi8+CiAgPC9nPgo8L3N2Zz4K);
  background-size: contain;
  height: 9.375rem;
  width: 9.375rem;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .video-module-player-hidden::after {
    height: 6.25rem;
    width: 6.25rem;
  }
}

.video-module-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-module {
  padding: 2.5rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .header-module {
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  .header-module {
    padding: 1.875rem 0 1.875rem 1.25rem;
    align-items: flex-start;
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .header-module-brand {
    max-width: 13.75rem;
    position: relative;
    z-index: 9;
  }
}

.header-module.banner-sticky {
  position: fixed;
  transition: 0.4s all ease;
  z-index: 2048;
  background-color: #101d72;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .header-module.banner-sticky {
    padding: 0.9375rem 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .header-module.banner-sticky.menu-opened {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .header-module.menu-opened .header-module-brand {
    margin-top: 3.4375rem;
  }
}

.header-module-navigation {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

@media (max-width: 991.98px) {
  .header-module-navigation {
    display: none;
  }

  .header-module-navigation.active {
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: absolute;
    width: 100%;
    background-color: #101d72;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
  }

  .header-module-navigation.active::after {
    position: absolute;
    content: "";
    background-image: url(data:image/png;base64,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);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8.125rem;
    height: 11.6875rem;
    z-index: 999;
  }

  .header-module-navigation.active .texto-ingles,
  .header-module-navigation.active .texto-portugues {
    width: 100%;
  }

  .header-module-navigation.active .header-module-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 11.875rem;
    gap: 2.5rem;
  }
}

.header-module-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

@media (max-width: 991.98px) {
  .header-module-nav {
    align-items: flex-start;
  }
}

.header-module-nav .menu-item a {
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  color: #fff;
  text-transform: uppercase;
}

.header-module-second {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

@media (max-width: 991.98px) {
  .header-module-second {
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
    width: 100%;
  }
}

.header-module-donate {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  color: #fff;
  background-color: #2e9737;
  border-radius: 4px;
  padding: 5px 15px;
}

.header-module-donate:hover {
  color: #2e9737;
  text-decoration: none;
  background-color: #fff;
}

.header-module-bandeira {
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 1.8125rem;
  height: 1.1875rem;
}

.header-module-bandeira.texto-ingles {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAATCAYAAABsmQZ/AAAABHNCSVQICAgIfAhkiAAAA3xJREFUSEu9lVtom2UYx3/fIYelSdqkaTq6dmsl3dpZPKDWi3m4mNExBJEhDAYK9cRQFCpeChNBZHiliLbiHE7ncBdTwYEHtF5sA2Eed+rounarXWu7pmmTNmm+9/18k6xdssY16YUPJJAveZ7f+/+/z/NEi/ZEbf7n0FYHtdHUQfPvlUfFUEOzeXCtzvYmnUODgpOTdsXwCqA26zzw7CaTu+p0dE3DkjZ9VwT7zwtiC1nF5SkvC+rQbR5VynbeYqBLg/OXHVydMVgbtIg0ZkgImQP3jUmkvTJ4BahNq1/j+TaDjdUGB7/38dantQyNObFVcUMdZnNzmtefniB6T1JZLfmw32J07uaq/xPqMWyeUMoe22Dg1DX2Hgzwxv66kkqcDsn7r1xh59YEiYzk8wuCoyOSjCytugTU5s6gxnPtJk1VGpq6u9FYLS/13qGAJqmUZHIizfDINHPz6iJVXSFsgj6LX3qHaKgTygWbs9OSnnOCgZnsRBbDi6A1TpsnWw22NhiYSt1iHPjpdr75bR2zyTTeKieR9WFam0PE5mMcP/4P3/UNkskI9u4e48Ud8aW8lDrM10OCLy4K5sX1ekvQLWHVmW0mIXdeXWE80r2ePy8GiM+m1D1qCNW12Yi0BOjsDNOxOcSRLwdpC5+l59Xxotys6ksJm/fOWJyezn+1BO0IoBrGpMW3HPpwdyMnTnlzCV6Pi3gihd/rYiaRzj0L1LjoeqqDByJ/E23/eRn0rynJB8rq4cQN0OxHt2qeHc0Gj6vXGvO62j376jlyLMJUfI6r03M5oNtl5pSnFwRup0kw4OGdl8fY3nl5CRpfkHw2IPhWNZVVMEolG6nFq8ak3aAjoOes7r/k4P4XNmA6qpS9eg7cEPYTU4fI9oivyk1rk8ah136ltjo7qzYnxiUf9QvGUys0UqEvplp32xp1dkUMfA6dj4/66X63HomJZclcP1b73Tm73c4Mb+/uJ3p3kgkF2adgxxQ0/6vlseJyqF+j8cwmg3vV6vvxpIc3PwnxxwU3ltBxOQRbbkuxp2uSW1vm+WFUcEDZGV+4+VYqaw3qaqXfp5Z810aDgFNnfMpgJqkT9EtCNRYjSZvecxa/Ty23chVKi1Oqr83xQ9fmOGXZfDUsOHzDHJb0tOBhWUqLi+Q31jb1B3B4UDIwW566whqrgC6mVw5bzPwXU9d4qf+4B+YAAAAASUVORK5CYII=);
}

.header-module-bandeira.texto-portugues {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAVCAYAAADFEfeTAAAABHNCSVQICAgIfAhkiAAAAT1JREFUSEtjZFBL+S8iyMNAKvj56w+D5duXDKVfX5KqlWj1jCDHqSmIE60BpvDLtx8MZmwMDG0GkiTrJVYDI7NG6n9iFaOriwuwZJjXnkiudoL6GC3CWsl2nNnPLwzR394RtIRcBeBoJVezF/tfhhrev+RqJ6iP0TyU/JDzttdlqM32JWgJuQoYmTXTyA65AHlBhjZTOXLtJqiPUc29mmzHmb95yRD34BZBS8hVwChiXkC248JcDBgmFAeSazdBfeAMwc3JTlAhuoI/f/8yBOjLM0yKsiFZL7EawI7T15AhVj1c3cfP3xnU7t6jbQ2xYfc5sqNV9O9vBpW/v0j2GLEaGH+9+0i244i1hFx1jLuF7Qav427WTh28jvsPBOQGO631MR6zih28jjvpmj54HTeoo/VaUffgDbnBXJQAACxiX8c3UnC0AAAAAElFTkSuQmCC);
}

.header-module .header-collapse-menu {
  display: block;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 9;
}

@media (min-width: 992px) {
  .header-module .header-collapse-menu {
    display: none;
  }
}

.header-module .header-collapse-menu::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSIzNC4zMiIgdmlld0JveD0iMCAwIDQyIDM0LjMyIj4KICA8ZyBpZD0iR3JvdXBfMzgwIiBkYXRhLW5hbWU9Ikdyb3VwIDM4MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMy41IC0yMy4zNCkiPgogICAgPGxpbmUgaWQ9IkxpbmVfNyIgZGF0YS1uYW1lPSJMaW5lIDciIHgyPSI0MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIzLjUgMjYuODQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyZTk3MzciIHN0cm9rZS13aWR0aD0iNyIvPgogICAgPGxpbmUgaWQ9IkxpbmVfOCIgZGF0YS1uYW1lPSJMaW5lIDgiIHgyPSI0MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIzLjUgNDAuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJlOTczNyIgc3Ryb2tlLXdpZHRoPSI3Ii8+CiAgICA8bGluZSBpZD0iTGluZV85IiBkYXRhLW5hbWU9IkxpbmUgOSIgeDI9IjQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjMuNSA1NC4xNikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJlOTczNyIgc3Ryb2tlLXdpZHRoPSI3Ii8+CiAgPC9nPgo8L3N2Zz4K);
  width: 2.0625rem;
}

.header-module .header-collapse-menu.active {
  position: relative;
  z-index: 9;
}

.header-module .header-collapse-menu.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC42NDgiIGhlaWdodD0iMzQuNjQ4IiB2aWV3Qm94PSIwIDAgMzQuNjQ4IDM0LjY0OCI+CiAgPGcgaWQ9Ikdyb3VwXzM3OSIgZGF0YS1uYW1lPSJHcm91cCAzNzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTEuNjc2IC0xNS4xNzYpIj4KICAgIDxnIGlkPSJHcm91cF8zNzgiIGRhdGEtbmFtZT0iR3JvdXAgMzc4Ij4KICAgICAgPGcgaWQ9Ikdyb3VwXzM3NyIgZGF0YS1uYW1lPSJHcm91cCAzNzciPgogICAgICAgIDxsaW5lIGlkPSJMaW5lXzciIGRhdGEtbmFtZT0iTGluZSA3IiB4Mj0iNDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1NC4xNTEgNDcuMzQ5KSByb3RhdGUoLTQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmU5NzM3IiBzdHJva2Utd2lkdGg9IjciLz4KICAgICAgICA8bGluZSBpZD0iTGluZV84IiBkYXRhLW5hbWU9IkxpbmUgOCIgeDI9IjQyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTQuMTUxIDE3LjY1MSkgcm90YXRlKDQ1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMmU5NzM3IiBzdHJva2Utd2lkdGg9IjciLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
}

.footer-module {
  background-color: #2e9737;
  padding-top: 6.25rem;
  padding-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
  .footer-module {
    padding-top: 3.125rem;
  }
}

.footer-module-link {
  font-size: 5.0625rem;
  line-height: 1.2098765432;
  color: #101d72;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.5rem;
  gap: 1.875rem;
}

@media (max-width: 767.98px) {
  .footer-module-link {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    gap: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

.footer-module-link:hover {
  color: #101d72;
  text-decoration: none;
}

.footer-module-link-arrow {
  position: relative;
  bottom: 0.4375rem;
}

@media (max-width: 767.98px) {
  .footer-module-link-arrow {
    bottom: 0;
  }

  .footer-module-link-arrow svg {
    width: 3.125rem;
  }
}

.footer-module-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 5.625rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .footer-module-nav {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.footer-module-nav .menu-item a {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #101d72;
}

body.body-site {
  background-color: #101d72;
}

.template-doacao .footer-module {
  background-color: #101d72;
}

.template-doacao .footer-module-link {
  display: none;
}

.template-doacao .footer-module-nav .menu-item a {
  color: #fff;
}

body#tinymce {
  margin: 12px !important;
}

.woocommerce-checkout .header-module {
  position: relative;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .header-module.menu-opened {
    position: absolute;
  }
}

@media (min-width: 992px) {
  .woocommerce-checkout #billing_address_1_field {
    width: 60%;
  }

  .woocommerce-checkout #billing_phone_field {
    width: 20%;
  }

  .woocommerce-checkout #billing_email_field {
    width: 30%;
  }
}

.woocommerce-checkout .wcdp-variation-heading {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.woocommerce-checkout #wcdp_amount {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout #wcdp_amount {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-checkout #wcdp_amount > li:last-child {
    width: 100%;
  }
}

.woocommerce-checkout #wcdp_amount > li:last-child .wcdp-button-label {
  font-size: 1.5625rem;
  line-height: 1.2;
  position: relative;
  margin: 0;
  vertical-align: top;
  background: none;
  padding: 1.375rem 1.0625rem;
  color: #2e9737;
  border: 0.0625rem solid #2e9737;
}

.woocommerce-checkout #wcdp_amount:hover {
  background-color: transparent;
}

.woocommerce-checkout #wcdp_amount #wcdp_other {
  padding: 0.1875rem 0;
}

.woocommerce-checkout #wcdp_amount .wcdp_cu_field {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #wcdp_amount .wcdf-input-field {
  background: #2e9737;
  color: #fff;
  border: none;
  padding: 0.3125rem 0;
}

.woocommerce-checkout #wcdp_amount > input:checked + .wcdp-button-label::after {
  display: none;
}

.woocommerce-checkout .wcdp-divider-arrow {
  display: none;
}

.woocommerce-checkout #customer_details .col-1 {
  max-width: 100%;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
    flex-direction: column;
  }

  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper > * {
    width: 100%;
  }
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row label span {
  font-size: 0.75rem;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper input {
  color: #fff;
  padding-bottom: 0.125rem;
  background: none;
  border: none;
  border-bottom: 0.3125rem solid #2e9737;
}

.woocommerce-checkout #customer_details .select2-selection--single {
  background-color: #2e9737;
  border: none;
}

.woocommerce-checkout #customer_details .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.woocommerce-checkout #customer_details .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}

.woocommerce-checkout #customer_details abbr.required {
  color: #2e9737;
}

.woocommerce-checkout #customer_details .thwcfd-field-checkboxgroup {
  flex-basis: 100%;
}

.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  border: none;
  margin: 0;
  color: #2e9737;
  text-align: center;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart_item {
  display: none;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr td {
  border-top: none;
}

.woocommerce-checkout #payment {
  background: none;
  margin-top: 2.5rem;
}

.woocommerce-checkout #payment .wc_payment_methods {
  max-width: 37.5rem;
  margin: 0 auto !important;
  border-bottom: none !important;
}

.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > label {
  width: 100%;
}

.woocommerce-checkout #payment .wc_payment_methods > .wc_payment_method > .payment_method_iugu-pix {
  display: none !important;
}

.woocommerce-checkout #payment > .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.woocommerce-checkout #payment > .place-order > button {
  background-color: #2e9737;
  text-transform: lowercase;
}

.woocommerce-checkout .woocommerce-order h1 {
  color: #fff;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  display: none;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
  display: none;
  flex-direction: column;
  padding-left: 0;
  gap: 1.25rem;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-overview > * {
  border-right: none !important;
  color: #fff;
}

.woocommerce-checkout .woocommerce-message {
  border-color: #2e9737;
}

.woocommerce-checkout .woocommerce-message::before {
  color: #2e9737;
}

.woocommerce-checkout .woocommerce-customer-details {
  display: none;
}

.woocommerce-checkout .woocommerce-order-details-pantera {
  background-image: url(/wp-content/themes/earj/dist/images/thank-you.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40.25rem;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .woocommerce-order-details-pantera {
    height: 22.5rem;
  }
}

.woocommerce-checkout .woocommerce-order-details p {
  color: #fff;
}

.woocommerce-checkout .woocommerce-order-details p a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-checkout .footer-module {
  background-color: #101d72;
}

.woocommerce-checkout .footer-module-link {
  display: none;
}

.woocommerce-checkout .footer-module-nav .menu-item a {
  color: #fff;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper .checkbox a {
  color: #fff;
  text-decoration: underline;
}

.single-product .header-module {
  position: relative;
}

.single-product header:not(.header-module) {
  display: none;
}

.single-product .woocommerce {
  height: auto;
  overflow: hidden;
}

.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
  display: none;
}

.single-product .woocommerce div.product div.summary {
  width: 100%;
}

.single-product .woocommerce .product_meta {
  display: none;
}

.single-product button.wcdp-button {
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  background-color: #2e9737;
  text-transform: lowercase;
  float: left !important;
}

.single-product button.wcdp-button .wcdp-arrow {
  display: none;
}



/*# sourceMappingURL=main.css.map*/