@charset "UTF-8";
/* IMPORT UTILITIES */
/*** LAYOUT WIDTH ***/
/*** COLORs ***/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
/* line 25, _src/scss/utils/_vars.scss */
:root {
  --alpha-25: 0.25;
  --alpha-75: 0.75;
  --white: white;
  --black: black;
  --neutrals-1: rgba(68, 68, 76, 0.1);
  --neutrals-2: #44444c;
  --neutrals-3: rgba(68, 68, 76, 0.7);
  --primary-1: #f5c000;
  --secondary-1: #daab00;
  --success: #42c404;
  --warning: #ff6e00;
  --error: #fe0000;
  --review: #0089d1;
  --awarded: #3f867d;
  --not-awarded: #001789;
  /*** TABLES ***/
  --border-default-table: 2px solid var(--neutrals-2);
  /*** FILTERS ***/
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1%) hue-rotate(293deg) brightness(106%) contrast(102%);
  --filter-black: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(7465%) hue-rotate(157deg) brightness(91%) contrast(107%);
  --filter-neutrals-2: brightness(0) saturate(100%) invert(22%) sepia(6%) saturate(731%) hue-rotate(202deg) brightness(102%) contrast(85%);
  --filter-primary-1: brightness(0) saturate(100%) invert(76%) sepia(81%) saturate(3673%) hue-rotate(13deg) brightness(111%) contrast(105%);
  --filter-secondary-1: brightness(0) saturate(100%) invert(64%) sepia(57%) saturate(2136%) hue-rotate(12deg) brightness(99%) contrast(102%);
}

/*** EASES ***/
/*** CONFIGs ***/
/********** PARCE INT **********/
/********** PUT VERSION IN URL **********/
/********** STRING REPLACE **********/
/********** URL ENCODE **********/
/********** GENERATE SVG URL **********/
/********** RETURNS SVG URL FOR BACKGROUND IMAGE AND CHANGE SVGS COLORS **********/
/********** Uses svgs from svg-assets.scss with 'color' or 'color-x' params **********/
/* IMPORT SETTINGS */
/* line 1, _src/scss/settings/_sizing.scss */
:root {
  /* @link https://utopia.fyi/space/calculator?c=640,18,1.2,1440,24,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l */
  --space-3xs: clamp(0.31rem, calc(0.26rem + 0.13vw), 0.38rem);
  --space-2xs: clamp(0.56rem, calc(0.41rem + 0.38vw), 0.75rem);
  --space-xs: clamp(0.88rem, calc(0.68rem + 0.5vw), 1.13rem);
  --space-s: clamp(1.13rem, calc(0.83rem + 0.75vw), 1.5rem);
  --space-m: clamp(1.69rem, calc(1.24rem + 1.13vw), 2.25rem);
  --space-l: clamp(2.25rem, calc(1.65rem + 1.5vw), 3rem);
  --space-xl: clamp(3.38rem, calc(2.48rem + 2.25vw), 4.5rem);
  --space-2xl: clamp(4.5rem, calc(3.3rem + 3vw), 6rem);
  --space-3xl: clamp(6.75rem, calc(4.95rem + 4.5vw), 9rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.31rem, calc(-0.04rem + 0.88vw), 0.75rem);
  --space-2xs-xs: clamp(0.56rem, calc(0.11rem + 1.13vw), 1.13rem);
  --space-xs-s: clamp(0.88rem, calc(0.38rem + 1.25vw), 1.5rem);
  --space-s-m: clamp(1.13rem, calc(0.23rem + 2.25vw), 2.25rem);
  --space-m-l: clamp(1.69rem, calc(0.64rem + 2.63vw), 3rem);
  --space-l-xl: clamp(2.25rem, calc(0.45rem + 4.5vw), 4.5rem);
  --space-xl-2xl: clamp(3.38rem, calc(1.28rem + 5.25vw), 6rem);
  --space-2xl-3xl: clamp(4.5rem, calc(0.9rem + 9vw), 9rem);
  /* Custom pairs */
  --space-s-l: clamp(1.13rem, calc(-0.37rem + 3.75vw), 3rem);
  --size-max-width: 75ch;
  --radius-default: 6px;
  --radius-small: 3px;
  --radius-medium: var(--radius-default);
  --radius-large: 9px;
}

/* line 3, _src/scss/settings/_typography.scss */
:root {
  --line-height-default: 1.5;
  --font-family-sans-serif: -apple-system, blinkmacsystemfont, avenir next,
    avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto, noto, arial,
    sans-serif;
  --font-family-serif: times new roman, droid serif, times, source serif pro,
    serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  --font-family-mono: menlo, consolas, monaco, liberation mono, lucida console,
    monospace;
  --font-family-1: lato, var(--font-family-sans-serif);
}

/* prettier-ignore */
/* line 2, _src/scss/settings/_transition.scss */
:root {
  --transition-duration-default: 305ms;
  --transition-duration-complex: 385ms;
  --transition-duration-entrance: 235ms;
  --transition-duration-exit: 205ms;
  --transition-duration-fast: 150ms;
  --transition-function-ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --transition-function-ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --transition-function-ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --transition-function-ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --transition-function-ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --transition-function-ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --transition-function-elastic: cubic-bezier(0.175, 0.885, 0.41, 1.46);
}

/* line 1, _src/scss/settings/_z-index.scss */
:root {
  --z-index-above: 500;
  --z-index-modal: 400;
  --z-index-overlay: 300;
  --z-index-dropdown: 200;
  --z-index-default: 1;
  --z-index-below: -1;
}

/* IMPORT VENDORS */
/*!
   * Bootstrap  v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, node_modules/bootstrap/scss/_root.scss */
: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: black;
  --bs-white: white;
  --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: #42c404;
  --bs-info: #0dcaf0;
  --bs-warning: #ff6e00;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 66, 196, 4;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 110, 0;
  --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: #1a4e02;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #662c00;
  --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: #d9f3cd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #ffe2cc;
  --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: #b3e79b;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffc599;
  --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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: white;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: black;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --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: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.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 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #42c404;
  --bs-form-valid-border-color: #42c404;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: white;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #8edc68;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffa866;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #0d2701;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #331600;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #287602;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #994200;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, node_modules/bootstrap/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  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: rgba(0, 0, 0, 0);
}

/* line 68, node_modules/bootstrap/scss/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, node_modules/bootstrap/scss/_reboot.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, node_modules/bootstrap/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, node_modules/bootstrap/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, node_modules/bootstrap/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, node_modules/bootstrap/scss/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, node_modules/bootstrap/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, node_modules/bootstrap/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, node_modules/bootstrap/scss/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, node_modules/bootstrap/scss/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, node_modules/bootstrap/scss/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, node_modules/bootstrap/scss/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, node_modules/bootstrap/scss/_reboot.scss */
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 150, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, node_modules/bootstrap/scss/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, node_modules/bootstrap/scss/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, node_modules/bootstrap/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, node_modules/bootstrap/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, node_modules/bootstrap/scss/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, node_modules/bootstrap/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, node_modules/bootstrap/scss/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, node_modules/bootstrap/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, node_modules/bootstrap/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, node_modules/bootstrap/scss/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, node_modules/bootstrap/scss/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 497, node_modules/bootstrap/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, node_modules/bootstrap/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 539, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 561, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 567, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 575, node_modules/bootstrap/scss/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 582, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 588, node_modules/bootstrap/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 596, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 606, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 615, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  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;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 7, node_modules/bootstrap/scss/_containers.scss */
.container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 5, node_modules/bootstrap/scss/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, node_modules/bootstrap/scss/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, node_modules/bootstrap/scss/_grid.scss */
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
.col {
  -ms-flex: 1 0 0;
      flex: 1 0 0;
}

/* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-auto > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 20%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-1 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-2 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-3 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-4 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-5 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-6 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-7 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-8 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-9 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 75%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-10 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-11 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 120, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.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), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 33, node_modules/bootstrap/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  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)));
}

/* line 42, node_modules/bootstrap/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, node_modules/bootstrap/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

/* line 59, node_modules/bootstrap/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, node_modules/bootstrap/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 86, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

/* line 90, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

/* line 98, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, node_modules/bootstrap/scss/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 121, node_modules/bootstrap/scss/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 131, node_modules/bootstrap/scss/_tables.scss */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 141, node_modules/bootstrap/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: black;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: black;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: black;
  --bs-table-bg: #d9f3cd;
  --bs-table-border-color: #aec2a4;
  --bs-table-striped-bg: #cee7c3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c3dbb9;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c9e1be;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: black;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: black;
  --bs-table-bg: #ffe2cc;
  --bs-table-border-color: #ccb5a3;
  --bs-table-striped-bg: #f2d7c2;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #e6cbb8;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #ecd1bd;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: black;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: black;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: black;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: white;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 166, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, node_modules/bootstrap/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, node_modules/bootstrap/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control, .register-coupon-b form .webform-section .select2-container .selection .select2-selection, .contact-us form .form-item .form-text,
.contact-us form .form-item .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection,
.contact-us form .form-item .form-email, .contact-us form .form-item .form-textarea, .user-login-form .form-item input, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control, .register-coupon-b form .webform-section .select2-container .selection .select2-selection, .contact-us form .form-item .form-text,
  .contact-us form .form-item .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection,
  .contact-us form .form-item .form-email, .contact-us form .form-item .form-textarea, .user-login-form .form-item input, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 25, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"], .register-coupon-b form .webform-section .select2-container .selection .select2-selection[type="file"], .contact-us form .form-item .form-text[type="file"],
.contact-us form .form-item .form-select[type="file"], .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection[type="file"], .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection[type="file"],
.contact-us form .form-item .form-email[type="file"], .contact-us form .form-item .form-textarea[type="file"], .user-login-form .form-item input[type="file"], .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field[type="file"] {
  overflow: hidden;
}

/* line 28, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]), .register-coupon-b form .webform-section .select2-container .selection .select2-selection[type="file"]:not(:disabled):not([readonly]), .contact-us form .form-item .form-text[type="file"]:not(:disabled):not([readonly]),
.contact-us form .form-item .form-select[type="file"]:not(:disabled):not([readonly]), .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection[type="file"]:not(:disabled):not([readonly]), .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection[type="file"]:not(:disabled):not([readonly]),
.contact-us form .form-item .form-email[type="file"]:not(:disabled):not([readonly]), .contact-us form .form-item .form-textarea[type="file"]:not(:disabled):not([readonly]), .user-login-form .form-item input[type="file"]:not(:disabled):not([readonly]), .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:focus, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:focus, .contact-us form .form-item .form-text:focus,
.contact-us form .form-item .form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:focus,
.contact-us form .form-item .form-email:focus, .contact-us form .form-item .form-textarea:focus, .user-login-form .form-item input:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value, .register-coupon-b form .webform-section .select2-container .selection .select2-selection::-webkit-date-and-time-value, .contact-us form .form-item .form-text::-webkit-date-and-time-value,
.contact-us form .form-item .form-select::-webkit-date-and-time-value, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection::-webkit-date-and-time-value, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection::-webkit-date-and-time-value,
.contact-us form .form-item .form-email::-webkit-date-and-time-value, .contact-us form .form-item .form-textarea::-webkit-date-and-time-value, .user-login-form .form-item input::-webkit-date-and-time-value, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit, .register-coupon-b form .webform-section .select2-container .selection .select2-selection::-webkit-datetime-edit, .contact-us form .form-item .form-text::-webkit-datetime-edit,
.contact-us form .form-item .form-select::-webkit-datetime-edit, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection::-webkit-datetime-edit, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection::-webkit-datetime-edit,
.contact-us form .form-item .form-email::-webkit-datetime-edit, .contact-us form .form-item .form-textarea::-webkit-datetime-edit, .user-login-form .form-item input::-webkit-datetime-edit, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:-ms-input-placeholder, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:-ms-input-placeholder, .contact-us form .form-item .form-text:-ms-input-placeholder,
.contact-us form .form-item .form-select:-ms-input-placeholder, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:-ms-input-placeholder, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:-ms-input-placeholder,
.contact-us form .form-item .form-email:-ms-input-placeholder, .contact-us form .form-item .form-textarea:-ms-input-placeholder, .user-login-form .form-item input:-ms-input-placeholder, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder, .register-coupon-b form .webform-section .select2-container .selection .select2-selection::placeholder, .contact-us form .form-item .form-text::placeholder,
.contact-us form .form-item .form-select::placeholder, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection::placeholder, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection::placeholder,
.contact-us form .form-item .form-email::placeholder, .contact-us form .form-item .form-textarea::placeholder, .user-login-form .form-item input::placeholder, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:disabled, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:disabled, .contact-us form .form-item .form-text:disabled,
.contact-us form .form-item .form-select:disabled, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:disabled, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:disabled,
.contact-us form .form-item .form-email:disabled, .contact-us form .form-item .form-textarea:disabled, .user-login-form .form-item input:disabled, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::file-selector-button, .register-coupon-b form .webform-section .select2-container .selection .select2-selection::file-selector-button, .contact-us form .form-item .form-text::file-selector-button,
.contact-us form .form-item .form-select::file-selector-button, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection::file-selector-button, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection::file-selector-button,
.contact-us form .form-item .form-email::file-selector-button, .contact-us form .form-item .form-textarea::file-selector-button, .user-login-form .form-item input::file-selector-button, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control::file-selector-button, .register-coupon-b form .webform-section .select2-container .selection .select2-selection::file-selector-button, .contact-us form .form-item .form-text::file-selector-button,
  .contact-us form .form-item .form-select::file-selector-button, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection::file-selector-button, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection::file-selector-button,
  .contact-us form .form-item .form-email::file-selector-button, .contact-us form .form-item .form-textarea::file-selector-button, .user-login-form .form-item input::file-selector-button, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field::file-selector-button {
    transition: none;
  }
}

/* line 110, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button, .contact-us form .form-item .form-text:hover:not(:disabled):not([readonly])::file-selector-button,
.contact-us form .form-item .form-select:hover:not(:disabled):not([readonly])::file-selector-button, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:hover:not(:disabled):not([readonly])::file-selector-button,
.contact-us form .form-item .form-email:hover:not(:disabled):not([readonly])::file-selector-button, .contact-us form .form-item .form-textarea:hover:not(:disabled):not([readonly])::file-selector-button, .user-login-form .form-item input:hover:not(:disabled):not([readonly])::file-selector-button, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control, .register-coupon-b form .webform-section .select2-container .selection textarea.select2-selection, .contact-us form .form-item textarea.form-text,
.contact-us form .form-item textarea.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection textarea.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item textarea.select2-selection,
.contact-us form .form-item textarea.form-email, .contact-us form .form-item textarea.form-textarea, .register-coupon-b .select2-container--default .select2-search--dropdown textarea.select2-search__field {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select, .register-coupon-b .select2-container .selection .select2-selection {
  --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");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
  .form-select, .register-coupon-b .select2-container .selection .select2-selection {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:focus, .register-coupon-b .select2-container .selection .select2-selection:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select[multiple], .register-coupon-b .select2-container .selection .select2-selection[multiple], .form-select[size]:not([size="1"]), .register-coupon-b .select2-container .selection .select2-selection[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:disabled, .register-coupon-b .select2-container .selection .select2-selection:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:-moz-focusring, .register-coupon-b .select2-container .selection .select2-selection:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, node_modules/bootstrap/scss/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select, [data-bs-theme="dark"] .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection [data-bs-theme="dark"] .select2-selection {
  --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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

/* line 47, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, node_modules/bootstrap/scss/forms/_form-check.scss */
.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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, node_modules/bootstrap/scss/forms/_form-check.scss */
.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='white'/%3e%3c/svg%3e");
}

/* line 87, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --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='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
.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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, node_modules/bootstrap/scss/forms/_form-check.scss */
.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");
}

/* line 141, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --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='white'/%3e%3c/svg%3e");
}

/* line 152, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .custom-table .custom-form-group--upload .btn-check[disabled] + a, .default-table .custom-form-group--upload .btn-check[disabled] + a, .table .custom-form-group--upload .btn-check[disabled] + a, .two-columns-layout.enter form .form-actions .btn-check[disabled] + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check[disabled] + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check[disabled] + .webform-button--next, .btn-check:disabled + .btn, .custom-table .custom-form-group--upload .btn-check:disabled + a, .default-table .custom-form-group--upload .btn-check:disabled + a, .table .custom-form-group--upload .btn-check:disabled + a, .two-columns-layout.enter form .form-actions .btn-check:disabled + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check:disabled + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check:disabled + .webform-button--next {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, node_modules/bootstrap/scss/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(: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='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

/* line 14, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 38, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 64, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection, .contact-us form .form-item .form-floating > .form-text,
.contact-us form .form-item .form-floating > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection,
.contact-us form .form-item .form-floating > .form-email, .contact-us form .form-item .form-floating > .form-textarea, .user-login-form .form-item .form-floating > input, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.register-coupon-b .select2-container .selection .form-floating > .select2-selection {
  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;
}

/* line 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 31, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection, .contact-us form .form-item .form-floating > .form-text,
.contact-us form .form-item .form-floating > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection,
.contact-us form .form-item .form-floating > .form-email, .contact-us form .form-item .form-floating > .form-textarea, .user-login-form .form-item .form-floating > input, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 35, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-ms-input-placeholder, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:-ms-input-placeholder, .contact-us form .form-item .form-floating > .form-text:-ms-input-placeholder,
.contact-us form .form-item .form-floating > .form-select:-ms-input-placeholder, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:-ms-input-placeholder, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:-ms-input-placeholder,
.contact-us form .form-item .form-floating > .form-email:-ms-input-placeholder, .contact-us form .form-item .form-floating > .form-textarea:-ms-input-placeholder, .user-login-form .form-item .form-floating > input:-ms-input-placeholder, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection::placeholder, .contact-us form .form-item .form-floating > .form-text::placeholder,
.contact-us form .form-item .form-floating > .form-select::placeholder, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection::placeholder, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection::placeholder,
.contact-us form .form-item .form-floating > .form-email::placeholder, .contact-us form .form-item .form-floating > .form-textarea::placeholder, .user-login-form .form-item .form-floating > input::placeholder, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 39, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:focus, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:focus, .contact-us form .form-item .form-floating > .form-text:focus,
.contact-us form .form-item .form-floating > .form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:focus,
.contact-us form .form-item .form-floating > .form-email:focus, .contact-us form .form-item .form-floating > .form-textarea:focus, .user-login-form .form-item .form-floating > input:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:focus, .form-floating > .form-control:not(:placeholder-shown), .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:not(:placeholder-shown), .contact-us form .form-item .form-floating > .form-text:not(:placeholder-shown),
.contact-us form .form-item .form-floating > .form-select:not(:placeholder-shown), .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:not(:placeholder-shown), .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:not(:placeholder-shown),
.contact-us form .form-item .form-floating > .form-email:not(:placeholder-shown), .contact-us form .form-item .form-floating > .form-textarea:not(:placeholder-shown), .user-login-form .form-item .form-floating > input:not(:placeholder-shown), .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 45, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:-webkit-autofill, .contact-us form .form-item .form-floating > .form-text:-webkit-autofill,
.contact-us form .form-item .form-floating > .form-select:-webkit-autofill, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:-webkit-autofill, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:-webkit-autofill,
.contact-us form .form-item .form-floating > .form-email:-webkit-autofill, .contact-us form .form-item .form-floating > .form-textarea:-webkit-autofill, .user-login-form .form-item .form-floating > input:-webkit-autofill, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 51, node_modules/bootstrap/scss/forms/_floating-labels.scss */

.form-floating > .form-select,
.register-coupon-b .select2-container .selection .form-floating > .select2-selection {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}

/* line 61, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:focus ~ label, .contact-us form .form-item .form-floating > .form-text:focus ~ label, .contact-us form .form-item .form-floating > .form-select:focus ~ label, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:focus ~ label, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:focus ~ label, .contact-us form .form-item .form-floating > .form-email:focus ~ label, .contact-us form .form-item .form-floating > .form-textarea:focus ~ label, .user-login-form .form-item .form-floating > input:focus ~ label, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
.contact-us form .form-item .form-floating > .form-text:not(:placeholder-shown) ~ label,
.contact-us form .form-item .form-floating > .form-select:not(:placeholder-shown) ~ label,
.contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
.register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:not(:placeholder-shown) ~ label,
.contact-us form .form-item .form-floating > .form-email:not(:placeholder-shown) ~ label,
.contact-us form .form-item .form-floating > .form-textarea:not(:placeholder-shown) ~ label,
.user-login-form .form-item .form-floating > input:not(:placeholder-shown) ~ label,
.register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.register-coupon-b .select2-container .selection .form-floating > .select2-selection ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 67, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label, .register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:-webkit-autofill ~ label, .contact-us form .form-item .form-floating > .form-text:-webkit-autofill ~ label, .contact-us form .form-item .form-floating > .form-select:-webkit-autofill ~ label, .contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:-webkit-autofill ~ label, .register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:-webkit-autofill ~ label, .contact-us form .form-item .form-floating > .form-email:-webkit-autofill ~ label, .contact-us form .form-item .form-floating > .form-textarea:-webkit-autofill ~ label, .user-login-form .form-item .form-floating > input:-webkit-autofill ~ label, .register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 73, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 83, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 88, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 93, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.register-coupon-b form .webform-section .select2-container .selection .form-floating > .select2-selection:disabled ~ label,
.contact-us form .form-item .form-floating > .form-text:disabled ~ label,
.contact-us form .form-item .form-floating > .form-select:disabled ~ label,
.contact-us form .form-item .register-coupon-b .select2-container .selection .form-floating > .select2-selection:disabled ~ label,
.register-coupon-b .select2-container .selection .contact-us form .form-item .form-floating > .select2-selection:disabled ~ label,
.contact-us form .form-item .form-floating > .form-email:disabled ~ label,
.contact-us form .form-item .form-floating > .form-textarea:disabled ~ label,
.user-login-form .form-item .form-floating > input:disabled ~ label,
.register-coupon-b .select2-container--default .select2-search--dropdown .form-floating > .select2-search__field:disabled ~ label {
  color: #6c757d;
}

/* line 5, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

/* line 12, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control, .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection, .contact-us form .form-item .input-group > .form-text,
.contact-us form .form-item .input-group > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection,
.contact-us form .form-item .input-group > .form-email, .contact-us form .form-item .input-group > .form-textarea, .user-login-form .form-item .input-group > input, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field,
.input-group > .form-select,
.register-coupon-b .select2-container .selection .input-group > .select2-selection,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control:focus, .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection:focus, .contact-us form .form-item .input-group > .form-text:focus,
.contact-us form .form-item .input-group > .form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection:focus,
.contact-us form .form-item .input-group > .form-email:focus, .contact-us form .form-item .input-group > .form-textarea:focus, .user-login-form .form-item .input-group > input:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:focus,
.input-group > .form-select:focus,
.register-coupon-b .select2-container .selection .input-group > .select2-selection:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn, .input-group .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .input-group a, .input-group .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .input-group a, .input-group .table .custom-form-group--upload a, .table .custom-form-group--upload .input-group a, .input-group .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .input-group .button, .input-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .input-group .webform-button--next,
.input-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .input-group .webform-button--next {
  position: relative;
  z-index: 2;
}

/* line 35, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn:focus, .input-group .custom-table .custom-form-group--upload a:focus, .custom-table .custom-form-group--upload .input-group a:focus, .input-group .default-table .custom-form-group--upload a:focus, .default-table .custom-form-group--upload .input-group a:focus, .input-group .table .custom-form-group--upload a:focus, .table .custom-form-group--upload .input-group a:focus, .input-group .two-columns-layout.enter form .form-actions .button:focus, .two-columns-layout.enter form .form-actions .input-group .button:focus, .input-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-accesskey ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-coupon ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-products ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:focus, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-upload ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:focus, .register-coupon-b #edit-step-confirmation ~ #edit-actions .input-group .webform-button--next:focus,
.input-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:focus, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .input-group .webform-button--next:focus {
  z-index: 5;
}

/* line 47, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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);
}

/* line 68, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-control, .register-coupon-b form .webform-section .select2-container .selection .input-group-lg > .select2-selection, .contact-us form .form-item .input-group-lg > .form-text,
.contact-us form .form-item .input-group-lg > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group-lg > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group-lg > .select2-selection,
.contact-us form .form-item .input-group-lg > .form-email, .contact-us form .form-item .input-group-lg > .form-textarea, .user-login-form .form-item .input-group-lg > input, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group-lg > .select2-search__field,
.input-group-lg > .form-select,
.register-coupon-b .select2-container .selection .input-group-lg > .select2-selection,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.custom-table .custom-form-group--upload .input-group-lg > a,
.default-table .custom-form-group--upload .input-group-lg > a,
.table .custom-form-group--upload .input-group-lg > a,
.two-columns-layout.enter form .form-actions .input-group-lg > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .input-group-lg > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .input-group-lg > .webform-button--next {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-sm > .form-control, .register-coupon-b form .webform-section .select2-container .selection .input-group-sm > .select2-selection, .contact-us form .form-item .input-group-sm > .form-text,
.contact-us form .form-item .input-group-sm > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group-sm > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group-sm > .select2-selection,
.contact-us form .form-item .input-group-sm > .form-email, .contact-us form .form-item .input-group-sm > .form-textarea, .user-login-form .form-item .input-group-sm > input, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group-sm > .select2-search__field,
.input-group-sm > .form-select,
.register-coupon-b .select2-container .selection .input-group-sm > .select2-selection,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.custom-table .custom-form-group--upload .input-group-sm > a,
.default-table .custom-form-group--upload .input-group-sm > a,
.table .custom-form-group--upload .input-group-sm > a,
.two-columns-layout.enter form .form-actions .input-group-sm > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .input-group-sm > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .input-group-sm > .webform-button--next {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, node_modules/bootstrap/scss/forms/_input-group.scss */

.input-group-lg > .form-select,
.register-coupon-b .select2-container .selection .input-group-lg > .select2-selection,
.input-group-sm > .form-select,
.register-coupon-b .select2-container .selection .input-group-sm > .select2-selection {
  padding-right: 3rem;
}

/* line 101, node_modules/bootstrap/scss/forms/_input-group.scss */
.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,
.register-coupon-b form .webform-section .select2-container .selection .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
.contact-us form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-text,
.contact-us form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.contact-us form .form-item .register-coupon-b .select2-container .selection .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
.register-coupon-b .select2-container .selection .contact-us form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection,
.contact-us form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-email,
.contact-us form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-textarea,
.user-login-form .form-item .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.register-coupon-b .select2-container--default .select2-search--dropdown .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-search__field,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.register-coupon-b .select2-container .selection .input-group:not(.has-validation) > .form-floating:not(:last-child) > .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/forms/_input-group.scss */
.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,
.register-coupon-b form .webform-section .select2-container .selection .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .select2-selection,
.contact-us form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-text,
.contact-us form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.contact-us form .form-item .register-coupon-b .select2-container .selection .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .select2-selection,
.register-coupon-b .select2-container .selection .contact-us form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .select2-selection,
.contact-us form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-email,
.contact-us form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-textarea,
.user-login-form .form-item .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input,
.register-coupon-b .select2-container--default .select2-search--dropdown .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .select2-search__field,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.register-coupon-b .select2-container .selection .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control, .register-coupon-b form .webform-section .select2-container .selection .input-group > .form-floating:not(:first-child) > .select2-selection, .contact-us form .form-item .input-group > .form-floating:not(:first-child) > .form-text,
.contact-us form .form-item .input-group > .form-floating:not(:first-child) > .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .form-floating:not(:first-child) > .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .form-floating:not(:first-child) > .select2-selection,
.contact-us form .form-item .input-group > .form-floating:not(:first-child) > .form-email, .contact-us form .form-item .input-group > .form-floating:not(:first-child) > .form-textarea, .user-login-form .form-item .input-group > .form-floating:not(:first-child) > input, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .form-floating:not(:first-child) > .select2-search__field,
.input-group > .form-floating:not(:first-child) > .form-select,
.register-coupon-b .select2-container .selection .input-group > .form-floating:not(:first-child) > .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 27, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 36, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .was-validated .register-coupon-b form .webform-section .select2-container .selection .select2-selection:valid, .register-coupon-b form .webform-section .select2-container .selection .was-validated .select2-selection:valid, .was-validated .contact-us form .form-item .form-text:valid, .contact-us form .form-item .was-validated .form-text:valid,
.was-validated .contact-us form .form-item .form-select:valid, .contact-us form .form-item .was-validated .form-select:valid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:valid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:valid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .select2-selection:valid,
.was-validated .contact-us form .form-item .form-email:valid, .contact-us form .form-item .was-validated .form-email:valid, .was-validated .contact-us form .form-item .form-textarea:valid, .contact-us form .form-item .was-validated .form-textarea:valid, .was-validated .user-login-form .form-item input:valid, .user-login-form .form-item .was-validated input:valid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:valid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid, .form-control.is-valid, .register-coupon-b form .webform-section .select2-container .selection .is-valid.select2-selection, .contact-us form .form-item .is-valid.form-text,
.contact-us form .form-item .is-valid.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .is-valid.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .is-valid.select2-selection,
.contact-us form .form-item .is-valid.form-email, .contact-us form .form-item .is-valid.form-textarea, .user-login-form .form-item input.is-valid, .register-coupon-b .select2-container--default .select2-search--dropdown .is-valid.select2-search__field {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2342c404' 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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated .register-coupon-b form .webform-section .select2-container .selection .select2-selection:valid:focus, .register-coupon-b form .webform-section .select2-container .selection .was-validated .select2-selection:valid:focus, .was-validated .contact-us form .form-item .form-text:valid:focus, .contact-us form .form-item .was-validated .form-text:valid:focus,
.was-validated .contact-us form .form-item .form-select:valid:focus, .contact-us form .form-item .was-validated .form-select:valid:focus, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:valid:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid:focus, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:valid:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .select2-selection:valid:focus,
.was-validated .contact-us form .form-item .form-email:valid:focus, .contact-us form .form-item .was-validated .form-email:valid:focus, .was-validated .contact-us form .form-item .form-textarea:valid:focus, .contact-us form .form-item .was-validated .form-textarea:valid:focus, .was-validated .user-login-form .form-item input:valid:focus, .user-login-form .form-item .was-validated input:valid:focus, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:valid:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:valid:focus, .form-control.is-valid:focus, .register-coupon-b form .webform-section .select2-container .selection .is-valid.select2-selection:focus, .contact-us form .form-item .is-valid.form-text:focus,
.contact-us form .form-item .is-valid.form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .is-valid.select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .is-valid.select2-selection:focus,
.contact-us form .form-item .is-valid.form-email:focus, .contact-us form .form-item .is-valid.form-textarea:focus, .user-login-form .form-item input.is-valid:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .is-valid.select2-search__field:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, .was-validated .register-coupon-b form .webform-section .select2-container .selection textarea.select2-selection:valid, .register-coupon-b form .webform-section .select2-container .selection .was-validated textarea.select2-selection:valid, .was-validated .contact-us form .form-item textarea.form-text:valid, .contact-us form .form-item .was-validated textarea.form-text:valid,
.was-validated .contact-us form .form-item textarea.form-select:valid, .contact-us form .form-item .was-validated textarea.form-select:valid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection textarea.select2-selection:valid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated textarea.select2-selection:valid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item textarea.select2-selection:valid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated textarea.select2-selection:valid,
.was-validated .contact-us form .form-item textarea.form-email:valid, .contact-us form .form-item .was-validated textarea.form-email:valid, .was-validated .contact-us form .form-item textarea.form-textarea:valid, .contact-us form .form-item .was-validated textarea.form-textarea:valid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown textarea.select2-search__field:valid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:valid, textarea.form-control.is-valid, .register-coupon-b form .webform-section .select2-container .selection textarea.is-valid.select2-selection, .contact-us form .form-item textarea.is-valid.form-text,
.contact-us form .form-item textarea.is-valid.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection textarea.is-valid.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item textarea.is-valid.select2-selection,
.contact-us form .form-item textarea.is-valid.form-email, .contact-us form .form-item textarea.is-valid.form-textarea, .register-coupon-b .select2-container--default .select2-search--dropdown textarea.is-valid.select2-search__field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .was-validated .register-coupon-b .select2-container .selection .select2-selection:valid, .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid, .form-select.is-valid, .register-coupon-b .select2-container .selection .is-valid.select2-selection {
  border-color: var(--bs-form-valid-border-color);
}

/* line 97, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .register-coupon-b .select2-container .selection .select2-selection:valid:not([multiple]):not([size]), .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .register-coupon-b .select2-container .selection .select2-selection:valid:not([multiple])[size="1"], .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .register-coupon-b .select2-container .selection .is-valid.select2-selection:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .register-coupon-b .select2-container .selection .is-valid.select2-selection: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='%2342c404' 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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 106, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .was-validated .register-coupon-b .select2-container .selection .select2-selection:valid:focus, .register-coupon-b .select2-container .selection .was-validated .select2-selection:valid:focus, .form-select.is-valid:focus, .register-coupon-b .select2-container .selection .is-valid.select2-selection:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 130, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 134, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection:not(:focus):valid, .register-coupon-b form .webform-section .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):valid, .was-validated .contact-us form .form-item .input-group > .form-text:not(:focus):valid, .contact-us form .form-item .was-validated .input-group > .form-text:not(:focus):valid,
.was-validated .contact-us form .form-item .input-group > .form-select:not(:focus):valid, .contact-us form .form-item .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus):valid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):valid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection:not(:focus):valid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .input-group > .select2-selection:not(:focus):valid,
.was-validated .contact-us form .form-item .input-group > .form-email:not(:focus):valid, .contact-us form .form-item .was-validated .input-group > .form-email:not(:focus):valid, .was-validated .contact-us form .form-item .input-group > .form-textarea:not(:focus):valid, .contact-us form .form-item .was-validated .input-group > .form-textarea:not(:focus):valid, .was-validated .user-login-form .form-item .input-group > input:not(:focus):valid, .user-login-form .form-item .was-validated .input-group > input:not(:focus):valid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus):valid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .input-group > .select2-search__field:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection:not(:focus).is-valid, .contact-us form .form-item .input-group > .form-text:not(:focus).is-valid,
.contact-us form .form-item .input-group > .form-select:not(:focus).is-valid, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus).is-valid, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection:not(:focus).is-valid,
.contact-us form .form-item .input-group > .form-email:not(:focus).is-valid, .contact-us form .form-item .input-group > .form-textarea:not(:focus).is-valid, .user-login-form .form-item .input-group > input:not(:focus).is-valid, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .was-validated .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus):valid, .register-coupon-b .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.register-coupon-b .select2-container .selection .input-group > .select2-selection: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;
}

/* line 27, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback, .two-columns-layout .form-item--error-message {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 36, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback, .was-validated .two-columns-layout :invalid ~ .form-item--error-message, .two-columns-layout .was-validated :invalid ~ .form-item--error-message,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.two-columns-layout .is-invalid ~ .form-item--error-message,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .was-validated .register-coupon-b form .webform-section .select2-container .selection .select2-selection:invalid, .register-coupon-b form .webform-section .select2-container .selection .was-validated .select2-selection:invalid, .was-validated .contact-us form .form-item .form-text:invalid, .contact-us form .form-item .was-validated .form-text:invalid,
.was-validated .contact-us form .form-item .form-select:invalid, .contact-us form .form-item .was-validated .form-select:invalid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:invalid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:invalid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .select2-selection:invalid,
.was-validated .contact-us form .form-item .form-email:invalid, .contact-us form .form-item .was-validated .form-email:invalid, .was-validated .contact-us form .form-item .form-textarea:invalid, .contact-us form .form-item .was-validated .form-textarea:invalid, .was-validated .user-login-form .form-item input:invalid, .user-login-form .form-item .was-validated input:invalid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:invalid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid, .form-control.is-invalid, .register-coupon-b form .webform-section .select2-container .selection .is-invalid.select2-selection, .contact-us form .form-item .is-invalid.form-text,
.contact-us form .form-item .is-invalid.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .is-invalid.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .is-invalid.select2-selection,
.contact-us form .form-item .is-invalid.form-email, .contact-us form .form-item .is-invalid.form-textarea, .user-login-form .form-item input.is-invalid, .register-coupon-b .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .was-validated .register-coupon-b form .webform-section .select2-container .selection .select2-selection:invalid:focus, .register-coupon-b form .webform-section .select2-container .selection .was-validated .select2-selection:invalid:focus, .was-validated .contact-us form .form-item .form-text:invalid:focus, .contact-us form .form-item .was-validated .form-text:invalid:focus,
.was-validated .contact-us form .form-item .form-select:invalid:focus, .contact-us form .form-item .was-validated .form-select:invalid:focus, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:invalid:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid:focus, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:invalid:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .select2-selection:invalid:focus,
.was-validated .contact-us form .form-item .form-email:invalid:focus, .contact-us form .form-item .was-validated .form-email:invalid:focus, .was-validated .contact-us form .form-item .form-textarea:invalid:focus, .contact-us form .form-item .was-validated .form-textarea:invalid:focus, .was-validated .user-login-form .form-item input:invalid:focus, .user-login-form .form-item .was-validated input:invalid:focus, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:invalid:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .select2-search__field:invalid:focus, .form-control.is-invalid:focus, .register-coupon-b form .webform-section .select2-container .selection .is-invalid.select2-selection:focus, .contact-us form .form-item .is-invalid.form-text:focus,
.contact-us form .form-item .is-invalid.form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .is-invalid.select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .is-invalid.select2-selection:focus,
.contact-us form .form-item .is-invalid.form-email:focus, .contact-us form .form-item .is-invalid.form-textarea:focus, .user-login-form .form-item input.is-invalid:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .is-invalid.select2-search__field:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, .was-validated .register-coupon-b form .webform-section .select2-container .selection textarea.select2-selection:invalid, .register-coupon-b form .webform-section .select2-container .selection .was-validated textarea.select2-selection:invalid, .was-validated .contact-us form .form-item textarea.form-text:invalid, .contact-us form .form-item .was-validated textarea.form-text:invalid,
.was-validated .contact-us form .form-item textarea.form-select:invalid, .contact-us form .form-item .was-validated textarea.form-select:invalid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection textarea.select2-selection:invalid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated textarea.select2-selection:invalid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item textarea.select2-selection:invalid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated textarea.select2-selection:invalid,
.was-validated .contact-us form .form-item textarea.form-email:invalid, .contact-us form .form-item .was-validated textarea.form-email:invalid, .was-validated .contact-us form .form-item textarea.form-textarea:invalid, .contact-us form .form-item .was-validated textarea.form-textarea:invalid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown textarea.select2-search__field:invalid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated textarea.select2-search__field:invalid, textarea.form-control.is-invalid, .register-coupon-b form .webform-section .select2-container .selection textarea.is-invalid.select2-selection, .contact-us form .form-item textarea.is-invalid.form-text,
.contact-us form .form-item textarea.is-invalid.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection textarea.is-invalid.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item textarea.is-invalid.select2-selection,
.contact-us form .form-item textarea.is-invalid.form-email, .contact-us form .form-item textarea.is-invalid.form-textarea, .register-coupon-b .select2-container--default .select2-search--dropdown textarea.is-invalid.select2-search__field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .was-validated .register-coupon-b .select2-container .selection .select2-selection:invalid, .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid, .form-select.is-invalid, .register-coupon-b .select2-container .selection .is-invalid.select2-selection {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 97, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .register-coupon-b .select2-container .selection .select2-selection:invalid:not([multiple]):not([size]), .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .register-coupon-b .select2-container .selection .select2-selection:invalid:not([multiple])[size="1"], .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .register-coupon-b .select2-container .selection .is-invalid.select2-selection:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .register-coupon-b .select2-container .selection .is-invalid.select2-selection: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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 106, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .was-validated .register-coupon-b .select2-container .selection .select2-selection:invalid:focus, .register-coupon-b .select2-container .selection .was-validated .select2-selection:invalid:focus, .form-select.is-invalid:focus, .register-coupon-b .select2-container .selection .is-invalid.select2-selection:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 130, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 134, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 138, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .two-columns-layout .form-check-input ~ .form-item--error-message, .two-columns-layout .form-check-inline .form-check-input ~ .form-item--error-message {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection:not(:focus):invalid, .register-coupon-b form .webform-section .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):invalid, .was-validated .contact-us form .form-item .input-group > .form-text:not(:focus):invalid, .contact-us form .form-item .was-validated .input-group > .form-text:not(:focus):invalid,
.was-validated .contact-us form .form-item .input-group > .form-select:not(:focus):invalid, .contact-us form .form-item .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus):invalid, .contact-us form .form-item .register-coupon-b .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):invalid, .was-validated .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection:not(:focus):invalid, .register-coupon-b .select2-container .selection .contact-us form .form-item .was-validated .input-group > .select2-selection:not(:focus):invalid,
.was-validated .contact-us form .form-item .input-group > .form-email:not(:focus):invalid, .contact-us form .form-item .was-validated .input-group > .form-email:not(:focus):invalid, .was-validated .contact-us form .form-item .input-group > .form-textarea:not(:focus):invalid, .contact-us form .form-item .was-validated .input-group > .form-textarea:not(:focus):invalid, .was-validated .user-login-form .form-item .input-group > input:not(:focus):invalid, .user-login-form .form-item .was-validated .input-group > input:not(:focus):invalid, .was-validated .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus):invalid, .register-coupon-b .select2-container--default .select2-search--dropdown .was-validated .input-group > .select2-search__field:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .register-coupon-b form .webform-section .select2-container .selection .input-group > .select2-selection:not(:focus).is-invalid, .contact-us form .form-item .input-group > .form-text:not(:focus).is-invalid,
.contact-us form .form-item .input-group > .form-select:not(:focus).is-invalid, .contact-us form .form-item .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus).is-invalid, .register-coupon-b .select2-container .selection .contact-us form .form-item .input-group > .select2-selection:not(:focus).is-invalid,
.contact-us form .form-item .input-group > .form-email:not(:focus).is-invalid, .contact-us form .form-item .input-group > .form-textarea:not(:focus).is-invalid, .user-login-form .form-item .input-group > input:not(:focus).is-invalid, .register-coupon-b .select2-container--default .select2-search--dropdown .input-group > .select2-search__field:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .was-validated .register-coupon-b .select2-container .selection .input-group > .select2-selection:not(:focus):invalid, .register-coupon-b .select2-container .selection .was-validated .input-group > .select2-selection:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.register-coupon-b .select2-container .selection .input-group > .select2-selection: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;
}

/* line 5, node_modules/bootstrap/scss/_buttons.scss */
.btn, .custom-table .custom-form-group--upload a, .default-table .custom-form-group--upload a, .table .custom-form-group--upload a, .two-columns-layout.enter form .form-actions .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.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 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  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;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/_buttons.scss */
  .btn, .custom-table .custom-form-group--upload a, .default-table .custom-form-group--upload a, .table .custom-form-group--upload a, .two-columns-layout.enter form .form-actions .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
  .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
  .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next {
    transition: none;
  }
}

/* line 43, node_modules/bootstrap/scss/_buttons.scss */
.btn:hover, .custom-table .custom-form-group--upload a:hover, .default-table .custom-form-group--upload a:hover, .table .custom-form-group--upload a:hover, .two-columns-layout.enter form .form-actions .button:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, node_modules/bootstrap/scss/_buttons.scss */
.btn-check + .btn:hover, .custom-table .custom-form-group--upload .btn-check + a:hover, .default-table .custom-form-group--upload .btn-check + a:hover, .table .custom-form-group--upload .btn-check + a:hover, .two-columns-layout.enter form .form-actions .btn-check + .button:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check + .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check + .webform-button--next:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus-visible, .custom-table .custom-form-group--upload a:focus-visible, .default-table .custom-form-group--upload a:focus-visible, .table .custom-form-group--upload a:focus-visible, .two-columns-layout.enter form .form-actions .button:focus-visible, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:focus-visible + .btn, .custom-table .custom-form-group--upload .btn-check:focus-visible + a, .default-table .custom-form-group--upload .btn-check:focus-visible + a, .table .custom-form-group--upload .btn-check:focus-visible + a, .two-columns-layout.enter form .form-actions .btn-check:focus-visible + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check:focus-visible + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check:focus-visible + .webform-button--next {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn, .custom-table .custom-form-group--upload .btn-check:checked + a, .default-table .custom-form-group--upload .btn-check:checked + a, .table .custom-form-group--upload .btn-check:checked + a, .two-columns-layout.enter form .form-actions .btn-check:checked + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check:checked + .webform-button--next,
:not(.btn-check) + .btn:active,
.custom-table .custom-form-group--upload :not(.btn-check) + a:active,
.default-table .custom-form-group--upload :not(.btn-check) + a:active,
.table .custom-form-group--upload :not(.btn-check) + a:active,
.two-columns-layout.enter form .form-actions :not(.btn-check) + .button:active,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b #edit-step-accesskey ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b #edit-step-coupon ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b #edit-step-products ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b #edit-step-upload ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b #edit-step-confirmation ~ #edit-actions :not(.btn-check) + .webform-button--next:active,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions :not(.btn-check) + .webform-button--next:active, .btn:first-child:active, .custom-table .custom-form-group--upload a:first-child:active, .default-table .custom-form-group--upload a:first-child:active, .table .custom-form-group--upload a:first-child:active, .two-columns-layout.enter form .form-actions .button:first-child:active, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:first-child:active,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:first-child:active, .btn.active, .custom-table .custom-form-group--upload a.active, .default-table .custom-form-group--upload a.active, .table .custom-form-group--upload a.active, .two-columns-layout.enter form .form-actions .active.button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .active.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .active.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .active.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .active.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .active.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .active.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .active.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .active.webform-button--next, .btn.show, .custom-table .custom-form-group--upload a.show, .default-table .custom-form-group--upload a.show, .table .custom-form-group--upload a.show, .two-columns-layout.enter form .form-actions .show.button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .show.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .show.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .show.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .show.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .show.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .show.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .show.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .show.webform-button--next {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn:focus-visible, .custom-table .custom-form-group--upload .btn-check:checked + a:focus-visible, .default-table .custom-form-group--upload .btn-check:checked + a:focus-visible, .table .custom-form-group--upload .btn-check:checked + a:focus-visible, .two-columns-layout.enter form .form-actions .btn-check:checked + .button:focus-visible, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check:checked + .webform-button--next:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.custom-table .custom-form-group--upload :not(.btn-check) + a:active:focus-visible,
.default-table .custom-form-group--upload :not(.btn-check) + a:active:focus-visible,
.table .custom-form-group--upload :not(.btn-check) + a:active:focus-visible,
.two-columns-layout.enter form .form-actions :not(.btn-check) + .button:active:focus-visible,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions :not(.btn-check) + .webform-button--next:active:focus-visible, .btn:first-child:active:focus-visible, .custom-table .custom-form-group--upload a:first-child:active:focus-visible, .default-table .custom-form-group--upload a:first-child:active:focus-visible, .table .custom-form-group--upload a:first-child:active:focus-visible, .two-columns-layout.enter form .form-actions .button:first-child:active:focus-visible, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:first-child:active:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:first-child:active:focus-visible, .btn.active:focus-visible, .custom-table .custom-form-group--upload a.active:focus-visible, .default-table .custom-form-group--upload a.active:focus-visible, .table .custom-form-group--upload a.active:focus-visible, .two-columns-layout.enter form .form-actions .active.button:focus-visible, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .active.webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .active.webform-button--next:focus-visible, .btn.show:focus-visible, .custom-table .custom-form-group--upload a.show:focus-visible, .default-table .custom-form-group--upload a.show:focus-visible, .table .custom-form-group--upload a.show:focus-visible, .two-columns-layout.enter form .form-actions .show.button:focus-visible, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b #edit-step-coupon ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b #edit-step-products ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b #edit-step-upload ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .show.webform-button--next:focus-visible,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .show.webform-button--next:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked:focus-visible + .btn, .custom-table .custom-form-group--upload .btn-check:checked:focus-visible + a, .default-table .custom-form-group--upload .btn-check:checked:focus-visible + a, .table .custom-form-group--upload .btn-check:checked:focus-visible + a, .two-columns-layout.enter form .form-actions .btn-check:checked:focus-visible + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-check:checked:focus-visible + .webform-button--next {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn:disabled, .custom-table .custom-form-group--upload a:disabled, .default-table .custom-form-group--upload a:disabled, .table .custom-form-group--upload a:disabled, .two-columns-layout.enter form .form-actions .button:disabled, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:disabled,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:disabled, .btn.disabled, .custom-table .custom-form-group--upload a.disabled, .default-table .custom-form-group--upload a.disabled, .table .custom-form-group--upload a.disabled, .two-columns-layout.enter form .form-actions .disabled.button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .disabled.webform-button--next,
fieldset:disabled .btn,
fieldset:disabled .custom-table .custom-form-group--upload a,
.custom-table .custom-form-group--upload fieldset:disabled a,
fieldset:disabled .default-table .custom-form-group--upload a,
.default-table .custom-form-group--upload fieldset:disabled a,
fieldset:disabled .table .custom-form-group--upload a,
.table .custom-form-group--upload fieldset:disabled a,
fieldset:disabled .two-columns-layout.enter form .form-actions .button,
.two-columns-layout.enter form .form-actions fieldset:disabled .button,
fieldset:disabled .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions fieldset:disabled .webform-button--next,
fieldset:disabled .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions fieldset:disabled .webform-button--next {
  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);
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  --bs-btn-color: white;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  --bs-btn-color: black;
  --bs-btn-bg: #42c404;
  --bs-btn-border-color: #42c404;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #5ecd2a;
  --bs-btn-hover-border-color: #55ca1d;
  --bs-btn-focus-shadow-rgb: 56, 167, 3;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #68d036;
  --bs-btn-active-border-color: #55ca1d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: black;
  --bs-btn-disabled-bg: #42c404;
  --bs-btn-disabled-border-color: #42c404;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  --bs-btn-color: black;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: black;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  --bs-btn-color: black;
  --bs-btn-bg: #ff6e00;
  --bs-btn-border-color: #ff6e00;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #ff8426;
  --bs-btn-hover-border-color: #ff7d1a;
  --bs-btn-focus-shadow-rgb: 217, 94, 0;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #ff8b33;
  --bs-btn-active-border-color: #ff7d1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: black;
  --bs-btn-disabled-bg: #ff6e00;
  --bs-btn-disabled-border-color: #ff6e00;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  --bs-btn-color: white;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  --bs-btn-color: black;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: black;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  --bs-btn-color: white;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #42c404;
  --bs-btn-border-color: #42c404;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #42c404;
  --bs-btn-hover-border-color: #42c404;
  --bs-btn-focus-shadow-rgb: 66, 196, 4;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #42c404;
  --bs-btn-active-border-color: #42c404;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #42c404;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #42c404;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ff6e00;
  --bs-btn-border-color: #ff6e00;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #ff6e00;
  --bs-btn-hover-border-color: #ff6e00;
  --bs-btn-focus-shadow-rgb: 255, 110, 0;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #ff6e00;
  --bs-btn-active-border-color: #ff6e00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff6e00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff6e00;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: black;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, node_modules/bootstrap/scss/_buttons.scss */
.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;
}

/* line 194, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .custom-table .custom-form-group--upload .btn-group-lg > a, .default-table .custom-form-group--upload .btn-group-lg > a, .table .custom-form-group--upload .btn-group-lg > a, .two-columns-layout.enter form .form-actions .btn-group-lg > .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-lg > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-lg > .webform-button--next {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .custom-table .custom-form-group--upload .btn-group-sm > a, .default-table .custom-form-group--upload .btn-group-sm > a, .table .custom-form-group--upload .btn-group-sm > a, .two-columns-layout.enter form .form-actions .btn-group-sm > .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-sm > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-sm > .webform-button--next {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.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: 0.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: white;
  --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: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, node_modules/bootstrap/scss/_dropdown.scss */
.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: white;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: white;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn, .custom-table .custom-form-group--upload .btn-group > a, .default-table .custom-form-group--upload .btn-group > a, .table .custom-form-group--upload .btn-group > a, .two-columns-layout.enter form .form-actions .btn-group > .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next,
.btn-group-vertical > .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > a,
.default-table .custom-form-group--upload .btn-group-vertical > a,
.table .custom-form-group--upload .btn-group-vertical > a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

/* line 15, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn-check:checked + .btn, .custom-table .custom-form-group--upload .btn-group > .btn-check:checked + a, .default-table .custom-form-group--upload .btn-group > .btn-check:checked + a, .table .custom-form-group--upload .btn-group > .btn-check:checked + a, .two-columns-layout.enter form .form-actions .btn-group > .btn-check:checked + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .btn-check:checked + .webform-button--next,
.btn-group > .btn-check:focus + .btn,
.custom-table .custom-form-group--upload .btn-group > .btn-check:focus + a,
.default-table .custom-form-group--upload .btn-group > .btn-check:focus + a,
.table .custom-form-group--upload .btn-group > .btn-check:focus + a,
.two-columns-layout.enter form .form-actions .btn-group > .btn-check:focus + .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .btn-check:focus + .webform-button--next,
.btn-group > .btn:hover,
.custom-table .custom-form-group--upload .btn-group > a:hover,
.default-table .custom-form-group--upload .btn-group > a:hover,
.table .custom-form-group--upload .btn-group > a:hover,
.two-columns-layout.enter form .form-actions .btn-group > .button:hover,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next:hover,
.btn-group > .btn:focus,
.custom-table .custom-form-group--upload .btn-group > a:focus,
.default-table .custom-form-group--upload .btn-group > a:focus,
.table .custom-form-group--upload .btn-group > a:focus,
.two-columns-layout.enter form .form-actions .btn-group > .button:focus,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next:focus,
.btn-group > .btn:active,
.custom-table .custom-form-group--upload .btn-group > a:active,
.default-table .custom-form-group--upload .btn-group > a:active,
.table .custom-form-group--upload .btn-group > a:active,
.two-columns-layout.enter form .form-actions .btn-group > .button:active,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next:active,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next:active,
.btn-group > .btn.active,
.custom-table .custom-form-group--upload .btn-group > a.active,
.default-table .custom-form-group--upload .btn-group > a.active,
.table .custom-form-group--upload .btn-group > a.active,
.two-columns-layout.enter form .form-actions .btn-group > .active.button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .active.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .active.webform-button--next,
.btn-group-vertical > .btn-check:checked + .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > .btn-check:checked + a,
.default-table .custom-form-group--upload .btn-group-vertical > .btn-check:checked + a,
.table .custom-form-group--upload .btn-group-vertical > .btn-check:checked + a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .btn-check:checked + .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .btn-check:checked + .webform-button--next,
.btn-group-vertical > .btn-check:focus + .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > .btn-check:focus + a,
.default-table .custom-form-group--upload .btn-group-vertical > .btn-check:focus + a,
.table .custom-form-group--upload .btn-group-vertical > .btn-check:focus + a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .btn-check:focus + .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .btn-check:focus + .webform-button--next,
.btn-group-vertical > .btn:hover,
.custom-table .custom-form-group--upload .btn-group-vertical > a:hover,
.default-table .custom-form-group--upload .btn-group-vertical > a:hover,
.table .custom-form-group--upload .btn-group-vertical > a:hover,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .button:hover,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:hover,
.btn-group-vertical > .btn:focus,
.custom-table .custom-form-group--upload .btn-group-vertical > a:focus,
.default-table .custom-form-group--upload .btn-group-vertical > a:focus,
.table .custom-form-group--upload .btn-group-vertical > a:focus,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .button:focus,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:focus,
.btn-group-vertical > .btn:active,
.custom-table .custom-form-group--upload .btn-group-vertical > a:active,
.default-table .custom-form-group--upload .btn-group-vertical > a:active,
.table .custom-form-group--upload .btn-group-vertical > a:active,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .button:active,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:active,
.btn-group-vertical > .btn.active,
.custom-table .custom-form-group--upload .btn-group-vertical > a.active,
.default-table .custom-form-group--upload .btn-group-vertical > a.active,
.table .custom-form-group--upload .btn-group-vertical > a.active,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .active.button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .active.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .active.webform-button--next {
  z-index: 1;
}

/* line 26, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/* line 31, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, node_modules/bootstrap/scss/_button-group.scss */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn, .custom-table .custom-form-group--upload .btn-group > :not(.btn-check:first-child) + a, .default-table .custom-form-group--upload .btn-group > :not(.btn-check:first-child) + a, .table .custom-form-group--upload .btn-group > :not(.btn-check:first-child) + a, .two-columns-layout.enter form .form-actions .btn-group > :not(.btn-check:first-child) + .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > :not(.btn-check:first-child) + .webform-button--next,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .custom-table .custom-form-group--upload .btn-group > a:not(:last-child):not(.dropdown-toggle), .default-table .custom-form-group--upload .btn-group > a:not(:last-child):not(.dropdown-toggle), .table .custom-form-group--upload .btn-group > a:not(:last-child):not(.dropdown-toggle), .two-columns-layout.enter form .form-actions .btn-group > .button:not(:last-child):not(.dropdown-toggle), .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.custom-table .custom-form-group--upload .btn-group > a.dropdown-toggle-split:first-child,
.default-table .custom-form-group--upload .btn-group > a.dropdown-toggle-split:first-child,
.table .custom-form-group--upload .btn-group > a.dropdown-toggle-split:first-child,
.two-columns-layout.enter form .form-actions .btn-group > .dropdown-toggle-split.button:first-child,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .dropdown-toggle-split.webform-button--next:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.custom-table .custom-form-group--upload .btn-group > .btn-group:not(:last-child) > a,
.default-table .custom-form-group--upload .btn-group > .btn-group:not(:last-child) > a,
.table .custom-form-group--upload .btn-group > .btn-group:not(:last-child) > a,
.two-columns-layout.enter form .form-actions .btn-group > .btn-group:not(:last-child) > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .btn-group:not(:last-child) > .webform-button--next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:nth-child(n + 3), .custom-table .custom-form-group--upload .btn-group > a:nth-child(n + 3), .default-table .custom-form-group--upload .btn-group > a:nth-child(n + 3), .table .custom-form-group--upload .btn-group > a:nth-child(n + 3), .two-columns-layout.enter form .form-actions .btn-group > .button:nth-child(n + 3), .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .webform-button--next:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.custom-table .custom-form-group--upload .btn-group > :not(.btn-check) + a,
.default-table .custom-form-group--upload .btn-group > :not(.btn-check) + a,
.table .custom-form-group--upload .btn-group > :not(.btn-check) + a,
.two-columns-layout.enter form .form-actions .btn-group > :not(.btn-check) + .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > :not(.btn-check) + .webform-button--next,
.btn-group > .btn-group:not(:first-child) > .btn,
.custom-table .custom-form-group--upload .btn-group > .btn-group:not(:first-child) > a,
.default-table .custom-form-group--upload .btn-group > .btn-group:not(:first-child) > a,
.table .custom-form-group--upload .btn-group > .btn-group:not(:first-child) > a,
.two-columns-layout.enter form .form-actions .btn-group > .btn-group:not(:first-child) > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group > .btn-group:not(:first-child) > .webform-button--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .custom-table .custom-form-group--upload .btn-group-sm > a + .dropdown-toggle-split, .default-table .custom-form-group--upload .btn-group-sm > a + .dropdown-toggle-split, .table .custom-form-group--upload .btn-group-sm > a + .dropdown-toggle-split, .two-columns-layout.enter form .form-actions .btn-group-sm > .button + .dropdown-toggle-split, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-products ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-sm > .webform-button--next + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .custom-table .custom-form-group--upload .btn-group-lg > a + .dropdown-toggle-split, .default-table .custom-form-group--upload .btn-group-lg > a + .dropdown-toggle-split, .table .custom-form-group--upload .btn-group-lg > a + .dropdown-toggle-split, .two-columns-layout.enter form .form-actions .btn-group-lg > .button + .dropdown-toggle-split, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-products ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-lg > .webform-button--next + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 122, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > a,
.default-table .custom-form-group--upload .btn-group-vertical > a,
.table .custom-form-group--upload .btn-group-vertical > a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .custom-table .custom-form-group--upload .btn-group-vertical > a:not(:first-child), .default-table .custom-form-group--upload .btn-group-vertical > a:not(:first-child), .table .custom-form-group--upload .btn-group-vertical > a:not(:first-child), .two-columns-layout.enter form .form-actions .btn-group-vertical > .button:not(:first-child), .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

/* line 133, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .custom-table .custom-form-group--upload .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .default-table .custom-form-group--upload .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .table .custom-form-group--upload .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .two-columns-layout.enter form .form-actions .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:last-child) > a,
.default-table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:last-child) > a,
.table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:last-child) > a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .btn-group:not(:last-child) > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .btn-group:not(:last-child) > .webform-button--next {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 142, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:nth-child(n + 3), .custom-table .custom-form-group--upload .btn-group-vertical > a:nth-child(n + 3), .default-table .custom-form-group--upload .btn-group-vertical > a:nth-child(n + 3), .table .custom-form-group--upload .btn-group-vertical > a:nth-child(n + 3), .two-columns-layout.enter form .form-actions .btn-group-vertical > .button:nth-child(n + 3), .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .webform-button--next:nth-child(n + 3),
.btn-group-vertical > :not(.btn-check) + .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > :not(.btn-check) + a,
.default-table .custom-form-group--upload .btn-group-vertical > :not(.btn-check) + a,
.table .custom-form-group--upload .btn-group-vertical > :not(.btn-check) + a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > :not(.btn-check) + .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > :not(.btn-check) + .webform-button--next,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.custom-table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:first-child) > a,
.default-table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:first-child) > a,
.table .custom-form-group--upload .btn-group-vertical > .btn-group:not(:first-child) > a,
.two-columns-layout.enter form .form-actions .btn-group-vertical > .btn-group:not(:first-child) > .button,
.register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-group-vertical > .btn-group:not(:first-child) > .webform-button--next {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.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);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  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);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, node_modules/bootstrap/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, node_modules/bootstrap/scss/_nav.scss */
.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);
}

/* line 72, node_modules/bootstrap/scss/_nav.scss */
.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);
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, node_modules/bootstrap/scss/_nav.scss */
.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);
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: white;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, node_modules/bootstrap/scss/_nav.scss */
.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);
}

/* line 128, node_modules/bootstrap/scss/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

/* line 170, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
}

/* line 180, node_modules/bootstrap/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, node_modules/bootstrap/scss/_navbar.scss */
.navbar > .container, .navbar > .my-profile, .meus-cupons #block-promosorteiomycouponslist .navbar > nav, .navbar > .region-header, .navbar > .store-finder,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 65, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
}

/* line 150, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 225, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: white;
  --bs-navbar-brand-color: white;
  --bs-navbar-brand-hover-color: white;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card, .webform-confirmation-card, .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .user-login-form,
.page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .user-login-form,
.path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .user-login-form,
.page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .user-login-form {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 41, node_modules/bootstrap/scss/_card.scss */
.card > hr, .webform-confirmation-card > hr, .page-route-user-reset-form .content-form-limit-medium > hr, .page-route-user-reset-form .user-login-form > hr, .page-route-onetimelink-protect-protect .content-form-limit-medium > hr, .page-route-onetimelink-protect-protect .user-login-form > hr, .path-onetimelink-protect .content-form-limit-medium > hr, .path-onetimelink-protect .user-login-form > hr, .page-route-entity-user-edit-form .content-form-limit-medium > hr, .page-route-entity-user-edit-form .user-login-form > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, node_modules/bootstrap/scss/_card.scss */
.card > .list-group, .webform-confirmation-card > .list-group, .page-route-user-reset-form .content-form-limit-medium > .list-group, .page-route-user-reset-form .user-login-form > .list-group, .page-route-onetimelink-protect-protect .content-form-limit-medium > .list-group, .page-route-onetimelink-protect-protect .user-login-form > .list-group, .path-onetimelink-protect .content-form-limit-medium > .list-group, .path-onetimelink-protect .user-login-form > .list-group, .page-route-entity-user-edit-form .content-form-limit-medium > .list-group, .page-route-entity-user-edit-form .user-login-form > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child, .webform-confirmation-card > .list-group:first-child, .page-route-user-reset-form .content-form-limit-medium > .list-group:first-child, .page-route-user-reset-form .user-login-form > .list-group:first-child, .page-route-onetimelink-protect-protect .content-form-limit-medium > .list-group:first-child, .page-route-onetimelink-protect-protect .user-login-form > .list-group:first-child, .path-onetimelink-protect .content-form-limit-medium > .list-group:first-child, .path-onetimelink-protect .user-login-form > .list-group:first-child, .page-route-entity-user-edit-form .content-form-limit-medium > .list-group:first-child, .page-route-entity-user-edit-form .user-login-form > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 55, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child, .webform-confirmation-card > .list-group:last-child, .page-route-user-reset-form .content-form-limit-medium > .list-group:last-child, .page-route-user-reset-form .user-login-form > .list-group:last-child, .page-route-onetimelink-protect-protect .content-form-limit-medium > .list-group:last-child, .page-route-onetimelink-protect-protect .user-login-form > .list-group:last-child, .path-onetimelink-protect .content-form-limit-medium > .list-group:last-child, .path-onetimelink-protect .user-login-form > .list-group:last-child, .page-route-entity-user-edit-form .content-form-limit-medium > .list-group:last-child, .page-route-entity-user-edit-form .user-login-form > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 63, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group, .webform-confirmation-card > .card-header + .list-group, .page-route-user-reset-form .content-form-limit-medium > .card-header + .list-group, .page-route-user-reset-form .user-login-form > .card-header + .list-group, .page-route-onetimelink-protect-protect .content-form-limit-medium > .card-header + .list-group, .page-route-onetimelink-protect-protect .user-login-form > .card-header + .list-group, .path-onetimelink-protect .content-form-limit-medium > .card-header + .list-group, .path-onetimelink-protect .user-login-form > .card-header + .list-group, .page-route-entity-user-edit-form .content-form-limit-medium > .card-header + .list-group, .page-route-entity-user-edit-form .user-login-form > .card-header + .list-group,
.card > .list-group + .card-footer,
.webform-confirmation-card > .list-group + .card-footer,
.page-route-user-reset-form .content-form-limit-medium > .list-group + .card-footer,
.page-route-user-reset-form .user-login-form > .list-group + .card-footer,
.page-route-onetimelink-protect-protect .content-form-limit-medium > .list-group + .card-footer,
.page-route-onetimelink-protect-protect .user-login-form > .list-group + .card-footer,
.path-onetimelink-protect .content-form-limit-medium > .list-group + .card-footer,
.path-onetimelink-protect .user-login-form > .list-group + .card-footer,
.page-route-entity-user-edit-form .content-form-limit-medium > .list-group + .card-footer,
.page-route-entity-user-edit-form .user-login-form > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, node_modules/bootstrap/scss/_card.scss */
.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 77, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 82, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 88, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 106, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 113, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 124, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 146, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 152, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 162, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 173, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 186, node_modules/bootstrap/scss/_card.scss */
.card-group > .card, .card-group > .webform-confirmation-card, .page-route-user-reset-form .card-group > .content-form-limit-medium, .page-route-user-reset-form .card-group > .user-login-form,
.page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium, .page-route-onetimelink-protect-protect .card-group > .user-login-form,
.path-onetimelink-protect .card-group > .content-form-limit-medium, .path-onetimelink-protect .card-group > .user-login-form,
.page-route-entity-user-edit-form .card-group > .content-form-limit-medium, .page-route-entity-user-edit-form .card-group > .user-login-form {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  /* line 195, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card, .card-group > .webform-confirmation-card, .page-route-user-reset-form .card-group > .content-form-limit-medium, .page-route-user-reset-form .card-group > .user-login-form,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium, .page-route-onetimelink-protect-protect .card-group > .user-login-form,
  .path-onetimelink-protect .card-group > .content-form-limit-medium, .path-onetimelink-protect .card-group > .user-login-form,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium, .page-route-entity-user-edit-form .card-group > .user-login-form {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
    margin-bottom: 0;
  }
  /* line 199, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card, .card-group > .webform-confirmation-card + .card, .page-route-user-reset-form .card-group > .content-form-limit-medium + .card, .page-route-user-reset-form .card-group > .user-login-form + .card, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium + .card, .page-route-onetimelink-protect-protect .card-group > .user-login-form + .card, .path-onetimelink-protect .card-group > .content-form-limit-medium + .card, .path-onetimelink-protect .card-group > .user-login-form + .card, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium + .card, .page-route-entity-user-edit-form .card-group > .user-login-form + .card, .card-group > .card + .webform-confirmation-card, .card-group > .webform-confirmation-card + .webform-confirmation-card, .page-route-user-reset-form .card-group > .content-form-limit-medium + .webform-confirmation-card, .page-route-user-reset-form .card-group > .user-login-form + .webform-confirmation-card, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium + .webform-confirmation-card, .page-route-onetimelink-protect-protect .card-group > .user-login-form + .webform-confirmation-card, .path-onetimelink-protect .card-group > .content-form-limit-medium + .webform-confirmation-card, .path-onetimelink-protect .card-group > .user-login-form + .webform-confirmation-card, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium + .webform-confirmation-card, .page-route-entity-user-edit-form .card-group > .user-login-form + .webform-confirmation-card, .page-route-user-reset-form .card-group > .card + .content-form-limit-medium, .page-route-user-reset-form .card-group > .webform-confirmation-card + .content-form-limit-medium, .page-route-user-reset-form .card-group > .content-form-limit-medium + .content-form-limit-medium, .page-route-user-reset-form .card-group > .user-login-form + .content-form-limit-medium, .page-route-user-reset-form .card-group > .card + .user-login-form, .page-route-user-reset-form .card-group > .webform-confirmation-card + .user-login-form, .page-route-user-reset-form .card-group > .content-form-limit-medium + .user-login-form, .page-route-user-reset-form .card-group > .user-login-form + .user-login-form,
  .page-route-onetimelink-protect-protect .card-group > .card + .content-form-limit-medium,
  .page-route-onetimelink-protect-protect .card-group > .webform-confirmation-card + .content-form-limit-medium,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium + .content-form-limit-medium,
  .page-route-onetimelink-protect-protect .card-group > .user-login-form + .content-form-limit-medium, .page-route-onetimelink-protect-protect .card-group > .card + .user-login-form, .page-route-onetimelink-protect-protect .card-group > .webform-confirmation-card + .user-login-form, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium + .user-login-form, .page-route-onetimelink-protect-protect .card-group > .user-login-form + .user-login-form,
  .path-onetimelink-protect .card-group > .card + .content-form-limit-medium,
  .path-onetimelink-protect .card-group > .webform-confirmation-card + .content-form-limit-medium,
  .path-onetimelink-protect .card-group > .content-form-limit-medium + .content-form-limit-medium,
  .path-onetimelink-protect .card-group > .user-login-form + .content-form-limit-medium, .path-onetimelink-protect .card-group > .card + .user-login-form, .path-onetimelink-protect .card-group > .webform-confirmation-card + .user-login-form, .path-onetimelink-protect .card-group > .content-form-limit-medium + .user-login-form, .path-onetimelink-protect .card-group > .user-login-form + .user-login-form,
  .page-route-entity-user-edit-form .card-group > .card + .content-form-limit-medium,
  .page-route-entity-user-edit-form .card-group > .webform-confirmation-card + .content-form-limit-medium,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium + .content-form-limit-medium,
  .page-route-entity-user-edit-form .card-group > .user-login-form + .content-form-limit-medium, .page-route-entity-user-edit-form .card-group > .card + .user-login-form, .page-route-entity-user-edit-form .card-group > .webform-confirmation-card + .user-login-form, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium + .user-login-form, .page-route-entity-user-edit-form .card-group > .user-login-form + .user-login-form {
    margin-left: 0;
    border-left: 0;
  }
  /* line 206, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child), .card-group > .webform-confirmation-card:not(:last-child), .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:last-child), .page-route-user-reset-form .card-group > .user-login-form:not(:last-child),
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:last-child), .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:last-child),
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:last-child), .path-onetimelink-protect .card-group > .user-login-form:not(:last-child),
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:last-child), .page-route-entity-user-edit-form .card-group > .user-login-form:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 209, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-top, .card-group > .webform-confirmation-card:not(:last-child) > .card-img-top, .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:last-child) > .card-img-top, .page-route-user-reset-form .card-group > .user-login-form:not(:last-child) > .card-img-top, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-img-top, .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:last-child) > .card-img-top, .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-img-top, .path-onetimelink-protect .card-group > .user-login-form:not(:last-child) > .card-img-top, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:last-child) > .card-img-top, .page-route-entity-user-edit-form .card-group > .user-login-form:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header,
  .card-group > .webform-confirmation-card:not(:last-child) > .card-header,
  .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:last-child) > .card-header,
  .page-route-user-reset-form .card-group > .user-login-form:not(:last-child) > .card-header,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-header,
  .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:last-child) > .card-header,
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-header,
  .path-onetimelink-protect .card-group > .user-login-form:not(:last-child) > .card-header,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:last-child) > .card-header,
  .page-route-entity-user-edit-form .card-group > .user-login-form:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  /* line 214, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .webform-confirmation-card:not(:last-child) > .card-img-bottom, .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:last-child) > .card-img-bottom, .page-route-user-reset-form .card-group > .user-login-form:not(:last-child) > .card-img-bottom, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-img-bottom, .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:last-child) > .card-img-bottom, .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-img-bottom, .path-onetimelink-protect .card-group > .user-login-form:not(:last-child) > .card-img-bottom, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:last-child) > .card-img-bottom, .page-route-entity-user-edit-form .card-group > .user-login-form:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .webform-confirmation-card:not(:last-child) > .card-footer,
  .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:last-child) > .card-footer,
  .page-route-user-reset-form .card-group > .user-login-form:not(:last-child) > .card-footer,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-footer,
  .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:last-child) > .card-footer,
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:last-child) > .card-footer,
  .path-onetimelink-protect .card-group > .user-login-form:not(:last-child) > .card-footer,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:last-child) > .card-footer,
  .page-route-entity-user-edit-form .card-group > .user-login-form:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 221, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child), .card-group > .webform-confirmation-card:not(:first-child), .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:first-child), .page-route-user-reset-form .card-group > .user-login-form:not(:first-child),
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:first-child), .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:first-child),
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:first-child), .path-onetimelink-protect .card-group > .user-login-form:not(:first-child),
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:first-child), .page-route-entity-user-edit-form .card-group > .user-login-form:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 224, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-top, .card-group > .webform-confirmation-card:not(:first-child) > .card-img-top, .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:first-child) > .card-img-top, .page-route-user-reset-form .card-group > .user-login-form:not(:first-child) > .card-img-top, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-img-top, .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:first-child) > .card-img-top, .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-img-top, .path-onetimelink-protect .card-group > .user-login-form:not(:first-child) > .card-img-top, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:first-child) > .card-img-top, .page-route-entity-user-edit-form .card-group > .user-login-form:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header,
  .card-group > .webform-confirmation-card:not(:first-child) > .card-header,
  .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:first-child) > .card-header,
  .page-route-user-reset-form .card-group > .user-login-form:not(:first-child) > .card-header,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-header,
  .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:first-child) > .card-header,
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-header,
  .path-onetimelink-protect .card-group > .user-login-form:not(:first-child) > .card-header,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:first-child) > .card-header,
  .page-route-entity-user-edit-form .card-group > .user-login-form:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .webform-confirmation-card:not(:first-child) > .card-img-bottom, .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:first-child) > .card-img-bottom, .page-route-user-reset-form .card-group > .user-login-form:not(:first-child) > .card-img-bottom, .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-img-bottom, .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:first-child) > .card-img-bottom, .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-img-bottom, .path-onetimelink-protect .card-group > .user-login-form:not(:first-child) > .card-img-bottom, .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:first-child) > .card-img-bottom, .page-route-entity-user-edit-form .card-group > .user-login-form:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .webform-confirmation-card:not(:first-child) > .card-footer,
  .page-route-user-reset-form .card-group > .content-form-limit-medium:not(:first-child) > .card-footer,
  .page-route-user-reset-form .card-group > .user-login-form:not(:first-child) > .card-footer,
  .page-route-onetimelink-protect-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-footer,
  .page-route-onetimelink-protect-protect .card-group > .user-login-form:not(:first-child) > .card-footer,
  .path-onetimelink-protect .card-group > .content-form-limit-medium:not(:first-child) > .card-footer,
  .path-onetimelink-protect .card-group > .user-login-form:not(:first-child) > .card-footer,
  .page-route-entity-user-edit-form .card-group > .content-form-limit-medium:not(:first-child) > .card-footer,
  .page-route-entity-user-edit-form .card-group > .user-login-form:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, node_modules/bootstrap/scss/_accordion.scss */
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.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='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --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);
}

/* line 31, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, node_modules/bootstrap/scss/_accordion.scss */
.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);
}

/* line 51, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 58, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  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);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, node_modules/bootstrap/scss/_accordion.scss */
.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);
}

/* line 90, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 93, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 98, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 107, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 112, node_modules/bootstrap/scss/_accordion.scss */
.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);
}

/* line 118, node_modules/bootstrap/scss/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 137, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 148, node_modules/bootstrap/scss/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.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 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: white;
  --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);
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, node_modules/bootstrap/scss/_pagination.scss */
.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);
}

/* line 48, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, node_modules/bootstrap/scss/_pagination.scss */
.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);
}

/* line 64, node_modules/bootstrap/scss/_pagination.scss */
.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);
}

/* line 74, node_modules/bootstrap/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

/* line 80, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, node_modules/bootstrap/scss/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 107, node_modules/bootstrap/scss/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: white;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, node_modules/bootstrap/scss/_badge.scss */
.btn .badge, .custom-table .custom-form-group--upload a .badge, .default-table .custom-form-group--upload a .badge, .table .custom-form-group--upload a .badge, .two-columns-layout.enter form .form-actions .button .badge, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next .badge, .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next .badge, .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next .badge, .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next .badge, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next .badge, .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next .badge, .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next .badge, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next .badge {
  position: relative;
  top: -1px;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

/* line 11, node_modules/bootstrap/scss/_progress.scss */
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.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: white;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: -ms-flexbox;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 33, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  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);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.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: 0.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: white;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 50, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 59, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 63, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 67, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 75, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 83, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 86, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 98, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 113, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 128, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 132, node_modules/bootstrap/scss/_list-group.scss */
.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;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */
.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;
}

/* line 142, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 150, node_modules/bootstrap/scss/_list-group.scss */
.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 (min-width: 576px) {
  /* line 128, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 132, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 137, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 142, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap/scss/_list-group.scss */
  .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 (min-width: 768px) {
  /* line 128, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 132, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 137, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 142, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap/scss/_list-group.scss */
  .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 (min-width: 992px) {
  /* line 128, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 132, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 137, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 142, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap/scss/_list-group.scss */
  .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 (min-width: 1200px) {
  /* line 128, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 132, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 137, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 142, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap/scss/_list-group.scss */
  .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 (min-width: 1400px) {
  /* line 128, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 132, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 137, node_modules/bootstrap/scss/_list-group.scss */
  .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;
  }
  /* line 142, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 146, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 150, node_modules/bootstrap/scss/_list-group.scss */
  .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);
  }
}

/* line 166, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 169, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 172, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 186, node_modules/bootstrap/scss/_list-group.scss */
.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);
}

/* line 6, node_modules/bootstrap/scss/_close.scss */
.btn-close {
  --bs-btn-close-color: black;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%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.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, node_modules/bootstrap/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, node_modules/bootstrap/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, node_modules/bootstrap/scss/_close.scss */
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 57, node_modules/bootstrap/scss/_close.scss */
:root,
[data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}

/* line 16, node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, node_modules/bootstrap/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, node_modules/bootstrap/scss/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, node_modules/bootstrap/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, node_modules/bootstrap/scss/_toasts.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, node_modules/bootstrap/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, node_modules/bootstrap/scss/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: black;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, node_modules/bootstrap/scss/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

/* line 144, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 151, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 160, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 174, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 181, node_modules/bootstrap/scss/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 187, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 193, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 199, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 206, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 217, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 223, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 229, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 234, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 217, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 217, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 217, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 217, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 217, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 223, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 229, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 234, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.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: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, node_modules/bootstrap/scss/_tooltip.scss */
.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);
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  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);
}

/* rtl:end:ignore */
/* line 71, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, node_modules/bootstrap/scss/_tooltip.scss */
.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);
}

/* line 87, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  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);
}

/* rtl:end:ignore */
/* line 112, node_modules/bootstrap/scss/_tooltip.scss */
.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);
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 108, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 116, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 126, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 136, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

/* line 139, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

/* line 148, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 162, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 182, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 192, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

/* line 211, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark {
  --bs-carousel-indicator-active-bg: black;
  --bs-carousel-caption-color: black;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 215, node_modules/bootstrap/scss/_carousel.scss */
:root,
[data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: white;
  --bs-carousel-caption-color: white;
  --bs-carousel-control-icon-filter: ;
}

/* line 16, node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: black;
  --bs-carousel-caption-color: black;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

/* line 5, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 23, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 37, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 61, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 74, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 81, node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

/* line 138, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 143, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder.btn::before, .custom-table .custom-form-group--upload a.placeholder::before, .default-table .custom-form-group--upload a.placeholder::before, .table .custom-form-group--upload a.placeholder::before, .two-columns-layout.enter form .form-actions .placeholder.button::before, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b #edit-step-coupon ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b #edit-step-products ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b #edit-step-upload ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .placeholder.webform-button--next::before,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .placeholder.webform-button--next::before {
  display: inline-block;
  content: "";
}

/* line 16, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-wave {
  mask-image: linear-gradient(130deg, black 55%, rgba(0, 0, 0, 0.8) 75%, black 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: white !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: white !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: black !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: black !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: black !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: white !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: black !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: white !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(104, 208, 54, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(104, 208, 54, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(104, 208, 54, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 139, 51, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 139, 51, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(255, 139, 51, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 19, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 24, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 1, node_modules/bootstrap/scss/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 1, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -ms-flex-align: center;
      align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, node_modules/bootstrap/scss/helpers/_stacks.scss */
.hstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/* line 9, node_modules/bootstrap/scss/helpers/_stacks.scss */
.vstack {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/* line 5, node_modules/bootstrap/scss/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 24, node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, node_modules/bootstrap/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/bootstrap/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-contain {
  object-fit: contain !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-fill {
  object-fit: fill !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-scale {
  object-fit: scale-down !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-none {
  object-fit: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-first {
  -ms-flex-order: -1 !important;
      order: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-0 {
  -ms-flex-order: 0 !important;
      order: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-1 {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-2 {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-3 {
  -ms-flex-order: 3 !important;
      order: 3 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-4 {
  -ms-flex-order: 4 !important;
      order: 4 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-5 {
  -ms-flex-order: 5 !important;
      order: 5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-last {
  -ms-flex-order: 6 !important;
      order: 6 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-0 {
  column-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-1 {
  column-gap: 0.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-2 {
  column-gap: 0.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-3 {
  column-gap: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-4 {
  column-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-5 {
  column-gap: 3rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* Slider */
/* line 45, _src/scss/vendors/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("../img/generic-icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 63, _src/scss/vendors/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, _src/scss/vendors/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, _src/scss/vendors/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, _src/scss/vendors/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 92, _src/scss/vendors/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, _src/scss/vendors/_slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 105, _src/scss/vendors/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, _src/scss/vendors/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}

/* line 111, _src/scss/vendors/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, _src/scss/vendors/_slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 119, _src/scss/vendors/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, _src/scss/vendors/_slick-theme.scss */
.slick-next:before {
  content: "→";
}

/* line 125, _src/scss/vendors/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, _src/scss/vendors/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, _src/scss/vendors/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, _src/scss/vendors/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, _src/scss/vendors/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, _src/scss/vendors/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 168, _src/scss/vendors/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, _src/scss/vendors/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, _src/scss/vendors/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, _src/scss/vendors/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, _src/scss/vendors/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, _src/scss/vendors/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, _src/scss/vendors/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, _src/scss/vendors/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 42, _src/scss/vendors/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, _src/scss/vendors/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, _src/scss/vendors/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, _src/scss/vendors/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, _src/scss/vendors/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, _src/scss/vendors/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, _src/scss/vendors/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, _src/scss/vendors/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, _src/scss/vendors/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, _src/scss/vendors/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, _src/scss/vendors/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, _src/scss/vendors/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, _src/scss/vendors/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 26, _src/scss/vendors/plyr/_plyr.scss */
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-align: center;
      align-items: center;
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

/* line 47, _src/scss/vendors/plyr/_plyr.scss */
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 54, _src/scss/vendors/plyr/_plyr.scss */
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 59, _src/scss/vendors/plyr/_plyr.scss */
.plyr:focus {
  outline: 0;
}

/* line 62, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui {
  box-sizing: border-box;
}

/* line 65, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

/* line 70, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 76, _src/scss/vendors/plyr/_plyr.scss */
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

/* line 88, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 91, _src/scss/vendors/plyr/_plyr.scss */
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

/* line 105, _src/scss/vendors/plyr/_plyr.scss */
.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 109, _src/scss/vendors/plyr/_plyr.scss */
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}

@media (min-width: 768px) {
  /* line 117, _src/scss/vendors/plyr/_plyr.scss */
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

/* line 122, _src/scss/vendors/plyr/_plyr.scss */
.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 125, _src/scss/vendors/plyr/_plyr.scss */
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

/* line 129, _src/scss/vendors/plyr/_plyr.scss */
.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

/* line 141, _src/scss/vendors/plyr/_plyr.scss */
.plyr__caption div {
  display: inline;
}

/* line 144, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

/* line 158, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

/* line 167, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control:focus {
  outline: 0;
}

/* line 170, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 179, _src/scss/vendors/plyr/_plyr.scss */
a.plyr__control {
  text-decoration: none;
}

/* line 182, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

/* line 190, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 193, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
}

/* line 199, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__progress__container {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}

/* line 203, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

/* line 207, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

/* line 211, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

/* line 215, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

/* line 219, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

/* line 224, _src/scss/vendors/plyr/_plyr.scss */
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
  display: none;
}

/* line 231, _src/scss/vendors/plyr/_plyr.scss */
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

/* line 237, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 241, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

/* line 244, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

/* line 247, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

/* line 250, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 270, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 275, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc( var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

/* line 291, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container [role="menu"] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

/* line 295, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

/* line 299, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

/* line 303, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control {
  -ms-flex-align: center;
      align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100%;
}

/* line 317, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control > span {
  -ms-flex-align: inherit;
      align-items: inherit;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 322, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 330, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

/* line 334, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc( var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 343, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

/* line 347, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

/* line 360, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc( var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 369, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 384, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

/* line 388, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

/* line 392, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}

/* line 396, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  background: #0000001a;
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

/* line 407, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

/* line 418, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

/* line 426, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/* line 431, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__control[role="menuitemradio"]:focus-visible:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: #23282f1a;
}

/* line 436, _src/scss/vendors/plyr/_plyr.scss */
.plyr__menu__container .plyr__menu__value {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

/* line 447, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"] {
  appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc( var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

/* line 471, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

/* line 489, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc( (var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 515, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  user-select: none;
}

/* line 526, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 545, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

/* line 552, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-ms-track {
  color: #0000;
}

/* line 555, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

/* line 567, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: #0000;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

/* line 579, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 599, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

/* line 602, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

/* line 605, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

/* line 608, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 618, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 627, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui input[type="range"]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

/* line 636, _src/scss/vendors/plyr/_plyr.scss */
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

/* line 654, _src/scss/vendors/plyr/_plyr.scss */
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 657, _src/scss/vendors/plyr/_plyr.scss */
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

/* line 661, _src/scss/vendors/plyr/_plyr.scss */
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

/* line 665, _src/scss/vendors/plyr/_plyr.scss */
.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  /* line 671, _src/scss/vendors/plyr/_plyr.scss */
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* line 675, _src/scss/vendors/plyr/_plyr.scss */
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

/* line 705, _src/scss/vendors/plyr/_plyr.scss */
.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 723, _src/scss/vendors/plyr/_plyr.scss */
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

/* line 729, _src/scss/vendors/plyr/_plyr.scss */
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 732, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

/* line 738, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc( var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

/* line 749, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

/* line 755, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc( var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

/* line 764, _src/scss/vendors/plyr/_plyr.scss */
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

/* line 784, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

/* line 791, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

/* line 800, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

/* line 804, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

/* line 809, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 823, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000;
}

/* line 826, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}

/* line 834, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  transition: width 0.2s ease;
}

/* line 842, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}

/* line 847, _src/scss/vendors/plyr/_plyr.scss */
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000;
}

/* line 875, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

/* line 879, _src/scss/vendors/plyr/_plyr.scss */
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

/* line 883, _src/scss/vendors/plyr/_plyr.scss */
.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

/* line 896, _src/scss/vendors/plyr/_plyr.scss */
.plyr__volume {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 901, _src/scss/vendors/plyr/_plyr.scss */
.plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

/* line 911, _src/scss/vendors/plyr/_plyr.scss */
.plyr--audio {
  display: block;
}

/* line 914, _src/scss/vendors/plyr/_plyr.scss */
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

/* line 923, _src/scss/vendors/plyr/_plyr.scss */
.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

/* line 934, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 941, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 948, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

/* line 955, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 965, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 975, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

/* line 985, _src/scss/vendors/plyr/_plyr.scss */
.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

/* line 989, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video {
  overflow: hidden;
}

/* line 992, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 995, _src/scss/vendors/plyr/_plyr.scss */
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1005, _src/scss/vendors/plyr/_plyr.scss */
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  /* line 1010, _src/scss/vendors/plyr/_plyr.scss */
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

/* line 1017, _src/scss/vendors/plyr/_plyr.scss */
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1026, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

/* line 1031, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 1053, _src/scss/vendors/plyr/_plyr.scss */
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

/* line 1060, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* line 1065, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

/* line 1076, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

/* line 1097, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 1101, _src/scss/vendors/plyr/_plyr.scss */
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

/* line 1105, _src/scss/vendors/plyr/_plyr.scss */
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 1109, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 1112, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1119, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1126, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

/* line 1133, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1143, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1153, _src/scss/vendors/plyr/_plyr.scss */
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

/* line 1163, _src/scss/vendors/plyr/_plyr.scss */
.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

/* line 1167, _src/scss/vendors/plyr/_plyr.scss */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1174, _src/scss/vendors/plyr/_plyr.scss */
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}

/* line 1177, _src/scss/vendors/plyr/_plyr.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1180, _src/scss/vendors/plyr/_plyr.scss */
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1183, _src/scss/vendors/plyr/_plyr.scss */
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1187, _src/scss/vendors/plyr/_plyr.scss */
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1192, _src/scss/vendors/plyr/_plyr.scss */
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

/* line 1205, _src/scss/vendors/plyr/_plyr.scss */
.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 1208, _src/scss/vendors/plyr/_plyr.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1211, _src/scss/vendors/plyr/_plyr.scss */
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1214, _src/scss/vendors/plyr/_plyr.scss */
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1218, _src/scss/vendors/plyr/_plyr.scss */
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1223, _src/scss/vendors/plyr/_plyr.scss */
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 1234, _src/scss/vendors/plyr/_plyr.scss */
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 1240, _src/scss/vendors/plyr/_plyr.scss */
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

/* line 1255, _src/scss/vendors/plyr/_plyr.scss */
.plyr__ads:empty:after {
  display: none;
}

/* line 1258, _src/scss/vendors/plyr/_plyr.scss */
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

/* line 1271, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

/* line 1290, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* line 1294, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1312, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 1320, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1328, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: "";
  pointer-events: none;
}

/* line 1334, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

/* line 1338, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

/* line 1356, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

/* line 1361, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

/* line 1377, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

/* line 1380, _src/scss/vendors/plyr/_plyr.scss */
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1390, _src/scss/vendors/plyr/_plyr.scss */
.plyr--no-transition {
  transition: none !important;
}

/* line 1393, _src/scss/vendors/plyr/_plyr.scss */
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1402, _src/scss/vendors/plyr/_plyr.scss */
.plyr [hidden] {
  display: none !important;
}

/*!
 * MIT Licence
 * ShahinSorkh <sorkh.shahin@hotmail.com>  2017
 */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* line 19, node_modules/animate.sass/scss/_core.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 25, node_modules/animate.sass/scss/_core.scss */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 30, node_modules/animate.sass/scss/_core.scss */
.animated.hinge {
  animation-duration: 2s;
}

/* line 35, node_modules/animate.sass/scss/_core.scss */
.animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s;
}

/* line 41, node_modules/animate.sass/scss/_core.scss */
.animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s;
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounce.scss */
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounceIn.scss */
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounceInDown.scss */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounceInLeft.scss */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounceInRight.scss */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/bounce/_bounceInUp.scss */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* @import "bounce/bounceOut";
@import "bounce/bounceOutDown";
@import "bounce/bounceOutLeft";
@import "bounce/bounceOutRight";
@import "bounce/bounceOutUp"; */
/* line 1, node_modules/animate.sass/scss/fade/_fadeIn.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInDown.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInDownBig.scss */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInLeft.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInLeftBig.scss */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInRight.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInRightBig.scss */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInUp.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeInUpBig.scss */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOut.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutDown.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutDownBig.scss */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutLeft.scss */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutLeftBig.scss */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutRight.scss */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutRightBig.scss */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutUp.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/fade/_fadeOutUpBig.scss */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/lightSpeed/_lightSpeedIn.scss */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

/* line 1, node_modules/animate.sass/scss/lightSpeed/_lightSpeedOut.scss */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 1, node_modules/animate.sass/scss/roll/_rollIn.scss */
.rollIn {
  animation-name: rollIn;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/roll/_rollOut.scss */
.rollOut {
  animation-name: rollOut;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideInDown.scss */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideInLeft.scss */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideInUp.scss */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideOutDown.scss */
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideOutLeft.scss */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideOutRight.scss */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/slide/_slideOutUp.scss */
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomIn.scss */
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomInDown.scss */
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomInLeft.scss */
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomInRIght.scss */
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomInUp.scss */
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomOut.scss */
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomOutDown.scss */
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomOutLeft.scss */
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomOutRight.scss */
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

/* line 1, node_modules/animate.sass/scss/zoom/_zoomOutUp.scss */
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/_flash.scss */
.flash {
  animation-name: flash;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 1, node_modules/animate.sass/scss/_hinge.scss */
.hinge {
  animation-name: hinge;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 1, node_modules/animate.sass/scss/_jello.scss */
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}

/* line 1, node_modules/animate.sass/scss/_pulse.scss */
.pulse {
  animation-name: pulse;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

/*!
 * Copyright (c) 2017. All rights reserved
 */
/* line 5, node_modules/animate.sass/scss/_rubberBand.scss */
.rubberBand {
  animation-name: rubberBand;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/_shake.scss */
.shake {
  animation-name: shake;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 1, node_modules/animate.sass/scss/_swing.scss */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 1, node_modules/animate.sass/scss/_tada.scss */
.tada {
  animation-name: tada;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* line 1, node_modules/animate.sass/scss/_wobble.scss */
.wobble {
  animation-name: wobble;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

/* IMPORT BASE */
@font-face {
  font-family: "Recoleta-Regular";
  src: local("Recoleta-Regular");
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/recoleta/Recoleta-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "ProximaSoft-Regular";
  src: local("ProximaSoft-Regular");
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/proximaSoft/ProximaSoft-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "ProximaSoft-Bold";
  src: local("ProximaSoft-Bold");
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/proximaSoft/ProximaSoft-Bold.otf") format("opentype");
  font-display: swap;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, _src/scss/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, .small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, .mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, _src/scss/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, _src/scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 34, _src/scss/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 37, _src/scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, _src/scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, _src/scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, _src/scss/base/_a11y.scss */
:root {
  --outline-size: max(2px, 0.08em);
  --outline-style: solid;
  --outline-color: var(--color-secondary);
  accent-color: var(--color-secondary);
}

/* line 11, _src/scss/base/_a11y.scss */
:focus {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}

/* line 16, _src/scss/base/_a11y.scss */
:focus-visible {
  outline: var(--outline-size) var(--outline-style) var(--outline-color);
  outline-offset: var(--outline-offset, var(--outline-size));
}

/* line 22, _src/scss/base/_a11y.scss */
:focus:not(:focus-visible) {
  box-shadow: none;
  outline: 0;
}

/* line 29, _src/scss/base/_a11y.scss */
mark::before, .mark::before, mark::after, .mark::after {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  content: ' [início de texto destacado] ';
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 41, _src/scss/base/_a11y.scss */
mark::after, .mark::after {
  content: ' [fim de texto destacado] ';
}

/* line 48, _src/scss/base/_a11y.scss */
s::before, s::after {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 59, _src/scss/base/_a11y.scss */
s::before {
  content: ' [início de texto rasurado] ';
}

/* line 63, _src/scss/base/_a11y.scss */
s::after {
  content: ' [fim de texto rasurado] ';
}

/* line 2, _src/scss/base/_asset.scss */
img,
iframe,
object,
embed,
video {
  max-width: 100%;
}

/* line 10, _src/scss/base/_asset.scss */
img[width][height],
iframe[width][height],
object[width][height],
embed[width][height],
video[width][height] {
  height: auto;
}

/* line 18, _src/scss/base/_asset.scss */
img[src$='.svg'] {
  height: auto;
  max-width: none;
  width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, _src/scss/base/_normalize.vendor.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, _src/scss/base/_normalize.vendor.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, _src/scss/base/_normalize.vendor.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, _src/scss/base/_normalize.vendor.scss */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, _src/scss/base/_normalize.vendor.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, _src/scss/base/_normalize.vendor.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, _src/scss/base/_normalize.vendor.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, _src/scss/base/_normalize.vendor.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, _src/scss/base/_normalize.vendor.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, _src/scss/base/_normalize.vendor.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, _src/scss/base/_normalize.vendor.scss */
small, .small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, _src/scss/base/_normalize.vendor.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, _src/scss/base/_normalize.vendor.scss */
sub {
  bottom: -0.25em;
}

/* line 137, _src/scss/base/_normalize.vendor.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, _src/scss/base/_normalize.vendor.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, _src/scss/base/_normalize.vendor.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, _src/scss/base/_normalize.vendor.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, _src/scss/base/_normalize.vendor.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, _src/scss/base/_normalize.vendor.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, _src/scss/base/_normalize.vendor.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, _src/scss/base/_normalize.vendor.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, _src/scss/base/_normalize.vendor.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, _src/scss/base/_normalize.vendor.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, _src/scss/base/_normalize.vendor.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, _src/scss/base/_normalize.vendor.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, _src/scss/base/_normalize.vendor.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, _src/scss/base/_normalize.vendor.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, _src/scss/base/_normalize.vendor.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, _src/scss/base/_normalize.vendor.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, _src/scss/base/_normalize.vendor.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, _src/scss/base/_normalize.vendor.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, _src/scss/base/_normalize.vendor.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, _src/scss/base/_normalize.vendor.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, _src/scss/base/_normalize.vendor.scss */
[hidden] {
  display: none;
}

/* .test-icon {
	background-image: svg-url-fillcolor($svg-icon-test, '#000000', var(--white));
}*/
/* line 5, _src/scss/base/_utilities.scss */
html,
body {
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
  /* line 5, _src/scss/base/_utilities.scss */
  html,
  body {
    scroll-padding-top: 90px;
  }
}

/* line 14, _src/scss/base/_utilities.scss */
html {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  /* line 14, _src/scss/base/_utilities.scss */
  html {
    font-size: 1.2307692308vw;
  }
}

@media (max-width: 575.98px) {
  /* line 14, _src/scss/base/_utilities.scss */
  html {
    font-size: 16px;
  }
}

@media print {
  /* line 14, _src/scss/base/_utilities.scss */
  html {
    font-size: 3.3684210526vw;
  }
}

@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 14, _src/scss/base/_utilities.scss */
  html {
    font-size: 14px;
  }
}

/* line 35, _src/scss/base/_utilities.scss */
html.lock-scroll {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_utilities.scss */
  html.lock-scroll {
    position: fixed;
    height: 100%;
    width: 100%;
  }
}

/* line 44, _src/scss/base/_utilities.scss */
html.lock-scroll body {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 44, _src/scss/base/_utilities.scss */
  html.lock-scroll body {
    position: fixed;
    height: 100%;
    width: 100%;
  }
}

/* line 56, _src/scss/base/_utilities.scss */
body {
  font-family: var(--font-family-1);
  color: var(--black);
  position: relative;
  font-size: 1em;
  line-height: 1.4;
}

/* line 63, _src/scss/base/_utilities.scss */
body .main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* line 72, _src/scss/base/_utilities.scss */
* {
  text-decoration: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  box-sizing: border-box;
}

/* line 80, _src/scss/base/_utilities.scss */
*:after, *:before {
  box-sizing: border-box;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

/* line 88, _src/scss/base/_utilities.scss */
img {
  display: block;
  max-width: 100%;
}

/* line 93, _src/scss/base/_utilities.scss */
b,
strong {
  font-weight: 700;
}

/* line 98, _src/scss/base/_utilities.scss */
u {
  text-decoration: underline;
}

/* line 102, _src/scss/base/_utilities.scss */
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.4rem;
}

/* line 110, _src/scss/base/_utilities.scss */
a {
  color: var(--black);
  transition: all 0.3s ease-in-out;
}

/* line 114, _src/scss/base/_utilities.scss */
a:hover {
  color: var(--black);
}

/* line 119, _src/scss/base/_utilities.scss */
[onclick],
[href],
[for],
[data-tooltip],
.accordion-header {
  cursor: pointer;
}

/* line 127, _src/scss/base/_utilities.scss */
.paragraph, p {
  font-family: var(--font-family-1);
  line-height: normal;
  font-size: 16px;
  line-height: 1.4;
}

/* line 133, _src/scss/base/_utilities.scss */
.paragraph ~ p, p ~ p {
  margin-top: rem(20px);
}

/* line 137, _src/scss/base/_utilities.scss */
.paragraph a, p a {
  text-decoration: underline;
}

/* line 152, _src/scss/base/_utilities.scss */
.text-center {
  text-align: center;
}

/* line 156, _src/scss/base/_utilities.scss */
.text-left {
  text-align: left;
}

/* line 160, _src/scss/base/_utilities.scss */
.text-right {
  text-align: right;
}

/* line 164, _src/scss/base/_utilities.scss */
.text-justify {
  text-align: justify;
}

/* line 168, _src/scss/base/_utilities.scss */
.primary-1 {
  color: var(--primary-1);
}

/* line 172, _src/scss/base/_utilities.scss */
.secondary-1 {
  color: var(--secondary-1);
}

/* line 176, _src/scss/base/_utilities.scss */
.neutrals-1 {
  color: var(--neutrals-1);
}

/* line 180, _src/scss/base/_utilities.scss */
input[placeholder] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: -o-ellipsis-lastline;
}

/* line 188, _src/scss/base/_utilities.scss */
.object-cover, .full-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  object-fit: cover;
}

/* line 199, _src/scss/base/_utilities.scss */
.object-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  object-fit: contain;
}

/* line 210, _src/scss/base/_utilities.scss */
.full-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 222, _src/scss/base/_utilities.scss */
.container, .my-profile, .meus-cupons #block-promosorteiomycouponslist nav, .region-header, .store-finder {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 230, _src/scss/base/_utilities.scss */
.content-form-limit-medium, .user-login-form {
  display: block;
  width: 100%;
  max-width: 635px;
  margin: 20px auto 0;
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 230, _src/scss/base/_utilities.scss */
  .content-form-limit-medium, .user-login-form {
    padding: 0;
  }
}

/* line 242, _src/scss/base/_utilities.scss */
.full-float {
  float: left;
  width: 100%;
  clear: both;
}

@media print {
  /* line 242, _src/scss/base/_utilities.scss */
  .full-float {
    float: none;
  }
}

/* line 252, _src/scss/base/_utilities.scss */
.hidden {
  display: none !important;
}

@media (max-width: 575.98px) {
  /* line 255, _src/scss/base/_utilities.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  /* line 261, _src/scss/base/_utilities.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 267, _src/scss/base/_utilities.scss */
  .hidden-md {
    display: none !important;
  }
}

/* line 274, _src/scss/base/_utilities.scss */
.sr-only {
  position: relative !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none;
}

/* line 290, _src/scss/base/_utilities.scss */
.nav-link {
  color: var(--black);
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-0 {
  margin-right: 0px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-0 {
  padding-right: 0px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-0 {
    margin-top: 0px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-0 {
    margin-left: 0px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-0 {
    margin-right: 0px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-0 {
    padding-top: 0px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-0 {
    padding-left: 0px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-0 {
    padding-right: 0px !important;
  }
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-1 {
  margin-top: 10px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-1 {
  margin-bottom: 10px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-1 {
  margin-left: 10px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-1 {
  margin-right: 10px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-1 {
  padding-top: 10px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-1 {
  padding-bottom: 10px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-1 {
  padding-left: 10px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-1 {
  padding-right: 10px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-1 {
    margin-left: 10px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-1 {
    margin-right: 10px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-1 {
    padding-left: 10px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-1 {
    padding-right: 10px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-1 {
    margin-top: 10px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-1 {
    margin-left: 10px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-1 {
    margin-right: 10px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-1 {
    padding-top: 10px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-1 {
    padding-left: 10px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-1 {
    padding-right: 10px !important;
  }
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-2 {
  margin-top: 20px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-2 {
  margin-bottom: 20px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-2 {
  margin-left: 20px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-2 {
  margin-right: 20px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-2 {
  padding-top: 20px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-2 {
  padding-bottom: 20px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-2 {
  padding-left: 20px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-2 {
  padding-right: 20px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-2 {
    margin-left: 20px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-2 {
    margin-right: 20px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-2 {
    padding-left: 20px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-2 {
    padding-right: 20px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-2 {
    margin-top: 20px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-2 {
    margin-left: 20px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-2 {
    margin-right: 20px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-2 {
    padding-top: 20px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-2 {
    padding-left: 20px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-2 {
    padding-right: 20px !important;
  }
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-3 {
  margin-top: 30px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-3 {
  margin-bottom: 30px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-3 {
  margin-left: 30px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-3 {
  margin-right: 30px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-3 {
  padding-top: 30px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-3 {
  padding-bottom: 30px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-3 {
  padding-left: 30px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-3 {
  padding-right: 30px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-3 {
    margin-left: 30px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-3 {
    margin-right: 30px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-3 {
    padding-left: 30px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-3 {
    padding-right: 30px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-3 {
    margin-top: 30px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-3 {
    margin-left: 30px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-3 {
    margin-right: 30px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-3 {
    padding-top: 30px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-3 {
    padding-left: 30px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-3 {
    padding-right: 30px !important;
  }
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-4 {
  margin-top: 40px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-4 {
  margin-bottom: 40px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-4 {
  margin-left: 40px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-4 {
  margin-right: 40px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-4 {
  padding-top: 40px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-4 {
  padding-bottom: 40px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-4 {
  padding-left: 40px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-4 {
  padding-right: 40px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-4 {
    margin-top: 40px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-4 {
    margin-left: 40px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-4 {
    margin-right: 40px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-4 {
    padding-top: 40px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-4 {
    padding-left: 40px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-4 {
    padding-right: 40px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-4 {
    margin-top: 40px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-4 {
    margin-left: 40px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-4 {
    margin-right: 40px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-4 {
    padding-top: 40px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-4 {
    padding-bottom: 40px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-4 {
    padding-left: 40px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-4 {
    padding-right: 40px !important;
  }
}

/* line 2, _src/scss/base/_spaces.scss */
.mt-5 {
  margin-top: 50px !important;
}

/* line 6, _src/scss/base/_spaces.scss */
.mb-5 {
  margin-bottom: 50px !important;
}

/* line 10, _src/scss/base/_spaces.scss */
.ml-5 {
  margin-left: 50px !important;
}

/* line 14, _src/scss/base/_spaces.scss */
.mr-5 {
  margin-right: 50px !important;
}

/* line 18, _src/scss/base/_spaces.scss */
.pt-5 {
  padding-top: 50px !important;
}

/* line 22, _src/scss/base/_spaces.scss */
.pb-5 {
  padding-bottom: 50px !important;
}

/* line 26, _src/scss/base/_spaces.scss */
.pl-5 {
  padding-left: 50px !important;
}

/* line 30, _src/scss/base/_spaces.scss */
.pr-5 {
  padding-right: 50px !important;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/base/_spaces.scss */
  .mt-sm-5 {
    margin-top: 50px !important;
  }
  /* line 39, _src/scss/base/_spaces.scss */
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  /* line 43, _src/scss/base/_spaces.scss */
  .ml-sm-5 {
    margin-left: 50px !important;
  }
  /* line 47, _src/scss/base/_spaces.scss */
  .mr-sm-5 {
    margin-right: 50px !important;
  }
  /* line 51, _src/scss/base/_spaces.scss */
  .pt-sm-5 {
    padding-top: 50px !important;
  }
  /* line 55, _src/scss/base/_spaces.scss */
  .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  /* line 59, _src/scss/base/_spaces.scss */
  .pl-sm-5 {
    padding-left: 50px !important;
  }
  /* line 63, _src/scss/base/_spaces.scss */
  .pr-sm-5 {
    padding-right: 50px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 69, _src/scss/base/_spaces.scss */
  .mt-md-5 {
    margin-top: 50px !important;
  }
  /* line 73, _src/scss/base/_spaces.scss */
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
  /* line 77, _src/scss/base/_spaces.scss */
  .ml-md-5 {
    margin-left: 50px !important;
  }
  /* line 81, _src/scss/base/_spaces.scss */
  .mr-md-5 {
    margin-right: 50px !important;
  }
  /* line 85, _src/scss/base/_spaces.scss */
  .pt-md-5 {
    padding-top: 50px !important;
  }
  /* line 89, _src/scss/base/_spaces.scss */
  .pb-md-5 {
    padding-bottom: 50px !important;
  }
  /* line 93, _src/scss/base/_spaces.scss */
  .pl-md-5 {
    padding-left: 50px !important;
  }
  /* line 97, _src/scss/base/_spaces.scss */
  .pr-md-5 {
    padding-right: 50px !important;
  }
}

/* line 103, _src/scss/base/_spaces.scss */
.no-margin {
  margin: 0 !important;
}

/* line 107, _src/scss/base/_spaces.scss */
.no-padding {
  padding: 0 !important;
}

/* line 111, _src/scss/base/_spaces.scss */
.space {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

/* IMPORT LAYOUT */
/* line 1, _src/scss/layout/_header.scss */
.region-header {
  /* MAIN NAVIGATION */
  position: fixed;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--primary-1);
  color: var(--white);
  z-index: 12;
  /* START LOGO MENU */
  /* END  LOGO MENU */
  /* START LOGIN STATUS */
  /* END LOGIN STATUS */
  /* START MENU FOOTER MOBILE */
  /* END MENU FOOTER MOBILE */
}

@media (min-width: 992px) {
  /* line 1, _src/scss/layout/_header.scss */
  .region-header {
    height: 60px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 69px;
  }
}

/* line 23, _src/scss/layout/_header.scss */
.region-header .navbar-brand {
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 23, _src/scss/layout/_header.scss */
  .region-header .navbar-brand {
    padding-left: 0;
  }
}

/* line 33, _src/scss/layout/_header.scss */
.region-header .navbar {
  padding: 8px 0;
}

@media (min-width: 992px) {
  /* line 33, _src/scss/layout/_header.scss */
  .region-header .navbar {
    box-shadow: none;
    height: 100%;
    padding: 0;
  }
}

@media (min-width: 992px) {
  /* line 42, _src/scss/layout/_header.scss */
  .region-header .navbar .container-fluid, .region-header .navbar .container-sm, .region-header .navbar .container-md, .region-header .navbar .container-lg, .region-header .navbar .container-xl, .region-header .navbar .container-xxl {
    height: 100%;
  }
}

/* line 48, _src/scss/layout/_header.scss */
.region-header .navbar .navbar-toggler {
  border: none;
}

/* line 51, _src/scss/layout/_header.scss */
.region-header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}

@media (min-width: 992px) {
  /* line 58, _src/scss/layout/_header.scss */
  .region-header .navbar .navbar-collapse {
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 63, _src/scss/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav {
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 992px) {
  /* line 69, _src/scss/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav .nav-item {
    height: 100%;
  }
}

/* line 74, _src/scss/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: var(--font-family-1);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding: 5px 12px;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  /* line 74, _src/scss/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 88, _src/scss/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 94, _src/scss/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.is-active {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 104, _src/scss/layout/_header.scss */
.region-header .offcanvas {
  background-color: var(--primary-1);
}

/* line 107, _src/scss/layout/_header.scss */
.region-header .offcanvas .navbar-brand {
  padding-left: 0;
}

/* line 114, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-header .btn-close {
  margin-right: 0;
}

/* line 120, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-body {
  padding: 0;
}

/* line 124, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item {
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

/* line 128, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
}

/* line 131, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover, .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:focus {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 138, _src/scss/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.is-active {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 172, _src/scss/layout/_header.scss */
.region-header .menu--login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  width: 100%;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--secondary-1);
}

@media (min-width: 992px) {
  /* line 172, _src/scss/layout/_header.scss */
  .region-header .menu--login {
    box-shadow: none;
    width: auto;
    background-color: transparent;
    height: 100%;
    padding: 10px;
  }
}

/* line 192, _src/scss/layout/_header.scss */
.region-header .menu--logged.dropdown .btn-dropdown-menu {
  height: calc(100% - 5px);
}

@media (max-width: 991.98px) {
  /* line 200, _src/scss/layout/_header.scss */
  .region-header .menu--account {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 207, _src/scss/layout/_header.scss */
  .region-header #block-promocao-loginstatusblock,
  .region-header #block-promocao-loginstatusblock-1,
  .region-header #block-promocao-loginstatusblock-2 {
    width: 100%;
  }
}

/* line 1, _src/scss/layout/_content.scss */
.main-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* line 1, _src/scss/layout/_footer.scss */
.region-footer {
  background-color: var(--primary-1);
  color: var(--white);
  /* Footer Navigation */
  /* Keep Cupons */
  /* Social Media */
  /* Message Warning */
  /* Legal Text */
  /* Copyright */
  /* COMMUNICATION CHANNELS */
}

/* line 6, _src/scss/layout/_footer.scss */
.region-footer__menu {
  background-color: var(--secondary-1);
  height: 70px;
}

/* line 10, _src/scss/layout/_footer.scss */
.region-footer__menu .container, .region-footer__menu .my-profile, .region-footer__menu .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .region-footer__menu nav, .region-footer__menu .region-header, .region-footer__menu .store-finder {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991.98px) {
  /* line 19, _src/scss/layout/_footer.scss */
  .region-footer__navigation {
    display: none;
  }
}

/* line 25, _src/scss/layout/_footer.scss */
.region-footer__navbar {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
      align-items: center;
}

/* line 31, _src/scss/layout/_footer.scss */
.region-footer__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}

/* line 36, _src/scss/layout/_footer.scss */
.region-footer__item::after {
  content: "";
  display: block;
  height: 15px;
  width: 2px;
  background-color: var(--black);
}

/* line 45, _src/scss/layout/_footer.scss */
.region-footer__item:last-of-type::after {
  display: none;
}

/* line 51, _src/scss/layout/_footer.scss */
.region-footer__link {
  font-family: var(--font-family-1);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

/* line 56, _src/scss/layout/_footer.scss */
.region-footer__link:hover, .region-footer__link:focus {
  opacity: 0.9;
  text-decoration: none;
}

/* line 64, _src/scss/layout/_footer.scss */
.region-footer__keep-coupons {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}

@media (max-width: 991.98px) {
  /* line 64, _src/scss/layout/_footer.scss */
  .region-footer__keep-coupons {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 76, _src/scss/layout/_footer.scss */
.region-footer__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  background-color: var(--black);
  padding: 5px 20px;
  font-family: var(--font-family-1);
  font-size: 16px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  /* line 76, _src/scss/layout/_footer.scss */
  .region-footer__text {
    text-align: center;
  }
}

/* line 92, _src/scss/layout/_footer.scss */
.region-footer__back-to-top {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px 20px;
  font-family: var(--font-family-1);
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

/* line 105, _src/scss/layout/_footer.scss */
.region-footer__back-to-top::before {
  content: "";
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/icon-arrow-thin-up.svg");
}

/* line 123, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* line 128, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  filter: var(--filter-white);
}

/* line 139, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon:hover {
  transform: scale(0.96);
}

/* line 143, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon--facebook {
  background-image: url("../img/svg/social-media/icone-facebook.svg");
}

/* line 147, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon--instagram {
  background-image: url("../img/svg/social-media/icone-instagram.svg");
}

/* line 151, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon--x {
  background-image: url("../img/svg/social-media/icone-x.svg");
}

/* line 155, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon--youtube {
  background-image: url("../img/svg/social-media/icone-youtube.svg");
}

/* line 158, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__icon--tiktok {
  background-image: url("../img/svg/social-media/icone-tiktok.svg");
}

/* line 163, _src/scss/layout/_footer.scss */
.region-footer__social-media .social-media__link {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 180, _src/scss/layout/_footer.scss */
.region-footer__warning .warning-wrapper {
  margin: 20px 0;
}

/* line 183, _src/scss/layout/_footer.scss */
.region-footer__warning .warning-wrapper__item {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid var(--black);
  border-radius: 5px;
  padding: 20px 15px;
}

/* line 191, _src/scss/layout/_footer.scss */
.region-footer__warning .warning-wrapper__info {
  width: 100%;
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 16px;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 204, _src/scss/layout/_footer.scss */
.region-footer__legal-text {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 209, _src/scss/layout/_footer.scss */
.region-footer__legal-text .legal-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

@media (max-width: 575.98px) {
  /* line 209, _src/scss/layout/_footer.scss */
  .region-footer__legal-text .legal-text {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 20px;
  }
}

/* line 219, _src/scss/layout/_footer.scss */
.region-footer__legal-text .legal-text__text {
  font-family: var(--font-family-1);
  font-size: 16px;
  color: var(--black);
  text-align: left;
}

/* line 225, _src/scss/layout/_footer.scss */
.region-footer__legal-text .legal-text__text a {
  transition: all 0.3s ease-in-out;
  color: inherit;
}

/* line 229, _src/scss/layout/_footer.scss */
.region-footer__legal-text .legal-text__text a:hover, .region-footer__legal-text .legal-text__text a:focus {
  opacity: 0.9;
  text-decoration: none;
}

/* line 240, _src/scss/layout/_footer.scss */
.region-footer__copyright {
  padding: 15px 0;
}

/* line 243, _src/scss/layout/_footer.scss */
.region-footer__copyright .copyright {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 5px auto;
}

@media (max-width: 575.98px) {
  /* line 243, _src/scss/layout/_footer.scss */
  .region-footer__copyright .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 252, _src/scss/layout/_footer.scss */
.region-footer__copyright .copyright__item {
  font-family: var(--font-family-1);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: var(--black);
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
      align-items: center;
}

/* line 263, _src/scss/layout/_footer.scss */
.region-footer__copyright .copyright__item--link:hover, .region-footer__copyright .copyright__item--link:focus {
  opacity: 0.9;
  text-decoration: none;
}

/* line 270, _src/scss/layout/_footer.scss */
.region-footer__copyright .copyright__item::after {
  content: "";
  display: block;
  height: 15px;
  width: 2px;
  background-color: var(--black);
}

/* line 279, _src/scss/layout/_footer.scss */
.region-footer__copyright .copyright__item:last-of-type::after {
  display: none;
}

/* line 288, _src/scss/layout/_footer.scss */
.region-footer__communication-channels {
  margin: 30px 0;
}

/* line 292, _src/scss/layout/_footer.scss */
.region-footer .footer-card-with-background {
  background-color: var(--black);
  padding: 25px 15px;
  background-color: var(--black);
  border-radius: 5px;
  border: none;
}

/* line 299, _src/scss/layout/_footer.scss */
.region-footer .footer-card-with-background * {
  color: var(--white);
}

/* IMPORT COMPONENTS */
/* line 1, _src/scss/components/_loading.scss */
.loading-circle, .loading, .ajax-progress-throbber {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  font-size: 0;
}

/* line 10, _src/scss/components/_loading.scss */
.loading-circle:before, .loading:before, .ajax-progress-throbber:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 7px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  animation: spinner 1s linear infinite;
}

@media (min-width: 768px) {
  /* line 10, _src/scss/components/_loading.scss */
  .loading-circle:before, .loading:before, .ajax-progress-throbber:before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* line 34, _src/scss/components/_loading.scss */
.loading {
  display: none;
}

/* line 196, _src/scss/components/_buttons.scss */
.btn, .custom-table .custom-form-group--upload a, .default-table .custom-form-group--upload a, .table .custom-form-group--upload a, .two-columns-layout.enter form .form-actions .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next {
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  width: max-content;
  line-height: normal;
  background-color: var(--primary-1);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: var(--font-family-1);
  color: var(--black);
  text-decoration: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  text-transform: uppercase;
}

/* line 19, _src/scss/components/_buttons.scss */
.btn:hover, .custom-table .custom-form-group--upload a:hover, .default-table .custom-form-group--upload a:hover, .table .custom-form-group--upload a:hover, .two-columns-layout.enter form .form-actions .button:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:hover, .btn:focus, .custom-table .custom-form-group--upload a:focus, .default-table .custom-form-group--upload a:focus, .table .custom-form-group--upload a:focus, .two-columns-layout.enter form .form-actions .button:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:focus {
  text-decoration: none;
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 26, _src/scss/components/_buttons.scss */
.btn[disabled], .custom-table .custom-form-group--upload a[disabled], .default-table .custom-form-group--upload a[disabled], .table .custom-form-group--upload a[disabled], .two-columns-layout.enter form .form-actions .button[disabled], .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next[disabled] {
  opacity: 0.5;
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--black);
  pointer-events: none;
  border: none !important;
}

/* line 35, _src/scss/components/_buttons.scss */
.btn--secondary, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account, .user-login-form .form-actions .button, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 39, _src/scss/components/_buttons.scss */
.btn--secondary:hover, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:hover, .user-login-form .form-actions .button:hover, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:hover, .btn--secondary:focus, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:focus, .user-login-form .form-actions .button:focus, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:focus {
  background-color: var(--secondary-1);
  color: var(--black);
}

/* line 46, _src/scss/components/_buttons.scss */
.btn--create-account {
  width: 100%;
}

/* line 200, _src/scss/components/_buttons.scss */
.btn-menu-login-area {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* line 90, _src/scss/components/_buttons.scss */
.btn-menu-login-area:hover, .btn-menu-login-area:focus {
  text-decoration: underline;
}

/* line 95, _src/scss/components/_buttons.scss */
.btn-menu-login-area--login {
  position: relative;
  padding-left: 50px;
}

@media (max-width: 991.98px) {
  /* line 95, _src/scss/components/_buttons.scss */
  .btn-menu-login-area--login {
    padding-left: 40px;
  }
}

/* line 103, _src/scss/components/_buttons.scss */
.btn-menu-login-area--login::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 40px;
  display: inline-block;
  left: 0;
  top: calc(50% - (40px / 2));
  transform: scale(0.9);
  background-image: url("../img/svg/user-avatar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  /* line 103, _src/scss/components/_buttons.scss */
  .btn-menu-login-area--login::before {
    width: 30px;
    height: 30px;
    top: calc(50% - (30px / 2));
  }
}

/* line 126, _src/scss/components/_buttons.scss */
.btn-menu-login-area--login:hover::before {
  transform: scale(1);
}

/* line 132, _src/scss/components/_buttons.scss */
.btn-menu-login-area--register {
  padding-left: 15px;
}

/* line 135, _src/scss/components/_buttons.scss */
.btn-menu-login-area--register::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: var(--black);
  left: 0;
  top: calc(50% - (15px / 2));
}

/* line 204, _src/scss/components/_buttons.scss */
.btn-dropdown-logged-area, .dropdown .btn-dropdown-menu, .dropdown .dropdown-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
  text-transform: initial;
}

/* line 163, _src/scss/components/_buttons.scss */
.btn-dropdown-logged-area::after, .dropdown .btn-dropdown-menu::after, .dropdown .dropdown-toggle::after {
  border: none;
  width: 12px;
  height: 12px;
  border: 0;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/svg/arrow-left.svg");
  filter: var(--filter-black);
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
}

@media (max-width: 991.98px) {
  /* line 163, _src/scss/components/_buttons.scss */
  .btn-dropdown-logged-area::after, .dropdown .btn-dropdown-menu::after, .dropdown .dropdown-toggle::after {
    width: 10px;
    height: 10px;
  }
}

/* line 183, _src/scss/components/_buttons.scss */
.btn-dropdown-logged-area:hover, .dropdown .btn-dropdown-menu:hover, .dropdown .dropdown-toggle:hover, .btn-dropdown-logged-area:focus, .dropdown .btn-dropdown-menu:focus, .dropdown .dropdown-toggle:focus {
  text-decoration: none;
}

/* line 189, _src/scss/components/_buttons.scss */
.btn-dropdown-logged-area.show:after, .dropdown .show.btn-dropdown-menu:after, .dropdown .show.dropdown-toggle:after {
  transform: rotate(90deg);
}

/* line 208, _src/scss/components/_buttons.scss */
.button {
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  width: max-content;
  line-height: normal;
  background-color: var(--primary-1);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: var(--font-family-1);
  color: var(--black);
  text-decoration: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  text-transform: uppercase;
}

/* line 19, _src/scss/components/_buttons.scss */
.button:hover, .button:focus {
  text-decoration: none;
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 26, _src/scss/components/_buttons.scss */
.button[disabled] {
  opacity: 0.5;
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--black);
  pointer-events: none;
  border: none !important;
}

/* line 35, _src/scss/components/_buttons.scss */
.button--secondary {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 39, _src/scss/components/_buttons.scss */
.button--secondary:hover, .button--secondary:focus {
  background-color: var(--secondary-1);
  color: var(--black);
}

/* line 46, _src/scss/components/_buttons.scss */
.button--create-account {
  width: 100%;
}

/* line 216, _src/scss/components/_buttons.scss */
.default-btn {
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  width: max-content;
  line-height: normal;
  background-color: var(--primary-1);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: var(--font-family-1);
  color: var(--black);
  text-decoration: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  text-transform: uppercase;
}

/* line 19, _src/scss/components/_buttons.scss */
.default-btn:hover, .default-btn:focus {
  text-decoration: none;
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 26, _src/scss/components/_buttons.scss */
.default-btn[disabled] {
  opacity: 0.5;
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--black);
  pointer-events: none;
  border: none !important;
}

/* line 35, _src/scss/components/_buttons.scss */
.default-btn--secondary {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 39, _src/scss/components/_buttons.scss */
.default-btn--secondary:hover, .default-btn--secondary:focus {
  background-color: var(--secondary-1);
  color: var(--black);
}

/* line 46, _src/scss/components/_buttons.scss */
.default-btn--create-account {
  width: 100%;
}

/* line 220, _src/scss/components/_buttons.scss */
.default-btn--delete {
  padding: 0 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  width: max-content;
  line-height: normal;
  background-color: var(--primary-1);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: var(--font-family-1);
  color: var(--black);
  text-decoration: none !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  text-transform: uppercase;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
  background-image: url("../img/svg/trash-icon.svg?v=9902");
  background-position: center;
  min-height: unset;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

/* line 19, _src/scss/components/_buttons.scss */
.default-btn--delete:hover, .default-btn--delete:focus {
  text-decoration: none;
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 26, _src/scss/components/_buttons.scss */
.default-btn--delete[disabled] {
  opacity: 0.5;
  background-color: var(--primary-1);
  box-shadow: none;
  color: var(--black);
  pointer-events: none;
  border: none !important;
}

/* line 35, _src/scss/components/_buttons.scss */
.default-btn--delete--secondary {
  background-color: var(--black);
  color: var(--primary-1);
}

/* line 39, _src/scss/components/_buttons.scss */
.default-btn--delete--secondary:hover, .default-btn--delete--secondary:focus {
  background-color: var(--secondary-1);
  color: var(--black);
}

/* line 46, _src/scss/components/_buttons.scss */
.default-btn--delete--create-account {
  width: 100%;
}

/* line 66, _src/scss/components/_buttons.scss */
.default-btn--delete:hover, .default-btn--delete:focus {
  background-color: transparent;
}

/* line 71, _src/scss/components/_buttons.scss */
.default-btn--delete:hover {
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}

/* line 76, _src/scss/components/_buttons.scss */
.default-btn--delete[disabled] {
  background-color: transparent;
}

/* line 1, _src/scss/components/_messages.scss */
.messages {
  background-color: var(--neutrals-1);
  padding: var(--space-m);
  border-radius: 10px;
  color: var(--black);
  border: 2px solid var(--primary-1);
  width: 100%;
}

/* line 9, _src/scss/components/_messages.scss */
.messages .placeholder {
  color: var(--black);
  opacity: 1;
  margin-bottom: 3px;
  background-color: transparent;
}

/* line 17, _src/scss/components/_messages.scss */
.messages .item-list__comma-list a {
  transition: all 0.3s ease-in-out;
}

/* line 20, _src/scss/components/_messages.scss */
.messages .item-list__comma-list a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* line 27, _src/scss/components/_messages.scss */
.messages--error, div[data-drupal-messages] div.messages--error[role=contentinfo] {
  border: unset;
  color: var(--white);
  background-color: var(--error);
}

/* line 32, _src/scss/components/_messages.scss */
.messages--error .placeholder, div[data-drupal-messages] div.messages--error[role=contentinfo] .placeholder {
  color: var(--white);
}

/* line 37, _src/scss/components/_messages.scss */
.messages--error .item-list__comma-list a, div[data-drupal-messages] div.messages--error[role=contentinfo] .item-list__comma-list a {
  color: var(--white);
}

/* line 3, _src/scss/components/_forms.scss */
.form-group label {
  font-family: var(--font-family-1);
  color: var(--black);
  font-size: 16px;
}

/* line 11, _src/scss/components/_forms.scss */
.form-control, .register-coupon-b form .webform-section .select2-container .selection .select2-selection, .contact-us form .form-item .form-text,
.contact-us form .form-item .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection,
.contact-us form .form-item .form-email, .contact-us form .form-item .form-textarea, .user-login-form .form-item input, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: var(--font-family-1);
  font-size: 16px;
  color: var(--black);
  height: 40px;
  margin-bottom: 3px;
  margin-top: 0.25rem;
  outline: none;
  border: 1px solid var(--black);
  background-color: transparent;
}

/* line 22, _src/scss/components/_forms.scss */
.form-control.error, .register-coupon-b form .webform-section .select2-container .selection .error.select2-selection, .contact-us form .form-item .error.form-text,
.contact-us form .form-item .error.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .error.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .error.select2-selection,
.contact-us form .form-item .error.form-email, .contact-us form .form-item .error.form-textarea, .user-login-form .form-item input.error, .register-coupon-b .select2-container--default .select2-search--dropdown .error.select2-search__field, .form-control:focus, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:focus, .contact-us form .form-item .form-text:focus,
.contact-us form .form-item .form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:focus,
.contact-us form .form-item .form-email:focus, .contact-us form .form-item .form-textarea:focus, .user-login-form .form-item input:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid var(--error);
  box-shadow: none;
  background-image: none !important;
}

/* line 30, _src/scss/components/_forms.scss */
.form-control.valid ~ .form-item--error-message, .register-coupon-b form .webform-section .select2-container .selection .valid.select2-selection ~ .form-item--error-message, .contact-us form .form-item .valid.form-text ~ .form-item--error-message, .contact-us form .form-item .valid.form-select ~ .form-item--error-message, .contact-us form .form-item .register-coupon-b .select2-container .selection .valid.select2-selection ~ .form-item--error-message, .register-coupon-b .select2-container .selection .contact-us form .form-item .valid.select2-selection ~ .form-item--error-message, .contact-us form .form-item .valid.form-email ~ .form-item--error-message, .contact-us form .form-item .valid.form-textarea ~ .form-item--error-message, .user-login-form .form-item input.valid ~ .form-item--error-message, .register-coupon-b .select2-container--default .select2-search--dropdown .valid.select2-search__field ~ .form-item--error-message {
  display: none;
}

/* line 37, _src/scss/components/_forms.scss */
.js-form-type-password {
  position: relative;
}

/* line 40, _src/scss/components/_forms.scss */
.js-form-type-password .toggle-password {
  width: 22px;
  height: 18px;
  display: block;
  border: none;
  right: 10px;
  top: 36px;
  position: absolute;
  cursor: pointer;
  background-image: url("../img/svg/show-password.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 55, _src/scss/components/_forms.scss */
.js-form-type-password .toggle-password.hide {
  background-image: url("../img/svg/hide-password.svg");
}

/* line 62, _src/scss/components/_forms.scss */
.js-form-type-checkbox,
.form-type-checkbox {
  margin-bottom: 2rem;
}

/* line 66, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox,
.form-type-checkbox .form-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  border: none;
  margin-right: 4px;
  display: block;
  float: left;
}

@media (max-width: 575.98px) {
  /* line 66, _src/scss/components/_forms.scss */
  .js-form-type-checkbox .form-checkbox,
  .form-type-checkbox .form-checkbox {
    margin-top: 6px;
    margin-right: 7px;
  }
}

/* line 86, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox:before,
.form-type-checkbox .form-checkbox:before {
  content: "";
  font-size: 15px;
  color: transparent;
  background: transparent;
  display: block;
  width: 18px;
  height: 18px;
  border: solid 2px var(--primary-1);
  margin-right: 7px;
  border-radius: 3px;
}

/* line 100, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox:checked:before,
.form-type-checkbox .form-checkbox:checked:before {
  background-color: var(--primary-1);
  border-color: var(--primary-1);
}

/* line 105, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox:checked:after,
.form-type-checkbox .form-checkbox:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 3px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: var(--white);
}

/* line 119, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox.error,
.form-type-checkbox .form-checkbox.error {
  border: none;
}

/* line 122, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox.error:before,
.form-type-checkbox .form-checkbox.error:before {
  border: solid 2px var(--error);
}

/* line 128, _src/scss/components/_forms.scss */
.js-form-type-checkbox .form-checkbox.valid ~ .form-item--error-message,
.form-type-checkbox .form-checkbox.valid ~ .form-item--error-message {
  display: none;
}

/* line 134, _src/scss/components/_forms.scss */
.js-form-type-checkbox label,
.form-type-checkbox label {
  display: block;
}

/* line 137, _src/scss/components/_forms.scss */
.js-form-type-checkbox label a,
.form-type-checkbox label a {
  color: var(--black);
  text-decoration: none;
}

/* line 145, _src/scss/components/_forms.scss */
.js-form-type-radio,
.form-type-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
}

/* line 151, _src/scss/components/_forms.scss */
.js-form-type-radio input:valid,
.js-form-type-radio .form-radio,
.form-type-radio input:valid,
.form-type-radio .form-radio {
  all: unset;
  position: relative;
  display: inline-block;
  border: solid 2px var(--primary-1);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: var(--white);
  background-image: none;
  cursor: pointer;
  margin-right: 4px;
}

/* line 165, _src/scss/components/_forms.scss */
.js-form-type-radio input:valid.mr-3,
.js-form-type-radio .form-radio.mr-3,
.form-type-radio input:valid.mr-3,
.form-type-radio .form-radio.mr-3 {
  margin-right: 0;
}

/* line 169, _src/scss/components/_forms.scss */
.js-form-type-radio input:valid:checked,
.js-form-type-radio .form-radio:checked,
.form-type-radio input:valid:checked,
.form-type-radio .form-radio:checked {
  border: solid 6px var(--primary-1);
  width: 10px;
  height: 10px;
}

/* line 178, _src/scss/components/_forms.scss */
.js-form-managed-file {
  margin-bottom: 3rem;
  height: auto;
  border: none;
  position: relative;
}

/* line 185, _src/scss/components/_forms.scss */
.js-form-managed-file:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

/* line 195, _src/scss/components/_forms.scss */
.js-form-managed-file .form-file {
  width: 100%;
}

/* line 202, _src/scss/components/_forms.scss */
.js-form-managed-file .form-file::file-selector-button {
  width: fit-content;
  margin: 0;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-1);
  background-color: var(--primary-1);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

/* line 221, _src/scss/components/_forms.scss */
.js-form-managed-file .form-file::file-selector-button:hover {
  background-color: var(--secondary-1);
}

/* line 226, _src/scss/components/_forms.scss */
.js-form-managed-file .form-file.error {
  border: none;
}

/* line 231, _src/scss/components/_forms.scss */
.js-form-managed-file .file {
  float: left;
}

/* line 234, _src/scss/components/_forms.scss */
.js-form-managed-file .file:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: transparent;
  font-family: var(--font-family-1);
  color: var(--neutrals-2);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--neutrals-2);
  line-height: 21px;
  text-align: left;
  border-radius: 5px;
}

/* line 253, _src/scss/components/_forms.scss */
.js-form-managed-file .file a {
  display: block;
  overflow: hidden;
  max-width: 40ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--black);
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  /* line 253, _src/scss/components/_forms.scss */
  .js-form-managed-file .file a {
    max-width: 18ch;
  }
}

/* line 268, _src/scss/components/_forms.scss */
.js-form-managed-file .invalid-feedback, .js-form-managed-file .two-columns-layout .form-item--error-message, .two-columns-layout .js-form-managed-file .form-item--error-message,
.js-form-managed-file .messages {
  position: relative;
  top: 55px;
  margin: 2px auto;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 268, _src/scss/components/_forms.scss */
  .js-form-managed-file .invalid-feedback, .js-form-managed-file .two-columns-layout .form-item--error-message, .two-columns-layout .js-form-managed-file .form-item--error-message,
  .js-form-managed-file .messages {
    padding: 5px;
  }
}

/* line 280, _src/scss/components/_forms.scss */
.js-form-managed-file .form-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  margin: 0;
  border-radius: 0 5px 5px 0;
  min-height: calc(100% - 2px);
}

/* line 291, _src/scss/components/_forms.scss */
.form-select, .register-coupon-b .select2-container .selection .select2-selection {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../img/svg/arrow-down-select.svg");
  background-position: 98% center;
  transition: all 0.3s ease-in-out;
}

/* line 298, _src/scss/components/_forms.scss */
.form-select.error, .register-coupon-b .select2-container .selection .error.select2-selection, .form-select:focus, .register-coupon-b .select2-container .selection .select2-selection:focus {
  border: 1px solid var(--error);
  box-shadow: none;
  background-image: url("../img/svg/arrow-down-select.svg") !important;
}

/* line 307, _src/scss/components/_forms.scss */
.fieldgroup {
  padding: 0;
  margin: 2rem 0;
}

/* line 316, _src/scss/components/_forms.scss */
.form-group {
  margin-bottom: 2rem;
}

/* line 320, _src/scss/components/_forms.scss */
.description {
  font-family: var(--font-family-1);
  font-size: 14px;
  color: var(--black);
}

/* line 326, _src/scss/components/_forms.scss */
.description a:not(.default-btn) {
  text-decoration: none;
  font-family: var(--font-family-1);
  font-size: 14px;
  color: var(--black);
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}

/* line 337, _src/scss/components/_forms.scss */
.form-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  margin: 30px 0;
}

@media (max-width: 575.98px) {
  /* line 337, _src/scss/components/_forms.scss */
  .form-actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 348, _src/scss/components/_forms.scss */
.form-actions .registration-btn-form {
  width: 50%;
}

@media (max-width: 575.98px) {
  /* line 348, _src/scss/components/_forms.scss */
  .form-actions .registration-btn-form {
    width: 100%;
  }
}

/* line 362, _src/scss/components/_forms.scss */
.container-inline div {
  display: block;
}

/* line 368, _src/scss/components/_forms.scss */
.form-required {
  display: -ms-flexbox;
  display: flex;
}

/* line 371, _src/scss/components/_forms.scss */
.form-required::before {
  content: "*";
  display: block;
  color: var(--error);
  font-size: 16px;
  margin-right: 5px;
}

/* line 380, _src/scss/components/_forms.scss */
.form-item--error-message {
  display: block;
  background-color: var(--error);
  color: var(--white);
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 14px;
  margin-top: 5px;
}

/* line 391, _src/scss/components/_forms.scss */
.form-item--error-message a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

/* line 395, _src/scss/components/_forms.scss */
.form-item--error-message a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* line 401, _src/scss/components/_forms.scss */
.form-item--error-message em {
  color: var(--white);
  opacity: 1;
  background-color: var(--error);
}

/* line 415, _src/scss/components/_forms.scss */
.was-validated input[type="password"]:valid ~ .toggle-password, .was-validated input[type="password"]:invalid ~ .toggle-password,
.was-validated input[type="text"]:valid ~ .toggle-password,
.was-validated input[type="text"]:invalid ~ .toggle-password {
  width: 60px;
  background-position: center right 30px;
}

/* line 419, _src/scss/components/_forms.scss */
.was-validated input[type="password"]:valid ~ .toggle-password.hide, .was-validated input[type="password"]:invalid ~ .toggle-password.hide,
.was-validated input[type="text"]:valid ~ .toggle-password.hide,
.was-validated input[type="text"]:invalid ~ .toggle-password.hide {
  background-position: center right 30px;
}

/* line 2, _src/scss/components/_header-account-management.scss */
.header-account-management__wrapper {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: transparent;
}

@media (max-width: 575.98px) {
  /* line 2, _src/scss/components/_header-account-management.scss */
  .header-account-management__wrapper {
    margin-bottom: 5px;
  }
}

/* line 13, _src/scss/components/_header-account-management.scss */
.header-account-management__title {
  font-size: 35px;
  color: var(--primary-1);
  text-align: center;
}

/* line 18, _src/scss/components/_header-account-management.scss */
.header-account-management__title::before {
  content: "";
  width: 342px;
  height: 54px;
  display: block;
  background-image: url(https://placehold.co/342x54/000000/f5c000?text=LOGO);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}

@media (max-width: 575.98px) {
  /* line 18, _src/scss/components/_header-account-management.scss */
  .header-account-management__title::before {
    width: 100%;
  }
}

/* line 36, _src/scss/components/_header-account-management.scss */
.header-account-management__description {
  color: var(--black);
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

/* line 43, _src/scss/components/_header-account-management.scss */
.header-account-management__required-fields {
  text-align: center;
  font-size: 14px;
}

/* line 1, _src/scss/components/_account-content-management.scss */
.account-content-management {
  max-width: 580px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_account-content-management.scss */
  .account-content-management {
    max-width: 100%;
  }
}

/* line 12, _src/scss/components/_account-content-management.scss */
.account-content-management__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 20, _src/scss/components/_account-content-management.scss */
.account-content-management__description {
  text-align: center;
  margin-bottom: 15px;
}

/* line 1, _src/scss/components/_dropdown-menu.scss */
.dropdown {
  width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--secondary-1);
}

@media (min-width: 992px) {
  /* line 1, _src/scss/components/_dropdown-menu.scss */
  .dropdown {
    width: auto;
    height: 100%;
    background-color: transparent;
  }
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_dropdown-menu.scss */
  .dropdown {
    padding: 30px 0;
  }
}

/* line 22, _src/scss/components/_dropdown-menu.scss */
.dropdown .dropdown-menu {
  width: 100%;
  border: none;
  background-color: var(--primary-1);
  border-radius: unset;
  padding: 20px 0 10px 0;
}

@media (min-width: 992px) {
  /* line 22, _src/scss/components/_dropdown-menu.scss */
  .dropdown .dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: auto;
  }
}

/* line 35, _src/scss/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  cursor: pointer;
}

/* line 38, _src/scss/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

/* line 42, _src/scss/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item__link,
.dropdown .dropdown-menu .dropdown-item a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 8px;
  text-align: center;
}

/* line 53, _src/scss/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item__link:hover,
.dropdown .dropdown-menu .dropdown-item a:hover {
  text-decoration: none;
  background-color: var(--black);
  color: var(--primary-1);
  border-radius: 5px;
}

/* line 1, _src/scss/components/_closing-message.scss */
.closing-message {
  width: 100%;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 300px;
  position: absolute;
  left: 0;
  top: 6%;
  z-index: 4;
  background-color: var(--primary-1);
}

/* line 13, _src/scss/components/_closing-message.scss */
.closing-message__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 21, _src/scss/components/_closing-message.scss */
.closing-message__title {
  width: fit-content;
  padding: 10px 40px;
  display: block;
  text-align: center;
  background-color: var(--neutrals-2);
  color: var(--primary-1);
  border-radius: 30px;
  margin-bottom: 25px;
  font-family: var(--font-family-1);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  /* line 21, _src/scss/components/_closing-message.scss */
  .closing-message__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  /* line 38, _src/scss/components/_closing-message.scss */
  .closing-message__title ~ .closing-message__description {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* line 46, _src/scss/components/_closing-message.scss */
.closing-message__description {
  width: fit-content;
  display: block;
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}

/* line 56, _src/scss/components/_closing-message.scss */
.closing-message__description span {
  color: var(--neutrals-2);
}

/* line 1, _src/scss/components/_tables.scss */
.custom-table, .default-table,
.table {
  width: 100%;
  margin: 0 auto;
}

/* line 5, _src/scss/components/_tables.scss */
.custom-table thead, .default-table thead, .table thead {
  background-color: var(--primary-1);
  border: var(--border-default-table);
}

/* line 10, _src/scss/components/_tables.scss */
.custom-table thead tr th, .default-table thead tr th, .table thead tr th {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border: var(--border-default-table);
}

@media (max-width: 991.98px) {
  /* line 10, _src/scss/components/_tables.scss */
  .custom-table thead tr th, .default-table thead tr th, .table thead tr th {
    padding: 15px 10px;
  }
}

/* line 30, _src/scss/components/_tables.scss */
.custom-table tbody tr td, .default-table tbody tr td, .table tbody tr td {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  border: var(--border-default-table);
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  /* line 30, _src/scss/components/_tables.scss */
  .custom-table tbody tr td, .default-table tbody tr td, .table tbody tr td {
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 44, _src/scss/components/_tables.scss */
  .custom-table tbody tr td::before, .default-table tbody tr td::before, .table tbody tr td::before {
    display: none;
    content: attr(data-label);
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
    width: 100%;
    margin-bottom: 20px;
    font-family: var(--font-family-1);
  }
}

/* line 57, _src/scss/components/_tables.scss */
.custom-table tbody tr td table, .default-table tbody tr td table, .table tbody tr td table {
  margin: 10px auto;
}

/* line 61, _src/scss/components/_tables.scss */
.custom-table tbody tr td table tbody tr, .default-table tbody tr td table tbody tr, .table tbody tr td table tbody tr {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

/* line 65, _src/scss/components/_tables.scss */
.custom-table tbody tr td table tbody tr td, .default-table tbody tr td table tbody tr td, .table tbody tr td table tbody tr td {
  width: 100%;
  background-color: var(--primary-1);
}

/* line 75, _src/scss/components/_tables.scss */
.custom-table tbody tr.hero td, .default-table tbody tr.hero td, .table tbody tr.hero td {
  background-color: var(--primary-1);
  color: var(--black);
}

/* line 83, _src/scss/components/_tables.scss */
.custom-table__title-cell, .custom-table--my-coupons .default-table__status .default-table__title-cell, .custom-table--my-coupons .default-table__title-cell, .default-table .default-table__title-cell,
.table .default-table__title-cell {
  display: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--secondary-1);
}

@media (max-width: 991.98px) {
  /* line 83, _src/scss/components/_tables.scss */
  .custom-table__title-cell, .custom-table--my-coupons .default-table__status .default-table__title-cell, .custom-table--my-coupons .default-table__title-cell, .default-table .default-table__title-cell,
  .table .default-table__title-cell {
    display: block;
  }
}

/* line 96, _src/scss/components/_tables.scss */
.custom-table__status, .custom-table--my-coupons .default-table__status, .default-table .default-table__status,
.table .default-table__status {
  color: var(--black);
}

@media (max-width: 991.98px) {
  /* line 96, _src/scss/components/_tables.scss */
  .custom-table__status, .custom-table--my-coupons .default-table__status, .default-table .default-table__status,
  .table .default-table__status {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  /* line 104, _src/scss/components/_tables.scss */
  .custom-table__status::before, .custom-table--my-coupons .default-table__status::before, .default-table .default-table__status::before,
  .table .default-table__status::before {
    display: none;
  }
}

/* line 110, _src/scss/components/_tables.scss */
.custom-table__status .status, .custom-table--my-coupons .default-table__status .status, .default-table .default-table__status .status, .table .default-table__status .status {
  font-family: var(--font-family-1);
}

@media (max-width: 991.98px) {
  /* line 110, _src/scss/components/_tables.scss */
  .custom-table__status .status, .custom-table--my-coupons .default-table__status .status, .default-table .default-table__status .status, .table .default-table__status .status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 20px auto 10px;
  }
}

/* line 121, _src/scss/components/_tables.scss */
.custom-table__status .status--aprovado, .custom-table--my-coupons .default-table__status .status--aprovado, .default-table .default-table__status .status--aprovado, .table .default-table__status .status--aprovado {
  color: var(--success);
}

/* line 125, _src/scss/components/_tables.scss */
.custom-table__status .status--pendente, .custom-table--my-coupons .default-table__status .status--pendente, .default-table .default-table__status .status--pendente, .table .default-table__status .status--pendente {
  color: var(--review);
}

/* line 129, _src/scss/components/_tables.scss */
.custom-table__status .status--nao-sorteado, .custom-table--my-coupons .default-table__status .status--nao-sorteado, .default-table .default-table__status .status--nao-sorteado, .table .default-table__status .status--nao-sorteado {
  color: var(--not-awarded);
}

/* line 133, _src/scss/components/_tables.scss */
.custom-table__status .status--reprovado, .custom-table--my-coupons .default-table__status .status--reprovado, .default-table .default-table__status .status--reprovado, .table .default-table__status .status--reprovado {
  color: var(--error);
}

/* line 137, _src/scss/components/_tables.scss */
.custom-table__status .status--sorteado, .custom-table--my-coupons .default-table__status .status--sorteado, .default-table .default-table__status .status--sorteado, .table .default-table__status .status--sorteado {
  color: var(--error);
}

/* line 141, _src/scss/components/_tables.scss */
.custom-table__status .status--premiado, .custom-table--my-coupons .default-table__status .status--premiado, .default-table .default-table__status .status--premiado, .table .default-table__status .status--premiado {
  color: var(--awarded);
}

/* line 146, _src/scss/components/_tables.scss */
.custom-table__status .icon, .custom-table--my-coupons .default-table__status .icon, .default-table .default-table__status .icon, .table .default-table__status .icon {
  width: 35px;
  height: 30px;
  display: block;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

/* line 157, _src/scss/components/_tables.scss */
.custom-table__status .icon--aprovado, .custom-table--my-coupons .default-table__status .icon--aprovado, .default-table .default-table__status .icon--aprovado, .table .default-table__status .icon--aprovado {
  background-image: url("../img/svg/icone-aprovado.svg");
}

/* line 161, _src/scss/components/_tables.scss */
.custom-table__status .icon--pendente, .custom-table--my-coupons .default-table__status .icon--pendente, .default-table .default-table__status .icon--pendente, .table .default-table__status .icon--pendente {
  background-image: url("../img/svg/icone-analise.svg");
}

/* line 165, _src/scss/components/_tables.scss */
.custom-table__status .icon--nao-sorteado, .custom-table--my-coupons .default-table__status .icon--nao-sorteado, .default-table .default-table__status .icon--nao-sorteado, .table .default-table__status .icon--nao-sorteado {
  background-image: url("../img/svg/icone-nao-premiado.svg");
}

/* line 169, _src/scss/components/_tables.scss */
.custom-table__status .icon--reprovado, .custom-table--my-coupons .default-table__status .icon--reprovado, .default-table .default-table__status .icon--reprovado, .table .default-table__status .icon--reprovado {
  background-image: url("../img/svg/icone-reprovado.svg");
}

/* line 173, _src/scss/components/_tables.scss */
.custom-table__status .icon--upload, .custom-table--my-coupons .default-table__status .icon--upload, .default-table .default-table__status .icon--upload, .table .default-table__status .icon--upload {
  background-image: url("../img/svg/icone-reenviar.svg");
}

/* line 177, _src/scss/components/_tables.scss */
.custom-table__status .icon--premiado, .custom-table--my-coupons .default-table__status .icon--premiado, .default-table .default-table__status .icon--premiado, .table .default-table__status .icon--premiado {
  background-image: url("../img/svg/icone-premiado.svg");
}

/* line 183, _src/scss/components/_tables.scss */
.custom-table .colored-cell, .default-table .colored-cell, .table .colored-cell {
  background-color: var(--primary-1);
  color: var(--black);
}

/* line 187, _src/scss/components/_tables.scss */
.custom-table .colored-cell::before, .default-table .colored-cell::before, .table .colored-cell::before {
  background-color: var(--primary-1);
  color: var(--black);
}

@media (max-width: 991.98px) {
  /* line 192, _src/scss/components/_tables.scss */
  .custom-table .colored-cell .custom-table__title-cell, .default-table .colored-cell .custom-table__title-cell, .table .colored-cell .custom-table__title-cell, .custom-table .colored-cell .custom-table--my-coupons .default-table__title-cell, .custom-table--my-coupons .custom-table .colored-cell .default-table__title-cell, .custom-table .colored-cell .default-table .default-table__title-cell, .default-table .colored-cell .default-table__title-cell,
  .custom-table .colored-cell .table .default-table__title-cell,
  .table .colored-cell .default-table__title-cell {
    color: var(--black);
  }
}

/* line 199, _src/scss/components/_tables.scss */
.custom-table .form-type-radio, .default-table .form-type-radio, .table .form-type-radio {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 202, _src/scss/components/_tables.scss */
.custom-table .form-type-radio .form-radio, .default-table .form-type-radio .form-radio, .table .form-type-radio .form-radio {
  border-color: var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 202, _src/scss/components/_tables.scss */
  .custom-table .form-type-radio .form-radio, .default-table .form-type-radio .form-radio, .table .form-type-radio .form-radio {
    border-color: var(--neutrals-2);
  }
}

/* line 209, _src/scss/components/_tables.scss */
.custom-table .form-type-radio .form-radio:checked, .default-table .form-type-radio .form-radio:checked, .table .form-type-radio .form-radio:checked {
  border-color: var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 209, _src/scss/components/_tables.scss */
  .custom-table .form-type-radio .form-radio:checked, .default-table .form-type-radio .form-radio:checked, .table .form-type-radio .form-radio:checked {
    border-color: var(--neutrals-2);
  }
}

/* line 220, _src/scss/components/_tables.scss */
.custom-table .highlight-extra-number td, .default-table .highlight-extra-number td, .table .highlight-extra-number td {
  background-color: var(--neutrals-2);
  color: var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 229, _src/scss/components/_tables.scss */
  .custom-table .empty::before, .default-table .empty::before, .table .empty::before, .default-table .default-table__empty::before,
  .table .default-table__empty::before {
    display: none;
  }
}

/* line 237, _src/scss/components/_tables.scss */
.custom-table .custom-form-group--upload, .default-table .custom-form-group--upload, .table .custom-form-group--upload {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  /* line 250, _src/scss/components/_tables.scss */
  .custom-table--no-header-mobile thead, .default-table thead, .table thead {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 261, _src/scss/components/_tables.scss */
  .custom-table--no-header-mobile tbody tr, .default-table tbody tr, .table tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  /* line 270, _src/scss/components/_tables.scss */
  .custom-table--no-header-mobile tbody tr td, .default-table tbody tr td, .table tbody tr td {
    width: 100%;
    border-top: none;
    text-align: left;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  /* line 278, _src/scss/components/_tables.scss */
  .custom-table--no-header-mobile tbody tr td:first-of-type, .default-table tbody tr td:first-of-type, .table tbody tr td:first-of-type {
    border-top: var(--border-default-table);
  }
}

@media (max-width: 991.98px) {
  /* line 284, _src/scss/components/_tables.scss */
  .custom-table--no-header-mobile tbody tr td::before, .default-table tbody tr td::before, .table tbody tr td::before {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 326, _src/scss/components/_tables.scss */
  .custom-table--participating-products-list tbody tr td::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 350, _src/scss/components/_tables.scss */
  .custom-table--example-element-lucky tbody tr td::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 373, _src/scss/components/_tables.scss */
  .custom-table--winners tbody tr td {
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  /* line 378, _src/scss/components/_tables.scss */
  .custom-table--winners tbody tr td::before {
    display: block;
    min-width: 0;
    max-width: 100%;
  }
}

/* line 394, _src/scss/components/_tables.scss */
.custom-table--winners-map {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 394, _src/scss/components/_tables.scss */
  .custom-table--winners-map {
    display: revert;
  }
}

@media (max-width: 991.98px) {
  /* line 427, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 991.98px) {
  /* line 435, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td::before {
    content: "";
    margin-bottom: 3px;
    margin-right: 7px;
    font-size: 16px;
    color: var(--primary-1);
    font-weight: 700;
  }
}

/* line 446, _src/scss/components/_tables.scss */
.custom-table--add-product tbody tr td::after {
  content: "Elegível para prêmio instantâneo";
  display: none;
  font-size: 14px;
  color: var(--primary-1);
  font-weight: 700;
  background-image: url("../img/svg/icon-star.svg");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 12px 12px;
  width: max-content;
  padding: 7px 30px;
  border-radius: 20px;
  background-color: var(--black);
  margin: 5px auto 0;
}

@media (max-width: 991.98px) {
  /* line 446, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td::after {
    margin: 5px auto auto 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 471, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(1) {
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: var(--primary-1);
    color: var(--black);
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 991.98px) {
  /* line 479, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(1)::before {
    content: "Selecione:";
    color: var(--black);
  }
}

@media (max-width: 991.98px) {
  /* line 488, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(2)::before {
    content: "Marca:";
  }
}

@media (max-width: 991.98px) {
  /* line 496, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(3)::before {
    content: "Nome:";
  }
}

@media (max-width: 991.98px) {
  /* line 504, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(4)::before {
    content: "Quantidade:";
  }
}

@media (max-width: 991.98px) {
  /* line 512, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr td:nth-of-type(5)::before {
    content: "Valor Unitário:";
  }
}

@media (max-width: 991.98px) {
  /* line 524, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr.hero td::before {
    color: var(--black);
  }
}

@media (max-width: 991.98px) {
  /* line 530, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr.hero td:nth-of-type(1) {
    background-color: var(--neutrals-2);
  }
}

/* line 538, _src/scss/components/_tables.scss */
.custom-table--add-product tbody tr.hero td:nth-of-type(1) .form-type-radio .form-radio {
  border-color: var(--neutrals-2);
}

@media (max-width: 991.98px) {
  /* line 538, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr.hero td:nth-of-type(1) .form-type-radio .form-radio {
    border-color: var(--primary-1);
  }
}

@media (max-width: 991.98px) {
  /* line 545, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr.hero td:nth-of-type(1) .form-type-radio .form-radio:checked {
    border-color: var(--primary-1);
  }
}

@media (max-width: 991.98px) {
  /* line 553, _src/scss/components/_tables.scss */
  .custom-table--add-product tbody tr.hero td:nth-of-type(1)::before {
    color: var(--primary-1);
  }
}

/* line 577, _src/scss/components/_tables.scss */
.custom-table--add-product tbody tr.hero td:nth-of-type(4)::after {
  display: block;
}

@media (max-width: 991.98px) {
  /* line 608, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media (max-width: 991.98px) {
  /* line 614, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td::before {
    width: auto;
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 622, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td:first-of-type {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 634, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td table {
    margin: 25px auto 0;
  }
}

/* line 641, _src/scss/components/_tables.scss */
.custom-table--my-coupons tbody tr td table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 646, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td table tbody tr td {
    border: none;
  }
}

@media (max-width: 991.98px) {
  /* line 651, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td table tbody tr td::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 657, _src/scss/components/_tables.scss */
  .custom-table--my-coupons tbody tr td table tbody tr td:first-of-type {
    display: block;
    border: none;
  }
}

@media (max-width: 991.98px) {
  /* line 673, _src/scss/components/_tables.scss */
  .custom-table--my-coupons .custom-table__status, .custom-table--my-coupons .default-table__status {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 0 15px;
  }
}

/* line 679, _src/scss/components/_tables.scss */
.custom-table--my-coupons .custom-table__status::before, .custom-table--my-coupons .default-table__status::before {
  padding: 15px;
  background-color: var(--primary-1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991.98px) {
  /* line 693, _src/scss/components/_tables.scss */
  .custom-table--my-coupons .default-table__status .default-table__title-cell {
    text-align: center;
    background-color: var(--primary-1);
    color: var(--black);
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 705, _src/scss/components/_tables.scss */
  .custom-table--my-coupons .default-table__title-cell {
    background-color: transparent;
    text-align: center;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 718, _src/scss/components/_tables.scss */
  .custom-table--my-coupons .default-table__empty:first-of-type {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 736, _src/scss/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td, .register-coupon-b #edit-step-confirmation .default-table tbody tr td, .register-coupon-b #edit-step-confirmation .table tbody tr td {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    min-height: 45px;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 746, _src/scss/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td::before, .register-coupon-b #edit-step-confirmation .default-table tbody tr td::before, .register-coupon-b #edit-step-confirmation .table tbody tr td::before {
    margin: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 10px;
    background-color: var(--primary-1);
    color: var(--neutrals-2);
    min-width: 120px;
    width: max-content;
    min-height: 45px;
  }
}

/* line 789, _src/scss/components/_tables.scss */
.default-table > :not(caption) > * > *,
.table > :not(caption) > * > * {
  background-color: inherit;
  box-shadow: inherit;
}

@media (max-width: 991.98px) {
  /* line 2, _src/scss/components/_data-table.scss */
  .data-table .custom-table, .data-table .default-table,
  .data-table .table {
    margin-bottom: 30px;
  }
}

/* line 9, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting, .data-table .default-table thead th.sorting, .data-table .table thead th.sorting {
  position: relative;
  cursor: pointer;
}

/* line 13, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting::before, .data-table .default-table thead th.sorting::before, .data-table .table thead th.sorting::before, .data-table .custom-table thead th.sorting::after, .data-table .default-table thead th.sorting::after, .data-table .table thead th.sorting::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: var(--filter-black);
  transition: all 0.3s ease-in-out;
}

/* line 30, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting::before, .data-table .default-table thead th.sorting::before, .data-table .table thead th.sorting::before {
  background-image: url("../img/svg/arrow-left.svg");
  transform: rotate(90deg);
  top: 9px;
}

/* line 36, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting::after, .data-table .default-table thead th.sorting::after, .data-table .table thead th.sorting::after {
  transform: rotate(-90deg);
  background-image: url("../img/svg/arrow-left.svg");
  bottom: 9px;
}

/* line 46, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting_asc:after, .data-table .default-table thead th.sorting_asc:after, .data-table .table thead th.sorting_asc:after {
  display: none;
}

/* line 54, _src/scss/components/_data-table.scss */
.data-table .custom-table thead th.sorting_desc:before, .data-table .default-table thead th.sorting_desc:before, .data-table .table thead th.sorting_desc:before {
  display: none;
}

/* line 62, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: var(--border-default-table);
}

/* line 70, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_length,
.data-table .dataTables_wrapper .dataTables_filter {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  background-color: var(--primary-1);
  min-height: 80px;
}

@media (max-width: 991.98px) {
  /* line 70, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_length,
  .data-table .dataTables_wrapper .dataTables_filter {
    width: 100%;
  }
}

/* line 84, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_length {
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-left: var(--border-default-table);
}

@media (max-width: 991.98px) {
  /* line 84, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_length {
    border-right: var(--border-default-table);
  }
}

/* line 92, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_length label {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

/* line 100, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_length label select {
  height: 40px;
  width: 80px;
  margin-left: 5px;
  padding-right: 10px;
  border: none;
  background-image: url("../img/svg/arrow-down-select-black.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center right 7px;
  appearance: none;
  cursor: pointer;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

/* line 122, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_filter {
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-right: var(--border-default-table);
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 122, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_filter {
    -ms-flex-pack: start;
        justify-content: flex-start;
    border-left: var(--border-default-table);
    border-top: var(--border-default-table);
  }
}

/* line 133, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_filter::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: block;
  background-image: url("../img/svg/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: var(--filter-black);
}

/* line 146, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_filter label {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 146, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
}

/* line 159, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_filter input {
  border: none;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 1.2;
  height: 40px;
  padding: 0 10px;
}

@media (max-width: 991.98px) {
  /* line 159, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_filter input {
    width: 100%;
  }
}

/* line 174, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_info,
.data-table .dataTables_wrapper .dataTables_paginate {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991.98px) {
  /* line 174, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_info,
  .data-table .dataTables_wrapper .dataTables_paginate {
    width: 100%;
  }
}

/* line 186, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_info {
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  /* line 186, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_info {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 200, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate {
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991.98px) {
  /* line 200, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 208, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate span {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 214, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate span.ellipsis {
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--primary-1);
  border-radius: 5px;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  /* line 214, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate span.ellipsis {
    width: 30px;
    height: 30px;
  }
}

/* line 234, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  background-color: var(--primary-1);
  border-radius: 5px;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  /* line 234, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
  }
}

/* line 259, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: var(--neutrals-2);
  color: var(--primary-1);
}

/* line 264, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: auto;
}

@media (max-width: 767.98px) {
  /* line 264, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    text-indent: -9999999px;
    position: relative;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 275, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/svg/arrow-left.svg");
    filter: var(--filter-neutrals-2);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: calc(50% - (15px / 2));
    left: calc(50% - (15px / 2));
  }
}

@media (max-width: 767.98px) {
  /* line 295, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
    left: 5px;
  }
}

@media (max-width: 767.98px) {
  /* line 303, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
    transform: rotate(-180deg);
    left: 10px;
  }
}

/* line 311, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: var(--neutrals-2);
  color: var(--primary-1);
}

/* line 315, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #2c2c31;
}

/* line 320, _src/scss/components/_data-table.scss */
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: .5;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  /* line 327, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_empty {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  /* line 332, _src/scss/components/_data-table.scss */
  .data-table .dataTables_wrapper .dataTables_empty::before {
    display: none;
  }
}

/* line 340, _src/scss/components/_data-table.scss */
.data-table input[type="search"]::-webkit-search-results-button,
.data-table input[type="search"]::-webkit-search-decoration,
.data-table input[type="search"]::-webkit-search-results-decoration,
.data-table input[type="search"]::-webkit-search-cancel-button {
  display: none !important;
}

/* line 1, _src/scss/components/_main-banner.scss */
.main-banner {
  width: 100%;
  padding: 50px 0px;
}

/* line 5, _src/scss/components/_main-banner.scss */
.main-banner__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767.98px) {
  /* line 5, _src/scss/components/_main-banner.scss */
  .main-banner__wrapper {
    display: block;
  }
}

/* line 13, _src/scss/components/_main-banner.scss */
.main-banner__wrapper__left {
  width: fit-content;
}

@media (max-width: 767.98px) {
  /* line 13, _src/scss/components/_main-banner.scss */
  .main-banner__wrapper__left {
    margin: auto;
  }
}

/* line 21, _src/scss/components/_main-banner.scss */
.main-banner__wrapper__right {
  margin: auto 0px;
  width: fit-content;
  height: fit-content;
  text-align: center;
}

/* line 27, _src/scss/components/_main-banner.scss */
.main-banner__wrapper__right img {
  margin: 20px auto;
}

/* line 31, _src/scss/components/_main-banner.scss */
.main-banner__wrapper__right h2, .main-banner__wrapper__right .h2 {
  color: var(--primary-1);
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--font-family-1);
}

/* line 38, _src/scss/components/_main-banner.scss */
.main-banner__wrapper__right a {
  margin: 20px auto auto;
}

@media (max-width: 767.98px) {
  /* line 21, _src/scss/components/_main-banner.scss */
  .main-banner__wrapper__right {
    margin: 30px auto auto;
  }
}

/* line 1, _src/scss/components/_como-participar.scss */
.como-participar {
  width: 100%;
  padding: 30px 0px;
  background-color: var(--primary-1);
}

/* line 7, _src/scss/components/_como-participar.scss */
.como-participar__wrapper__boxes {
  margin: 35px auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767.98px) {
  /* line 7, _src/scss/components/_como-participar.scss */
  .como-participar__wrapper__boxes {
    display: block;
  }
}

/* line 16, _src/scss/components/_como-participar.scss */
.como-participar__wrapper__boxes__box {
  width: 300px;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid var(--black);
  background-color: var(--secondary-1);
}

@media (max-width: 767.98px) {
  /* line 16, _src/scss/components/_como-participar.scss */
  .como-participar__wrapper__boxes__box {
    width: 90%;
    margin: 20px auto;
  }
}

/* line 33, _src/scss/components/_como-participar.scss */
.como-participar__wrapper__boxes__box h3, .como-participar__wrapper__boxes__box .h3 {
  font-size: 30px;
  text-transform: uppercase;
}

/* line 38, _src/scss/components/_como-participar.scss */
.como-participar__wrapper__boxes__box p {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
}

/* line 1, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes {
  width: 100%;
  padding: 30px 0px;
}

/* line 6, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
}

/* line 11, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-list {
  margin: 0 -10px;
}

@media (max-width: 1199.98px) {
  /* line 11, _src/scss/components/_produtos-participantes.scss */
  .produtos-participantes__wrapper .js-slick .slick-list {
    margin: 0 0 0 -15px;
  }
}

@media (max-width: 991.98px) {
  /* line 11, _src/scss/components/_produtos-participantes.scss */
  .produtos-participantes__wrapper .js-slick .slick-list {
    margin: auto;
  }
}

/* line 23, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick div {
  text-align: center;
  margin: 0 10px;
}

@media (max-width: 991.98px) {
  /* line 23, _src/scss/components/_produtos-participantes.scss */
  .produtos-participantes__wrapper .js-slick div {
    margin: 0;
  }
}

/* line 31, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick div img {
  margin: auto;
}

/* line 36, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-prev,
.produtos-participantes__wrapper .js-slick .slick-next {
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/svg/arrow-left-black.svg");
}

/* line 44, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-prev::before,
.produtos-participantes__wrapper .js-slick .slick-next::before {
  display: none !important;
}

@media (max-width: 1199.98px) {
  /* line 36, _src/scss/components/_produtos-participantes.scss */
  .produtos-participantes__wrapper .js-slick .slick-prev,
  .produtos-participantes__wrapper .js-slick .slick-next {
    display: none;
  }
}

/* line 53, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-next {
  right: -45px;
  transform: rotate(180deg);
  margin-top: -10px;
}

/* line 59, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-dots {
  bottom: -45px;
}

/* line 63, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-dots li button {
  background: black;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  opacity: 50%;
}

/* line 72, _src/scss/components/_produtos-participantes.scss */
.produtos-participantes__wrapper .js-slick .slick-dots li.slick-active button {
  opacity: 100%;
}

/* line 1, _src/scss/components/_titles.scss */
.default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
  font-family: var(--font-family-1);
  font-size: 16px;
  margin-bottom: rem(20px);
  font-weight: bold;
}

/* line 1, _src/scss/components/_internal-header.scss */
.container-header-full {
  background-color: var(--primary-1);
}

/* line 4, _src/scss/components/_internal-header.scss */
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 265px;
  position: relative;
  background-color: var(--primary-1);
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 4, _src/scss/components/_internal-header.scss */
  .page-header {
    height: 157px;
  }
}

/* line 16, _src/scss/components/_internal-header.scss */
.page-header .header-title {
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 16, _src/scss/components/_internal-header.scss */
  .page-header .header-title {
    position: static;
  }
}

/* line 22, _src/scss/components/_internal-header.scss */
.page-header .header-title__container {
  width: 100%;
  max-width: 1280px;
}

/* line 26, _src/scss/components/_internal-header.scss */
.page-header .header-title__container::before, .page-header .header-title__container::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 4;
}

@media (max-width: 991.98px) {
  /* line 26, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container::before, .page-header .header-title__container::after {
    display: none;
  }
}

/* line 41, _src/scss/components/_internal-header.scss */
.page-header .header-title__container:before {
  background-image: url("https://placehold.co/279x200/000000/f5c000?text=LOGO");
  width: 279px;
  height: 200px;
  top: 33px;
  left: 45px;
}

@media (max-width: 575.98px) {
  /* line 41, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container:before {
    top: 5px;
  }
}

/* line 58, _src/scss/components/_internal-header.scss */
.page-header .header-title__container:after {
  background-image: url("https://placehold.co/269x191/000000/f5c000?text=LOGO");
  width: 279px;
  height: 200px;
  top: 30px;
  right: 45px;
}

@media (max-width: 575.98px) {
  /* line 58, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container:after {
    top: 5px;
  }
}

/* line 76, _src/scss/components/_internal-header.scss */
.page-header .header-title__container--h1 {
  margin: 10px auto;
  max-width: 600px;
}

@media (max-width: 991.98px) {
  /* line 76, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container--h1 {
    font-size: 14px;
    padding: 0;
    height: auto;
    margin: 80px auto 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 76, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container--h1 {
    margin: 0 auto;
  }
}

/* line 94, _src/scss/components/_internal-header.scss */
.page-header .header-title__container .subtitle {
  font-family: var(--font-family-1);
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 5px 0px;
  line-height: 27px;
  max-width: 636px;
  margin: auto;
}

@media (max-width: 575.98px) {
  /* line 94, _src/scss/components/_internal-header.scss */
  .page-header .header-title__container .subtitle {
    display: block;
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 119, _src/scss/components/_internal-header.scss */
.page-header p:first-of-type {
  max-width: 620px;
  margin: 20px auto 0;
  font-family: var(--font-family-2);
  font-size: 17px;
}

/* line 127, _src/scss/components/_internal-header.scss */
.page-header a {
  color: var(--primary-3);
  text-decoration: underline;
}

/* line 133, _src/scss/components/_internal-header.scss */
.error .block-page-title-block {
  display: none;
}

/* line 2, _src/scss/components/_perguntas-frequentes.scss */
#faq_search mark, #faq_search .mark {
  background: orange;
  color: inherit;
  padding: 0;
}

/* line 9, _src/scss/components/_perguntas-frequentes.scss */
.accordion {
  padding: 10px 0px;
}

/* line 12, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item {
  margin: 15px 0px;
  border: none;
  background-color: var(--primary-1);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

/* line 19, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header {
  border: 0px !important;
  background-color: transparent;
}

/* line 23, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button {
  color: var(--black);
  font-family: var(--font-family-1);
  font-weight: 800;
  border: 0px;
  text-decoration: none;
  background-color: var(--primary-1);
  transition: all 0.3s ease-in-out;
}

/* line 32, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button span {
  margin-right: 10px;
}

/* line 36, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--secondary-1);
}

/* line 41, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--secondary-1);
}

/* line 45, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/svg/arrow-down-accordion.svg");
  filter: var(--filter-black);
  background-position: center;
}

/* line 51, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

/* line 59, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing, .accordion .accordion-item .accordion-collapse.show {
  background-color: var(--primary-1);
}

/* line 63, _src/scss/components/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body, .accordion .accordion-item .accordion-collapse.show .accordion-body {
  font-weight: 800;
}

/* line 1, _src/scss/components/_float-links.scss */
.float-links {
  position: fixed;
  z-index: 5;
  left: 100%;
  top: 200px;
}

/* line 7, _src/scss/components/_float-links.scss */
.float-links li {
  width: 250px;
  right: 60px;
  margin: 5px 0px;
  position: relative;
  padding: 5px 0px 5px 5px;
  background-color: #daab00;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  /* line 7, _src/scss/components/_float-links.scss */
  .float-links li {
    transform: translateY(-60%);
  }
}

/* line 21, _src/scss/components/_float-links.scss */
.float-links li:hover {
  right: 250px;
}

/* line 25, _src/scss/components/_float-links.scss */
.float-links li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--font-family-1);
  color: black;
}

/* line 34, _src/scss/components/_float-links.scss */
.float-links li a:hover {
  color: black;
}

/* line 38, _src/scss/components/_float-links.scss */
.float-links li a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: #f5c000;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1, _src/scss/components/_alerts.scss */
div[data-drupal-messages] div[role=contentinfo] {
  background-color: #dfdfe3;
  padding: var(--space-m);
  border-radius: 10px;
  border: 2px solid var(--primary-1);
  color: var(--black);
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

/* line 12, _src/scss/components/_alerts.scss */
div[data-drupal-messages] div[role=contentinfo] .placeholder {
  word-break: break-all;
  background-color: transparent;
  opacity: 1;
}

/* alerts */
/* line 25, _src/scss/components/_alerts.scss */
.card-border {
  padding: var(--space-s);
  text-align: center;
  margin: 30px auto;
  border-radius: 5px;
  background-color: var(--neutrals-1);
}

/* line 32, _src/scss/components/_alerts.scss */
.card-border__title,
.card-border .card-title,
.card-border h3,
.card-border .h3 {
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 800;
  padding: 20px 0 10px;
  text-transform: uppercase;
}

/* line 42, _src/scss/components/_alerts.scss */
.card-border .card, .card-border .webform-confirmation-card, .card-border .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .card-border .content-form-limit-medium, .card-border .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .card-border .user-login-form,
.card-border .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .card-border .content-form-limit-medium, .card-border .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .card-border .user-login-form,
.card-border .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .card-border .content-form-limit-medium, .card-border .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .card-border .user-login-form,
.card-border .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .card-border .content-form-limit-medium, .card-border .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .card-border .user-login-form {
  border: none;
  background: transparent;
}

/* line 47, _src/scss/components/_alerts.scss */
.card-border__text,
.card-border p {
  font-size: 16px;
}

/* line 52, _src/scss/components/_alerts.scss */
.card-border__button,
.card-border .button,
.card-border .default-btn {
  margin: 20px auto;
}

/* Error page */
/* line 61, _src/scss/components/_alerts.scss */
.error__content {
  padding: var(--space-s);
  text-align: center;
}

/* line 65, _src/scss/components/_alerts.scss */
.error__content h3, .error__content .h3 {
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 800;
  padding: 20px 0 10px;
  text-transform: uppercase;
}

/* line 73, _src/scss/components/_alerts.scss */
.error__content p {
  font-size: 16px;
}

/* line 77, _src/scss/components/_alerts.scss */
.error__content .default-btn {
  margin: 20px auto;
}

/* Label form error */
/* line 85, _src/scss/components/_alerts.scss */
.label-error-form, .contact-us form .form-item label.error {
  padding: 2px 0;
  background-color: var(--error);
  font-family: var(--font-family-1);
  font-size: 14px;
  text-align: left;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
}

/* default alert error */
/* line 98, _src/scss/components/_alerts.scss */
.default-error, .my-profile .alert,
.my-profile .invalid-feedback, .my-profile .two-columns-layout .form-item--error-message, .two-columns-layout .my-profile .form-item--error-message,
.my-profile .error {
  margin: 20px 0 0;
  border-radius: 5px;
  color: var(--black);
  background: var(--error);
  padding: 6px;
  font-weight: 700;
}

/* default warning*/
/* line 110, _src/scss/components/_alerts.scss */
.default-warning, .my-profile .alert.alert-warning,
.my-profile .alert-warning.invalid-feedback, .my-profile .two-columns-layout .alert-warning.form-item--error-message, .two-columns-layout .my-profile .alert-warning.form-item--error-message,
.my-profile .webform-submission-form label.alert-warning.error,
.my-profile .webform-submission-form .my-profile__name-content label.alert-warning.error {
  margin: 20px 0 0;
  border-radius: 5px;
  color: var(--black);
  background: var(--warning);
  padding: 6px;
  font-weight: 700;
}

/* line 1, _src/scss/components/_captcha.scss */
.g-recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
}

/* line 1, _src/scss/components/_modal.scss */
.ui-widget {
  width: auto !important;
  border-radius: 15px !important;
  max-width: 700px;
  padding: 15px 20px !important;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_modal.scss */
  .ui-widget {
    width: 90% !important;
  }
}

/* line 13, _src/scss/components/_modal.scss */
.ui-widget img {
  margin: 15px auto;
}

/* line 17, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content {
  width: 100% !important;
  padding: 10px 0;
  border: none;
}

/* line 23, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload {
  margin-top: 20px;
}

/* line 26, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file {
  padding: 0;
  margin-bottom: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 34, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file input[id*="edit-upload-upload"] {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 34, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file input[id*="edit-upload-upload"] {
    font-size: 13px;
    padding: 14px 0 10px 7px;
  }
}

@media (max-width: 575.98px) {
  /* line 42, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file input[id*="edit-upload-upload"]::file-selector-button {
    font-size: 14px;
  }
}

/* line 49, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .messages {
  top: 55px;
}

@media (max-width: 575.98px) {
  /* line 49, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .messages {
    padding: var(--space-m);
  }
}

/* line 56, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .messages ~ input[id*="edit-upload-upload"] {
  position: absolute;
  top: 0;
}

/* line 62, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file,
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file ~ span {
  padding: 7px 10px;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  /* line 62, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file,
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file ~ span {
    padding: 11px 0 11px 10px;
    font-size: 12px;
  }
}

/* line 73, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file {
  float: unset;
}

/* line 76, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file::before {
  display: none;
}

/* line 82, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file ~ span {
  padding: 8px 10px 7px 0;
}

@media (max-width: 575.98px) {
  /* line 82, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-managed-file .file ~ span {
    padding: 12px 10px 12px 0;
  }
}

/* line 92, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .description {
  color: var(--neutrals-3);
}

/* line 96, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .invalid-feedback, .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .two-columns-layout .form-item--error-message, .two-columns-layout .ui-widget .ui-dialog-content .form-upload-coupon .form-item-upload .form-item--error-message {
  background-color: var(--error);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  top: 70px;
}

/* line 109, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-titlebar-close {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  border: none;
  background-color: transparent;
  left: unset !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  background-image: url("../img/svg/icon-close.svg?v=9902");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  /*
        &::before,
        &:after {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 30px;
            background-color: var(--black);

            @include media-breakpoint-down(sm) {
                height: 20px;
            }
        }

        &::before {
            transform: rotate(45deg);
        }

        &:after {
            transform: rotate(-45deg);
        }
        */
}

/* line 126, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-titlebar-close:hover {
  opacity: .8;
  background-color: transparent;
  background-image: url("../img/svg/icon-close.svg?v=9902");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transition: all 0.3s ease-in-out;
}

/* line 161, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-titlebar-close .ui-icon-closethick,
.ui-widget .ui-dialog-titlebar-close .ui-button-icon-space {
  display: none;
}

/* line 167, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-titlebar {
  border: 0;
  background-color: transparent;
  padding: 20px 0 !important;
  position: relative;
  border-bottom: 1px solid var(--neutrals-1);
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 167, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-titlebar {
    padding: 30px 0 20px !important;
  }
}

/* line 179, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-titlebar::before {
  display: none;
}

/* line 184, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-title {
  color: var(--primary-1);
  font-family: var(--font-family-3);
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100% !important;
  margin: 0 auto !important;
}

@media (max-width: 575.98px) {
  /* line 184, _src/scss/components/_modal.scss */
  .ui-widget .ui-dialog-title {
    font-size: 18px;
  }
}

/* line 200, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-buttonpane {
  text-align: center;
  padding: 5px 15px;
}

/* line 204, _src/scss/components/_modal.scss */
.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
}

/* line 209, _src/scss/components/_modal.scss */
.ui-widget .modal-footer {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  padding: 14px;
  border-top: 1px solid var(--neutrals-1);
}

/* line 215, _src/scss/components/_modal.scss */
.ui-widget .modal-footer .webform-button--close {
  font-size: 20px !important;
  transition: all 0.3s ease-in-out;
}

/* line 221, _src/scss/components/_modal.scss */
.ui-widget .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: var(--primary-1);
}

/* line 227, _src/scss/components/_modal.scss */
.ui-widget .description a {
  color: var(--white);
  margin-top: 12px;
}

/* line 232, _src/scss/components/_modal.scss */
.ui-widget .description p {
  font-family: var(--font-family-2);
  color: var(--black);
}

/* line 237, _src/scss/components/_modal.scss */
.ui-widget .description .row {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  max-width: 100%;
}

/* line 242, _src/scss/components/_modal.scss */
.ui-widget .description .row:last-child {
  text-align: center;
  padding: 20px 0;
}

/* line 246, _src/scss/components/_modal.scss */
.ui-widget .description .row:last-child div {
  border-radius: 3px;
  border: 1px solid var(--primary-1);
  padding: 20px 0;
  margin: 0 2%;
  text-align: center;
  color: var(--black);
}

@media (max-width: 767px) {
  /* line 246, _src/scss/components/_modal.scss */
  .ui-widget .description .row:last-child div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 10px 0;
  }
}

/* line 265, _src/scss/components/_modal.scss */
.ui-widget .row {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 269, _src/scss/components/_modal.scss */
.ui-widget .carousel-indicators {
  bottom: -25px;
}

/* line 272, _src/scss/components/_modal.scss */
.ui-widget .carousel-indicators button {
  background-color: var(--black);
}

/* line 277, _src/scss/components/_modal.scss */
.ui-widget .carousel-indicators [data-bs-target] {
  background-color: var(--primary-1);
}

/* line 281, _src/scss/components/_modal.scss */
.ui-widget ::-webkit-scrollbar {
  width: 5px;
}

/* line 285, _src/scss/components/_modal.scss */
.ui-widget ::-webkit-scrollbar-track {
  background: var(--neutrals-1);
  border-radius: 20px;
}

/* line 290, _src/scss/components/_modal.scss */
.ui-widget ::-webkit-scrollbar-thumb {
  background-color: var(--primary-1);
  border-radius: 20px;
}

/* line 295, _src/scss/components/_modal.scss */
.ui-widget .carousel-control-next-icon {
  background-image: url(../img/svg/modal-arrow-right.svg);
}

/* line 299, _src/scss/components/_modal.scss */
.ui-widget .carousel-control-prev-icon {
  background-image: url(../img/svg/modal-arrow-left.svg);
}

/* line 303, _src/scss/components/_modal.scss */
.ui-widget .carousel-control-next {
  right: -30px;
}

/* line 309, _src/scss/components/_modal.scss */
.ui-widget .carousel-control-prev {
  left: -30px;
}

/* line 315, _src/scss/components/_modal.scss */
.ui-widget .sr-only {
  display: none;
}

/* line 319, _src/scss/components/_modal.scss */
.ui-widget.ui-widget-content {
  border: none !important;
}

/* line 324, _src/scss/components/_modal.scss */
.modal-conta {
  text-align: center;
}

/* line 327, _src/scss/components/_modal.scss */
.modal-conta p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--neutrals-3);
}

/* line 334, _src/scss/components/_modal.scss */
.modal-conta .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
  margin: 10px 0;
}

/* line 354, _src/scss/components/_modal.scss */
.custom-modal .modal-content .modal-body__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--neutrals-3);
  text-align: center;
  margin-bottom: 10px;
}

/* line 363, _src/scss/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  /* line 363, _src/scss/components/_modal.scss */
  .custom-modal .modal-content .modal-body .modal-btns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  /* line 375, _src/scss/components/_modal.scss */
  .custom-modal .modal-content .modal-body .modal-btns .btn, .custom-modal .modal-content .modal-body .modal-btns .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .table .custom-form-group--upload a, .table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
  .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next {
    width: 100%;
  }
}

/* line 384, _src/scss/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-help-options {
  width: 100%;
  margin-top: 30px;
}

/* line 388, _src/scss/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-help-options__description {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 575.98px) {
  /* line 388, _src/scss/components/_modal.scss */
  .custom-modal .modal-content .modal-body .modal-help-options__description {
    gap: 10px;
  }
}

/* line 402, _src/scss/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-help-options__description::before, .custom-modal .modal-content .modal-body .modal-help-options__description::after {
  content: "";
  height: 1px;
  width: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--neutrals-1);
}

@media (max-width: 575.98px) {
  /* line 402, _src/scss/components/_modal.scss */
  .custom-modal .modal-content .modal-body .modal-help-options__description::before, .custom-modal .modal-content .modal-body .modal-help-options__description::after {
    width: 50px;
  }
}

/* line 421, _src/scss/components/_modal.scss */
.custom-modal.custom-modal-cpf-email-existing {
  padding: 0 30px 35px;
}

@media (max-width: 575.98px) {
  /* line 421, _src/scss/components/_modal.scss */
  .custom-modal.custom-modal-cpf-email-existing {
    padding: 0 0 35px;
  }
}

/* line 1, _src/scss/components/_progress-bar.scss */
.progress-bar {
  width: 100%;
  margin: 50px auto;
  overflow: initial;
}

/* line 6, _src/scss/components/_progress-bar.scss */
.progress-bar__wrapper {
  max-width: 610px;
  margin: 0 auto;
  background-color: var(--primary-1);
  border-radius: 20px;
  width: 100%;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 5px 4px 5px;
}

@media (max-width: 575.98px) {
  /* line 6, _src/scss/components/_progress-bar.scss */
  .progress-bar__wrapper {
    max-width: 78%;
  }
}

/* line 22, _src/scss/components/_progress-bar.scss */
.progress-bar__progress {
  width: 0;
  height: 100%;
  background-color: var(--black);
  border-radius: 20px;
  max-width: 100%;
  transition: all .9s ease-in-out;
  position: relative;
  overflow: initial;
}

/* line 32, _src/scss/components/_progress-bar.scss */
.progress-bar__progress .progress-bar-ballon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  width: 80px;
  border-radius: 10px;
  position: absolute;
  top: -56px;
  right: calc((-80px / 2));
  transition: all .9s ease-in-out;
  opacity: 0;
}

/* line 50, _src/scss/components/_progress-bar.scss */
.progress-bar__progress .progress-bar-ballon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: var(--primary-1) transparent transparent transparent;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}

/* line 1, _src/scss/components/_total-redeemed.scss */
.total-redeemed {
  width: 100%;
  margin: 40px auto;
}

/* line 5, _src/scss/components/_total-redeemed.scss */
.total-redeemed__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 13, _src/scss/components/_total-redeemed.scss */
.total-redeemed__title {
  padding: 10px 20px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 50px auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 13, _src/scss/components/_total-redeemed.scss */
  .total-redeemed__title {
    margin: 10px auto 50px;
    width: calc(100% - 30px);
  }
}

/* line 30, _src/scss/components/_total-redeemed.scss */
.total-redeemed .limit-reached {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 37, _src/scss/components/_total-redeemed.scss */
.total-redeemed .limit-reached__description {
  margin-bottom: 10px;
  font-size: rem(16px);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
}

/* line 46, _src/scss/components/_total-redeemed.scss */
.total-redeemed .limit-reached__description em {
  font-style: italic;
}

/* line 1, _src/scss/components/_password-suggestions.scss */
.password-suggestions {
  border: none;
  max-width: 100%;
  font-size: 14px;
  font-family: var(--font-family-1);
  margin: 0 0 15px;
  padding: 0 0;
}

/* line 9, _src/scss/components/_password-suggestions.scss */
.password-suggestions ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 18px;
}

/* line 14, _src/scss/components/_password-suggestions.scss */
.password-suggestions ul li {
  font-size: 14px;
  font-family: var(--font-family-1);
  margin: 5px 0;
}

/* line 1, _src/scss/components/_winners-map.scss */
.winners-map {
  width: 100%;
}

/* line 4, _src/scss/components/_winners-map.scss */
.winners-map__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 60px auto;
}

/* line 13, _src/scss/components/_winners-map.scss */
.winners-map__title {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 13, _src/scss/components/_winners-map.scss */
  .winners-map__title {
    margin-bottom: 30px;
  }
}

/* line 25, _src/scss/components/_winners-map.scss */
.winners-map__title span {
  color: var(--primary-1);
  margin-left: 5px;
}

/* line 31, _src/scss/components/_winners-map.scss */
.winners-map .info-about-map {
  padding: 10px 20px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 70px;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 31, _src/scss/components/_winners-map.scss */
  .winners-map .info-about-map {
    margin-bottom: 30px;
  }
}

/* line 46, _src/scss/components/_winners-map.scss */
.winners-map .info-about-map span {
  color: var(--white);
  margin-left: 5px;
}

/* line 51, _src/scss/components/_winners-map.scss */
.winners-map .info-about-map--no-info {
  margin-top: 50px;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: unset;
  padding: 0;
  font-size: 14px;
}

/* line 59, _src/scss/components/_winners-map.scss */
.winners-map .info-about-map--no-info span {
  color: var(--primary-1);
}

/* line 65, _src/scss/components/_winners-map.scss */
.winners-map__map {
  max-width: 550px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 65, _src/scss/components/_winners-map.scss */
  .winners-map__map {
    display: none;
  }
}

/* line 77, _src/scss/components/_winners-map.scss */
.winners-map__map .image-map {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 82, _src/scss/components/_winners-map.scss */
.winners-map__map .image-map__img {
  filter: var(--filter-primary-1);
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 91, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--neutrals-2);
  cursor: pointer;
}

/* line 104, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -5px;
  background-color: var(--neutrals-2);
  transform: rotate(-45deg);
  z-index: -1;
  display: none;
  transition: all 0.3s ease-in-out;
}

/* line 118, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map:hover {
  width: 55px;
  height: 40px;
  border-radius: 4px;
  transform: translate(-10px, -15px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* line 126, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map:hover::before {
  display: block;
}

/* line 130, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map:hover .data-map__quantity {
  display: none;
}

/* line 134, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map:hover .data-map__state {
  display: block;
}

/* line 139, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map__quantity {
  color: var(--white);
  font-family: var(--font-family-1);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

/* line 146, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map__state {
  display: none;
  color: var(--white);
  font-family: var(--font-family-1);
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

/* line 154, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ac {
  left: 15px;
  top: 170px;
}

/* line 163, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--al {
  left: 543px;
  top: 203px;
}

/* line 167, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--al:hover {
  transform: translate(0, 0);
  left: 548px;
  top: 198px;
}

/* line 172, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--al:hover::before {
  bottom: calc(50% - 6px);
  left: -5px;
}

/* line 187, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--am {
  left: 90px;
  top: 115px;
}

/* line 196, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ap {
  left: 295px;
  top: 30px;
}

/* line 205, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ba {
  left: 420px;
  top: 230px;
}

/* line 214, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ce {
  left: 470px;
  top: 105px;
}

/* line 223, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--df {
  left: 345px;
  top: 251px;
}

/* line 232, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--es {
  left: 444px;
  top: 315px;
}

/* line 241, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--go {
  left: 296px;
  top: 290px;
}

/* line 250, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ma {
  left: 380px;
  top: 120px;
}

/* line 259, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--mg {
  left: 380px;
  top: 301px;
}

/* line 268, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ms {
  left: 245px;
  top: 335px;
}

/* line 277, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--mt {
  left: 240px;
  top: 260px;
}

/* line 286, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pa {
  left: 275px;
  top: 130px;
}

/* line 295, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pb {
  left: 555px;
  top: 157px;
}

/* line 299, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pb:hover {
  transform: translate(0, 0);
  left: 561px;
  top: 157px;
}

/* line 304, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pb:hover::before {
  bottom: calc(50% - 6px);
  left: -5px;
}

/* line 319, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pe {
  left: 489px;
  top: 162px;
}

/* line 328, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pi {
  left: 391px;
  top: 175px;
}

/* line 337, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--pr {
  left: 285px;
  top: 390px;
}

/* line 346, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--rj {
  left: 405px;
  top: 352px;
}

/* line 355, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--rn {
  left: 518px;
  top: 113px;
}

/* line 364, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--ro {
  left: 130px;
  top: 200px;
}

/* line 373, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--rr {
  left: 158px;
  top: 25px;
}

/* line 382, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--rs {
  left: 270px;
  top: 470px;
}

/* line 391, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--sc {
  left: 322px;
  top: 430px;
}

/* line 400, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--se {
  left: 515px;
  top: 232px;
}

/* line 404, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--se:hover {
  transform: translate(0, 0);
  top: 245px;
  left: 491px;
}

/* line 409, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--se:hover::before {
  bottom: unset;
  top: -5px;
}

/* line 424, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--sp {
  left: 325px;
  top: 353px;
}

/* line 433, _src/scss/components/_winners-map.scss */
.winners-map__map .data-map--to {
  left: 342px;
  top: 200px;
}

/* line 1, _src/scss/components/_btn-participate.scss */
.btn-participate {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 3;
}

/* line 10, _src/scss/components/_btn-participate.scss */
.btn-participate__btn {
  width: fit-content;
  padding: 15px 50px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--secondary-1);
  border-bottom: none;
}

/* line 26, _src/scss/components/_btn-participate.scss */
.btn-participate__btn:hover {
  color: var(--primary-1);
  background-color: var(--neutrals-2);
  border-color: var(--neutrals-2);
  text-decoration: none !important;
}

/* line 1, _src/scss/components/_promotions.scss */
.promotions {
  margin-top: 30px;
}

/* line 6, _src/scss/components/_promotions.scss */
.promotions__title {
  width: 100%;
  display: block;
  text-align: center;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 15px;
}

/* line 18, _src/scss/components/_promotions.scss */
.promotions__item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 30px auto;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* line 29, _src/scss/components/_promotions.scss */
.promotions__item:hover .promotions-image {
  transform: scale(0.98);
}

/* line 34, _src/scss/components/_promotions.scss */
.promotions__item--disabled {
  opacity: .5;
}

/* line 38, _src/scss/components/_promotions.scss */
.promotions__item--disabled:hover .promotions-image {
  transform: unset;
}

/* line 43, _src/scss/components/_promotions.scss */
.promotions__item--disabled .promotions__link {
  pointer-events: none;
}

/* line 49, _src/scss/components/_promotions.scss */
.promotions__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 1;
}

/* line 64, _src/scss/components/_promotions.scss */
.promotions .promotions-image {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* line 72, _src/scss/components/_promotions.scss */
.promotions__text {
  width: 100%;
  display: block;
  text-align: center;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  margin-top: 15px;
}

/* line 1, _src/scss/components/_not-found-message.scss */
.page-not-found-message {
  width: 100%;
  margin: 40px auto;
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/components/_not-found-message.scss */
  .page-not-found-message {
    margin: 70px auto 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 1, _src/scss/components/_not-found-message.scss */
  .page-not-found-message {
    margin: 70px auto 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_not-found-message.scss */
  .page-not-found-message {
    margin: 50px auto 10px;
  }
}

/* line 17, _src/scss/components/_not-found-message.scss */
.page-not-found-message__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: var(--primary-1);
  border-radius: 30px;
  padding: 50px 30px;
  gap: 30px;
}

@media (max-width: 767.98px) {
  /* line 17, _src/scss/components/_not-found-message.scss */
  .page-not-found-message__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 32, _src/scss/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  /* line 32, _src/scss/components/_not-found-message.scss */
  .page-not-found-message__wrapper .message-not-found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
}

/* line 45, _src/scss/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found__title {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 54, _src/scss/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found__message {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 4, _src/scss/components/_promotion-closed.scss */
.promotion-close .closing-message {
  display: -ms-flexbox;
  display: flex;
}

/* line 9, _src/scss/components/_promotion-closed.scss */
.promotion-close .d-none-promotion-close {
  display: none !important;
}

/* line 14, _src/scss/components/_promotion-closed.scss */
.promotion-close .no-point-events-promotion-close {
  pointer-events: none !important;
}

/* line 19, _src/scss/components/_promotion-closed.scss */
.promotion-close .no-text-decoration-promotion-close {
  text-decoration: none !important;
}

/* line 24, _src/scss/components/_promotion-closed.scss */
.promotion-close .btn-disabled-promotion-close {
  opacity: .6 !important;
  pointer-events: none !important;
}

/* line 30, _src/scss/components/_promotion-closed.scss */
.promotion-close .show-on-promotion-close {
  display: block !important;
}

/* line 1, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout {
  /*--- PÁGINAS ---*/
}

/* line 2, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content {
  padding-top: 0 !important;
  padding-bottom: 0;
  background-color: var(--primary-1);
}

/* line 7, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container, .two-columns-layout .main-content .my-profile, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav, .two-columns-layout .main-content .region-header, .two-columns-layout .main-content .store-finder {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 12, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container > .row, .two-columns-layout .main-content .my-profile > .row, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav > .row, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav > .row, .two-columns-layout .main-content .region-header > .row, .two-columns-layout .main-content .store-finder > .row {
    margin: 0 15px;
  }
}

/* line 17, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 {
  position: relative;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  /* line 23, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 32, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(1) {
    display: none;
  }
}

/* line 38, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
  background-color: var(--white);
}

/* line 44, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: var(--primary-1);
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 57, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__content, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__content, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__content, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__content, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__content, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 63, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__content:before, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__content:before {
  content: "";
  width: 287px;
  height: 307px;
  display: block;
  background-image: url(https://placehold.co/287x307/000000/f5c000?text=LOGO);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575.98px) {
  /* line 63, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__content:before, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__content:before, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__content:before {
    width: 100%;
  }
}

/* line 79, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__content__content-text, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__content__content-text, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__content__content-text, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__content__content-text, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__content__content-text, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__content__content-text {
  padding: 0 0 0 40px;
}

/* line 82, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__content__content-text__text-highlighted {
  font-size: var(--font-step-2);
  line-height: 35px;
  text-align: center;
  color: var(--white);
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  padding: 15px 0 20px;
  width: 100%;
  margin: 28px 0 49px;
}

/* line 96, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__img, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__img, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__img, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__img, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__img {
  margin: 20px 5px 0;
}

/* line 101, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .login__or, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .login__or, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .login__or, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .login__or, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .login__or, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .login__or {
  margin: 25px 0 10px;
  color: var(--black);
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

/* line 114, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .login__or::before, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .login__or::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .login__or::after {
  content: '';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  height: 1px;
  background-color: var(--neutrals-2);
}

@media (max-width: 575.98px) {
  /* line 114, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .login__or::before, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .login__or::before, .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .login__or::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .login__or::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .login__or::after {
    width: 100px;
  }
}

/* line 129, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos {
  width: 100%;
  padding: 50px 0;
}

/* line 133, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__links, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__links, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__links, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__links, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__links, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 138, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__link, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__link, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__link, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__link, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__link, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__link {
  padding: 0 0 14px 0;
}

/* line 141, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__link a, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__link a {
  color: var(--black);
  margin: 0 12px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

/* line 149, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__text, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__text {
  color: var(--black);
  font-size: 14px;
  max-width: 342px;
  margin: auto;
  text-align: center;
}

/* line 158, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .footer-login-register, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .footer-login-register, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .footer-login-register, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .footer-login-register, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .footer-login-register, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .footer-login-register {
  background-color: var(--primary-1);
  padding: 3px 15px;
}

/* line 162, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .footer-login-register__box-infos {
  max-width: 580px;
  margin: 24px auto;
  display: block;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  border: 2px solid var(--white);
  padding: 18px 20px;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 162, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .footer-login-register__box-infos, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .footer-login-register__box-infos {
    margin: 24px 15px;
  }
}

/* line 182, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar {
  padding: 30px 0 35px 30px;
}

/* line 185, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link {
  color: var(--black);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

/* line 193, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:before {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  background-image: url("../img/svg/arrow-left-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

/* line 205, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:hover {
  color: var(--primary-1);
  transition: all 0.3s ease-in-out;
}

/* line 209, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:hover::before {
  transition: all 0.3s ease-in-out;
  filter: var(--filter-primary-1);
}

/* line 217, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout div[data-drupal-messages] {
  background-color: var(--white);
  margin: 0 0 0 auto;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0;
}

@media (max-width: 991.98px) {
  /* line 217, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout div[data-drupal-messages] {
    width: 100%;
  }
}

/* line 234, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form {
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 234, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout form {
    max-width: 100%;
  }
}

/* line 242, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .address-container-inline {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* line 246, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .address-container-inline > .form-item {
  margin-right: 0;
  width: 50%;
}

/* line 253, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item .link-wrapper-form {
  text-align: right;
  width: 100%;
  display: block;
}

/* line 259, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item .form-type-password {
  max-width: 100%;
}

/* line 263, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox {
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  /* line 263, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout form .form-item.js-form-type-checkbox {
    padding-left: 5px;
  }
}

/* line 270, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox .option {
  color: var(--black);
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 575.98px) {
  /* line 270, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout form .form-item.js-form-type-checkbox .option {
    width: calc(100% - 30px);
  }
}

/* line 281, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox .option.form-required {
  position: relative;
}

/* line 284, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox .option.form-required::before {
  position: absolute;
  left: -10px;
  top: -6px;
}

/* line 295, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .invalid-feedback, .two-columns-layout .form-item--error-message {
  margin: 10px 0;
  background-color: var(--error);
  border-radius: 5px;
  padding: 3px 10px;
  color: var(--white);
  text-align: center;
}

/* line 304, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-item--error-message {
  display: block;
}

/* line 308, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-item--error-message a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

/* line 312, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-item--error-message a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* line 317, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-item--error-message em {
  color: var(--white);
  opacity: 1;
}

/* line 323, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .content-form-limit {
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 323, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .content-form-limit {
    padding: 0;
  }
}

/* line 332, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful,
.two-columns-layout .content-form-limit-medium,
.two-columns-layout .user-login-form {
  max-width: 580px;
}

@media (max-width: 1024px) {
  /* line 332, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .form-registrationsuccessful,
  .two-columns-layout .content-form-limit-medium,
  .two-columns-layout .user-login-form {
    width: 90%;
  }
}

@media (max-width: 991.98px) {
  /* line 332, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .form-registrationsuccessful,
  .two-columns-layout .content-form-limit-medium,
  .two-columns-layout .user-login-form {
    width: 100%;
  }
}

/* line 348, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful.card-border {
  background-color: transparent;
  margin: 0 auto;
}

/* line 354, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful.card-border .txt-sucess .card-border__text {
  font-size: 16px;
  line-height: 21px;
}

/* line 361, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful.card-border .default-btn.card-border {
  padding: inherit;
}

@media (max-width: 575.98px) {
  /* line 368, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout #block-incompleteprofileblock {
    padding: 0 30px;
  }
}

/* line 378, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .footer-two-coluns--spacing-bottom {
  padding-bottom: 125px;
}

/* line 383, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .footer-two-coluns--bg-color {
  background-color: var(--primary-1);
}

/* line 389, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .webform-options-display-side-by-side > div {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

@media (max-width: 575.98px) {
  /* line 389, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout .webform-options-display-side-by-side > div {
    width: calc(50% - 10px);
  }
}

/* line 396, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout .webform-options-display-side-by-side.form-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}

/* line 409, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 575.98px) {
  /* line 409, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

/* line 420, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .form-checkbox.valid ~ .form-item--error-message, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .form-checkbox.valid ~ .form-item--error-message {
  display: none;
}

/* line 426, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .form-item--error-message, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .form-item--error-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
      order: 2;
}

/* line 431, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option {
  margin-top: 3px;
}

/* line 435, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option.form-required::before, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option.form-required::before {
  left: -30px;
}

@media (max-width: 575.98px) {
  /* line 435, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option.form-required::before, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option.form-required::before {
    left: -33px;
  }
}

/* line 454, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-conta-alterada-com-sucesso .form-registrationsuccessful {
  padding: 0;
}

/* line 458, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-conta-alterada-com-sucesso .form-registrationsuccessful .txt-sucess .text-center {
  margin-top: 0 !important;
}

/* line 469, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form > form {
  max-width: 100%;
}

/* line 474, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file {
  margin: 30px auto 110px;
  min-height: 40px;
  color: var(--neutrals-2);
}

@media (max-width: 575.98px) {
  /* line 474, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file {
    margin: 30px auto 150px;
  }
}

@media (max-width: 575.98px) {
  /* line 483, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file input[id*="edit-file-upload"] {
    font-size: 13px;
    padding: 13px 0 0 8px;
    left: 0;
  }
}

/* line 490, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file input[id*="edit-file-upload"].form-submit {
  display: none;
}

/* line 497, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file .messages--error.file-upload-js-error {
  top: 55px;
}

@media (max-width: 575.98px) {
  /* line 497, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file .messages--error.file-upload-js-error {
    padding: var(--space-m);
  }
}

/* line 507, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .webform-document-file.form-managed-file.error {
  background-color: transparent;
  color: var(--neutrals-2) !important;
}

/* line 520, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .webform-submission-promo-sorteio-participation-wf-form .default-table tbody tr.hero td.user-product-quantity {
  border-bottom: none;
}

/* line 530, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.register-coupon-b .participation-form {
  padding: 0 40px;
}

@media (max-width: 575.98px) {
  /* line 530, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.register-coupon-b .participation-form {
    padding: 0 15px;
  }
}

/* line 552, _src/scss/components/_two-columns-layout.scss */
.two-columns-layout.alterar-senha .content-form-limit-medium form .form-item-senha .description, .two-columns-layout.alterar-senha .user-login-form form .form-item-senha .description {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  /* line 563, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha form {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 572, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-incompleto .content-form-limit {
    padding: 0 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 580, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .content-form-limit {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 597, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6 {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 607, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .content-form-limit {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 613, _src/scss/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .form-registrationsuccessful {
    padding: 0 30px;
  }
}

/* line 1, _src/scss/components/_help-box.scss */
.help-box {
  display: block;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 12, _src/scss/components/_help-box.scss */
.help-box .help-box-icon {
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  z-index: 1;
}

/* line 21, _src/scss/components/_help-box.scss */
.help-box .help-box-icon.active {
  animation: slideInRight 1.2s ease 0s 1 normal forwards;
}

/* line 25, _src/scss/components/_help-box.scss */
.help-box .help-box-icon.show-on-load {
  animation: slideInRight 1.2s ease 0s 1 normal forwards;
}

/* line 29, _src/scss/components/_help-box.scss */
.help-box .help-box-icon.hide {
  animation: slideOutRight 1s ease 0s 1 normal forwards;
}

/* line 34, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper {
  transform: translateX(100%);
  width: 410px;
  opacity: 0;
  border-radius: 10px;
  background-color: var(--white);
  padding: 40px 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 34, _src/scss/components/_help-box.scss */
  .help-box .help-box-wrapper {
    margin: 0 auto;
  }
}

/* line 51, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(https://placehold.co/90x90/f5c000/000000?text=PossoAjudar);
}

/* line 70, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper.active {
  animation: slideInRight 1.2s ease 0s 1 normal forwards;
  margin-right: 15px;
  width: 410px;
}

@media (max-width: 575.98px) {
  /* line 70, _src/scss/components/_help-box.scss */
  .help-box .help-box-wrapper.active {
    width: 90%;
    margin: 0 auto;
  }
}

/* line 81, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper.hide {
  animation: slideOutRight 1s ease 0s 1 normal forwards;
}

/* line 89, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper.show-on-load {
  width: 0;
  height: 0;
  padding: 0;
}

/* line 96, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__card .help-box-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 15px auto;
}

/* line 103, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__card .help-box-contacts__description {
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--primary-1);
}

/* line 111, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__card .help-box-contacts__link {
  font-family: var(--font-family-1);
  text-align: center;
  color: var(--primary-1);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* line 118, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__card .help-box-contacts__link:hover {
  text-decoration: underline;
  color: var(--neutrals-2);
}

/* line 126, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-indent: -99999999999px;
  width: 18px;
  height: 18px;
  background-image: url("../img/svg/icon-close.svg?v=9902");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
}

/* line 141, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__close:hover {
  opacity: .9;
}

@media (max-width: 575.98px) {
  /* line 126, _src/scss/components/_help-box.scss */
  .help-box .help-box-wrapper__close {
    right: 25px;
  }
}

/* line 152, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__title {
  font-family: var(--font-family-1);
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: var(--primary-1);
  margin-top: 20px;
}

/* line 161, _src/scss/components/_help-box.scss */
.help-box .help-box-wrapper__subtitle {
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--neutrals-2);
  margin-top: 10px;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* line 1, _src/scss/components/_ux-cookies.scss */
#ot-sdk-btn-floating {
  display: none;
}

@media (min-width: 400px) {
  /* line 2, _src/scss/components/_cookie-permission.scss */
  #onetrust-banner-sdk .ot-sdk-container {
    padding: 10px 0 !important;
  }
}

/* line 8, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns {
  margin-top: 20px;
}

/* line 13, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns .banner-header .ot-bnr-logo {
  height: 44px;
}

/* line 18, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-policy-text {
  font-family: var(--font-family-1);
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
}

/* line 24, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-policy-text a {
  font-family: var(--font-family-1);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

/* line 34, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-button-group .banner-actions-container #onetrust-reject-all-handler,
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-button-group .banner-actions-container #onetrust-accept-btn-handler {
  font-family: var(--font-family-1);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  /* line 34, _src/scss/components/_cookie-permission.scss */
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-button-group .banner-actions-container #onetrust-reject-all-handler,
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-button-group .banner-actions-container #onetrust-accept-btn-handler {
    margin-bottom: 20px;
  }
}

/* line 48, _src/scss/components/_cookie-permission.scss */
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-sdk-columns #onetrust-pc-btn-handler {
  font-family: var(--font-family-1);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

/* line 1, _src/scss/components/_nav-tabs.scss */
.nav-tabs {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 4px solid var(--primary-1);
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_nav-tabs.scss */
  .nav-tabs {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0 15px;
  }
}

/* line 16, _src/scss/components/_nav-tabs.scss */
.nav-tabs .nav-link {
  width: 180px;
  min-width: 180px;
  padding: 7px 10px;
  border-radius: 5px 5px 0px 0px;
  background-color: var(--neutrals-2);
  outline: none;
  border: none;
  text-decoration: none;
  text-align: center;
  color: var(--primary-1);
  font-size: 16px;
  font-family: var(--font-family-1);
}

@media (max-width: 575.98px) {
  /* line 16, _src/scss/components/_nav-tabs.scss */
  .nav-tabs .nav-link {
    width: 160px;
    min-width: 160px;
  }
}

/* line 35, _src/scss/components/_nav-tabs.scss */
.nav-tabs .nav-link p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px 0;
}

/* line 47, _src/scss/components/_nav-tabs.scss */
.nav-tabs .nav-link.active {
  background-color: var(--primary-1);
  color: var(--neutrals-2);
}

/* line 56, _src/scss/components/_nav-tabs.scss */
.tab-content .tab-pane .prize-draw {
  display: block;
  text-align: center;
  margin: 30px auto;
  font-size: 28px;
  color: var(--primary-1);
  font-family: var(--font-family-1);
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/components/_opt-validate-form.scss */
  .otpvalidateform {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 6, _src/scss/components/_opt-validate-form.scss */
  .otpvalidateform form {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 13, _src/scss/components/_opt-validate-form.scss */
  .otpvalidateform form .form-actions {
    gap: 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 18, _src/scss/components/_opt-validate-form.scss */
  .otpvalidateform form .form-actions .default-btn {
    width: fit-content;
    padding: 0 10px;
  }
}

/* line 2, _src/scss/components/_drupal.scss */
body[class*="toolbar-"] header {
  position: relative !important;
  top: initial;
}

/* line 9, _src/scss/components/_drupal.scss */
.gin-secondary-toolbar .placeholder {
  background-color: transparent !important;
  cursor: pointer !important;
  font-weight: var(--gin-font-weight-normal) !important;
  color: var(--gin-color-text-light) !important;
  font-size: var(--gin-font-size-xs) !important;
  line-height: 2 !important;
  opacity: 1;
}

/* line 17, _src/scss/components/_drupal.scss */
.gin-secondary-toolbar .placeholder:hover {
  color: var(--gin-color-primary-hover) !important;
}

/* line 22, _src/scss/components/_drupal.scss */
.gin-secondary-toolbar--frontend {
  background-color: #ffffff !important;
}

/* line 1, _src/scss/components/custom-animations/_jack-in-the-box.scss */
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 1, _src/scss/components/custom-animations/_slide-in-right.scss */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(calc(100dvh + 100%), 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, _src/scss/components/custom-animations/_slide-in-down.scss */
.customSlideInDown {
  animation-name: customSlideInDown;
}

@keyframes customSlideInDown {
  0% {
    transform: translate3d(0, -400px, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 1, _src/scss/components/custom-animations/_slide-in-left.scss */
.customSlideInLeft {
  animation-name: customSlideInLeft;
}

@keyframes customSlideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 1, _src/scss/components/custom-animations/_shakeY.scss */
.customShakeY {
  animation-name: customShakeY;
}

@keyframes customShakeY {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0px, -1px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(0px, 1px, 0);
  }
}

/* line 1, _src/scss/components/custom-animations/_back-in-up.scss */
.backInUp {
  animation-name: backInUp;
}

@keyframes backInUp {
  0% {
    opacity: 0;
    transform: translateY(1200px) scale(0.8);
  }
  80% {
    opacity: 1;
    transform: translateY(0px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* IMPORT PAGES */
/* line 1, _src/scss/pages/_home.scss */
.bg-webp {
  /* @include bg-webp($img-path + '_test-img.jpg'); */
  background-image: url("https://placehold.co/600x450/000000/f5c000?text=600x450");
  background-repeat: no-repeat;
  height: 450px;
}

/* line 8, _src/scss/pages/_home.scss */
.default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
  font-size: 35px;
}

/* line 17, _src/scss/pages/_home.scss */
.home div[data-drupal-messages] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

/* line 26, _src/scss/pages/_home.scss */
.home .region-footer .region-footer__copyright {
  padding-bottom: 100px;
}

@media (max-width: 575.98px) {
  /* line 26, _src/scss/pages/_home.scss */
  .home .region-footer .region-footer__copyright {
    padding-bottom: 80px;
  }
}

/* line 4, _src/scss/pages/_enter.scss */
.enter .form-actions .form-submit.btn-primary {
  width: 50%;
}

@media (max-width: 575.98px) {
  /* line 4, _src/scss/pages/_enter.scss */
  .enter .form-actions .form-submit.btn-primary {
    width: 100%;
  }
}

/* line 2, _src/scss/pages/_create-account.scss */
.form-registration .register__or {
  width: 100%;
  margin: 25px 0 10px;
  color: var(--black);
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 15, _src/scss/pages/_create-account.scss */
.form-registration .register__or::before, .form-registration .register__or::after {
  content: '';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 160px;
  height: 1px;
  background-color: var(--neutrals-2);
}

@media (max-width: 575.98px) {
  /* line 15, _src/scss/pages/_create-account.scss */
  .form-registration .register__or::before, .form-registration .register__or::after {
    width: 80px;
  }
}

/* line 32, _src/scss/pages/_create-account.scss */
.form-registration .registrationform .form-group .description {
  font-size: 12px;
  text-align: right;
}

/* line 38, _src/scss/pages/_create-account.scss */
.form-registration .registrationform #edit-id-sexo {
  display: -ms-flexbox;
  display: flex;
}

/* line 41, _src/scss/pages/_create-account.scss */
.form-registration .registrationform #edit-id-sexo .form-item {
  padding-right: var(--space-2xs);
}

/* line 47, _src/scss/pages/_create-account.scss */
.form-registration .socialloginform {
  padding: 0;
}

@media (max-width: 1024px) {
  /* line 50, _src/scss/pages/_create-account.scss */
  .form-registration .socialloginform > .row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 2, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 2, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b form {
    padding: 0 15px;
  }
}

/* line 10, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress__status {
  text-align: center;
}

/* line 14, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress__summary {
  position: relative;
}

/* line 17, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress__summary::before {
  content: "Passo";
  margin-right: 5px;
}

/* line 26, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section {
  padding: 15px;
  border-top: 2px solid var(--neutrals-1);
  border-bottom: 2px solid var(--neutrals-1);
  margin-top: 40px;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 26, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-section {
    padding: 0;
  }
}

/* line 37, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 0;
  background-color: var(--white);
  transform: translateY(50%);
}

/* line 47, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-header {
  border-bottom: none;
  text-align: center;
}

/* line 51, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-header strong {
  color: var(--success);
  margin: auto;
}

/* line 56, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  cursor: pointer;
  text-indent: -99999px;
}

/* line 66, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-body {
  border-top: 1px solid var(--neutrals-1);
  border-bottom: 1px solid var(--neutrals-1);
  margin: 12px 5px 0;
  padding: 20px 10px;
  text-align: center;
}

/* line 73, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-body .link-open-products-modal {
  padding-top: 0px;
}

/* line 77, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-body span {
  color: var(--neutrals-3);
  text-align: center;
  border-top: none;
}

/* line 82, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .toast .toast-body span .link {
  color: var(--neutrals-3);
  cursor: pointer;
}

/* line 91, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-title {
  width: 100%;
  display: block;
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 30px;
}

/* line 98, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-title span {
  margin: 20px 0px;
  display: inline-block;
  font-size: 16px;
  font-family: var(--font-family-1);
  font-size: 16px;
}

/* line 108, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

@media (max-width: 575.98px) {
  /* line 108, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-section .webform-section-wrapper .list-group {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 15px;
  }
}

/* line 120, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item {
  border: none;
  width: fit-content;
}

/* line 124, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  background-color: var(--primary-1);
  padding: 5px 15px;
  border-radius: 5px;
  color: var(--black);
  text-decoration: none;
}

/* line 135, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

/* line 146, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link span {
  margin-left: 5px;
}

/* line 151, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link--site::before {
  background-image: url("../img/svg/register-coupon/site-icon.svg");
  filter: var(--filter-black);
}

/* line 157, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link--whatsapp {
  background-color: #47d950;
  color: var(--white);
}

/* line 161, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group .list-group-item__link--whatsapp::before {
  background-image: url("../img/svg/register-coupon/whatsapp-icon.svg");
  filter: var(--filter-white);
}

/* line 173, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group.option {
  text-align: center;
  color: var(--neutrals-2);
  padding: 10px 0px;
  width: 100%;
}

/* line 179, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group.option span {
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

/* line 186, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-section-wrapper .list-group.option span::before, .register-coupon-b form .webform-section .webform-section-wrapper .list-group.option span::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: var(--neutrals-1);
  margin-top: 3px;
}

/* line 200, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section fieldset {
  margin-bottom: 0;
}

/* line 204, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section fieldset legend .fieldset-legend {
  display: block;
  margin-bottom: 10px;
}

/* line 215, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container .selection .select2-selection {
  height: 40px;
  border-color: black;
  transition: all 0.3s ease-in-out;
}

/* line 221, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container .selection .select2-selection__arrow {
  top: calc(50% - (26px / 2));
  transition: all 0.3s ease-in-out;
}

/* line 225, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container .selection .select2-selection__arrow b {
  border-color: var(--black) transparent transparent transparent;
}

/* line 230, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container .selection .select2-selection__rendered {
  padding-left: 0;
}

/* line 238, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container--open .selection .select2-selection {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

/* line 244, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container--open .selection .select2-selection__arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

/* line 248, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container--open .selection .select2-selection__arrow b {
  border-width: 5px 4px 0 4px;
}

/* line 258, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .select2-container--disabled .selection .select2-selection {
  background-color: var(--neutrals-1);
}

/* line 266, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .link-open-products-modal {
  padding-top: 40px;
  display: block;
  border-top: 2px solid var(--neutrals-1);
}

/* line 271, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .link-open-products-modal .text-center {
  cursor: pointer;
  margin-bottom: 0;
}

/* line 275, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .link-open-products-modal .text-center::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
  background-image: url(https://placehold.co/25x25/000000/f5c000?text=LOGO);
}

/* line 286, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-section .webform-options-display-two-columns {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 575.98px) {
  /* line 286, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-section .webform-options-display-two-columns {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 296, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-section .webform-options-display-two-columns .form-item-info1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 306, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-actions {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 311, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-actions .form-submit {
  width: 50%;
}

/* line 316, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-item {
  margin-bottom: 15px;
}

/* line 320, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-item .description .webform-element-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

/* line 326, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-item .description .txt-btn-modal {
  display: block;
  text-align: right;
  margin-top: 5px;
}

/* line 333, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-no-access-key {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 575.98px) {
  /* line 333, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-item.form-item-no-access-key {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  /* line 341, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-item.form-item-no-access-key .form-checkbox {
    margin-top: 2px;
  }
}

@media (max-width: 575.98px) {
  /* line 347, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-item.form-item-no-access-key .option {
    padding-left: 5px;
    line-height: 1.2;
  }
}

/* line 357, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-access-key label:not(.form-required) {
  padding-left: 7px;
}

@media (max-width: 575.98px) {
  /* line 366, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-managed-file .form-file::before {
    top: 5px;
    left: 5px;
  }
}

/* line 374, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-managed-file .file {
  width: calc(100% - 230px);
  display: inline-block;
  padding: 7px 20px 0 30px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: none;
  background-position: left 10px top 10px;
}

@media (max-width: 575.98px) {
  /* line 374, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-managed-file .file {
    width: calc(100% - 220px);
  }
}

/* line 391, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-managed-file .file a {
  text-decoration: none;
  max-width: unset;
}

/* line 396, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-managed-file .file::before {
  display: none;
}

/* line 400, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .form-managed-file .file ~ span {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-family-1);
  padding: 9px 20px 0 10px;
  text-align: left;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  /* line 400, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .form-managed-file .file ~ span {
    max-width: 200px;
  }
}

@media (max-width: 991.98px) {
  /* line 426, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .preview_products_modal .default-table tbody tr td:last-of-type,
  .register-coupon-b .preview_products_modal .table tbody tr td:last-of-type {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  /* line 431, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .preview_products_modal .default-table tbody tr td:last-of-type::before,
  .register-coupon-b .preview_products_modal .table tbody tr td:last-of-type::before {
    display: none;
  }
}

/* line 443, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date,
.register-coupon-b #edit-step-accesskey,
.register-coupon-b #edit-step-coupon,
.register-coupon-b #edit-step-products,
.register-coupon-b #edit-step-upload,
.register-coupon-b #edit-step-confirmation {
  position: relative;
}

/* line 451, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date ~ #edit-actions,
.register-coupon-b #edit-step-accesskey ~ #edit-actions,
.register-coupon-b #edit-step-coupon ~ #edit-actions,
.register-coupon-b #edit-step-products ~ #edit-actions,
.register-coupon-b #edit-step-upload ~ #edit-actions,
.register-coupon-b #edit-step-confirmation ~ #edit-actions {
  position: fixed;
  padding: 65px 50px 30px;
  bottom: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: var(--white);
  border-top: 2px solid var(--neutrals-1);
  z-index: 3;
}

@media (max-width: 991.98px) {
  /* line 451, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-purchase-date ~ #edit-actions,
  .register-coupon-b #edit-step-accesskey ~ #edit-actions,
  .register-coupon-b #edit-step-coupon ~ #edit-actions,
  .register-coupon-b #edit-step-products ~ #edit-actions,
  .register-coupon-b #edit-step-upload ~ #edit-actions,
  .register-coupon-b #edit-step-confirmation ~ #edit-actions {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 451, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-purchase-date ~ #edit-actions,
  .register-coupon-b #edit-step-accesskey ~ #edit-actions,
  .register-coupon-b #edit-step-coupon ~ #edit-actions,
  .register-coupon-b #edit-step-products ~ #edit-actions,
  .register-coupon-b #edit-step-upload ~ #edit-actions,
  .register-coupon-b #edit-step-confirmation ~ #edit-actions {
    padding: 60px 10px 30px;
  }
}

/* line 471, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date ~ #edit-actions::before,
.register-coupon-b #edit-step-accesskey ~ #edit-actions::before,
.register-coupon-b #edit-step-coupon ~ #edit-actions::before,
.register-coupon-b #edit-step-products ~ #edit-actions::before,
.register-coupon-b #edit-step-upload ~ #edit-actions::before,
.register-coupon-b #edit-step-confirmation ~ #edit-actions::before {
  content: "Guarde o seu comprovante original.";
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  position: absolute;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: var(--neutrals-2);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url("../img/svg/warning-icon.svg");
  filter: var(--filter-neutrals-2);
}

@media (max-width: 575.98px) {
  /* line 471, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-purchase-date ~ #edit-actions::before,
  .register-coupon-b #edit-step-accesskey ~ #edit-actions::before,
  .register-coupon-b #edit-step-coupon ~ #edit-actions::before,
  .register-coupon-b #edit-step-products ~ #edit-actions::before,
  .register-coupon-b #edit-step-upload ~ #edit-actions::before,
  .register-coupon-b #edit-step-confirmation ~ #edit-actions::before {
    background-position: top 7px left;
  }
}

/* line 504, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date .webform-section-title,
.register-coupon-b #edit-step-accesskey .webform-section-title,
.register-coupon-b #edit-step-coupon .webform-section-title,
.register-coupon-b #edit-step-products .webform-section-title,
.register-coupon-b #edit-step-upload .webform-section-title,
.register-coupon-b #edit-step-confirmation .webform-section-title {
  font-family: var(--font-family-1);
  color: var(--neutrals-2);
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 510, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date .webform-section-title span,
.register-coupon-b #edit-step-accesskey .webform-section-title span,
.register-coupon-b #edit-step-coupon .webform-section-title span,
.register-coupon-b #edit-step-products .webform-section-title span,
.register-coupon-b #edit-step-upload .webform-section-title span,
.register-coupon-b #edit-step-confirmation .webform-section-title span {
  font-family: var(--font-family-1);
  color: var(--neutrals-2);
  font-size: 16px;
}

/* line 518, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-start {
  position: relative;
}

/* line 522, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-start .webform-section-wrapper .list-group {
  gap: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 527, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-start .webform-section-wrapper .list-group .list-group-item.option {
  display: block !important;
}

/* line 534, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-start ~ .form-actions.webform-actions {
  display: none;
}

/* line 541, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-products .webform-section-wrapper label {
  display: -ms-flexbox;
  display: flex;
}

/* line 544, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-products .webform-section-wrapper label::before {
  content: "*";
  display: block;
  color: var(--error);
  font-size: 16px;
  margin-right: 5px;
}

/* line 553, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-products .webform-section-wrapper .select2-selection.select2-selection--single {
  height: 40px !important;
  border-color: black;
}

/* line 564, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date .webform-section-wrapper::before,
.register-coupon-b #edit-step-coupon .webform-section-wrapper::before,
.register-coupon-b #edit-step-products .webform-section-wrapper::before {
  display: block;
  content: "*Campos de preenchimento obrigatório";
  font-size: 12px;
  color: var(--neutrals-2);
  margin-top: 20px;
  text-align: center;
}

/* line 576, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date fieldset {
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 579, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-purchase-date fieldset .webform-options-display-two-columns {
    column-count: 1;
  }
}

/* line 587, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date .form-item.js-form-type-checkbox {
  padding-left: 0;
}

/* line 595, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-coupon .webform-section-wrapper::before {
  margin-bottom: 20px;
}

/* line 602, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file {
  margin-bottom: 100px;
}

/* line 605, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file label {
  height: fit-content !important;
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  overflow: visible !important;
  width: 100% !important;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 605, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .participation-step--upload .js-form-item-file label {
    margin-bottom: 50px !important;
    width: 100% !important;
    white-space: break-spaces !important;
  }
}

/* line 619, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file label::before {
  content: "*";
  display: block;
  color: var(--error);
  font-size: 16px;
  margin-right: 5px;
}

/* line 627, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file label.button-action {
  display: none !important;
}

/* line 633, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .form-managed-file span.file {
  width: calc(100% - 230px);
}

@media (max-width: 575.98px) {
  /* line 633, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .participation-step--upload .js-form-item-file .form-managed-file span.file {
    width: calc(100% - 130px);
  }
}

/* line 643, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description {
  background-color: transparent;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  padding: 30px;
  border-radius: 5px;
  background-color: var(--neutrals-1);
}

@media (max-width: 991.98px) {
  /* line 643, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .participation-step--upload .js-form-item-file .description {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 659, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description::before {
  content: "";
  display: block;
  width: 145px;
  height: 209px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img//cadastre-cupom/cupom-dobrado.png");
}

/* line 671, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention {
  width: calc(100% - 165px);
  background-color: transparent;
}

@media (max-width: 991.98px) {
  /* line 671, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention {
    width: 100%;
    text-align: center;
  }
}

/* line 680, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention h3, .register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention .h3 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

/* line 686, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention h3 span, .register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention .h3 span {
  color: var(--primary-1);
}

/* line 691, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention p {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: var(--neutrals-3);
  margin-bottom: 10px;
}

/* line 697, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .participation-step--upload .js-form-item-file .description .refund-request__attention p::before {
  content: "•";
  display: block;
  margin-right: 10px;
}

/* line 711, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .webform-section-title {
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 711, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-confirmation .webform-section-title {
    margin-top: 20px;
  }
}

/* line 721, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .webform-section-wrapper .fieldset-wrapper p {
  margin-bottom: 10px;
  text-align: center;
}

/* line 725, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .webform-section-wrapper .fieldset-wrapper p.text-center {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--success);
  color: var(--white);
  margin: 0 auto 20px;
  text-transform: uppercase;
}

/* line 735, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .webform-section-wrapper .fieldset-wrapper h3, .register-coupon-b #edit-step-confirmation .webform-section-wrapper .fieldset-wrapper .h3 {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 742, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-confirmation .webform-section-wrapper .fieldset-wrapper .default-table tbody tr td {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 753, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .tip-text {
  color: var(--black);
  font-family: var(--font-family-1);
  font-style: italic;
  margin: 10px 0 40px;
}

/* line 763, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .input-group {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 766, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .input-group .input-group-text {
  background-color: unset;
  border: none;
}

/* line 771, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .input-group input {
  background-color: var(--neutrals-1);
  border-radius: 5px;
  width: 100%;
}

/* line 777, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .input-group .default-btn {
  width: max-content;
  margin: 0 auto 40px;
}

@media (max-width: 575.98px) {
  /* line 777, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b #edit-step-confirmation .input-group .default-btn {
    margin: 20px auto 40px;
  }
}

/* line 787, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation table {
  margin-bottom: 20px;
}

/* line 796, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-confirmation .alert-warning {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 805, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr td {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 810, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr td:last-of-type::before {
    content: "Excluir";
    display: block;
    margin: 0px;
    max-width: 140px;
    min-width: 140px;
    margin-right: 10px;
    padding: 25px 10px;
  }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
  /* line 810, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr td:last-of-type::before {
    max-width: 120px;
    min-width: 120px;
  }
}

@media (max-width: 991.98px) {
  /* line 826, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr td.user-product-quantity, .register-coupon-b .ui-dialog table tbody tr td.user-product-unit-value {
    width: 100% !important;
  }
}

/* line 832, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr td.user-product-quantity {
  width: 100px;
  border-top: 2px solid var(--neutrals-2);
}

/* line 837, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr td.user-product-unit-value {
  width: 130px;
}

/* line 846, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-quantity-total span,
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total span {
  width: 100%;
  display: block;
  text-align: end;
}

/* line 851, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-quantity-total span span,
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total span span {
  display: none;
}

/* line 858, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 862, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total span::before {
  content: "R$";
  font-size: 16px;
  color: var(--white);
}

@media (max-width: 991.98px) {
  /* line 872, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-brand::before {
    margin: auto;
    text-align: center;
  }
  /* line 878, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-name,
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-brand {
    display: none !important;
  }
  /* line 883, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-quantity-total,
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total {
    display: block;
    width: 100%;
  }
  /* line 888, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-quantity-total::before,
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total::before {
    max-width: 100% !important;
    text-align: center;
  }
  /* line 893, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-quantity-total span,
  .register-coupon-b .ui-dialog table tbody tr.slug_brand .user-product-unit-value-total span {
    width: 90%;
    margin: auto;
    padding: 10px;
    border: 1px solid var(--neutrals-2);
    border-radius: 5px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  /* line 905, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog table tbody tr.slug_brand td:last-of-type {
    display: none;
  }
}

/* line 916, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog .ui-dialog-title {
  font-size: 25px;
  text-transform: none;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  /* line 916, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-dialog .ui-dialog-title {
    font-size: 14px;
  }
}

/* line 928, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b .ui-dialog .ui-dialog-buttonpane::before, .register-coupon-b .ui-dialog .ui-dialog-buttonpane::after {
  display: none;
}

/* line 938, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b label.invalid-feedback, .register-coupon-b .two-columns-layout label.form-item--error-message, .two-columns-layout .register-coupon-b label.form-item--error-message, .register-coupon-b label.error, .register-coupon-b label.invalid-feedback.error, .register-coupon-b .two-columns-layout label.error.form-item--error-message, .two-columns-layout .register-coupon-b label.error.form-item--error-message,
.register-coupon-b div.invalid-feedback,
.register-coupon-b .two-columns-layout div.form-item--error-message,
.two-columns-layout .register-coupon-b div.form-item--error-message,
.register-coupon-b div.error,
.register-coupon-b div.invalid-feedback.error,
.register-coupon-b .two-columns-layout div.error.form-item--error-message,
.two-columns-layout .register-coupon-b div.error.form-item--error-message {
  background-color: var(--error);
  color: var(--white) !important;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  display: block;
  margin: 10px 0px;
  padding: 3px 10px;
  font-size: 16px;
  font-family: var(--font-family-1) !important;
}

@media (max-width: 575.98px) {
  /* line 955, _src/scss/pages/_register-coupon-b.scss */
  .register-coupon-b .ui-widget .ui-dialog-content {
    padding: 10px 15px;
  }
}

/* line 962, _src/scss/pages/_register-coupon-b.scss */
.register-coupon-b.two-columns-layout form div[data-drupal-messages] {
  width: 100%;
}

/* line 968, _src/scss/pages/_register-coupon-b.scss */
.path-enviar-comprovante .js-form-type-managed-file {
  margin-top: 50px;
}

/* line 972, _src/scss/pages/_register-coupon-b.scss */
.path-enviar-comprovante .js-form-managed-file .messages {
  top: 35px;
}

/* line 976, _src/scss/pages/_register-coupon-b.scss */
.path-enviar-comprovante input[id*="edit-upload-upload"] {
  top: 0px;
  width: calc(100% - 15px);
  position: absolute;
}

/* line 985, _src/scss/pages/_register-coupon-b.scss */
.path-enviar-comprovante label.invalid-feedback, .path-enviar-comprovante .two-columns-layout label.form-item--error-message, .two-columns-layout .path-enviar-comprovante label.form-item--error-message, .path-enviar-comprovante label.error, .path-enviar-comprovante label.invalid-feedback.error, .path-enviar-comprovante .two-columns-layout label.error.form-item--error-message, .two-columns-layout .path-enviar-comprovante label.error.form-item--error-message,
.path-enviar-comprovante div.invalid-feedback,
.path-enviar-comprovante .two-columns-layout div.form-item--error-message,
.two-columns-layout .path-enviar-comprovante div.form-item--error-message,
.path-enviar-comprovante div.error,
.path-enviar-comprovante div.invalid-feedback.error,
.path-enviar-comprovante .two-columns-layout div.error.form-item--error-message,
.two-columns-layout .path-enviar-comprovante div.error.form-item--error-message {
  background-color: var(--error);
  color: var(--white) !important;
  text-align: center;
  border-radius: 5px;
  top: 40px;
  font-size: 16px;
  font-family: var(--font-family-1) !important;
}

/* line 2, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize {
  margin: 1px auto;
  background: var(--primary-1);
  padding: var(--space-xs);
  border-radius: 5px;
  text-align: center;
}

/* line 8, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize h3, .refund-request .refund-earn-prize .h3 {
  font-family: var(--font-family-1);
  font-size: 35px;
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

@media (max-width: 991.98px) {
  /* line 8, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize h3, .refund-request .refund-earn-prize .h3 {
    margin-bottom: 5px;
    font-size: 30px;
  }
}

/* line 22, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize__text p {
  font-family: var(--font-family-1);
  width: 100%;
  padding: 0 15px;
  color: var(--black);
  font-size: 16px;
}

/* line 30, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner {
  background: var(--primary-1);
  position: relative;
  height: 290px;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-radius: 5px;
  text-align: left;
}

@media (max-width: 991.98px) {
  /* line 30, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 450px 0 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 30, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 400px 0 30px;
  }
}

/* line 47, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner .refund-earn-prize__content {
  width: 48%;
}

@media (max-width: 991.98px) {
  /* line 47, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner .refund-earn-prize__content {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 47, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner .refund-earn-prize__content {
    padding: 0 30px;
  }
}

/* line 57, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner .refund-earn-prize__text p {
  text-align: left;
  padding: 30px 0;
  color: var(--black);
}

@media (max-width: 991.98px) {
  /* line 57, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner .refund-earn-prize__text p {
    text-align: center;
  }
}

/* line 68, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner .refund-request__highlight p em {
  text-align: left;
  padding: 30px 0;
  color: var(--black);
}

@media (max-width: 991.98px) {
  /* line 68, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner .refund-request__highlight p em {
    text-align: center;
  }
}

/* line 78, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner::before {
  content: "";
  width: 367px;
  height: 242px;
  display: block;
  background-image: url(https://placehold.co/367x242/000000/f5c000?text=IMAGEM);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 10%;
}

@media (max-width: 991.98px) {
  /* line 78, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner::before {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 345px;
    height: 280px;
    background-size: contain;
  }
}

@media (max-width: 575.98px) {
  /* line 78, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner::before {
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 257px;
    height: 161px;
    background-size: contain;
  }
}

/* line 110, _src/scss/pages/_register-coupon-success.scss */
.refund-request .refund-earn-prize--winner::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 2px;
  height: 242px;
  background-color: var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 110, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .refund-earn-prize--winner::after {
    display: none;
  }
}

/* line 127, _src/scss/pages/_register-coupon-success.scss */
.refund-request__earn {
  width: 100%;
  font-family: var(--font-family-1);
  color: var(--neutrals-3);
  padding: var(--space-xs);
  text-align: center;
  font-size: 16px;
}

/* line 134, _src/scss/pages/_register-coupon-success.scss */
.refund-request__earn strong {
  font-family: var(--font-family-1);
  font-size: 35px;
  margin: auto;
  display: block;
  color: var(--black);
}

/* line 141, _src/scss/pages/_register-coupon-success.scss */
.refund-request__earn span {
  font-size: 16px;
}

/* line 145, _src/scss/pages/_register-coupon-success.scss */
.refund-request .numbers-luckynumbers {
  padding: 0;
}

/* line 149, _src/scss/pages/_register-coupon-success.scss */
.refund-request .list-group.list-luckynumbers {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0 15px 30px;
}

@media (max-width: 991.98px) {
  /* line 149, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .list-group.list-luckynumbers {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 158, _src/scss/pages/_register-coupon-success.scss */
.refund-request .list-group.list-luckynumbers li {
  text-align: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 10px;
  height: auto;
  max-width: 196px;
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;
  background-color: var(--primary-1);
  border-radius: 3px;
}

@media (max-width: 991.98px) {
  /* line 158, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .list-group.list-luckynumbers li {
    margin: 10px 0;
    padding: 15px 10px;
    width: 100%;
    max-width: 100%;
  }
}

/* line 174, _src/scss/pages/_register-coupon-success.scss */
.refund-request .list-group.list-luckynumbers li span {
  width: 100%;
  font-family: var(--font-family-1);
  font-size: 16px;
  color: var(--black);
}

/* line 179, _src/scss/pages/_register-coupon-success.scss */
.refund-request .list-group.list-luckynumbers li span.barra {
  font-size: 16px;
  color: var(--primary-1);
  font-family: var(--font-family-1);
  padding: 2px 0 0 0;
  letter-spacing: -5px;
  margin: 0 0 0 -5px;
}

/* line 188, _src/scss/pages/_register-coupon-success.scss */
.refund-request .list-group.list-luckynumbers li strong {
  width: 100%;
  padding: 0 5px;
  font-size: 28px;
  color: var(--white);
  font-family: var(--font-family-1);
}

/* line 198, _src/scss/pages/_register-coupon-success.scss */
.refund-request .col-12:nth-child(2) {
  position: relative;
  background-color: var(--neutrals-1);
}

/* line 201, _src/scss/pages/_register-coupon-success.scss */
.refund-request .col-12:nth-child(2)::after {
  content: "";
  width: 97.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: var(--filter-neutrals-3);
  border-radius: 5px;
  z-index: -1;
}

/* line 215, _src/scss/pages/_register-coupon-success.scss */
.refund-request .col-12:nth-child(2) .mt-4:nth-child(2) {
  margin: 0 !important;
}

/* line 219, _src/scss/pages/_register-coupon-success.scss */
.refund-request .buttons-middle {
  text-align: center;
}

/* line 221, _src/scss/pages/_register-coupon-success.scss */
.refund-request .buttons-middle > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 221, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .buttons-middle > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 227, _src/scss/pages/_register-coupon-success.scss */
.refund-request .buttons-middle > div a {
  margin: 0 10px;
  max-width: 36%;
  width: 36%;
  height: fit-content;
}

@media (max-width: 991.98px) {
  /* line 227, _src/scss/pages/_register-coupon-success.scss */
  .refund-request .buttons-middle > div a {
    margin: 5px 0;
    max-width: 100%;
    width: 100%;
  }
}

/* line 2, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us {
  padding: 0 0 40px;
}

/* line 5, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__text {
  font-family: var(--font-family-1);
  color: var(--neutrals-3);
  max-width: 70%;
  margin: auto;
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  /* line 5, _src/scss/pages/_contact-us.scss */
  .contact-us .head-contact-us__text {
    padding: 20px 15px;
    max-width: 100%;
    text-align: center;
  }
}

/* line 18, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__text a {
  color: var(--primary-1);
}

/* line 23, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us .title-uppercase {
  font-size: 35px;
}

/* line 28, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__lgpd-information {
  margin-top: 35px;
  background: var(--neutrals-1);
  padding: var(--space-xs);
}

@media (max-width: 991.98px) {
  /* line 28, _src/scss/pages/_contact-us.scss */
  .contact-us .head-contact-us__lgpd-information {
    margin: 35px 15px 0px;
  }
}

/* line 37, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__lgpd-information strong {
  color: var(--primary-1);
}

/* line 41, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__lgpd-information__link {
  color: var(--primary-1);
}

/* line 46, _src/scss/pages/_contact-us.scss */
.contact-us .head-contact-us__text-small {
  font-family: var(--font-family-1);
  font-size: 14px;
  margin: 15px 0 0 0;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 46, _src/scss/pages/_contact-us.scss */
  .contact-us .head-contact-us__text-small {
    margin: 15px 15px 0;
  }
}

/* line 59, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item {
  margin-bottom: 2rem;
}

/* line 62, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item label {
  font-family: var(--font-family-1);
  color: var(--black);
  font-size: 16px;
}

/* line 78, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item .form-textarea {
  height: auto;
}

/* line 84, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item .form-required {
  display: -ms-flexbox;
  display: flex;
}

/* line 87, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item .form-required::before {
  content: "*";
  display: block;
  color: var(--error);
  font-size: 16px;
}

/* line 95, _src/scss/pages/_contact-us.scss */
.contact-us form .form-item .form-tel {
  font-size: 16px;
  color: var(--black);
  height: 40px;
  margin-bottom: 3px;
  margin-top: 0.25rem;
  outline: none;
  border: 1px solid var(--black);
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  appearance: none;
  background-clip: padding-box;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 116, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file {
  border-radius: 0px !important;
  min-height: 70px !important;
  position: relative;
}

/* line 121, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file {
  padding: 0px !important;
  height: initial !important;
  min-height: 43px;
  top: 30px;
}

/* line 127, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  border: 1px solid var(--neutrals-2);
  border-radius: 5px;
}

/* line 138, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file] {
  width: 100%;
  height: 40px;
  padding: var(--space-2xs);
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 138, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file] {
    font-size: 13px;
    padding: 13px 0 0 8px;
  }
}

@media (max-width: 375px) {
  /* line 138, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file] {
    font-size: 12px;
  }
}

/* line 153, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file]::file-selector-button {
  width: fit-content;
  position: absolute;
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-family: var(--font-family-1);
  background-color: var(--primary-1);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

/* line 173, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file]::file-selector-button:hover {
  background-color: var(--secondary-1);
}

@media (max-width: 575.98px) {
  /* line 153, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file]::file-selector-button {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  /* line 153, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file input[type=file]::file-selector-button {
    font-size: 13px;
  }
}

/* line 187, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item {
  position: relative !important;
  margin: 5px 0;
  padding: 10px;
  width: 70%;
  background-color: var(--white);
  z-index: 3;
  border: none;
  top: 1px;
  left: 2px;
}

@media (max-width: 575.98px) {
  /* line 187, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item {
    width: 100%;
  }
}

/* line 202, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item .file {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 27px;
}

@media (max-width: 575.98px) {
  /* line 202, _src/scss/pages/_contact-us.scss */
  .contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item .file {
    max-width: 55%;
  }
}

/* line 213, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item .file + span {
  margin-left: 10px;
}

/* line 218, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .js-form-item label {
  line-height: 1;
}

/* line 223, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .messages {
  padding-top: 45px;
  margin: 40px 0px 0px 0px !important;
  width: 100%;
  border-radius: 0;
}

/* line 231, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file .js-form-managed-file .file::before {
  display: none;
}

/* line 237, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file label[id*="edit-attach-a-file"] {
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 3;
}

/* line 244, _src/scss/pages/_contact-us.scss */
.contact-us form .js-form-type-managed-file input[id*="remove-button"] {
  margin-top: 5px;
  padding: 0 0 0 35px;
  background-color: transparent;
  color: var(--primary-1);
  position: relative;
  text-transform: initial;
  text-decoration: underline !important;
  background-image: url("../img/svg/trash-icon.svg");
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  filter: var(--filter-primary-2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

/* line 266, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq {
  margin-left: 15px;
  background-color: var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 266, _src/scss/pages/_contact-us.scss */
  .contact-us .fale-content__fale-faq {
    display: none;
  }
}

/* line 274, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq h2, .contact-us .fale-content__fale-faq .h2 {
  background-image: url(https://placehold.co/420x248/000000/f5c000?text=FOTO);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 135px 20px 0 20px;
  min-height: 250px;
  font-family: var(--font-family-3);
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: -1px 2px 2px var(--primary-1);
  margin-bottom: 0;
}

/* line 289, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq h2 a, .contact-us .fale-content__fale-faq .h2 a {
  font-family: var(--font-family-3);
  font-size: 22px;
  color: var(--white);
  text-decoration: none;
}

/* line 297, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq__address-nestle {
  padding: 0 20px 20px 20px;
  color: var(--neutrals-1);
  background-repeat: no-repeat;
  background-size: 130px;
  background-color: #ececec;
  background-position: 94% 87%;
  font-family: var(--font-family-1);
}

/* line 306, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq__address-nestle strong {
  font-family: var(--font-family-1);
  color: var(--primary-1);
  display: inline-block;
  width: 100%;
  font-size: 35px;
  margin: 10px 0;
}

/* line 315, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq__address-nestle address {
  font-family: var(--font-family-1);
}

/* line 318, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq__address-nestle address .clinic {
  padding-top: 15px;
}

/* line 323, _src/scss/pages/_contact-us.scss */
.contact-us .fale-content__fale-faq__address-nestle p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: var(--font-family-1);
  color: var(--black);
}

/* line 333, _src/scss/pages/_contact-us.scss */
.contact-us label.error {
  width: 100%;
  text-align: center !important;
  color: var(--white) !important;
  font-family: var(--font-family-1) !important;
}

/* line 343, _src/scss/pages/_contact-us.scss */
.contact-us .paragraph.paragraph--type--bp-columns-two-uneven.paragraph--style--66-33 .paragraph--type--bp-columns-two-uneven__2col-column1, .contact-us p.paragraph--type--bp-columns-two-uneven.paragraph--style--66-33 .paragraph--type--bp-columns-two-uneven__2col-column1 {
  padding: 0;
}

@media (max-width: 991.98px) {
  /* line 343, _src/scss/pages/_contact-us.scss */
  .contact-us .paragraph.paragraph--type--bp-columns-two-uneven.paragraph--style--66-33 .paragraph--type--bp-columns-two-uneven__2col-column1, .contact-us p.paragraph--type--bp-columns-two-uneven.paragraph--style--66-33 .paragraph--type--bp-columns-two-uneven__2col-column1 {
    width: 100%;
    padding: 0 15px;
  }
}

/* line 1, _src/scss/pages/_regulations.scss */
.regulation-hub {
  margin: 60px auto 30px;
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/pages/_regulations.scss */
  .regulation-hub {
    margin: 30px 0;
  }
}

/* line 8, _src/scss/pages/_regulations.scss */
.regulation-hub .row {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 991.98px) {
  /* line 8, _src/scss/pages/_regulations.scss */
  .regulation-hub .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 16, _src/scss/pages/_regulations.scss */
.regulation-hub__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 35px 10px;
  width: 414px;
  height: 364px;
  background-color: var(--primary-1);
  color: var(--primary-1);
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 16, _src/scss/pages/_regulations.scss */
  .regulation-hub__item {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 16, _src/scss/pages/_regulations.scss */
  .regulation-hub__item {
    width: 95%;
  }
}

/* line 38, _src/scss/pages/_regulations.scss */
.regulation-hub__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 26%;
  width: 282px;
  height: 177px;
}

/* line 48, _src/scss/pages/_regulations.scss */
.regulation-hub__item:nth-child(1)::before {
  background-image: url("https://placehold.co/282x177/000000/f5c000?text=FOTO");
}

/* line 54, _src/scss/pages/_regulations.scss */
.regulation-hub__item:nth-child(2) {
  margin-left: 30px;
}

/* line 57, _src/scss/pages/_regulations.scss */
.regulation-hub__item:nth-child(2)::before {
  background-image: url("https://placehold.co/282x177/000000/f5c000?text=FOTO");
}

@media (max-width: 991.98px) {
  /* line 54, _src/scss/pages/_regulations.scss */
  .regulation-hub__item:nth-child(2) {
    margin-left: auto;
    margin-top: 30px;
  }
}

/* line 70, _src/scss/pages/_regulations.scss */
.regulation-hub__header .item-title {
  font-family: var(--font-family-1);
  font-size: 35px;
  line-height: 43px;
  color: var(--primary-1);
  margin-bottom: 10px;
}

/* line 79, _src/scss/pages/_regulations.scss */
.regulation-hub__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 130px;
}

@media (max-width: 991.98px) {
  /* line 79, _src/scss/pages/_regulations.scss */
  .regulation-hub__body {
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 70px;
  }
}

@media (max-width: 991.98px) {
  /* line 93, _src/scss/pages/_regulations.scss */
  .regulation-hub__footer {
    padding-top: 0;
  }
}

/* line 101, _src/scss/pages/_regulations.scss */
.regulation-details ol {
  counter-reset: item;
  list-style: none;
  padding: 10px 20px;
}

@media (max-width: 575.98px) {
  /* line 101, _src/scss/pages/_regulations.scss */
  .regulation-details ol {
    padding: 10px;
  }
}

/* line 110, _src/scss/pages/_regulations.scss */
.regulation-details ol li {
  display: block;
  padding: 5px 0;
  font-family: var(--font-family-1);
  font-size: 16px;
  color: var(--black);
  line-height: 20px;
}

/* line 118, _src/scss/pages/_regulations.scss */
.regulation-details ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: var(--black);
  font-size: 16px;
  font-family: var(--font-family-1);
  font-weight: 800;
}

/* line 127, _src/scss/pages/_regulations.scss */
.regulation-details ol li i {
  font-style: italic;
}

/* line 131, _src/scss/pages/_regulations.scss */
.regulation-details ol li em {
  font-style: italic;
}

/* line 135, _src/scss/pages/_regulations.scss */
.regulation-details ol li u {
  text-decoration: none;
}

/* line 139, _src/scss/pages/_regulations.scss */
.regulation-details ol li a {
  color: var(--primary-1);
  text-decoration: underline;
  word-break: break-all;
}

/* line 144, _src/scss/pages/_regulations.scss */
.regulation-details ol li a:hover, .regulation-details ol li a:active, .regulation-details ol li a:focus {
  color: var(--secondary-1);
  text-decoration: underline;
}

/* line 152, _src/scss/pages/_regulations.scss */
.regulation-details ol li table {
  margin: 30px 0;
}

/* line 158, _src/scss/pages/_regulations.scss */
.regulation-details__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
}

@media (max-width: 575.98px) {
  /* line 166, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table {
    display: table;
    width: 100% !important;
    overflow: scroll;
  }
  /* line 171, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table thead {
    display: table-row-group !important;
  }
  /* line 174, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table thead tr {
    display: table-row;
  }
  /* line 180, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table tbody tr {
    display: table-row;
  }
  /* line 183, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table tbody tr td {
    display: table-cell;
  }
  /* line 186, _src/scss/pages/_regulations.scss */
  .regulation-details .default-table tbody tr td::before {
    display: none !important;
  }
}

/* line 4, _src/scss/pages/_enter-login.scss */
.user-login-form .form-item {
  margin: 25px 0;
}

/* line 5, _src/scss/pages/_enter-login.scss */
.user-login-form .form-item label {
  font-family: var(--font-family-1);
  color: var(--black);
  font-size: 16px;
}

/* line 2, _src/scss/pages/_winners.scss */
.page-ganhadores .winners-title {
  padding: 10px 20px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  text-align: center;
  width: fit-content;
  margin: 65px auto 80px;
}

@media (max-width: 991.98px) {
  /* line 2, _src/scss/pages/_winners.scss */
  .page-ganhadores .winners-title {
    margin: 50px auto 40px;
  }
}

/* line 19, _src/scss/pages/_winners.scss */
.page-ganhadores .winners-title span {
  color: var(--white);
  margin-left: 5px;
}

/* line 29, _src/scss/pages/_winners.scss */
.page-ganhadores--previous-promotion .page-header .header-title__container::before {
  background-image: url("https://placehold.co/279x200/000000/f5c000?text=LOGOPROMOANTERIOR");
}

/* line 33, _src/scss/pages/_winners.scss */
.page-ganhadores--previous-promotion .page-header .header-title__container::after {
  background-image: url("https://placehold.co/269x191/000000/f5c000?text=LOGOPROMOANTERIOR");
}

/* line 2, _src/scss/pages/_page-not-found.scss */
.page-not-found .page-header {
  display: none;
}

/* line 6, _src/scss/pages/_my-profile.scss */
.my-profile__title {
  font-family: var(--font-family-1);
  font-size: 35px;
  color: var(--primary-1);
  margin-bottom: 10px;
}

/* line 13, _src/scss/pages/_my-profile.scss */
.my-profile__sub-title {
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0 18px;
}

/* line 22, _src/scss/pages/_my-profile.scss */
.my-profile__name-content {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid var(--neutrals-1);
}

/* line 27, _src/scss/pages/_my-profile.scss */
.my-profile__name-content > p {
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 21px;
}

/* line 33, _src/scss/pages/_my-profile.scss */
.my-profile__name-content .link {
  margin-top: 20px;
}

/* line 38, _src/scss/pages/_my-profile.scss */
.my-profile__name-content .alert.alert-warning {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: var(--font-family-1);
}

/* line 48, _src/scss/pages/_my-profile.scss */
.my-profile__name-content .alert.alert-warning::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/svg/warning-icon.svg?v=9902");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 63, _src/scss/pages/_my-profile.scss */
.my-profile__register > p {
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 21px;
}

/* line 69, _src/scss/pages/_my-profile.scss */
.my-profile__register .link {
  margin-top: 20px;
}

/* line 74, _src/scss/pages/_my-profile.scss */
.my-profile__numbers-content {
  border: 1px solid var(--neutrals-3);
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 0 20px;
}

@media (max-width: 991.98px) {
  /* line 74, _src/scss/pages/_my-profile.scss */
  .my-profile__numbers-content {
    margin: 40px 0 0 0;
  }
}

/* line 84, _src/scss/pages/_my-profile.scss */
.my-profile__numbers-content::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-image: url(https://placehold.co/255x64/000000/f5c000?text=IMAGE);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 255px;
  height: 64px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  /* line 84, _src/scss/pages/_my-profile.scss */
  .my-profile__numbers-content::before {
    margin: auto;
  }
}

/* line 107, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards {
  margin: 24px 0 0;
  padding: 10px 0;
  border-top: 2px solid var(--neutrals-1);
}

/* line 112, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards > p {
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* line 118, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards > p:last-of-type {
  margin-bottom: 0;
}

/* line 122, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards > p a {
  color: var(--primary-1);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* line 127, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards > p a:hover {
  color: var(--primary-1);
  text-decoration: underline;
}

/* line 134, _src/scss/pages/_my-profile.scss */
.my-profile__content-box-cards .default-btn {
  margin: 30px 0;
}

@media (max-width: 575.98px) {
  /* line 138, _src/scss/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 575.98px) {
  /* line 147, _src/scss/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: unset;
  }
}

@media (max-width: 575.98px) {
  /* line 154, _src/scss/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner .my-profile__number-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 160, _src/scss/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner .my-profile__number-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 166, _src/scss/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner .my-profile__number-item .card--voucher {
    max-width: 100%;
  }
}

/* line 176, _src/scss/pages/_my-profile.scss */
.my-profile__number-inner {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 14px;
  gap: 10px;
  padding-bottom: 15px;
  -ms-flex-align: stretch;
      align-items: stretch;
}

/* line 186, _src/scss/pages/_my-profile.scss */
.my-profile__number-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 188, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card, .my-profile__number-item .webform-confirmation-card, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .my-profile__number-item .user-login-form,
.my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form,
.my-profile__number-item .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .my-profile__number-item .user-login-form,
.my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form {
  width: 100%;
  max-width: 240px;
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 194, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body, .my-profile__number-item .webform-confirmation-card .card-body, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body {
  padding: 20px;
}

/* line 197, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .label, .my-profile__number-item .webform-confirmation-card .card-body .label, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .label, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .label, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .label, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .label, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .label, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .label, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .label, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .label, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .label {
  color: var(--white);
  font-family: var(--font-family-1);
  margin-bottom: 5px;
}

/* line 202, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .label--number-luck, .my-profile__number-item .webform-confirmation-card .card-body .label--number-luck, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .label--number-luck, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .label--number-luck, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .label--number-luck, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .label--number-luck, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .label--number-luck, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .label--number-luck, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .label--number-luck, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .label--number-luck, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .label--number-luck, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .label--number-luck, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .label--number-luck, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .label--number-luck, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .label--number-luck, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .label--number-luck, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .label--number-luck, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .label--number-luck {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 208, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result, .my-profile__number-item .webform-confirmation-card .card-body .card-result, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result {
  background-color: var(--white);
  border-radius: 5px;
  padding: 0;
  color: var(--secondary-1);
  margin-bottom: 0;
  font-weight: 700;
  font-family: var(--font-family-1);
}

/* line 219, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__infos, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__infos {
  padding: 20px;
}

/* line 223, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item__description, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item__description {
  color: var(--neutrals-2);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: normal;
}

/* line 237, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 244, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content__description {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: var(--primary-1);
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 21px;
}

/* line 256, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 0;
  background-color: var(--neutrals-1);
}

/* line 265, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__label {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 12px;
  line-height: 17px;
  border-radius: 20px;
  background-color: var(--primary-1);
  padding: 3px 20px;
  width: fit-content;
  display: block;
  margin-bottom: 10px;
}

/* line 279, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-1);
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
}

/* line 290, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .webform-confirmation-card .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result .card-result-wrapper .card-result-item .voucher-content .voucher-content-redeem__link:hover {
  text-decoration: none;
}

/* line 299, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result--number-luck, .my-profile__number-item .webform-confirmation-card .card-body .card-result--number-luck, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result--number-luck, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--number-luck, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result--number-luck, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result--number-luck, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result--number-luck, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--number-luck, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result--number-luck, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result--number-luck, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result--number-luck, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--number-luck, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result--number-luck, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result--number-luck, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result--number-luck, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--number-luck, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result--number-luck, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result--number-luck {
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 306, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result--extra, .my-profile__number-item .webform-confirmation-card .card-body .card-result--extra, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result--extra, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--extra, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result--extra, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result--extra, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result--extra, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--extra, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result--extra, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result--extra, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result--extra, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--extra, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result--extra, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result--extra, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result--extra, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--extra, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result--extra, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result--extra {
  background-color: var(--primary-1);
  color: var(--white);
}

/* line 311, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result--voucher, .my-profile__number-item .webform-confirmation-card .card-body .card-result--voucher, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result--voucher, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--voucher, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result--voucher, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result--voucher, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result--voucher, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--voucher, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result--voucher, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result--voucher, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result--voucher, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result--voucher, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result--voucher, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result--voucher, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result--voucher, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result--voucher, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result--voucher, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result--voucher {
  padding: 0;
  background-color: unset;
  margin-bottom: 0;
}

/* line 319, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card--voucher {
  max-width: 300px;
  min-width: 300px;
  background-color: var(--white);
  border: 1px solid var(--neutrals-3);
  border-radius: unset;
}

@media (max-width: 575.98px) {
  /* line 319, _src/scss/pages/_my-profile.scss */
  .my-profile__number-item .card--voucher {
    max-width: 80%;
  }
}

/* line 330, _src/scss/pages/_my-profile.scss */
.my-profile__number-item .card--voucher .card-body {
  padding: 0;
}

/* line 337, _src/scss/pages/_my-profile.scss */
.my-profile .status {
  font-family: var(--font-family-1);
}

/* line 340, _src/scss/pages/_my-profile.scss */
.my-profile .status P {
  color: var(--white);
  font-weight: 700;
}

/* line 345, _src/scss/pages/_my-profile.scss */
.my-profile .status--aprovado {
  color: var(--success);
}

/* line 349, _src/scss/pages/_my-profile.scss */
.my-profile .status--reprovado {
  color: var(--error);
}

/* line 353, _src/scss/pages/_my-profile.scss */
.my-profile .status--sorteado {
  color: var(--awarded);
}

/* line 357, _src/scss/pages/_my-profile.scss */
.my-profile .status--pendente {
  color: var(--review);
}

/* line 361, _src/scss/pages/_my-profile.scss */
.my-profile .status--nao-sorteado {
  color: var(--not-awarded);
}

/* line 366, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon {
  width: 35px;
  height: 30px;
  display: block;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

/* line 377, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--aprovado {
  background-image: url("../img/svg/icone-aprovado.svg");
}

/* line 381, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--pendente {
  background-image: url("../img/svg/icone-analise.svg");
}

/* line 385, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--nao-sorteado {
  background-image: url("../img/svg/icone-nao-premiado.svg");
}

/* line 389, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--reprovado {
  background-image: url("../img/svg/icone-reprovado.svg");
}

/* line 393, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--upload {
  background-image: url("../img/svg/icone-reenviar.svg");
}

/* line 397, _src/scss/pages/_my-profile.scss */
.my-profile .status .icon--sorteado {
  background-image: url("../img/svg/icone-premiado.svg");
}

/* line 416, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 421, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track {
  background-color: #c29800;
}

/* line 425, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track:hover {
  background-color: #c29800;
}

/* line 429, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track:active {
  background-color: #c29800;
}

/* line 433, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb {
  background-color: #daab00;
}

/* line 437, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb:hover {
  background-color: #daab00;
}

/* line 441, _src/scss/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb:active {
  background-color: #daab00;
}

/* line 4, _src/scss/pages/_meus-cupons.scss */
.meus-cupons #block-promosorteiomycouponslist {
  margin-top: 40px;
}

/* line 7, _src/scss/pages/_meus-cupons.scss */
.meus-cupons #block-promosorteiomycouponslist nav {
  margin: 20px auto;
}

/* line 18, _src/scss/pages/_meus-cupons.scss */
.meus-cupons .ui-widget.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: unset;
}

/* IMPORT THEME PROMOTION */
/* IMPORT SETTINGS */
/* IMPORT VENDORS */
/* IMPORT UTILITIES */
/*** COLORs ***/
/*** FONTS  ***/
/* line 21, _src/scss/theme/utils/_vars.scss */
:root {
  --primary-1: #5ACDFF;
  --primary-2: #005CB9;
  --primary-3: #002E67;
  --primary-4: #FFF8E5;
  --secondary-1: #FAA61A;
  --secondary-2: #76B043;
  --secondary-3: #92278F;
  --success: #70B443;
  --warning: #EC5B24;
  --error: #FE0000;
  /*** TABLES ***/
  --border-default-table: 2px solid var(--primary-3);
  /*** FILTERS ***/
  --filter-primary-1: brightness(0) saturate(100%) invert(63%) sepia(81%) saturate(460%) hue-rotate(170deg) brightness(102%) contrast(101%);
  --filter-primary-2: brightness(0) saturate(100%) invert(19%) sepia(88%) saturate(2833%) hue-rotate(197deg) brightness(95%) contrast(105%);
  --filter-primary-3: brightness(0) saturate(100%) invert(11%) sepia(50%) saturate(4615%) hue-rotate(202deg) brightness(93%) contrast(103%);
  --filter-secondary-1: brightness(0) saturate(100%) invert(62%) sepia(56%) saturate(664%) hue-rotate(355deg) brightness(102%) contrast(96%);
  --filter-error: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(5416%) hue-rotate(356deg) brightness(89%) contrast(128%);
  /*** FONTS  ***/
  --font-family-1: ProximaSoft-Regular, serif, var(--font-family-sans-serif);
  --font-family-2: ProximaSoft-Bold, serif, var(--font-family-sans-serif);
  --font-family-3: Recoleta-Regular, serif, var(--font-family-sans-serif);
  --form-width: 615px;
  --form-register-coupon-width: 650px;
  --form-card-width: 1000px;
}

/* IMPORT BASE */
/* line 1, _src/scss/theme/base/_utilities.scss */
html,
body {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/base/_utilities.scss */
  html,
  body {
    scroll-padding-top: 100px;
  }
}

/* line 9, _src/scss/theme/base/_utilities.scss */
.grecaptcha-badge {
  z-index: 1;
}

/* line 14, _src/scss/theme/base/_utilities.scss */
body * {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 17, _src/scss/theme/base/_utilities.scss */
body strong {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 20, _src/scss/theme/base/_utilities.scss */
body .main-wrapper {
  background-color: var(--primary-1);
}

/* line 23, _src/scss/theme/base/_utilities.scss */
body .container, body .my-profile, body .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist body nav, body .region-header, body .store-finder {
  max-width: 1296px;
}

/* line 26, _src/scss/theme/base/_utilities.scss */
body .list-unstyled {
  list-style: none !important;
}

/* line 29, _src/scss/theme/base/_utilities.scss */
body ol,
body ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  /* line 35, _src/scss/theme/base/_utilities.scss */
  body.regulation-page .main-wrapper {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

/* line 44, _src/scss/theme/base/_utilities.scss */
.wow {
  visibility: hidden;
}

/* line 47, _src/scss/theme/base/_utilities.scss */
.font-recoleta {
  font-family: "Recoleta-Regular", serif;
  font-weight: 700;
}

/* IMPORT LAYOUT */
/* line 1, _src/scss/theme/layout/_content.scss */
.main-content {
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/layout/_content.scss */
  .main-content {
    -ms-flex: 1;
        flex: 1;
  }
}

/* line 6, _src/scss/theme/layout/_content.scss */
.main-content::after, .main-content::before {
  content: "";
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  z-index: 0;
  left: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 6, _src/scss/theme/layout/_content.scss */
  .main-content::after, .main-content::before {
    display: block;
  }
}

/* line 22, _src/scss/theme/layout/_content.scss */
.main-content::before {
  display: none;
  background-image: url("../img//generic-images/bolhas-internal-pages-mobile-1.png?v=9902");
  width: 100%;
  height: 368px;
  top: 70px;
}

/* line 29, _src/scss/theme/layout/_content.scss */
.main-content::after {
  background-image: url("../img//generic-images/bolhas-internal-pages-mobile-2.png?v=9902");
  width: 100%;
  height: calc(1382px * 100);
  top: 0;
  background-attachment: fixed;
}

/* line 37, _src/scss/theme/layout/_content.scss */
.main-content article {
  z-index: 1;
  position: relative;
}

/* line 1, _src/scss/theme/layout/_header.scss */
.region-header {
  height: 75px;
  right: 0;
  left: 0;
  background-color: var(--white);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 4;
  /* START LOGO MENU */
  /* END  LOGO MENU */
  /* START LOGIN STATUS */
  /* END LOGIN STATUS */
  /* START MENU FOOTER MOBILE */
  /* END MENU FOOTER MOBILE */
}

@media (max-width: 1199.98px) {
  /* line 1, _src/scss/theme/layout/_header.scss */
  .region-header {
    padding: 0 29px;
  }
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/layout/_header.scss */
  .region-header {
    height: auto;
    border-radius: unset;
    padding: 10px 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  /* line 22, _src/scss/theme/layout/_header.scss */
  .region-header .navbar-brand {
    padding-left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  /* line 27, _src/scss/theme/layout/_header.scss */
  .region-header .navbar-brand img {
    width: 92px;
    height: 36px;
  }
}

/* line 34, _src/scss/theme/layout/_header.scss */
.region-header .menu-custom-icon {
  padding-right: 15px;
}

/* line 38, _src/scss/theme/layout/_header.scss */
.region-header .menu-custom-login-area {
  padding-right: 15px;
}

/* line 42, _src/scss/theme/layout/_header.scss */
.region-header .link-login-menu-mobile {
  text-decoration: none;
  font-size: 18px;
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-2);
}

/* line 49, _src/scss/theme/layout/_header.scss */
.region-header .nav-item-one-trust {
  margin-top: 10px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  /* line 60, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .container-fluid, .region-header .navbar .container-sm, .region-header .navbar .container-md, .region-header .navbar .container-lg, .region-header .navbar .container-xl, .region-header .navbar .container-xxl {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 60, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .container-fluid, .region-header .navbar .container-sm, .region-header .navbar .container-md, .region-header .navbar .container-lg, .region-header .navbar .container-xl, .region-header .navbar .container-xxl {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 69, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .navbar-toggler {
    padding: 0;
  }
}

/* line 84, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav {
  gap: 25px;
  height: auto;
}

@media (max-width: 1199.98px) {
  /* line 84, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav {
    gap: 10px;
  }
}

/* line 91, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item {
  height: auto;
}

/* line 96, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 6px 0 10px;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 18px;
  color: var(--primary-3);
  background-color: var(--white);
  line-height: 1.2;
  position: relative;
}

@media (max-width: 1199.98px) {
  /* line 96, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  /* line 96, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}

/* line 113, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.3s ease-in-out;
}

/* line 125, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
  color: var(--primary-3);
}

/* line 128, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  background-color: var(--primary-1);
  width: 100%;
}

/* line 135, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.is-active {
  background-color: transparent;
  color: var(--primary-3);
}

/* line 139, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.is-active::after {
  background-color: var(--primary-2);
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* line 146, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.is-active:hover::after {
  background-color: var(--primary-1);
}

/* line 151, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-custom-logo {
  border-radius: unset;
  font-size: 0;
  width: 115px;
  height: 43px;
  background-color: transparent;
  background-image: url("../img/logos/logo-johnsons-baby.svg?v=9902");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 25px;
}

@media (max-width: 1199.98px) {
  /* line 151, _src/scss/theme/layout/_header.scss */
  .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-custom-logo {
    margin: 0 5px;
  }
}

/* line 172, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-custom-logo.is-active::after, .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-custom-logo:hover::after {
  display: none;
}

/* line 177, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-highlight-item {
  background-color: var(--primary-2);
  color: var(--white);
  border-radius: 10px;
  padding: 6px 15px;
}

/* line 183, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-highlight-item.is-active, .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-highlight-item:hover {
  background-color: var(--primary-3);
}

/* line 186, _src/scss/theme/layout/_header.scss */
.region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-highlight-item.is-active::after, .region-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu-highlight-item:hover::after {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 197, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas {
    background-color: var(--white);
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 202, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 400px;
    left: 10px;
    top: 70px;
    margin: auto;
    background-image: url("../img//menu/background-bubbles-offcanvas-tablet.png?v=9902");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 202, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas::after {
    width: 100%;
    height: 500px;
    left: 0;
    background-image: url("../img//menu/background-bubbles-offcanvas-mobile.png?v=9902");
  }
}

@media (max-width: 991.98px) {
  /* line 228, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .navbar-brand {
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  /* line 235, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-header {
    background-color: var(--white);
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 240, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-header .btn-close {
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    filter: var(--filter-primary-3);
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 252, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body {
    padding-top: 20px;
    background-color: var(--primary-1);
    border-top-right-radius: 20px;
    width: calc(100% - 15px);
  }
}

@media (max-width: 991.98px) {
  /* line 260, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body::before {
    content: "";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 200px;
    background-image: url("../img//logos/logo-promocao-gotinhas.png?v=9902");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 10px auto;
    z-index: 1;
    position: relative;
  }
}

@media (max-width: 991.98px) {
  /* line 280, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav {
    gap: 10px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 287, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item.menu-custom-logo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 292, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    background-color: var(--white);
    color: var(--primary-3);
    border-radius: 10px;
    font-family: "ProximaSoft-Bold", serif;
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  /* line 300, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover, .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:focus {
    background-color: var(--white);
    color: var(--primary-3);
  }
}

@media (max-width: 991.98px) {
  /* line 309, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.is-active {
    background-color: var(--primary-3);
    color: var(--white);
  }
}

/* line 315, _src/scss/theme/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.is-active::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.3s ease-in-out;
  background-color: var(--primary-3);
}

@media (max-width: 991.98px) {
  /* line 315, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.is-active::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 331, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.menu-custom-logo {
    display: none;
  }
}

/* line 335, _src/scss/theme/layout/_header.scss */
.region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.menu-custom-logo::after {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 339, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.menu-highlight-item {
    background-color: var(--primary-2);
    color: var(--white);
  }
}

@media (max-width: 991.98px) {
  /* line 350, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .menu--account {
    padding: 0 15px;
    display: block;
    position: relative;
    z-index: 2;
    margin: 30px auto 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 360, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .menu--account .menu--login {
    background-color: transparent;
    height: auto;
    padding: 0;
    gap: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 367, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .menu--account .menu--login .menu__item {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  /* line 371, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .menu--account .menu--login .menu__item--cadastro {
    margin-left: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 379, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown {
    background-color: transparent;
    height: auto;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  /* line 386, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown .btn-dropdown-menu,
  .region-header .offcanvas .offcanvas-body .dropdown .dropdown-toggle {
    min-height: auto;
    padding: 11px 15px;
    background-color: var(--primary-2);
    border-radius: 10px;
    color: var(--white);
    width: 100%;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) {
  /* line 400, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown .btn-dropdown-menu::after,
  .region-header .offcanvas .offcanvas-body .dropdown .dropdown-toggle::after {
    filter: var(--filter-white);
    width: 15px;
    height: 15px;
    margin-top: 3px;
  }
}

@media (max-width: 991.98px) {
  /* line 411, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown .btn-dropdown-menu.show,
  .region-header .offcanvas .offcanvas-body .dropdown .dropdown-toggle.show {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 2px solid var(--primary-4);
  }
}

@media (max-width: 575.98px) {
  /* line 419, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown .dropdown-menu {
    background-color: var(--primary-2);
    padding: 10px 0;
    border-radius: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 428, _src/scss/theme/layout/_header.scss */
  .region-header .offcanvas .offcanvas-body .dropdown .dropdown-menu.show {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: static !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

/* line 446, _src/scss/theme/layout/_header.scss */
.region-header .menu__item {
  position: relative;
}

@media (min-width: 992px) {
  /* line 469, _src/scss/theme/layout/_header.scss */
  .region-header .menu--login {
    padding: 0;
    margin-bottom: 1px;
  }
}

@media (max-width: 991.98px) {
  /* line 486, _src/scss/theme/layout/_header.scss */
  .region-header .menu--account {
    display: none;
  }
}

/* line 510, _src/scss/theme/layout/_header.scss */
.user-logged-in .region-header .navbar-brand {
  padding-right: 15px;
}

/* line 523, _src/scss/theme/layout/_header.scss */
.user-logged-in .region-header .menu-custom-login-area {
  display: none;
}

/* line 1, _src/scss/theme/layout/_footer.scss */
.region-footer {
  /* Footer Navigation */
  background-color: var(--primary-2);
  padding: 40px 15px 0;
  position: relative;
  z-index: 1;
  /* Keep Cupons */
  /* Social Media */
  /* Message Warning */
  /* Legal Text */
  /* Copyright */
  /* COMMUNICATION CHANNELS */
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/layout/_footer.scss */
  .region-footer {
    padding: 20px 0 0;
  }
}

@media (min-width: 992px) {
  /* line 11, _src/scss/theme/layout/_footer.scss */
  .region-footer .container, .region-footer .my-profile, .region-footer .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .region-footer nav, .region-footer .region-header, .region-footer .store-finder {
    padding: 0;
  }
}

/* line 16, _src/scss/theme/layout/_footer.scss */
.region-footer__menu {
  background-color: var(--primary-2);
  height: auto;
}

/* line 19, _src/scss/theme/layout/_footer.scss */
.region-footer__menu .container, .region-footer__menu .my-profile, .region-footer__menu .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .region-footer__menu nav, .region-footer__menu .region-header, .region-footer__menu .store-finder {
  border-bottom: 1px solid var(--white);
  padding-bottom: 20px;
}

/* line 30, _src/scss/theme/layout/_footer.scss */
.region-footer__navbar {
  gap: 25px;
}

/* line 35, _src/scss/theme/layout/_footer.scss */
.region-footer__item::after {
  display: none;
}

/* line 45, _src/scss/theme/layout/_footer.scss */
.region-footer__link {
  color: var(--white);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  text-decoration: none;
}

/* line 50, _src/scss/theme/layout/_footer.scss */
.region-footer__link:hover {
  text-decoration: underline;
  color: var(--white);
}

@media (max-width: 575.98px) {
  /* line 60, _src/scss/theme/layout/_footer.scss */
  .region-footer__keep-coupons {
    gap: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

/* line 67, _src/scss/theme/layout/_footer.scss */
.region-footer__text {
  background-color: transparent;
  padding: 0;
  text-transform: initial;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  /* line 67, _src/scss/theme/layout/_footer.scss */
  .region-footer__text {
    font-size: 20px;
  }
}

/* line 80, _src/scss/theme/layout/_footer.scss */
.region-footer__back-to-top {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}

@media (min-width: 992px) {
  /* line 80, _src/scss/theme/layout/_footer.scss */
  .region-footer__back-to-top {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 80, _src/scss/theme/layout/_footer.scss */
  .region-footer__back-to-top {
    width: 30px;
    height: 30px;
  }
}

/* line 93, _src/scss/theme/layout/_footer.scss */
.region-footer__back-to-top::before {
  width: 100%;
  height: 100%;
  background-image: url("../img/svg/icon-arrow-circle-up.svg?v=9902");
}

/* line 102, _src/scss/theme/layout/_footer.scss */
.region-footer__social-media .social-media-title {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 5px;
}

/* line 109, _src/scss/theme/layout/_footer.scss */
.region-footer__social-media .social-media {
  gap: 18px;
  padding: 0;
  margin: 0;
}

/* line 113, _src/scss/theme/layout/_footer.scss */
.region-footer__social-media .social-media__icon {
  width: 25px;
  height: 25px;
}

/* line 117, _src/scss/theme/layout/_footer.scss */
.region-footer__social-media .social-media__icon:hover {
  transform: scale(1.1);
}

/* line 155, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

/* line 162, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text-header .legal-text-header-logo {
  position: relative;
}

/* line 164, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text-header .legal-text-header-logo__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
}

/* line 178, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text-logo-image {
  width: 115px;
  height: 59px;
  margin: 0 auto;
}

/* line 187, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text__text {
  color: var(--white);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 24px;
}

/* line 192, _src/scss/theme/layout/_footer.scss */
.region-footer__legal-text .legal-text__text a {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 208, _src/scss/theme/layout/_footer.scss */
.region-footer__copyright .copyright__item {
  color: var(--white);
  font-size: 16px;
  font-family: "ProximaSoft-Regular", serif;
  line-height: 24px;
}

/* line 234, _src/scss/theme/layout/_footer.scss */
.region-footer__communication-channels {
  margin: 0 auto 30px;
}

/* IMPORT COMPONENTS */
/* line 187, _src/scss/theme/components/_buttons.scss */
.btn, .custom-table .custom-form-group--upload a, .default-table .custom-form-group--upload a, .table .custom-form-group--upload a, .two-columns-layout.enter form .form-actions .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next {
  border-radius: 30px;
  border: 3px solid var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 18px;
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
  text-transform: initial;
}

@media (max-width: 575.98px) {
  /* line 187, _src/scss/theme/components/_buttons.scss */
  .btn, .custom-table .custom-form-group--upload a, .default-table .custom-form-group--upload a, .table .custom-form-group--upload a, .two-columns-layout.enter form .form-actions .button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next,
  .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next,
  .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next,
  .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next {
    padding: 14px 20px;
  }
}

/* line 15, _src/scss/theme/components/_buttons.scss */
.btn[disabled], .custom-table .custom-form-group--upload a[disabled], .default-table .custom-form-group--upload a[disabled], .table .custom-form-group--upload a[disabled], .two-columns-layout.enter form .form-actions .button[disabled], .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next[disabled],
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next[disabled], .btn.disabled, .custom-table .custom-form-group--upload a.disabled, .default-table .custom-form-group--upload a.disabled, .table .custom-form-group--upload a.disabled, .two-columns-layout.enter form .form-actions .disabled.button, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-coupon ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-products ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-upload ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .disabled.webform-button--next,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .disabled.webform-button--next {
  opacity: 0.8;
  border: 3px solid var(--neutrals-1) !important;
  background-color: var(--neutrals-1);
  color: var(--neutrals-1);
}

/* line 23, _src/scss/theme/components/_buttons.scss */
.btn:hover, .custom-table .custom-form-group--upload a:hover, .default-table .custom-form-group--upload a:hover, .table .custom-form-group--upload a:hover, .two-columns-layout.enter form .form-actions .button:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:hover, .btn:focus, .custom-table .custom-form-group--upload a:focus, .default-table .custom-form-group--upload a:focus, .table .custom-form-group--upload a:focus, .two-columns-layout.enter form .form-actions .button:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:focus {
  border-color: var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 30, _src/scss/theme/components/_buttons.scss */
.btn--secondary, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account, .user-login-form .form-actions .button, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous {
  border: 3px solid var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 34, _src/scss/theme/components/_buttons.scss */
.btn--secondary:hover, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:hover, .user-login-form .form-actions .button:hover, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:hover,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:hover, .btn--secondary:focus, .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:focus, .user-login-form .form-actions .button:focus, .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:focus,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:focus {
  border-color: var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
}

/* line 47, _src/scss/theme/components/_buttons.scss */
.btn--with-one-icon {
  gap: 10px;
  border-radius: 40px;
}

/* line 52, _src/scss/theme/components/_buttons.scss */
.btn--with-one-icon:hover::before, .btn--with-one-icon:hover::after, .btn--with-one-icon:focus::before, .btn--with-one-icon:focus::after {
  filter: var(--filter-primary-2);
}

/* line 58, _src/scss/theme/components/_buttons.scss */
.btn--with-one-icon::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 26px;
  background-image: url("../img/svg/music-cast-icon.svg?v=9902");
}

/* line 72, _src/scss/theme/components/_buttons.scss */
.btn--with-two-icons {
  gap: 15px;
  border-radius: 40px;
}

/* line 77, _src/scss/theme/components/_buttons.scss */
.btn--with-two-icons:hover::before, .btn--with-two-icons:hover::after, .btn--with-two-icons:focus::before, .btn--with-two-icons:focus::after {
  filter: var(--filter-primary-2);
}

/* line 83, _src/scss/theme/components/_buttons.scss */
.btn--with-two-icons::before, .btn--with-two-icons::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 93, _src/scss/theme/components/_buttons.scss */
.btn--with-two-icons::before {
  width: 27px;
  height: 32px;
  background-image: url("../img/svg/location-icon.svg?v=9902");
}

/* line 98, _src/scss/theme/components/_buttons.scss */
.btn--with-two-icons::after {
  width: 31px;
  height: 30px;
  background-image: url("../img/svg/arrow-forward-icon.svg?v=9902");
}

/* line 191, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-2);
  text-decoration: none;
  text-transform: lowercase;
}

/* line 123, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area:hover, .btn-menu-login-area:focus {
  color: var(--primary-2);
  text-decoration: none;
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  /* line 191, _src/scss/theme/components/_buttons.scss */
  .btn-menu-login-area {
    background-color: var(--primary-2);
    border-radius: 10px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 15px;
  }
}

/* line 137, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area--login {
  padding-left: 0;
  color: var(--primary-2);
  font-family: "ProximaSoft-Bold", serif !important;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  /* line 137, _src/scss/theme/components/_buttons.scss */
  .btn-menu-login-area--login {
    color: var(--white);
  }
}

/* line 148, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area--login::before {
  display: none;
}

/* line 153, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area--register {
  color: var(--primary-2);
  font-family: "ProximaSoft-Bold", serif !important;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  /* line 153, _src/scss/theme/components/_buttons.scss */
  .btn-menu-login-area--register {
    color: var(--white);
  }
}

/* line 161, _src/scss/theme/components/_buttons.scss */
.btn-menu-login-area--register::before {
  background-color: var(--primary-2);
}

@media (max-width: 991.98px) {
  /* line 161, _src/scss/theme/components/_buttons.scss */
  .btn-menu-login-area--register::before {
    display: none;
  }
}

/* line 199, _src/scss/theme/components/_buttons.scss */
.button {
  border-radius: 30px;
  border: 3px solid var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 18px;
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
  text-transform: initial;
}

@media (max-width: 575.98px) {
  /* line 199, _src/scss/theme/components/_buttons.scss */
  .button {
    padding: 14px 20px;
  }
}

/* line 15, _src/scss/theme/components/_buttons.scss */
.button[disabled], .button.disabled {
  opacity: 0.8;
  border: 3px solid var(--neutrals-1) !important;
  background-color: var(--neutrals-1);
  color: var(--neutrals-1);
}

/* line 23, _src/scss/theme/components/_buttons.scss */
.button:hover, .button:focus {
  border-color: var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 30, _src/scss/theme/components/_buttons.scss */
.button--secondary {
  border: 3px solid var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 34, _src/scss/theme/components/_buttons.scss */
.button--secondary:hover, .button--secondary:focus {
  border-color: var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
}

/* line 47, _src/scss/theme/components/_buttons.scss */
.button--with-one-icon {
  gap: 10px;
  border-radius: 40px;
}

/* line 52, _src/scss/theme/components/_buttons.scss */
.button--with-one-icon:hover::before, .button--with-one-icon:hover::after, .button--with-one-icon:focus::before, .button--with-one-icon:focus::after {
  filter: var(--filter-primary-2);
}

/* line 58, _src/scss/theme/components/_buttons.scss */
.button--with-one-icon::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 26px;
  background-image: url("../img/svg/music-cast-icon.svg?v=9902");
}

/* line 72, _src/scss/theme/components/_buttons.scss */
.button--with-two-icons {
  gap: 15px;
  border-radius: 40px;
}

/* line 77, _src/scss/theme/components/_buttons.scss */
.button--with-two-icons:hover::before, .button--with-two-icons:hover::after, .button--with-two-icons:focus::before, .button--with-two-icons:focus::after {
  filter: var(--filter-primary-2);
}

/* line 83, _src/scss/theme/components/_buttons.scss */
.button--with-two-icons::before, .button--with-two-icons::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 93, _src/scss/theme/components/_buttons.scss */
.button--with-two-icons::before {
  width: 27px;
  height: 32px;
  background-image: url("../img/svg/location-icon.svg?v=9902");
}

/* line 98, _src/scss/theme/components/_buttons.scss */
.button--with-two-icons::after {
  width: 31px;
  height: 30px;
  background-image: url("../img/svg/arrow-forward-icon.svg?v=9902");
}

/* line 207, _src/scss/theme/components/_buttons.scss */
.default-btn {
  border-radius: 30px;
  border: 3px solid var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 18px;
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
  text-transform: initial;
}

@media (max-width: 575.98px) {
  /* line 207, _src/scss/theme/components/_buttons.scss */
  .default-btn {
    padding: 14px 20px;
  }
}

/* line 15, _src/scss/theme/components/_buttons.scss */
.default-btn[disabled], .default-btn.disabled {
  opacity: 0.8;
  border: 3px solid var(--neutrals-1) !important;
  background-color: var(--neutrals-1);
  color: var(--neutrals-1);
}

/* line 23, _src/scss/theme/components/_buttons.scss */
.default-btn:hover, .default-btn:focus {
  border-color: var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 30, _src/scss/theme/components/_buttons.scss */
.default-btn--secondary {
  border: 3px solid var(--primary-2);
  color: var(--primary-2);
  background-color: var(--primary-4);
}

/* line 34, _src/scss/theme/components/_buttons.scss */
.default-btn--secondary:hover, .default-btn--secondary:focus {
  border-color: var(--primary-4);
  background-color: var(--primary-2);
  color: var(--primary-4);
}

/* line 47, _src/scss/theme/components/_buttons.scss */
.default-btn--with-one-icon {
  gap: 10px;
  border-radius: 40px;
}

/* line 52, _src/scss/theme/components/_buttons.scss */
.default-btn--with-one-icon:hover::before, .default-btn--with-one-icon:hover::after, .default-btn--with-one-icon:focus::before, .default-btn--with-one-icon:focus::after {
  filter: var(--filter-primary-2);
}

/* line 58, _src/scss/theme/components/_buttons.scss */
.default-btn--with-one-icon::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 26px;
  background-image: url("../img/svg/music-cast-icon.svg?v=9902");
}

/* line 72, _src/scss/theme/components/_buttons.scss */
.default-btn--with-two-icons {
  gap: 15px;
  border-radius: 40px;
}

/* line 77, _src/scss/theme/components/_buttons.scss */
.default-btn--with-two-icons:hover::before, .default-btn--with-two-icons:hover::after, .default-btn--with-two-icons:focus::before, .default-btn--with-two-icons:focus::after {
  filter: var(--filter-primary-2);
}

/* line 83, _src/scss/theme/components/_buttons.scss */
.default-btn--with-two-icons::before, .default-btn--with-two-icons::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 93, _src/scss/theme/components/_buttons.scss */
.default-btn--with-two-icons::before {
  width: 27px;
  height: 32px;
  background-image: url("../img/svg/location-icon.svg?v=9902");
}

/* line 98, _src/scss/theme/components/_buttons.scss */
.default-btn--with-two-icons::after {
  width: 31px;
  height: 30px;
  background-image: url("../img/svg/arrow-forward-icon.svg?v=9902");
}

/* line 4, _src/scss/theme/components/_custom-slick.scss */
.slick-dots li {
  width: 15px;
  height: 15px;
}

/* line 7, _src/scss/theme/components/_custom-slick.scss */
.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 11, _src/scss/theme/components/_custom-slick.scss */
.slick-dots li button::before {
  opacity: 1;
  content: "";
  background-color: var(--primary-4);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  color: initial;
}

/* line 23, _src/scss/theme/components/_custom-slick.scss */
.slick-dots li.slick-active button::before {
  background-color: var(--primary-2);
  opacity: 1;
}

/* line 1, _src/scss/theme/components/_messages.scss */
.messages {
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  border-radius: 15px;
  text-align: center;
  color: var(--primary-4);
  font-size: 18px;
}

/* line 8, _src/scss/theme/components/_messages.scss */
.messages .placeholder {
  color: inherit;
  cursor: initial;
}

/* line 19, _src/scss/theme/components/_messages.scss */
.messages .item-list__comma-list {
  list-style: disc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 10px auto;
  padding: 0;
}

/* line 27, _src/scss/theme/components/_messages.scss */
.messages .item-list__comma-list li {
  margin-bottom: 5px;
}

/* line 45, _src/scss/theme/components/_messages.scss */
.messages--warning, div[data-drupal-messages] div.messages--warning[role="contentinfo"] {
  background-color: var(--warning);
  color: var(--white);
  border: none;
}

/* line 2, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper .default-title, .generic-content-wrapper .page-header .header-title__container--h1, .page-header .generic-content-wrapper .header-title__container--h1, .generic-content-wrapper .contact-us .head-contact-us .title-uppercase, .contact-us .head-contact-us .generic-content-wrapper .title-uppercase, .generic-content-wrapper .register-coupon-b form .countdown-modal .countdown-modal-title, .register-coupon-b form .countdown-modal .generic-content-wrapper .countdown-modal-title, .generic-content-wrapper .my-profile__title {
  margin-bottom: 25px;
}

/* line 5, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper ul,
.generic-content-wrapper ol {
  padding-left: 20px;
}

/* line 8, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper ul li,
.generic-content-wrapper ol li {
  color: var(--neutrals-2);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* line 16, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper ul {
  list-style: disc;
}

/* line 19, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper ol {
  list-style: decimal;
}

/* line 22, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper a {
  color: var(--neutrals-2);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

/* line 29, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper a:hover {
  text-decoration: none;
}

/* line 33, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper .generic-content-description {
  color: var(--neutrals-2);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* line 42, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper .generic-content-subtile {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 20px;
  line-height: 22px;
  margin: 15px 0;
}

/* line 48, _src/scss/theme/components/_generic-content-internals.scss */
.generic-content-wrapper .generic-content-subtile--small {
  font-size: 18px;
}

/* line 1, _src/scss/theme/components/_custom-audio-player.scss */
.music-promotion {
  padding: 18px 20px;
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  border-radius: 15px;
  max-width: 400px;
  width: 100%;
  min-height: 111px;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_custom-audio-player.scss */
  .music-promotion {
    max-width: 100%;
    padding: 15px;
  }
}

/* line 14, _src/scss/theme/components/_custom-audio-player.scss */
.music-promotion .music-promotion-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 22px;
  line-height: 1.1;
  color: var(--primary-4);
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 14, _src/scss/theme/components/_custom-audio-player.scss */
  .music-promotion .music-promotion-description {
    font-size: 20px;
  }
}

/* line 41, _src/scss/theme/components/_custom-audio-player.scss */
.music-promotion .music-promotion-description__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 33px;
  height: 26px;
  background-image: url("../img/svg/music-cast-icon.svg?v=9902");
}

/* line 54, _src/scss/theme/components/_custom-audio-player.scss */
.music-promotion audio {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}

/* line 64, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__controls {
  padding: 0;
  background-color: transparent;
  color: var(--primary-4);
  font-family: "ProximaSoft-Regular", serif;
}

/* line 70, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__controls__item {
  color: var(--primary-4);
}

/* line 73, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__control {
  padding: 5px;
}

/* line 75, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__control:hover, .plyr .plyr__control:focus {
  background-color: transparent;
}

/* line 79, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__control:hover {
  transform: scale(0.95);
}

/* line 83, _src/scss/theme/components/_custom-audio-player.scss */
.plyr input[type="range"] {
  color: var(--primary-1);
}

/* line 85, _src/scss/theme/components/_custom-audio-player.scss */
.plyr input[type="range"]:focus, .plyr input[type="range"]:focus-visible {
  border: none;
  outline: none;
}

/* line 89, _src/scss/theme/components/_custom-audio-player.scss */
.plyr input[type="range"]:focus::-webkit-slider-runnable-track, .plyr input[type="range"]:focus-visible::-webkit-slider-runnable-track {
  border: none;
  outline: none;
}

/* line 94, _src/scss/theme/components/_custom-audio-player.scss */
.plyr input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--primary-3);
  background-image: linear-gradient(90deg, currentColor 0, #002E67 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #002E67 var(--value, 0));
}

/* line 103, _src/scss/theme/components/_custom-audio-player.scss */
.plyr input[type="range"]::-webkit-slider-thumb {
  background-color: var(--primary-4);
}

/* line 107, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__tooltip {
  background-color: var(--primary-4);
  color: var(--primary-2);
  font-family: "ProximaSoft-Bold", serif;
}

/* line 111, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__tooltip::before {
  border-top-color: var(--primary-4);
}

/* line 119, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__progress__container .plyr__progress__buffer {
  background-color: var(--primary-3);
  color: var(--primary-3);
}

/* line 125, _src/scss/theme/components/_custom-audio-player.scss */
.plyr .plyr__time--current {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 1, _src/scss/theme/components/_custom-circle.scss */
.custom-circle {
  width: 350px;
  height: 350px;
  padding: 25px;
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 1024px) {
  /* line 1, _src/scss/theme/components/_custom-circle.scss */
  .custom-circle {
    width: 300px;
    height: 300px;
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/components/_custom-circle.scss */
  .custom-circle {
    margin: 15px auto;
    width: 350px;
    height: 350px;
    padding: 25px;
  }
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_custom-circle.scss */
  .custom-circle {
    width: 230px;
    height: 230px;
    padding: 20px 15px;
  }
}

/* line 1, _src/scss/theme/components/_alerts.scss */
div[data-drupal-messages] div[role=contentinfo] {
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  border-radius: 15px;
  text-align: center;
  color: var(--primary-4);
  font-size: 18px;
}

/* line 8, _src/scss/theme/components/_alerts.scss */
div[data-drupal-messages] div[role=contentinfo] .placeholder {
  color: inherit;
  cursor: initial;
}

/* Error page */
/* Label form error */
/* default alert error */
/* default warning*/
/* line 51, _src/scss/theme/components/_alerts.scss */
.default-warning, .my-profile .alert.alert-warning,
.my-profile .alert-warning.invalid-feedback, .my-profile .two-columns-layout .alert-warning.form-item--error-message, .two-columns-layout .my-profile .alert-warning.form-item--error-message,
.my-profile .webform-submission-form label.alert-warning.error,
.my-profile .webform-submission-form .my-profile__name-content label.alert-warning.error {
  padding: 8px;
  background-color: var(--warning);
  font-family: "ProximaSoft-Bold", serif;
  font-weight: initial;
  font-size: 14px;
  color: var(--white);
  line-height: initial;
}

/* line 1, _src/scss/theme/components/_titles.scss */
.default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
  font-family: "Recoleta-Regular", serif;
  color: var(--primary-3);
  font-size: 40px;
  text-transform: initial;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_titles.scss */
  .default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
    font-size: 30px;
  }
}

/* line 1, _src/scss/theme/components/_modal.scss */
.ui-widget {
  z-index: 2 !important;
  background-color: var(--white) !important;
  padding: 32px !important;
  border-radius: 10px !important;
}

/* line 12, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-content {
  padding: 0 !important;
}

/* line 68, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-titlebar-close {
  background-image: url("../img/svg/icon-close.svg?v=9902") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 19px !important;
  height: 19px !important;
  border: none !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  top: -15px !important;
  right: -15px !important;
  transition: all 0.3s ease-in-out !important;
}

/* line 81, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-titlebar-close:hover {
  transform: scale(1.02) !important;
}

/* line 90, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-titlebar {
  background-color: transparent !important;
}

/* line 101, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-title {
  font-family: "Recoleta-Regular", serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  color: var(--primary-3) !important;
  text-align: center !important;
}

/* line 113, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  gap: 20px !important;
  margin: 15px auto 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 120, _src/scss/theme/components/_modal.scss */
.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset .button {
  width: fit-content;
  padding: 10px 20px;
  min-width: 100px;
}

/* line 193, _src/scss/theme/components/_modal.scss */
.ui-widget.ui-dialog-buttons .ui-widget-content.ui-dialog-content {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--primary-3);
}

/* line 199, _src/scss/theme/components/_modal.scss */
.ui-widget.ui-dialog-buttons .ui-widget-content.ui-dialog-content p {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--primary-3);
}

/* line 211, _src/scss/theme/components/_modal.scss */
.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}

/* line 230, _src/scss/theme/components/_modal.scss */
.modal {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 234, _src/scss/theme/components/_modal.scss */
.modal .modal-content {
  background-color: var(--white);
  border: none;
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 32px;
}

/* line 241, _src/scss/theme/components/_modal.scss */
.modal .modal-header {
  padding: 10px;
  position: relative;
  border: none;
}

/* line 246, _src/scss/theme/components/_modal.scss */
.modal .modal-title {
  font-family: "Recoleta-Regular", serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary-3);
  width: 100%;
}

/* line 255, _src/scss/theme/components/_modal.scss */
.modal .btn-close {
  padding: 0;
  font-size: 0;
  text-indent: -9999999px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/svg/icon-close.svg?v=9902");
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 270, _src/scss/theme/components/_modal.scss */
.modal .btn-close:hover {
  opacity: 0.8;
}

/* line 274, _src/scss/theme/components/_modal.scss */
.modal .modal-body {
  padding: 10px 0;
  border-top: 2px solid var(--neutrals-1);
  border-bottom: 2px solid var(--neutrals-1);
}

/* line 279, _src/scss/theme/components/_modal.scss */
.modal .modal__description {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 286, _src/scss/theme/components/_modal.scss */
.modal .modal__description:last-of-type {
  margin-bottom: 0;
}

/* line 290, _src/scss/theme/components/_modal.scss */
.modal .modal-image-content {
  margin-top: 15px;
}

/* line 293, _src/scss/theme/components/_modal.scss */
.modal .modal-backdrop {
  z-index: -1;
}

/* line 296, _src/scss/theme/components/_modal.scss */
.modal .modal-image,
.modal img {
  margin: 0 auto;
}

/* line 304, _src/scss/theme/components/_modal.scss */
.modal.show {
  display: block;
}

/* line 314, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body__description {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  color: var(--primary-3);
  line-height: 21px;
  text-align: center;
}

/* line 326, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns .btn, .custom-modal .modal-content .modal-body .modal-btns .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .table .custom-form-group--upload a, .table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next {
  color: var(--primary-4) !important;
}

/* line 328, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns .btn:hover, .custom-modal .modal-content .modal-body .modal-btns .custom-table .custom-form-group--upload a:hover, .custom-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a:hover, .custom-modal .modal-content .modal-body .modal-btns .default-table .custom-form-group--upload a:hover, .default-table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a:hover, .custom-modal .modal-content .modal-body .modal-btns .table .custom-form-group--upload a:hover, .table .custom-form-group--upload .custom-modal .modal-content .modal-body .modal-btns a:hover, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .button:hover, .two-columns-layout.enter form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button:hover, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:hover, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:hover, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--next:hover {
  color: var(--primary-2) !important;
}

/* line 334, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns .btn--secondary, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account, .two-columns-layout.enter form .form-actions .registration-btn-form .custom-modal .modal-content .modal-body .modal-btns .btn--create-account, .custom-modal .modal-content .modal-body .modal-btns .user-login-form .form-actions .button, .user-login-form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous, .register-coupon-b form.participation-step---coupon .form-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous {
  color: var(--primary-2) !important;
}

/* line 336, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns .btn--secondary:hover, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:hover, .two-columns-layout.enter form .form-actions .registration-btn-form .custom-modal .modal-content .modal-body .modal-btns .btn--create-account:hover, .custom-modal .modal-content .modal-body .modal-btns .user-login-form .form-actions .button:hover, .user-login-form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button:hover, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:hover, .register-coupon-b form.participation-step---coupon .form-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:hover, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:hover, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:hover, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:hover {
  color: var(--primary-4) !important;
}

/* line 339, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-btns .btn--secondary:focus, .custom-modal .modal-content .modal-body .modal-btns .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account:focus, .two-columns-layout.enter form .form-actions .registration-btn-form .custom-modal .modal-content .modal-body .modal-btns .btn--create-account:focus, .custom-modal .modal-content .modal-body .modal-btns .user-login-form .form-actions .button:focus, .user-login-form .form-actions .custom-modal .modal-content .modal-body .modal-btns .button:focus, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous:focus, .register-coupon-b form.participation-step---coupon .form-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus, .custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-accesskey ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-coupon ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-products ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous:focus, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-upload ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous:focus, .register-coupon-b #edit-step-confirmation ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus,
.custom-modal .modal-content .modal-body .modal-btns .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous:focus, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .custom-modal .modal-content .modal-body .modal-btns .webform-button--previous:focus {
  color: var(--primary-4) !important;
}

/* line 347, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-help-options__description {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  color: var(--primary-3);
  line-height: 21px;
  text-align: center;
}

/* line 356, _src/scss/theme/components/_modal.scss */
.custom-modal .modal-content .modal-body .modal-help-options__description::before, .custom-modal .modal-content .modal-body .modal-help-options__description::after {
  width: 100%;
  background-color: var(--primary-1);
}

/* line 2, _src/scss/theme/components/_tables.scss */
.custom-table *, .default-table *, .table * {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 7, _src/scss/theme/components/_tables.scss */
.custom-table thead tr th, .default-table thead tr th, .table thead tr th {
  background-color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  color: var(--white);
}

/* line 19, _src/scss/theme/components/_tables.scss */
.custom-table tbody tr td, .default-table tbody tr td, .table tbody tr td {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
}

@media (max-width: 991.98px) {
  /* line 565, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation, .register-coupon-b #edit-step-confirmation .default-table,
  .register-coupon-b #edit-step-confirmation .table {
    display: block;
  }
}

/* line 569, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation thead, .register-coupon-b #edit-step-confirmation .default-table thead, .register-coupon-b #edit-step-confirmation .table thead {
  border: none;
  background-color: transparent;
}

/* line 573, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation thead tr th, .register-coupon-b #edit-step-confirmation .default-table thead tr th, .register-coupon-b #edit-step-confirmation .table thead tr th {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--primary-1);
  color: var(--primary-3);
  text-align: left;
  font-size: 16px;
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 991.98px) {
  /* line 585, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody, .register-coupon-b #edit-step-confirmation .default-table tbody, .register-coupon-b #edit-step-confirmation .table tbody {
    display: block;
  }
}

@media (max-width: 991.98px) {
  /* line 589, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr, .register-coupon-b #edit-step-confirmation .default-table tbody tr, .register-coupon-b #edit-step-confirmation .table tbody tr {
    padding: 0;
    border: 2px solid var(--primary-1);
    border-radius: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 597, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation tbody tr td, .register-coupon-b #edit-step-confirmation .default-table tbody tr td, .register-coupon-b #edit-step-confirmation .table tbody tr td {
  border: none;
  border-bottom: 2px solid var(--primary-1);
}

@media (max-width: 991.98px) {
  /* line 597, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td, .register-coupon-b #edit-step-confirmation .default-table tbody tr td, .register-coupon-b #edit-step-confirmation .table tbody tr td {
    border-top: none !important;
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 597, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td, .register-coupon-b #edit-step-confirmation .default-table tbody tr td, .register-coupon-b #edit-step-confirmation .table tbody tr td {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 607, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td:last-of-type, .register-coupon-b #edit-step-confirmation .default-table tbody tr td:last-of-type, .register-coupon-b #edit-step-confirmation .table tbody tr td:last-of-type {
    border-bottom: none;
  }
}

@media (max-width: 991.98px) {
  /* line 613, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td::before, .register-coupon-b #edit-step-confirmation .default-table tbody tr td::before, .register-coupon-b #edit-step-confirmation .table tbody tr td::before {
    content: attr(data-content);
    padding: 0;
    background-color: transparent;
    min-width: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    min-height: 0;
    color: var(--primary-2);
  }
}

@media (max-width: 575.98px) {
  /* line 613, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tbody tr td::before, .register-coupon-b #edit-step-confirmation .default-table tbody tr td::before, .register-coupon-b #edit-step-confirmation .table tbody tr td::before {
    font-size: 12px;
  }
}

/* line 632, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation tfoot, .register-coupon-b #edit-step-confirmation .default-table tfoot, .register-coupon-b #edit-step-confirmation .table tfoot {
  background-color: var(--primary-2);
}

@media (max-width: 991.98px) {
  /* line 632, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tfoot, .register-coupon-b #edit-step-confirmation .default-table tfoot, .register-coupon-b #edit-step-confirmation .table tfoot {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--primary-1);
  }
}

@media (max-width: 575.98px) {
  /* line 632, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tfoot, .register-coupon-b #edit-step-confirmation .default-table tfoot, .register-coupon-b #edit-step-confirmation .table tfoot {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 644, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tfoot tr, .register-coupon-b #edit-step-confirmation .default-table tfoot tr, .register-coupon-b #edit-step-confirmation .table tfoot tr {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

/* line 653, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation tfoot tr td, .register-coupon-b #edit-step-confirmation .default-table tfoot tr td, .register-coupon-b #edit-step-confirmation .table tfoot tr td {
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 21px;
  font-family: "ProximaSoft-Bold", serif;
  color: var(--white);
}

@media (max-width: 991.98px) {
  /* line 653, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tfoot tr td, .register-coupon-b #edit-step-confirmation .default-table tfoot tr td, .register-coupon-b #edit-step-confirmation .table tfoot tr td {
    padding: 0;
  }
}

/* line 664, _src/scss/theme/components/_tables.scss */
.custom-table--product-confirmation tfoot tr td.confirmation-products-item .confirmation-products-text-info, .register-coupon-b #edit-step-confirmation .default-table tfoot tr td.confirmation-products-item .confirmation-products-text-info, .register-coupon-b #edit-step-confirmation .table tfoot tr td.confirmation-products-item .confirmation-products-text-info {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

@media (max-width: 991.98px) {
  /* line 670, _src/scss/theme/components/_tables.scss */
  .custom-table--product-confirmation tfoot tr td.confirmation-products-item--quantity, .register-coupon-b #edit-step-confirmation .default-table tfoot tr td.confirmation-products-item--quantity, .register-coupon-b #edit-step-confirmation .table tfoot tr td.confirmation-products-item--quantity, .custom-table--product-confirmation tfoot tr td.confirmation-products-item--unit-value, .register-coupon-b #edit-step-confirmation .default-table tfoot tr td.confirmation-products-item--unit-value, .register-coupon-b #edit-step-confirmation .table tfoot tr td.confirmation-products-item--unit-value {
    width: auto !important;
  }
}

@media (max-width: 575.98px) {
  /* line 691, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table {
    display: block;
  }
}

/* line 695, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table thead {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 698, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody {
    display: block;
  }
}

/* line 702, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 702, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody tr {
    position: relative;
  }
}

/* line 709, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td {
  outline: 2px solid var(--primary-1) !important;
  padding: 20px;
  border-radius: 10px;
  border: none;
  width: calc(100% - 82px);
  min-width: 568px;
}

@media (max-width: 575.98px) {
  /* line 709, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody tr td {
    min-width: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  /* line 722, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody tr td::before, .webform-multiple-table .table tbody tr td::after {
    display: none;
  }
}

/* line 727, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-item {
  margin-bottom: 20px;
}

/* line 730, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

/* line 735, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel label {
  width: 100%;
}

/* line 738, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .field-prefix {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  margin-left: 3px;
}

/* line 744, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group {
  width: 100%;
  position: relative;
}

/* line 747, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn, .custom-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a, .default-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .custom-form-group--upload a, .webform-multiple-table .table .custom-form-group--upload tbody tr td .form-type-tel .btn-group a, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .button, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next {
  padding: 10px;
  height: 20px;
  min-height: 0;
  border-radius: 2px;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
}

/* line 759, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn:hover, .custom-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a:hover, .default-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a:hover, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .custom-form-group--upload a:hover, .webform-multiple-table .table .custom-form-group--upload tbody tr td .form-type-tel .btn-group a:hover, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .two-columns-layout.enter form .form-actions .button:hover, .two-columns-layout.enter form .form-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .button:hover, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-products ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next:hover, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-upload ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next:hover, .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next:hover, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .webform-button--next:hover {
  background-color: var(--primary-1);
}

/* line 764, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn.btn-minus, .custom-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a.btn-minus, .default-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a.btn-minus, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .custom-form-group--upload a.btn-minus, .webform-multiple-table .table .custom-form-group--upload tbody tr td .form-type-tel .btn-group a.btn-minus, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .two-columns-layout.enter form .form-actions .btn-minus.button, .two-columns-layout.enter form .form-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.button, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-coupon ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-products ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-upload ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-minus.webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-minus.webform-button--next {
  -ms-flex-order: 1;
      order: 1;
  right: 35px;
}

/* line 768, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn.btn-plus, .custom-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a.btn-plus, .default-table .custom-form-group--upload .webform-multiple-table .table tbody tr td .form-type-tel .btn-group a.btn-plus, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .custom-form-group--upload a.btn-plus, .webform-multiple-table .table .custom-form-group--upload tbody tr td .form-type-tel .btn-group a.btn-plus, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .two-columns-layout.enter form .form-actions .btn-plus.button, .two-columns-layout.enter form .form-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.button, .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-purchase-date ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-accesskey ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-coupon ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-products ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-upload ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b #edit-step-confirmation ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next,
.webform-multiple-table .table tbody tr td .form-type-tel .btn-group .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .btn-plus.webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-multiple-table .table tbody tr td .form-type-tel .btn-group .btn-plus.webform-button--next {
  -ms-flex-order: 2;
      order: 2;
}

/* line 776, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td .form-type-tel.webform-has-field-prefix label {
  margin-bottom: 3px;
  width: auto;
}

/* line 782, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td.webform-multiple-table--operations {
  border: none;
  outline: unset !important;
  vertical-align: top;
  padding: 0 0 0 15px;
  width: 82px;
  min-width: 0;
}

@media (max-width: 575.98px) {
  /* line 782, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody tr td.webform-multiple-table--operations {
    width: auto;
    padding: 0;
    top: unset;
    bottom: 20px;
    right: 0;
    left: 0;
    position: absolute;
  }
}

/* line 798, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td.webform-multiple-table--operations input[type="image"] {
  padding: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  border: none;
  background-color: var(--primary-1);
  object-fit: scale-down;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  /* line 798, _src/scss/theme/components/_tables.scss */
  .webform-multiple-table .table tbody tr td.webform-multiple-table--operations input[type="image"] {
    width: 25px;
    height: 25px;
  }
}

/* line 811, _src/scss/theme/components/_tables.scss */
.webform-multiple-table .table tbody tr td.webform-multiple-table--operations input[type="image"]:hover {
  opacity: 0.8;
}

/* line 3, _src/scss/theme/components/_forms.scss */
.form-group label,
.form-group .label {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
}

/* line 11, _src/scss/theme/components/_forms.scss */
h4.label, .label.h4 {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
}

/* line 19, _src/scss/theme/components/_forms.scss */
.form-control, .register-coupon-b form .webform-section .select2-container .selection .select2-selection, .contact-us form .form-item .form-text,
.contact-us form .form-item .form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection,
.contact-us form .form-item .form-email, .contact-us form .form-item .form-textarea, .user-login-form .form-item input, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--neutrals-3);
  background-color: var(--white);
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--neutrals-3);
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden !important;
  white-space: break-spaces;
}

/* line 31, _src/scss/theme/components/_forms.scss */
.form-control.error, .register-coupon-b form .webform-section .select2-container .selection .error.select2-selection, .contact-us form .form-item .error.form-text,
.contact-us form .form-item .error.form-select, .contact-us form .form-item .register-coupon-b .select2-container .selection .error.select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .error.select2-selection,
.contact-us form .form-item .error.form-email, .contact-us form .form-item .error.form-textarea, .user-login-form .form-item input.error, .register-coupon-b .select2-container--default .select2-search--dropdown .error.select2-search__field {
  border: 1px solid var(--error);
}

/* line 34, _src/scss/theme/components/_forms.scss */
.form-control:focus, .register-coupon-b form .webform-section .select2-container .selection .select2-selection:focus, .contact-us form .form-item .form-text:focus,
.contact-us form .form-item .form-select:focus, .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection:focus, .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection:focus,
.contact-us form .form-item .form-email:focus, .contact-us form .form-item .form-textarea:focus, .user-login-form .form-item input:focus, .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid var(--neutrals-2);
  color: var(--neutrals-3);
}

/* line 45, _src/scss/theme/components/_forms.scss */
input[type="search"] {
  appearance: none;
  background-image: url("../img/svg/search-icon.svg?v=9902");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* line 51, _src/scss/theme/components/_forms.scss */
input[type="search"]:focus {
  background-image: url("../img/svg/search-icon.svg?v=9902") !important;
}

/* line 56, _src/scss/theme/components/_forms.scss */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 61, _src/scss/theme/components/_forms.scss */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

/* line 66, _src/scss/theme/components/_forms.scss */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

/* line 81, _src/scss/theme/components/_forms.scss */
.js-form-type-password .form-control, .js-form-type-password .register-coupon-b form .webform-section .select2-container .selection .select2-selection, .register-coupon-b form .webform-section .select2-container .selection .js-form-type-password .select2-selection, .js-form-type-password .contact-us form .form-item .form-text, .contact-us form .form-item .js-form-type-password .form-text,
.js-form-type-password .contact-us form .form-item .form-select, .contact-us form .form-item .js-form-type-password .form-select, .js-form-type-password .contact-us form .form-item .register-coupon-b .select2-container .selection .select2-selection, .contact-us form .form-item .register-coupon-b .select2-container .selection .js-form-type-password .select2-selection, .js-form-type-password .register-coupon-b .select2-container .selection .contact-us form .form-item .select2-selection, .register-coupon-b .select2-container .selection .contact-us form .form-item .js-form-type-password .select2-selection,
.js-form-type-password .contact-us form .form-item .form-email, .contact-us form .form-item .js-form-type-password .form-email, .js-form-type-password .contact-us form .form-item .form-textarea, .contact-us form .form-item .js-form-type-password .form-textarea, .js-form-type-password .user-login-form .form-item input, .user-login-form .form-item .js-form-type-password input, .js-form-type-password .register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field, .register-coupon-b .select2-container--default .select2-search--dropdown .js-form-type-password .select2-search__field {
  padding-right: 40px;
}

/* line 93, _src/scss/theme/components/_forms.scss */
.js-form-type-checkbox .form-checkbox,
.form-type-checkbox .form-checkbox {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 575.98px) {
  /* line 93, _src/scss/theme/components/_forms.scss */
  .js-form-type-checkbox .form-checkbox,
  .form-type-checkbox .form-checkbox {
    margin-top: 0;
  }
}

/* line 100, _src/scss/theme/components/_forms.scss */
.js-form-type-checkbox .form-checkbox:before,
.form-type-checkbox .form-checkbox:before {
  border-color: var(--primary-3);
}

/* line 105, _src/scss/theme/components/_forms.scss */
.js-form-type-checkbox .form-checkbox:checked:before,
.form-type-checkbox .form-checkbox:checked:before {
  border-color: var(--primary-3);
  background-color: var(--primary-3);
}

/* line 126, _src/scss/theme/components/_forms.scss */
.js-form-type-checkbox label a,
.form-type-checkbox label a {
  color: inherit;
}

/* line 146, _src/scss/theme/components/_forms.scss */
.js-form-managed-file {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  /* line 146, _src/scss/theme/components/_forms.scss */
  .js-form-managed-file {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

/* line 154, _src/scss/theme/components/_forms.scss */
.js-form-managed-file:before {
  display: none;
}

/* line 158, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-file {
  position: relative;
  height: 40px;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 158, _src/scss/theme/components/_forms.scss */
  .js-form-managed-file .form-file {
    font-size: 14px;
  }
}

/* line 167, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-file:hover::file-selector-button {
  background-color: var(--primary-3) !important;
  color: var(--primary-4) !important;
  opacity: 0.9 !important;
}

/* line 173, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-file::file-selector-button {
  background-color: var(--primary-3);
  color: var(--primary-4);
  font-size: 18px;
  font-family: "ProximaSoft-Bold", serif;
  height: 100%;
  font-weight: initial;
  border-radius: 0;
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  /* line 173, _src/scss/theme/components/_forms.scss */
  .js-form-managed-file .form-file::file-selector-button {
    padding: 5px 7px;
    font-size: 14px;
  }
}

/* line 194, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-file.error {
  border: 1px solid var(--error);
}

/* line 209, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .invalid-feedback, .js-form-managed-file .two-columns-layout .form-item--error-message, .two-columns-layout .js-form-managed-file .form-item--error-message,
.js-form-managed-file .messages {
  top: 0;
  -ms-flex-order: 1;
      order: 1;
}

@media (max-width: 575.98px) {
  /* line 209, _src/scss/theme/components/_forms.scss */
  .js-form-managed-file .invalid-feedback, .js-form-managed-file .two-columns-layout .form-item--error-message, .two-columns-layout .js-form-managed-file .form-item--error-message,
  .js-form-managed-file .messages {
    padding: 10px;
  }
}

/* line 218, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-submit {
  height: 40px;
  padding: 0 20px;
  border: none;
  right: 0;
  top: 3px;
  background-color: var(--primary-3);
  min-height: 0;
}

/* line 226, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-submit:focus {
  background-color: var(--primary-3);
  color: var(--primary-4);
}

@media (max-width: 575.98px) {
  /* line 218, _src/scss/theme/components/_forms.scss */
  .js-form-managed-file .form-submit {
    padding: 5px 7px;
    font-size: 14px;
  }
}

/* line 234, _src/scss/theme/components/_forms.scss */
.js-form-managed-file .form-submit:hover {
  opacity: 0.9;
  color: var(--primary-4);
}

/* line 242, _src/scss/theme/components/_forms.scss */
.form-select, .register-coupon-b .select2-container .selection .select2-selection {
  border: 1px solid var(--neutrals-3);
  background-color: var(--white);
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 16px;
  line-height: 24px;
}

/* line 252, _src/scss/theme/components/_forms.scss */
.form-select.error, .register-coupon-b .select2-container .selection .error.select2-selection, .form-select:focus, .register-coupon-b .select2-container .selection .select2-selection:focus {
  border: 1px solid var(--error);
}

/* line 266, _src/scss/theme/components/_forms.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 270, _src/scss/theme/components/_forms.scss */
.description {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 14px;
  margin-top: 5px;
}

/* line 277, _src/scss/theme/components/_forms.scss */
.description a:not(.default-btn) {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 14px;
  font-weight: initial;
}

@media (max-width: 575.98px) {
  /* line 286, _src/scss/theme/components/_forms.scss */
  .form-actions {
    -ms-flex-direction: initial;
        flex-direction: initial;
    gap: 15px;
  }
}

/* line 309, _src/scss/theme/components/_forms.scss */
.form-required::before {
  color: var(--primary-3);
}

/* line 314, _src/scss/theme/components/_forms.scss */
.form-item--error-message {
  margin-top: 7px;
}

/* line 1, _src/scss/theme/components/_password-strength.scss */
.password-strength {
  width: 70%;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_password-strength.scss */
  .password-strength {
    width: 100%;
  }
}

/* line 8, _src/scss/theme/components/_password-strength.scss */
.password-strength__title {
  color: var(--primary-3);
  font-size: 14px;
}

/* line 12, _src/scss/theme/components/_password-strength.scss */
.password-strength__text {
  color: var(--primary-3);
  font-size: 14px;
  font-family: "ProximaSoft-Bold", serif;
}

/* line 17, _src/scss/theme/components/_password-strength.scss */
.password-strength__meter {
  background-color: var(--neutrals-1);
  border-radius: 5px;
}

/* line 25, _src/scss/theme/components/_password-strength.scss */
.password-strength__indicator {
  border-radius: 5px;
}

/* line 27, _src/scss/theme/components/_password-strength.scss */
.password-strength__indicator.is-weak {
  background-color: var(--error);
}

/* line 30, _src/scss/theme/components/_password-strength.scss */
.password-strength__indicator.is-fair {
  background-color: var(--warning);
}

/* line 33, _src/scss/theme/components/_password-strength.scss */
.password-strength__indicator.is-strong {
  background-color: var(--secondary-2);
}

/* line 36, _src/scss/theme/components/_password-strength.scss */
.password-strength__indicator.is-good {
  background-color: var(--primary-3);
}

/* line 92, _src/scss/theme/components/_password-strength.scss */
.password-suggestions {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  /* line 92, _src/scss/theme/components/_password-strength.scss */
  .password-suggestions {
    font-size: 14px;
  }
}

/* line 101, _src/scss/theme/components/_password-strength.scss */
.password-suggestions ul li {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 14px;
}

/* line 110, _src/scss/theme/components/_password-strength.scss */
.password-confirm-message {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  width: 100%;
  font-size: 14px;
}

/* line 115, _src/scss/theme/components/_password-strength.scss */
.password-confirm-message .error,
.password-confirm-message .ok {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 119, _src/scss/theme/components/_password-strength.scss */
.password-confirm-message .error {
  color: var(--error);
}

/* line 122, _src/scss/theme/components/_password-strength.scss */
.password-confirm-message .ok {
  color: var(--success);
}

/* line 1, _src/scss/theme/components/_card.scss */
.card, .webform-confirmation-card, .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .user-login-form,
.page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .user-login-form,
.path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .user-login-form,
.page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .user-login-form {
  border: none;
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  max-width: var(--form-card-width);
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/components/_card.scss */
  .card, .webform-confirmation-card, .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .user-login-form,
  .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .user-login-form,
  .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .user-login-form,
  .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .user-login-form {
    padding: 15px;
    max-width: 100%;
  }
}

/* line 12, _src/scss/theme/components/_card.scss */
.card--outline {
  border: 2px solid var(--primary-1);
  padding: 20px;
  border-radius: 10px;
}

/* line 17, _src/scss/theme/components/_card.scss */
.card--pendente {
  border-color: var(--primary-2);
}

/* line 20, _src/scss/theme/components/_card.scss */
.card--aprovado {
  border-color: var(--success);
}

/* line 23, _src/scss/theme/components/_card.scss */
.card--reprovado {
  border-color: var(--error);
}

/* line 1, _src/scss/theme/components/_communication-channels.scss */
.communication-channels {
  border-bottom: 1px solid var(--white);
}

/* line 4, _src/scss/theme/components/_communication-channels.scss */
.communication-channels__title {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  /* line 4, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels__title {
    width: 100%;
  }
}

/* line 13, _src/scss/theme/components/_communication-channels.scss */
.communication-channels__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 25px;
}

@media (max-width: 991.98px) {
  /* line 13, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  /* line 13, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels__wrapper {
    gap: 10px;
  }
}

/* line 26, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
}

/* line 40, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__descrition {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  color: var(--white);
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  /* line 40, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels .communication-box-item__descrition {
    min-width: 125px;
  }
}

/* line 50, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__descrition a {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  /* line 50, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels .communication-box-item__descrition a {
    word-break: break-all;
  }
}

/* line 62, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__descrition a:hover {
  text-decoration: underline;
}

/* line 66, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__descrition small, .communication-channels .communication-box-item__descrition .small {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 14px;
}

/* line 73, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__descrition--obs {
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  /* line 73, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels .communication-box-item__descrition--obs {
    padding-top: 12px;
  }
}

/* line 81, _src/scss/theme/components/_communication-channels.scss */
.communication-channels .communication-box-item__image {
  width: 17px;
  height: 17px;
}

/* line 112, _src/scss/theme/components/_communication-channels.scss */
.communication-channels.container, .communication-channels.my-profile, .meus-cupons #block-promosorteiomycouponslist nav.communication-channels, .communication-channels.region-header, .communication-channels.store-finder {
  padding: 20px 0;
}

@media (max-width: 991.98px) {
  /* line 112, _src/scss/theme/components/_communication-channels.scss */
  .communication-channels.container, .communication-channels.my-profile, .meus-cupons #block-promosorteiomycouponslist nav.communication-channels, .communication-channels.region-header, .communication-channels.store-finder {
    padding: 20px 15px;
  }
}

/* line 1, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax {
  position: absolute;
  margin: auto;
  display: block;
  width: 100%;
  z-index: -1;
  top: 0;
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/components/_bubbles-parallax.scss */
  .bubbles-parallax {
    display: none;
  }
}

/* line 11, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 17, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--main-banner {
  right: 0;
  left: 0;
  top: 25px;
}

/* line 21, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--main-banner img {
  height: 563px;
}

/* line 26, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--como-participar-left {
  height: 557px;
  width: 475px;
  left: 0;
}

/* line 34, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--como-participar-right {
  width: 628px;
  height: 1092px;
  right: 0;
}

/* line 42, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--exchange-points-left {
  top: 40%;
  left: -50px;
  width: 496px;
  height: 516px;
}

@media (min-width: 1920px) {
  /* line 42, _src/scss/theme/components/_bubbles-parallax.scss */
  .bubbles-parallax--exchange-points-left {
    left: 70px;
  }
}

@media (max-width: 1024px) {
  /* line 42, _src/scss/theme/components/_bubbles-parallax.scss */
  .bubbles-parallax--exchange-points-left {
    left: -10%;
    top: 60%;
  }
}

/* line 58, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--plush-toys-top-left {
  width: 496px;
  height: 516px;
  top: unset;
  bottom: 60%;
  left: 7%;
}

/* line 69, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--participating-products-right {
  right: -20px;
  top: -43%;
  height: 310px;
  width: 393px;
}

/* line 78, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--plush-toys-top-right {
  right: 32%;
  height: 28px;
  width: 28px;
  top: -20px;
}

/* line 86, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--plush-toys-music-right {
  width: 223px;
  height: 387px;
  right: -20px;
  top: 80px;
}

/* line 94, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--plush-toys-music-left {
  width: 188px;
  height: 478px;
  left: 30px;
  top: 50px;
}

/* line 103, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--doubts-left {
  width: 491px;
  height: 694px;
  left: 0;
  top: -450px;
}

/* line 112, _src/scss/theme/components/_bubbles-parallax.scss */
.bubbles-parallax--doubts-right {
  width: 612px;
  height: 1092px;
  right: 0;
  bottom: 0;
  top: -210px;
}

/* line 4, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .btn-dropdown-menu,
.dropdown .dropdown-toggle {
  color: var(--primary-2);
  font-family: "ProximaSoft-Bold", serif;
}

/* line 12, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .btn-dropdown-menu:hover, .dropdown .btn-dropdown-menu:focus,
.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus {
  background-color: transparent;
}

/* line 15, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .btn-dropdown-menu::after,
.dropdown .dropdown-toggle::after {
  filter: var(--filter-primary-1);
  margin-top: 4px;
}

/* line 21, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .dropdown-menu {
  background-color: var(--primary-2);
  padding: 10px 0;
}

@media (min-width: 992px) {
  /* line 21, _src/scss/theme/components/_dropdown-menu.scss */
  .dropdown .dropdown-menu {
    margin-top: 8px !important;
  }
}

/* line 28, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  color: var(--white);
}

/* line 33, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item__link,
.dropdown .dropdown-menu .dropdown-item a {
  background-color: transparent;
  color: var(--white);
  font-family: "ProximaSoft-Bold", serif;
  border-radius: 5px;
  padding: 6px 15px;
}

/* line 40, _src/scss/theme/components/_dropdown-menu.scss */
.dropdown .dropdown-menu .dropdown-item__link:hover,
.dropdown .dropdown-menu .dropdown-item a:hover {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 3, _src/scss/theme/components/_internal-header.scss */
.page-header {
  height: auto;
  margin: 15px auto;
}

/* line 8, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title {
  position: relative;
  z-index: 1;
}

/* line 12, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title__container {
  margin: 30px auto;
  background-image: url("../img/internal-header/bolhas-header.png?v=9902");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 575.98px) {
  /* line 12, _src/scss/theme/components/_internal-header.scss */
  .page-header .header-title__container {
    background-image: unset;
    margin: 0;
  }
}

/* line 22, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title__container::before, .page-header .header-title__container::after {
  display: none;
}

/* line 27, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title__container--h1 {
  color: var(--white);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

/* line 37, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title__container .subtitle {
  color: var(--white);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

/* line 47, _src/scss/theme/components/_internal-header.scss */
.page-header .header-title__image {
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 47, _src/scss/theme/components/_internal-header.scss */
  .page-header .header-title__image {
    display: none;
  }
}

/* line 62, _src/scss/theme/components/_internal-header.scss */
.page-header .internel-header-bubbles {
  position: absolute;
  width: calc(100% - 15px);
  z-index: 0;
  left: 0;
  right: 0;
  top: 30%;
  margin: auto;
}

@media (max-width: 1399.98px) {
  /* line 62, _src/scss/theme/components/_internal-header.scss */
  .page-header .internel-header-bubbles {
    top: 50%;
  }
}

@media (max-width: 1199.98px) {
  /* line 62, _src/scss/theme/components/_internal-header.scss */
  .page-header .internel-header-bubbles {
    display: none;
  }
}

/* line 76, _src/scss/theme/components/_internal-header.scss */
.page-header .internel-header-bubbles__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 1, _src/scss/theme/components/_social-media.scss */
.social-media {
  padding: 0 15px;
  margin: 30px auto 20px;
}

/* line 4, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
}

/* line 11, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-link {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 23, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  filter: var(--filter-primary-2);
}

/* line 33, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-icon--facebook {
  background-image: url("../img//svg/social-media/icone-facebook.svg?v=9902");
}

/* line 36, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-icon--instagram {
  background-image: url("../img//svg/social-media/icone-instagram.svg?v=9902");
}

/* line 39, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-icon--youtube {
  background-image: url("../img//svg/social-media/icone-youtube.svg?v=9902");
}

/* line 42, _src/scss/theme/components/_social-media.scss */
.social-media .social-media-icon--tiktok {
  background-image: url("../img//svg/social-media/icone-tiktok.svg?v=9902");
}

/* line 1, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout {
  /*--- PÁGINAS ---*/
}

/* line 2, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content {
  -ms-flex: 1;
      flex: 1;
}

/* line 21, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
  z-index: 1;
}

@media (min-width: 1400px) {
  /* line 21, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 510px;
  }
}

@media (min-width: 1921px) {
  /* line 21, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 760px;
  }
}

@media (max-width: 1399.98px) {
  /* line 21, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 425px;
  }
}

@media (max-width: 991.98px) {
  /* line 21, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    border: none;
    border-radius: 20px;
    padding: 10px 5px;
    max-width: 90%;
    margin: 30px auto;
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 21, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    max-width: calc(100% - 80px);
  }
}

/* line 47, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login {
  top: 50px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/* line 50, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  content: "";
  display: block;
  width: 769px;
  height: 557px;
  margin: auto;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img//registration-area/bubbles-registration-area.png?v=9902");
  z-index: -1;
}

@media (max-width: 1024px) {
  /* line 50, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    width: 490px;
    height: 467px;
    bottom: 30px;
  }
}

/* line 98, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login__img img, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login__img img, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login__img img, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login__img img, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login__img img {
  margin: 0 auto;
  transition: width 0.4s ease-in-out;
}

/* line 104, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
  transition: all 0.5s ease-in-out;
  bottom: 0;
}

@media (max-width: 1440px) {
  /* line 104, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    width: 623px;
    height: 588px;
    bottom: 210px;
  }
}

@media (max-width: 1024px) {
  /* line 104, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    width: 490px;
    height: 467px;
  }
}

/* line 119, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 70%;
}

@media (max-width: 1440px) {
  /* line 119, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 55%;
  }
}

/* line 142, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__link a, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__link a, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__link a {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-3);
  text-decoration: underline;
}

/* line 148, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__link a:hover, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__link a:hover, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__link a:hover, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__link a:hover, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__link a:hover, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__link a:hover {
  text-decoration: none;
}

/* line 154, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .main-content .container .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .my-profile .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .infos__text, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .main-content nav .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .region-header .paragraph--type--layout-columns-2 .infos__text, .two-columns-layout .main-content .store-finder .paragraph--type--layout-columns-2 .infos__text {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-3);
}

/* line 172, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar {
  padding: 30px 0 35px 0;
  max-width: var(--form-width);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  /* line 172, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .btn-voltar {
    padding: 30px 15px 35px 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 172, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .btn-voltar {
    padding: 15px;
  }
}

/* line 183, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link {
  color: var(--neutrals-2);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  line-height: 21px;
}

/* line 188, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:before {
  filter: var(--filter-neutrals-2);
}

/* line 192, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:hover {
  color: var(--primary-3);
}

/* line 194, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .btn-voltar__link:hover::before {
  filter: var(--filter-primary-3);
}

/* line 201, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout div[data-drupal-messages] {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  /* line 201, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout div[data-drupal-messages] {
    background-color: transparent;
  }
}

/* line 211, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout div[data-drupal-messages] .messages {
  max-width: var(--form-width);
  margin: 10px auto;
}

/* line 214, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout div[data-drupal-messages] .messages__wrapper {
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 211, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout div[data-drupal-messages] .messages {
    background-color: var(--white);
    border-color: var(--white);
    font-family: "ProximaSoft-Bold", serif;
    font-size: 16px;
    color: var(--primary-3);
  }
}

/* line 227, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout form {
  max-width: 100%;
}

/* line 230, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout form p {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 16px;
}

@media (max-width: 575.98px) {
  /* line 230, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout form p {
    font-size: 14px;
  }
}

/* line 251, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox {
  padding-left: 0;
  gap: 10px;
  margin-bottom: 20px;
}

/* line 258, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout form .form-item.js-form-type-checkbox .option {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
}

/* line 277, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .invalid-feedback, .two-columns-layout .form-item--error-message {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 292, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .content-form-limit {
  max-width: 100%;
  padding: 0;
}

/* line 299, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful,
.two-columns-layout .content-form-limit-medium,
.two-columns-layout .user-login-form {
  max-width: var(--form-width);
  padding: 0;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  /* line 299, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .form-registrationsuccessful,
  .two-columns-layout .content-form-limit-medium,
  .two-columns-layout .user-login-form {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 311, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout .form-registrationsuccessful .container > .row, .two-columns-layout .form-registrationsuccessful .my-profile > .row, .two-columns-layout .form-registrationsuccessful .meus-cupons #block-promosorteiomycouponslist nav > .row, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .form-registrationsuccessful nav > .row, .two-columns-layout .form-registrationsuccessful .region-header > .row, .two-columns-layout .form-registrationsuccessful .store-finder > .row,
  .two-columns-layout .content-form-limit-medium .container > .row,
  .two-columns-layout .user-login-form .container > .row,
  .two-columns-layout .content-form-limit-medium .my-profile > .row,
  .two-columns-layout .user-login-form .my-profile > .row,
  .two-columns-layout .content-form-limit-medium .meus-cupons #block-promosorteiomycouponslist nav > .row,
  .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .content-form-limit-medium nav > .row,
  .two-columns-layout .user-login-form .meus-cupons #block-promosorteiomycouponslist nav > .row,
  .meus-cupons #block-promosorteiomycouponslist .two-columns-layout .user-login-form nav > .row,
  .two-columns-layout .content-form-limit-medium .region-header > .row,
  .two-columns-layout .user-login-form .region-header > .row,
  .two-columns-layout .content-form-limit-medium .store-finder > .row,
  .two-columns-layout .user-login-form .store-finder > .row {
    margin: 0;
  }
}

/* line 317, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout .form-registrationsuccessful .row,
.two-columns-layout .content-form-limit-medium .row,
.two-columns-layout .user-login-form .row {
  margin: 0;
}

/* line 374, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox {
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 391, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option {
  width: calc(100% - 30px);
  font-family: "ProximaSoft-Regular", serif;
}

@media (max-width: 1024px) {
  /* line 391, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option {
    width: calc(100% - 30px);
  }
}

@media (max-width: 575.98px) {
  /* line 391, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option {
    margin-top: 0;
  }
}

/* line 400, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option a, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* line 403, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option a:hover, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option a:hover {
  text-decoration: none;
}

/* line 408, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-wrapper .form-type-checkbox .option.form-required::before, .two-columns-layout.cadastro form .form-wrapper .form-type-checkbox .option.form-required::before {
  left: -37px;
}

/* line 418, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro .description, .two-columns-layout.cadastro .description {
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  color: var(--primary-3);
  max-width: 80%;
  margin-left: auto;
}

/* line 425, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro .description em, .two-columns-layout.cadastro .description em {
  font-size: 12px;
  line-height: 15px;
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 575.98px) {
  /* line 418, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .description, .two-columns-layout.cadastro .description {
    max-width: 100%;
  }
}

/* line 437, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro .password-suggestions ~ .description, .two-columns-layout.cadastro .password-suggestions ~ .description {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1025px) {
  /* line 447, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.editar-cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 720px;
  }
}

@media (max-width: 1025px) {
  /* line 459, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.editar-cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.editar-cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.editar-cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.editar-cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.editar-cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  /* line 482, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.editar-cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.editar-cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 220px;
  }
}

@media (max-width: 1024px) {
  /* line 498, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.editar-cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.editar-cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.editar-cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.editar-cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.editar-cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 270px;
  }
}

@media (max-width: 1024px) {
  /* line 504, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.editar-cadastro .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.editar-cadastro .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.editar-cadastro .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.editar-cadastro .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.editar-cadastro .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 55%;
  }
}

/* line 517, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-type-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 525, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-type-checkbox .form-item--error-message {
  width: 100%;
  -ms-flex-order: -1;
      order: -1;
}

/* line 540, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.editar-cadastro form .form-type-checkbox .option {
  width: calc(100% - 30px);
}

@media (max-width: 1024px) {
  /* line 540, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-type-checkbox .option {
    width: calc(100% - 30px);
  }
}

@media (max-width: 575.98px) {
  /* line 540, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.editar-cadastro form .form-type-checkbox .option {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  /* line 565, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.enter .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.enter .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 945px;
  }
}

@media (max-width: 991.98px) {
  /* line 565, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.enter .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.enter .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.enter .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 579, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.enter form .form-actions {
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}

/* line 582, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.enter form .form-actions .button {
  min-width: 130px;
}

/* line 586, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.enter form .form-actions .registration-btn-form {
  position: relative;
}

/* line 588, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.enter form .form-actions .registration-btn-form:before {
  content: "Ainda não tem uma conta?";
  text-align: center;
  width: 100%;
  display: block;
  color: var(--primary-2);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  margin-bottom: 2px;
  cursor: text;
}

@media (max-width: 575.98px) {
  /* line 608, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro .ui-widget {
    padding: 25px 15px !important;
  }
}

@media (max-width: 575.98px) {
  /* line 612, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro .ui-widget .ui-dialog-titlebar-close {
    right: 0px !important;
    top: -10px !important;
  }
}

@media (max-width: 575.98px) {
  /* line 619, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro .ui-widget .card, .two-columns-layout.cadastro .ui-widget .webform-confirmation-card, .two-columns-layout.cadastro .ui-widget .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .two-columns-layout.cadastro .ui-widget .content-form-limit-medium, .two-columns-layout.cadastro .ui-widget .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .two-columns-layout.cadastro .ui-widget .user-login-form,
  .two-columns-layout.cadastro .ui-widget .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .two-columns-layout.cadastro .ui-widget .content-form-limit-medium, .two-columns-layout.cadastro .ui-widget .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .two-columns-layout.cadastro .ui-widget .user-login-form,
  .two-columns-layout.cadastro .ui-widget .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .two-columns-layout.cadastro .ui-widget .content-form-limit-medium, .two-columns-layout.cadastro .ui-widget .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .two-columns-layout.cadastro .ui-widget .user-login-form,
  .two-columns-layout.cadastro .ui-widget .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .two-columns-layout.cadastro .ui-widget .content-form-limit-medium, .two-columns-layout.cadastro .ui-widget .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .two-columns-layout.cadastro .ui-widget .user-login-form {
    padding: 0;
  }
}

/* line 624, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro .ui-widget .default-title, .two-columns-layout.cadastro .ui-widget .page-header .header-title__container--h1, .page-header .two-columns-layout.cadastro .ui-widget .header-title__container--h1, .two-columns-layout.cadastro .ui-widget .contact-us .head-contact-us .title-uppercase, .contact-us .head-contact-us .two-columns-layout.cadastro .ui-widget .title-uppercase, .two-columns-layout.cadastro .ui-widget .register-coupon-b form .countdown-modal .countdown-modal-title, .register-coupon-b form .countdown-modal .two-columns-layout.cadastro .ui-widget .countdown-modal-title, .two-columns-layout.cadastro .ui-widget .my-profile__title {
  display: none;
}

/* line 627, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro .ui-widget .btn, .two-columns-layout.cadastro .ui-widget .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .two-columns-layout.cadastro .ui-widget a, .two-columns-layout.cadastro .ui-widget .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .two-columns-layout.cadastro .ui-widget a, .two-columns-layout.cadastro .ui-widget .table .custom-form-group--upload a, .table .custom-form-group--upload .two-columns-layout.cadastro .ui-widget a, .two-columns-layout.cadastro .ui-widget .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .two-columns-layout.cadastro .ui-widget .button, .two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next,
.two-columns-layout.cadastro .ui-widget .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .two-columns-layout.cadastro .ui-widget .webform-button--next {
  color: var(--primary-4);
}

@media (max-width: 1024px) {
  /* line 641, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
  }
}

@media (max-width: 991.98px) {
  /* line 641, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 652, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  bottom: 210px;
}

@media (max-width: 1024px) {
  /* line 652, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

/* line 665, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 80%;
}

@media (max-width: 1399.98px) {
  /* line 665, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  /* line 665, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 676, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

/* line 682, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 55%;
}

@media (max-width: 1024px) {
  /* line 682, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-conta-alterada-com-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 771, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
  }
}

@media (max-width: 991.98px) {
  /* line 771, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  /* line 782, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

@media (max-width: 1024px) {
  /* line 794, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 801, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

@media (max-width: 1024px) {
  /* line 807, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.alterar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.alterar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.alterar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.alterar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.alterar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.alterar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 834, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
    padding: 0 33px 0 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 834, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
    padding: 0 0 20px 0;
  }
}

/* line 847, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  bottom: 210px;
}

@media (max-width: 1024px) {
  /* line 847, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

/* line 860, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 80%;
}

@media (max-width: 1399.98px) {
  /* line 860, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  /* line 860, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 871, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

/* line 877, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 55%;
}

@media (max-width: 1024px) {
  /* line 877, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-pendente .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-pendente .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-pendente .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 897, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
  }
}

@media (max-width: 991.98px) {
  /* line 897, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 908, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  bottom: 210px;
}

@media (max-width: 1024px) {
  /* line 908, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

/* line 921, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 80%;
}

@media (max-width: 1024px) {
  /* line 921, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 929, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

/* line 935, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 55%;
}

@media (max-width: 1024px) {
  /* line 935, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.recuperar-senha .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.recuperar-senha .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.recuperar-senha .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 966, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
  }
}

@media (max-width: 991.98px) {
  /* line 966, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 977, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  bottom: 210px;
}

@media (max-width: 1024px) {
  /* line 977, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

/* line 990, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 80%;
}

@media (max-width: 1024px) {
  /* line 990, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 1000, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

/* line 1006, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 55%;
}

@media (max-width: 1024px) {
  /* line 1006, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cancelar-token .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cancelar-token .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cancelar-token .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 1032, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.esqueci-minha-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.esqueci-minha-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 945px;
  }
}

@media (max-width: 991.98px) {
  /* line 1032, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.esqueci-minha-senha .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.esqueci-minha-senha .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.esqueci-minha-senha .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  /* line 1056, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 945px;
    padding: 0 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 1056, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 1065, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column {
  max-width: var(--form-width);
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  /* line 1065, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) .paragraph > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) p > .paragraph__column {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 1077, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    width: 613px;
    height: 586px;
    bottom: 200px;
  }
}

@media (min-width: 992px) {
  /* line 1077, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 200px;
  }
}

@media (min-width: 1921px) {
  /* line 1077, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 230px;
  }
}

@media (max-width: 1024px) {
  /* line 1077, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 700px;
  }
}

/* line 1094, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 70%;
}

@media (min-width: 1921px) {
  /* line 1094, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 100%;
  }
}

@media (max-width: 1399.98px) {
  /* line 1094, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 60%;
  }
}

@media (max-width: 1440px) {
  /* line 1106, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.cadastro-sucesso .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.cadastro-sucesso .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.cadastro-sucesso .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  /* line 1134, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 940px;
  }
}

@media (max-width: 991.98px) {
  /* line 1134, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2), .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 > .row .col-md-6:nth-child(2) {
    min-height: 0;
  }
}

/* line 1145, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
  bottom: 210px;
}

@media (max-width: 1024px) {
  /* line 1145, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login::after, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login::after {
    bottom: 740px;
  }
}

/* line 1158, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
  width: 80%;
}

@media (max-width: 1024px) {
  /* line 1158, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login .left-login__img img, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login .left-login__img img {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  /* line 1168, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo::after, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo::after {
    bottom: 740px;
  }
}

/* line 1174, _src/scss/theme/components/_two-columns-layout.scss */
.two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
  width: 55%;
}

@media (max-width: 1024px) {
  /* line 1174, _src/scss/theme/components/_two-columns-layout.scss */
  .two-columns-layout.ativar-conta .main-content .container .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .my-profile .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .meus-cupons #block-promosorteiomycouponslist nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .meus-cupons #block-promosorteiomycouponslist .two-columns-layout.ativar-conta .main-content nav .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .region-header .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img, .two-columns-layout.ativar-conta .main-content .store-finder .paragraph--type--layout-columns-2 .left-login.small-logo .left-login__img img {
    width: 70%;
  }
}

/* line 2, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__wrapper {
  padding-bottom: 0;
  margin-bottom: 15px;
}

/* line 7, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__title {
  font-family: "Recoleta-Regular", serif;
  font-size: 40px;
  color: var(--primary-3);
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 7, _src/scss/theme/components/_header-account-management.scss */
  .header-account-management__title {
    font-size: 30px;
  }
}

/* line 16, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__title::before {
  display: none;
}

/* line 21, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__description {
  color: var(--primary-3);
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaSoft-Regular", serif;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 21, _src/scss/theme/components/_header-account-management.scss */
  .header-account-management__description {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 37, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__description::before, .header-account-management__description::after {
  content: "";
  width: 25%;
  height: 2px;
  display: block;
  background-color: var(--neutrals-1);
}

@media (max-width: 575.98px) {
  /* line 37, _src/scss/theme/components/_header-account-management.scss */
  .header-account-management__description::before, .header-account-management__description::after {
    width: 20%;
  }
}

/* line 50, _src/scss/theme/components/_header-account-management.scss */
.header-account-management p {
  color: var(--primary-3);
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaSoft-Regular", serif;
  margin-bottom: 15px;
}

/* line 58, _src/scss/theme/components/_header-account-management.scss */
.header-account-management__required-fields {
  color: var(--primary-3);
  font-size: 14px;
  line-height: 20px;
  font-family: "ProximaSoft-Regular", serif;
}

/* line 64, _src/scss/theme/components/_header-account-management.scss */
.header-account-management .header-account-management-actions {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 72, _src/scss/theme/components/_header-account-management.scss */
.header-account-management .link {
  min-width: 280px;
}

/* line 75, _src/scss/theme/components/_header-account-management.scss */
.header-account-management .link--exchange-points.btn--secondary, .header-account-management .two-columns-layout.enter form .form-actions .registration-btn-form .link--exchange-points.btn--create-account, .two-columns-layout.enter form .form-actions .registration-btn-form .header-account-management .link--exchange-points.btn--create-account, .header-account-management .user-login-form .form-actions .link--exchange-points.button, .user-login-form .form-actions .header-account-management .link--exchange-points.button, .header-account-management .register-coupon-b form.participation-step---coupon .form-actions .link--exchange-points.webform-button--previous, .register-coupon-b form.participation-step---coupon .form-actions .header-account-management .link--exchange-points.webform-button--previous, .header-account-management .register-coupon-b #edit-step-purchase-date ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b #edit-step-accesskey ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-accesskey ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b #edit-step-coupon ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-coupon ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b #edit-step-products ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-products ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b #edit-step-upload ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-upload ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b #edit-step-confirmation ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-confirmation ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
.header-account-management .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous {
  padding: 14px 20px 16px 20px;
}

@media (max-width: 575.98px) {
  /* line 75, _src/scss/theme/components/_header-account-management.scss */
  .header-account-management .link--exchange-points.btn--secondary, .header-account-management .two-columns-layout.enter form .form-actions .registration-btn-form .link--exchange-points.btn--create-account, .two-columns-layout.enter form .form-actions .registration-btn-form .header-account-management .link--exchange-points.btn--create-account, .header-account-management .user-login-form .form-actions .link--exchange-points.button, .user-login-form .form-actions .header-account-management .link--exchange-points.button, .header-account-management .register-coupon-b form.participation-step---coupon .form-actions .link--exchange-points.webform-button--previous, .register-coupon-b form.participation-step---coupon .form-actions .header-account-management .link--exchange-points.webform-button--previous, .header-account-management .register-coupon-b #edit-step-purchase-date ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b #edit-step-accesskey ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-accesskey ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b #edit-step-coupon ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-coupon ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b #edit-step-products ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-products ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b #edit-step-upload ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-upload ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b #edit-step-confirmation ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b #edit-step-confirmation ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous,
  .header-account-management .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .link--exchange-points.webform-button--previous, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .header-account-management .link--exchange-points.webform-button--previous {
    padding: 11px 20px 14px 20px;
  }
}

/* line 1, _src/scss/theme/components/_account-content-management.scss */
.account-content-management {
  max-width: var(--form-width);
}

@media (min-width: 1400px) {
  /* line 1, _src/scss/theme/components/_account-content-management.scss */
  .account-content-management {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1, _src/scss/theme/components/_account-content-management.scss */
  .account-content-management {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 16, _src/scss/theme/components/_account-content-management.scss */
.account-content-management__description {
  color: var(--primary-3);
  font-size: 16px;
  font-family: "ProximaSoft-Regular", serif;
}

/* line 1, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message {
  position: relative;
}

/* line 12, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message::before, .page-not-found-message::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/* line 28, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message::before {
  background-image: url("../img/internal-header/bolhas-header.png?v=9902");
  height: 286px;
}

@media (max-width: 991.98px) {
  /* line 28, _src/scss/theme/components/_not-found-message.scss */
  .page-not-found-message::before {
    top: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 28, _src/scss/theme/components/_not-found-message.scss */
  .page-not-found-message::before {
    background-image: url("../img/page-not-found/page-not-found-bubbles-mobile.png?v=9902");
    height: 408px;
  }
}

/* line 39, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message::after {
  width: calc(100% - 15px);
  background-image: url("../img/internal-header/bolhas-header-fixed.png?v=9902");
  top: 90%;
  height: 365px;
}

@media (max-width: 991.98px) {
  /* line 39, _src/scss/theme/components/_not-found-message.scss */
  .page-not-found-message::after {
    display: none;
  }
}

/* line 50, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message__wrapper {
  border-radius: unset;
  background-color: transparent;
}

/* line 56, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 65, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found__title {
  text-transform: initial;
  font-family: "Recoleta-Regular", serif;
  font-weight: 700 !important;
  color: var(--primary-2);
  font-size: 60px;
  text-align: center;
}

/* line 74, _src/scss/theme/components/_not-found-message.scss */
.page-not-found-message__wrapper .message-not-found__message {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-3);
  font-size: 18px;
  text-align: center;
}

/* line 1, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-card {
  background-color: transparent;
  padding: 20px;
  border: 2px solid var(--primary-1);
  border-radius: 10px;
  margin-bottom: 30px;
}

/* line 9, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-ean {
  display: none;
}

/* line 13, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: var(--primary-4);
  margin-top: 15px;
}

/* line 22, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item .webform-product-image {
  width: 70px;
  height: auto;
  min-height: 70px;
  border-radius: 5px;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  background-image: url("../img/generic-icons/drop-icon.png?v=9902");
}

/* line 33, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item .webform-product-infos {
  width: calc(100% - 75px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 39, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item .webform-product-name {
  text-align: left;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary-3);
}

@media (max-width: 575.98px) {
  /* line 39, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-product-item .webform-product-name {
    word-break: break-all;
    white-space: break-spaces;
  }
}

/* line 51, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item .webform-product-name .webform-product-ean {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 55, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item--table {
  padding: 0;
  background-color: transparent;
  border-radius: unset;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  /* line 55, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-product-item--table {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 55, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-product-item--table {
    gap: 7px;
  }
}

/* line 66, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item--table .webform-product-name {
  font-family: "ProximaSoft-Regular", serif;
  line-height: 21px;
}

/* line 69, _src/scss/theme/components/_webform_confirmation.scss */
.webform-product-item--table .webform-product-name .webform-product-ean {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 76, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper {
  margin: 30px auto;
}

@media (max-width: 991.98px) {
  /* line 78, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .block-ef5-promotion-product-variation-card-block {
    width: 100%;
  }
}

/* line 84, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .webform-confirmation-summary-infos__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
}

/* line 92, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .webform-confirmation-summary-infos__item p {
  margin: 0 0 5px 0;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  color: var(--primary-3);
  line-height: 18px;
}

/* line 112, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .webform-confirmation-summary-infos.webform-confirmation-card {
  padding: 20px 20px 15px;
}

/* line 122, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info {
  background-color: var(--white);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  color: var(--primary-3);
  border: 1px solid var(--neutrals-3);
  padding: 8px 15px;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  /* line 122, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info {
    text-align: center;
  }
}

/* line 135, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info:disabled, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info:disabled, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info:disabled, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info.disabled, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info.disabled, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info.disabled {
  background-color: var(--white);
}

@media (max-width: 991.98px) {
  /* line 144, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--name-product, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--name-product, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--name-product {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 149, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--quantity, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--quantity, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--quantity {
    width: 50%;
    border: none;
  }
}

@media (max-width: 575.98px) {
  /* line 154, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--quantity::before, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--quantity::before, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--quantity::before {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  /* line 160, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--unit-value, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--unit-value, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--unit-value {
    width: 50%;
    border: none;
  }
}

@media (max-width: 575.98px) {
  /* line 165, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--unit-value::before, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--unit-value::before, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--unit-value::before {
    text-align: center;
  }
}

/* line 171, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--total, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--total, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--total {
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  /* line 171, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item--total, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item--total, .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item--total {
    text-align: center;
    width: 100%;
  }
}

/* line 183, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-wrapper .confirmation-products.webform-confirmation-card {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  /* line 183, _src/scss/theme/components/_webform_confirmation.scss */
  .webform-confirmation-wrapper .confirmation-products.webform-confirmation-card {
    border: none;
    padding: 0;
    border-radius: unset;
  }
}

/* line 199, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-keep-original-receipt {
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--primary-1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 207, _src/scss/theme/components/_webform_confirmation.scss */
.webform-confirmation-keep-original-receipt__description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  text-align: center;
  color: var(--primary-2);
  margin: 0 !important;
}

/* line 1, _src/scss/theme/components/_store-finder.scss */
.exchange-points {
  margin-bottom: 40px;
  position: relative;
}

/* line 6, _src/scss/theme/components/_store-finder.scss */
.exchange-points-container {
  position: relative;
}

/* line 8, _src/scss/theme/components/_store-finder.scss */
.exchange-points-container::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/home/map/bubbles-left.png?v=9902");
  width: 496px;
  height: 516px;
  position: absolute;
  left: -50px;
  top: 54%;
}

@media (min-width: 1920px) {
  /* line 8, _src/scss/theme/components/_store-finder.scss */
  .exchange-points-container::before {
    left: 190px;
  }
}

@media (min-width: 1980px) {
  /* line 8, _src/scss/theme/components/_store-finder.scss */
  .exchange-points-container::before {
    left: 20%;
  }
}

@media (max-width: 1024px) {
  /* line 8, _src/scss/theme/components/_store-finder.scss */
  .exchange-points-container::before {
    left: -10%;
    top: 60%;
  }
}

@media (max-width: 991.98px) {
  /* line 8, _src/scss/theme/components/_store-finder.scss */
  .exchange-points-container::before {
    display: none;
  }
}

/* line 35, _src/scss/theme/components/_store-finder.scss */
.store-finder-container {
  position: relative;
}

/* line 42, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-wrapper #map {
  padding: 0;
}

@media (max-width: 1399.98px) {
  /* line 42, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-wrapper #map {
    min-height: 500px;
    width: 100%;
  }
}

/* line 50, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-wrapper #map .svg-container svg text {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 59, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 992px) {
  /* line 63, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-finder-informations-wrapper {
    overflow: auto;
    max-height: 630px;
    padding-right: 15px;
  }
}

/* line 70, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 25px;
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  /* line 70, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-finder-description {
    font-size: 18px;
  }
}

/* line 81, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-description--icon {
  text-align: left;
  gap: 15px;
}

/* line 84, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-description--icon::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/location-icon.svg?v=9902");
  width: 43px;
  height: 52px;
}

/* line 98, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-form-item {
  margin-top: 15px;
}

/* line 100, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-form-item .form-label {
  color: var(--white);
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 2px;
}

/* line 107, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-form-item .form-select, .store-finder .store-finder-informations .store-finder-form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .store-finder .store-finder-informations .store-finder-form-item .select2-selection {
  color: var(--neutrals-2);
}

@media (max-width: 575.98px) {
  /* line 107, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-finder-form-item .form-select, .store-finder .store-finder-informations .store-finder-form-item .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .store-finder .store-finder-informations .store-finder-form-item .select2-selection {
    background-position: right 10px center;
  }
}

/* line 112, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-form-item .form-select:focus, .store-finder .store-finder-informations .store-finder-form-item .register-coupon-b .select2-container .selection .select2-selection:focus, .register-coupon-b .select2-container .selection .store-finder .store-finder-informations .store-finder-form-item .select2-selection:focus {
  border: 1px solid var(--neutrals-3);
}

/* line 118, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-finder-form-item--city {
  margin-top: 20px;
}

/* line 124, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location {
  margin-top: 15px;
}

/* line 127, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location .card.card-store, .store-finder .store-finder-informations .store-location .card-store.webform-confirmation-card, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.user-login-form,
.store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form,
.store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form,
.store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.user-login-form {
  padding: 20px;
  background-color: var(--white);
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 127, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-location .card.card-store, .store-finder .store-finder-informations .store-location .card-store.webform-confirmation-card, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.user-login-form,
  .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form,
  .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form,
  .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.user-login-form {
    padding: 20px 15px;
  }
}

/* line 138, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location .card.card-store .card-img-top, .store-finder .store-finder-informations .store-location .card-store.webform-confirmation-card .card-img-top, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.content-form-limit-medium .card-img-top, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-img-top, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.user-login-form .card-img-top, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-img-top, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.content-form-limit-medium .card-img-top, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-img-top, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.user-login-form .card-img-top, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-img-top, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.content-form-limit-medium .card-img-top, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-img-top, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.user-login-form .card-img-top, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-img-top, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.content-form-limit-medium .card-img-top, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-img-top, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.user-login-form .card-img-top, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-img-top {
  width: auto;
  max-height: 60px;
  min-height: 30px;
  height: auto;
  margin: 0 auto 0 0;
  object-position: left center;
  object-fit: contain;
  border-radius: 5px;
}

/* line 148, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location .card.card-store .card-body, .store-finder .store-finder-informations .store-location .card-store.webform-confirmation-card .card-body, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.content-form-limit-medium .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.user-login-form .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-body, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.content-form-limit-medium .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.user-login-form .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-body, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.content-form-limit-medium .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.user-login-form .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-body, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.content-form-limit-medium .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.user-login-form .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.user-login-form .card-body {
  margin-top: 10px;
}

/* line 151, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location .card.card-store.disabled--nostock, .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.webform-confirmation-card, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.disabled--nostock.content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.disabled--nostock.user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form,
.store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.disabled--nostock.content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.disabled--nostock.user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form,
.store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.disabled--nostock.content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.disabled--nostock.user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form,
.store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.disabled--nostock.content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.disabled--nostock.user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 154, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-location .card.card-store.disabled--nostock .card-header .card-img-top, .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.webform-confirmation-card .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-user-reset-form .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .page-route-user-reset-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-onetimelink-protect-protect .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .store-finder .store-finder-informations .store-location .path-onetimelink-protect .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .path-onetimelink-protect .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.content-form-limit-medium .card-header .card-img-top, .store-finder .store-finder-informations .store-location .page-route-entity-user-edit-form .card-store.disabled--nostock.user-login-form .card-header .card-img-top, .page-route-entity-user-edit-form .store-finder .store-finder-informations .store-location .card-store.disabled--nostock.user-login-form .card-header .card-img-top {
  opacity: 0.7;
}

@media (max-width: 575.98px) {
  /* line 164, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-location.no-results .store-not-find {
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 169, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-location.no-results .no-results-description {
    display: block;
  }
}

/* line 177, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .no-results-description {
  font-family: "ProximaSoft-Bold", serif;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
  color: var(--primary-4);
  background-color: var(--primary-2);
  display: none;
}

/* line 189, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-header {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 192, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-header::before {
  content: "";
  width: 24px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/svg/drops-icon.svg?v=9902");
}

/* line 205, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-title {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  line-height: 1.1;
  color: var(--primary-3);
  text-align: left;
}

/* line 212, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle {
  width: 90px;
  height: 90px;
  background-color: var(--primary-2);
  border-radius: 100%;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 212, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle {
    width: 80px;
    height: 80px;
    padding: 5px;
  }
}

/* line 226, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle .exchange-period-store-item__description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary-4);
}

@media (max-width: 575.98px) {
  /* line 226, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle .exchange-period-store-item__description {
    width: auto;
  }
}

/* line 237, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle .exchange-period-store-item__description span {
  font-size: 30px;
  font-family: "ProximaSoft-Bold", serif;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  /* line 237, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle .exchange-period-store-item__description span {
    font-size: 20px;
    display: block;
  }
}

/* line 248, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle .icon-seal {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/generic-images/selo-indisponivel.png?v=9902");
}

/* line 259, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle--stock-unavailable {
  width: 141px;
  height: 121px;
  border: none;
  background-color: transparent;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 259, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-circle--stock-unavailable {
    width: 135px;
    height: 121px;
  }
}

/* line 272, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin: 5px 0;
}

@media (max-width: 575.98px) {
  /* line 272, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-wrapper {
    position: relative;
    padding-bottom: 40px;
  }
}

/* line 282, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 286, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items--left {
  width: calc(100% - 82px);
  gap: 5px;
}

@media (max-width: 575.98px) {
  /* line 286, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items--left {
    width: 100%;
    gap: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 295, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items--left .exchange-period-store-item.working-time {
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 302, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items--right {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 575.98px) {
  /* line 302, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-items--right {
    position: absolute;
    bottom: -45px;
    right: -22px;
  }
}

/* line 311, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 314, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item .icon {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 575.98px) {
  /* line 314, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item .icon {
    background-position: top center;
  }
}

/* line 327, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item__description {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-3);
  text-align: left;
}

@media (max-width: 575.98px) {
  /* line 327, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item__description {
    line-height: 1.1;
    width: calc(100% - 24px);
  }
}

@media (max-width: 575.98px) {
  /* line 338, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item__description span {
    display: block;
  }
}

/* line 343, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item__description--no-stock {
  display: none;
}

/* line 348, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item.working-days .icon {
  background-image: url("../img/svg/calendar-icon.svg?v=9902");
}

/* line 353, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store .exchange-period-store-item.working-time .icon {
  background-image: url("../img/svg/time-icon.svg?v=9902");
}

/* line 363, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .exchange-period-store.card-footer.card--outline {
  border: 2px solid var(--primary-2);
  padding: 12px 15px;
  border-radius: 10px;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  /* line 363, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .exchange-period-store.card-footer.card--outline {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
}

/* line 376, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-not-find {
  padding-top: 30px;
  background-color: var(--primary-2);
}

@media (max-width: 575.98px) {
  /* line 376, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .store-not-find {
    padding-top: 10px;
  }
}

/* line 382, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-not-find .store-not-find-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 391, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .store-not-find .store-not-find-description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 22px;
  line-height: 1.1;
  color: var(--white);
}

/* line 399, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .address-store {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

/* line 404, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .address-store::before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 26px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/svg/location-icon.svg?v=9902");
  filter: var(--filter-primary-3);
}

/* line 417, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .address-store .address-store-location {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 423, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .address-store .address-store-location .card-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.1;
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-3);
}

/* line 431, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .address-store .address-line {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

/* line 444, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .card, .store-finder .store-finder-informations .webform-confirmation-card, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form,
.store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form,
.store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form,
.store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form {
  width: 100%;
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  /* line 444, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .card, .store-finder .store-finder-informations .webform-confirmation-card, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form {
    padding: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 444, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .card, .store-finder .store-finder-informations .webform-confirmation-card, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form,
  .store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form {
    padding: 30px 15px;
  }
}

/* line 455, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .card .card-header, .store-finder .store-finder-informations .webform-confirmation-card .card-header, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium .card-header, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium .card-header, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form .card-header, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form .card-header, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium .card-header, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium .card-header, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form .card-header, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form .card-header, .store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium .card-header, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium .card-header, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form .card-header, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form .card-header, .store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium .card-header, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium .card-header, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form .card-header, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form .card-header {
  background-color: transparent;
  border: none;
  border-radius: unset;
  padding: 0;
}

/* line 463, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .card .card-body, .store-finder .store-finder-informations .webform-confirmation-card .card-body, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form .card-body, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form .card-body, .store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium .card-body, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form .card-body, .store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form .card-body {
  padding: 0;
}

/* line 466, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .card .card-footer, .store-finder .store-finder-informations .webform-confirmation-card .card-footer, .store-finder .store-finder-informations .page-route-user-reset-form .content-form-limit-medium .card-footer, .page-route-user-reset-form .store-finder .store-finder-informations .content-form-limit-medium .card-footer, .store-finder .store-finder-informations .page-route-user-reset-form .user-login-form .card-footer, .page-route-user-reset-form .store-finder .store-finder-informations .user-login-form .card-footer, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .content-form-limit-medium .card-footer, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .content-form-limit-medium .card-footer, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .user-login-form .card-footer, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .user-login-form .card-footer, .store-finder .store-finder-informations .path-onetimelink-protect .content-form-limit-medium .card-footer, .path-onetimelink-protect .store-finder .store-finder-informations .content-form-limit-medium .card-footer, .store-finder .store-finder-informations .path-onetimelink-protect .user-login-form .card-footer, .path-onetimelink-protect .store-finder .store-finder-informations .user-login-form .card-footer, .store-finder .store-finder-informations .page-route-entity-user-edit-form .content-form-limit-medium .card-footer, .page-route-entity-user-edit-form .store-finder .store-finder-informations .content-form-limit-medium .card-footer, .store-finder .store-finder-informations .page-route-entity-user-edit-form .user-login-form .card-footer, .page-route-entity-user-edit-form .store-finder .store-finder-informations .user-login-form .card-footer {
  padding: 0;
  border: none;
  border-radius: unset;
}

/* line 475, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .enabled--hasstock .stock-availability,
.store-finder .store-finder-informations .enabled--hasstock .exchange-period-store-item__description--no-stock {
  display: none;
}

/* line 483, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .disabled--nostock .days-missing {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 487, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .disabled--nostock .exchange-period-store .exchange-period-store-wrapper {
    position: initial;
  }
}

@media (max-width: 575.98px) {
  /* line 491, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .disabled--nostock .exchange-period-store .exchange-period-store-wrapper .exchange-period-store-items--right {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 501, _src/scss/theme/components/_store-finder.scss */
  .store-finder .store-finder-informations .disabled--nostock .exchange-period-store.card-footer.card--outline {
    padding: 12px 10px;
    position: relative;
  }
}

/* line 509, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .disabled--nostock .exchange-period-store-item__description {
  display: none;
}

/* line 512, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .disabled--nostock .exchange-period-store-item__description--no-stock {
  display: -ms-flexbox;
  display: flex;
}

/* line 520, _src/scss/theme/components/_store-finder.scss */
.store-finder .store-finder-informations .disabled--nostock.card.card-store .card-body, .store-finder .store-finder-informations .disabled--nostock.card-store.webform-confirmation-card .card-body, .store-finder .store-finder-informations .page-route-user-reset-form .disabled--nostock.card-store.content-form-limit-medium .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .disabled--nostock.card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-user-reset-form .disabled--nostock.card-store.user-login-form .card-body, .page-route-user-reset-form .store-finder .store-finder-informations .disabled--nostock.card-store.user-login-form .card-body, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .disabled--nostock.card-store.content-form-limit-medium .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .disabled--nostock.card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-onetimelink-protect-protect .disabled--nostock.card-store.user-login-form .card-body, .page-route-onetimelink-protect-protect .store-finder .store-finder-informations .disabled--nostock.card-store.user-login-form .card-body, .store-finder .store-finder-informations .path-onetimelink-protect .disabled--nostock.card-store.content-form-limit-medium .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .disabled--nostock.card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .path-onetimelink-protect .disabled--nostock.card-store.user-login-form .card-body, .path-onetimelink-protect .store-finder .store-finder-informations .disabled--nostock.card-store.user-login-form .card-body, .store-finder .store-finder-informations .page-route-entity-user-edit-form .disabled--nostock.card-store.content-form-limit-medium .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .disabled--nostock.card-store.content-form-limit-medium .card-body, .store-finder .store-finder-informations .page-route-entity-user-edit-form .disabled--nostock.card-store.user-login-form .card-body, .page-route-entity-user-edit-form .store-finder .store-finder-informations .disabled--nostock.card-store.user-login-form .card-body {
  margin-top: 20px;
}

/* line 528, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 533, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-track {
  background-color: var(--primary-4);
  border-radius: 5px;
}

/* line 538, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-track:hover {
  background-color: var(--primary-4);
  border-radius: 5px;
}

/* line 543, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-track:active {
  background-color: var(--primary-4);
  border-radius: 5px;
}

/* line 548, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-thumb {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 553, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 558, _src/scss/theme/components/_store-finder.scss */
.store-finder *::-webkit-scrollbar-thumb:active {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 1, _src/scss/theme/components/_plush-toys.scss */
.plush-toys {
  margin: 40px 0;
  position: relative;
}

/* line 6, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-wrapper {
  position: relative;
}

/* line 9, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .default-title, .plush-toys .page-header .header-title__container--h1, .page-header .plush-toys .header-title__container--h1, .plush-toys .contact-us .head-contact-us .title-uppercase, .contact-us .head-contact-us .plush-toys .title-uppercase, .plush-toys .register-coupon-b form .countdown-modal .countdown-modal-title, .register-coupon-b form .countdown-modal .plush-toys .countdown-modal-title, .plush-toys .my-profile__title {
  line-height: 1;
}

/* line 11, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .default-title sup, .plush-toys .page-header .header-title__container--h1 sup, .page-header .plush-toys .header-title__container--h1 sup, .plush-toys .contact-us .head-contact-us .title-uppercase sup, .contact-us .head-contact-us .plush-toys .title-uppercase sup, .plush-toys .register-coupon-b form .countdown-modal .countdown-modal-title sup, .register-coupon-b form .countdown-modal .plush-toys .countdown-modal-title sup, .plush-toys .my-profile__title sup {
  top: -15px;
}

/* line 15, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}

/* line 45, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image .plush-toys-image-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  /* line 45, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-image .plush-toys-image-icon {
    display: none;
  }
}

/* line 55, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image .plush-toys-image-icon--left {
  width: 328px;
  height: 267px;
  background-image: url("../img/gifs/gostoso-pra-chuchu.gif?v=9902");
}

/* line 60, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image .plush-toys-image-icon--right {
  width: 203px;
  height: 199px;
  background-image: url("../img/gifs/chua-chua.gif?v=9902");
}

/* line 67, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image img {
  margin: 0 auto;
}

/* line 70, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image--with-split-images {
  min-width: 763px;
  height: 301px;
  margin: 0 auto;
  width: 763px;
}

/* line 75, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image--with-split-images .plush-toys-image-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 81, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image--with-split-images .plush-toys-image-icon--left {
  left: -250px;
}

/* line 84, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-image--with-split-images .plush-toys-image-icon--right {
  right: -260px;
}

/* line 90, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images {
  position: absolute;
  height: 301px;
  width: 763px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 98, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item {
  position: absolute;
  bottom: 0;
}

/* line 101, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--1 {
  left: 96px;
  bottom: 35px;
  z-index: -2;
}

/* line 106, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--2 {
  left: 170px;
  bottom: 26px;
  z-index: -1;
}

/* line 111, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--3 {
  left: 280px;
  z-index: 1;
  bottom: 12px;
}

/* line 116, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--4 {
  right: 154px;
  bottom: 16px;
  z-index: -3;
}

/* line 121, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--5 {
  right: 62px;
  bottom: 31px;
  z-index: -4;
}

/* line 126, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-split-images__item--6 {
  right: -24px;
  bottom: 43px;
  z-index: -5;
}

/* line 133, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-button {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 136, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-button .btn--secondary, .plush-toys .plush-toys-button .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account, .two-columns-layout.enter form .form-actions .registration-btn-form .plush-toys .plush-toys-button .btn--create-account, .plush-toys .plush-toys-button .user-login-form .form-actions .button, .user-login-form .form-actions .plush-toys .plush-toys-button .button, .plush-toys .plush-toys-button .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous, .register-coupon-b form.participation-step---coupon .form-actions .plush-toys .plush-toys-button .webform-button--previous, .plush-toys .plush-toys-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-accesskey ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-coupon ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-products ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-upload ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-confirmation ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
.plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous {
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 537px;
  border-radius: 50px;
  font-size: 34px;
  line-height: 1;
  padding: 15px 50px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 136, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-button .btn--secondary, .plush-toys .plush-toys-button .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account, .two-columns-layout.enter form .form-actions .registration-btn-form .plush-toys .plush-toys-button .btn--create-account, .plush-toys .plush-toys-button .user-login-form .form-actions .button, .user-login-form .form-actions .plush-toys .plush-toys-button .button, .plush-toys .plush-toys-button .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous, .register-coupon-b form.participation-step---coupon .form-actions .plush-toys .plush-toys-button .webform-button--previous, .plush-toys .plush-toys-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-accesskey ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-coupon ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-products ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-upload ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous, .register-coupon-b #edit-step-confirmation ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous,
  .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous {
    min-width: 0;
    font-size: 30px;
    padding: 15px 30px;
    width: 100%;
  }
}

/* line 150, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-button .btn--secondary span, .plush-toys .plush-toys-button .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account span, .two-columns-layout.enter form .form-actions .registration-btn-form .plush-toys .plush-toys-button .btn--create-account span, .plush-toys .plush-toys-button .user-login-form .form-actions .button span, .user-login-form .form-actions .plush-toys .plush-toys-button .button span, .plush-toys .plush-toys-button .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous span, .register-coupon-b form.participation-step---coupon .form-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-accesskey ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-coupon ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-products ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous span, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-upload ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-confirmation ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous span, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span {
  font-size: 26px;
  line-height: 1;
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 575.98px) {
  /* line 150, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-button .btn--secondary span, .plush-toys .plush-toys-button .two-columns-layout.enter form .form-actions .registration-btn-form .btn--create-account span, .two-columns-layout.enter form .form-actions .registration-btn-form .plush-toys .plush-toys-button .btn--create-account span, .plush-toys .plush-toys-button .user-login-form .form-actions .button span, .user-login-form .form-actions .plush-toys .plush-toys-button .button span, .plush-toys .plush-toys-button .register-coupon-b form.participation-step---coupon .form-actions .webform-button--previous span, .register-coupon-b form.participation-step---coupon .form-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-accesskey ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-coupon ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-products ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--previous span, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-upload ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--previous span, .register-coupon-b #edit-step-confirmation ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span, .plush-toys .plush-toys-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--previous span, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .plush-toys .plush-toys-button .webform-button--previous span {
    font-size: 16px;
  }
}

/* line 159, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-button .plush-toys-button-wrapper {
  position: relative;
  margin: 10px auto;
}

/* line 163, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-button__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/home/pelucias/pacotinho.png?v=9902");
  width: 80px;
  height: 80px;
  right: -30px;
  top: -30px;
}

@media (max-width: 575.98px) {
  /* line 178, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-button--with-icon .plush-toys-button-wrapper {
    margin: 30px auto 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 183, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-button--with-icon .plush-toys-button__icon {
    width: 50px;
    height: 50px;
    right: 10px;
    top: -34px;
  }
}

/* line 193, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-highlight {
  background-color: var(--primary-4);
  border: 3px solid var(--primary-2);
  border-radius: 70px;
  margin: 10px auto;
  width: fit-content;
  min-width: 537px;
  height: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 575.98px) {
  /* line 193, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-highlight {
    min-width: 0;
    width: 100%;
  }
}

/* line 209, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-highlight__description {
  font-family: "ProximaSoft-Bold", serif;
  text-align: center;
  color: var(--primary-2);
  font-size: 34px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  /* line 209, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-highlight__description {
    font-size: 30px;
  }
}

/* line 220, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-highlight__description:last-of-type {
  padding-bottom: 3px;
}

@media (max-width: 575.98px) {
  /* line 220, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-highlight__description:last-of-type {
    padding-bottom: 7px;
  }
}

/* line 227, _src/scss/theme/components/_plush-toys.scss */
.plush-toys .plush-toys-highlight__description span {
  line-height: 1;
  font-size: 26px;
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 575.98px) {
  /* line 227, _src/scss/theme/components/_plush-toys.scss */
  .plush-toys .plush-toys-highlight__description span {
    font-size: 18px;
  }
}

/* line 1, _src/scss/theme/components/_main-banner.scss */
.main-banner {
  position: relative;
}

@media (min-width: 1920px) {
  /* line 1, _src/scss/theme/components/_main-banner.scss */
  .main-banner {
    padding: 65px 0px;
  }
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_main-banner.scss */
  .main-banner {
    padding-bottom: 10px;
  }
}

/* line 10, _src/scss/theme/components/_main-banner.scss */
.main-banner::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (max-width: 575.98px) {
  /* line 10, _src/scss/theme/components/_main-banner.scss */
  .main-banner::before {
    display: block;
    background-image: url("../img/home/main-banner/bubbles-home-main-banner-mobile.png?v=9902");
    height: 303px;
    bottom: unset;
  }
}

/* line 43, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 48, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 14px;
  text-align: center;
  color: var(--primary-3);
  margin: 10px auto;
  max-width: 60%;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  /* line 48, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-description {
    max-width: 90%;
  }
}

/* line 60, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-link {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-3);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* line 65, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-link:hover {
  text-decoration: none;
}

/* line 71, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .btn--with-two-icons {
  font-size: 40px;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  /* line 71, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .btn--with-two-icons {
    font-size: 25px;
  }
}

/* line 82, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-highlight__title {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 30px;
  text-align: center;
  color: var(--primary-3);
  margin-bottom: 5px;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  /* line 82, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-highlight__title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  /* line 82, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-highlight__title {
    font-size: 20px;
  }
}

/* line 96, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-highlight__description {
  border-radius: 50px;
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  padding: 20px;
  padding-top: 13px;
  color: var(--primary-4);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 40px;
  line-height: 1.1;
  min-height: 87px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

@media (max-width: 991.98px) {
  /* line 96, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-highlight__description {
    min-height: 0;
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 96, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-highlight__description {
    font-size: 25px;
  }
}

/* line 120, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-highlight--inventory-over .main-banner-highlight__description {
  background-color: var(--secondary-3);
}

/* line 125, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-highlight--promotion-close .main-banner-highlight__description {
  background-color: var(--error);
}

/* line 137, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-award {
  margin: 30px auto 15px;
}

/* line 139, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-award .main-banner-award-wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

/* line 147, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-award-icon {
  position: absolute;
  right: -11px;
  top: -21px;
}

@media (max-width: 991.98px) {
  /* line 154, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-award-icon img {
    width: 80%;
  }
}

/* line 161, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-award-icon--1 {
  right: 51px;
}

@media (max-width: 575.98px) {
  /* line 161, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-award-icon--1 {
    right: 32px;
  }
}

/* line 167, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .main-banner-award-icon--2 {
  right: 20px;
}

@media (max-width: 575.98px) {
  /* line 167, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-award-icon--2 {
    right: 8px;
  }
}

@media (max-width: 575.98px) {
  /* line 173, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .main-banner-award-icon--3 {
    right: -17px;
  }
}

/* line 180, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .promo-music {
  margin-top: 30px;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 575.98px) {
  /* line 180, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 191, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .promo-music figure figcaption {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

/* line 196, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .promo-music figure figcaption .btn--with-one-icon {
  margin: 0;
  padding: 18px 17px;
  font-size: 22px;
}

@media (max-width: 991.98px) {
  /* line 196, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music figure figcaption .btn--with-one-icon {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 196, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music figure figcaption .btn--with-one-icon {
    font-size: 18px;
  }
}

/* line 209, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper .promo-music .promo-music-gif {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media (max-width: 1024px) {
  /* line 209, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music .promo-music-gif {
    right: 10px;
    top: unset;
    bottom: -73px;
  }
}

@media (max-width: 991.98px) {
  /* line 209, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music .promo-music-gif {
    right: 5px;
    top: unset;
    bottom: -90px;
  }
}

@media (max-width: 575.98px) {
  /* line 209, _src/scss/theme/components/_main-banner.scss */
  .main-banner__wrapper .promo-music .promo-music-gif {
    position: initial;
    margin: 15px auto 0;
    width: 100%;
  }
}

/* line 236, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper__left img {
  margin: 0 auto;
}

/* line 244, _src/scss/theme/components/_main-banner.scss */
.main-banner__wrapper__right img {
  margin: 0 auto;
}

/* line 1, _src/scss/theme/components/_como-participar.scss */
.como-participar {
  background-color: transparent;
  position: relative;
  padding: 30px 0px 50px;
}

@media (min-width: 1920px) {
  /* line 1, _src/scss/theme/components/_como-participar.scss */
  .como-participar {
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_como-participar.scss */
  .como-participar {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 39, _src/scss/theme/components/_como-participar.scss */
  .como-participar .container, .como-participar .my-profile, .como-participar .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .como-participar nav, .como-participar .region-header, .como-participar .store-finder {
    padding: 0;
  }
}

/* line 45, _src/scss/theme/components/_como-participar.scss */
.como-participar .default-title, .como-participar .page-header .header-title__container--h1, .page-header .como-participar .header-title__container--h1, .como-participar .contact-us .head-contact-us .title-uppercase, .contact-us .head-contact-us .como-participar .title-uppercase, .como-participar .register-coupon-b form .countdown-modal .countdown-modal-title, .register-coupon-b form .countdown-modal .como-participar .countdown-modal-title, .como-participar .my-profile__title {
  margin-bottom: 60px;
}

/* line 49, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 50px;
  line-height: 1;
  color: var(--primary-4);
}

@media (max-width: 1024px) {
  /* line 49, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-title {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  /* line 49, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-title {
    font-size: 30px;
  }
}

/* line 64, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-title span {
  font-size: 30px;
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 1024px) {
  /* line 64, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-title span {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  /* line 64, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-title span {
    font-size: 30px;
  }
}

/* line 76, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-description {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: var(--primary-4);
  margin: 0;
}

@media (max-width: 1024px) {
  /* line 76, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-description {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 991.98px) {
  /* line 76, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-description {
    font-size: 20px;
    line-height: 21px;
  }
}

@media (max-width: 575.98px) {
  /* line 76, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-description {
    margin: 5px 0 0 0;
  }
}

/* line 94, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-description--obs {
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  /* line 94, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-description--obs {
    font-size: 13px;
    line-height: 14px;
  }
}

@media (max-width: 991.98px) {
  /* line 94, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-description--obs {
    font-size: 14px;
    line-height: 16px;
  }
}

/* line 108, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-link {
  color: var(--primary-4);
  font-family: "ProximaSoft-Bold", serif;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* line 113, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-link:hover {
  text-decoration: none;
}

/* line 118, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-subtitle {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 30px;
  line-height: 21px;
  text-align: center;
  color: var(--primary-4);
  margin: 5px 0 0 0;
}

/* line 125, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-subtitle span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
  font-family: "ProximaSoft-Bold", serif;
}

/* line 133, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-image {
  margin: 15px auto 10px;
}

@media (max-width: 575.98px) {
  /* line 133, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-image {
    margin: 5px auto;
  }
}

/* line 138, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-image--location-icon {
  width: 45px;
  height: 57px;
}

/* line 144, _src/scss/theme/components/_como-participar.scss */
.como-participar .box-with-icon {
  position: relative;
}

/* line 162, _src/scss/theme/components/_como-participar.scss */
.como-participar .box-with-icon__icon-wrapper {
  position: absolute;
  top: -5px;
  right: -41px;
  display: block;
  width: 81px;
  height: 46px;
}

@media (max-width: 991.98px) {
  /* line 162, _src/scss/theme/components/_como-participar.scss */
  .como-participar .box-with-icon__icon-wrapper {
    display: none;
  }
}

/* line 173, _src/scss/theme/components/_como-participar.scss */
.como-participar .box-with-icon__icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/svg/circle-arrow-icon.svg?v=9902");
}

@media (max-width: 575.98px) {
  /* line 188, _src/scss/theme/components/_como-participar.scss */
  .como-participar .slick-dots {
    bottom: 42px;
  }
}

@media (max-width: 575.98px) {
  /* line 193, _src/scss/theme/components/_como-participar.scss */
  .como-participar .como-participar-footer-item {
    transform: translateY(-86px);
  }
}

/* line 197, _src/scss/theme/components/_como-participar.scss */
.como-participar .como-participar-footer-item .como-participar-description {
  color: var(--primary-3);
}

@media (max-width: 575.98px) {
  /* line 203, _src/scss/theme/components/_como-participar.scss */
  .como-participar__wrapper__boxes {
    margin: 15px auto 0;
    height: 369px;
    overflow: hidden;
  }
}

/* line 210, _src/scss/theme/components/_como-participar.scss */
.como-participar__wrapper__boxes__box {
  width: calc((100% / 3) - 20px);
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 210, _src/scss/theme/components/_como-participar.scss */
  .como-participar__wrapper__boxes__box {
    margin: 0;
    width: initial;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 229, _src/scss/theme/components/_como-participar.scss */
.como-participar__wrapper__boxes__box h3, .como-participar__wrapper__boxes__box .h3 {
  text-transform: initial;
}

/* line 233, _src/scss/theme/components/_como-participar.scss */
.como-participar__wrapper__boxes__box p {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  /* line 246, _src/scss/theme/components/_como-participar.scss */
  .como-participar__wrapper__boxes.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

/* line 1, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes {
  padding: 50px 0px;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 1, _src/scss/theme/components/_produtos-participantes.scss */
  .produtos-participantes {
    padding: 30px 0;
  }
}

/* line 9, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes__description {
  font-size: 16px;
  text-align: center;
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  margin: 0 auto 30px;
}

@media (max-width: 575.98px) {
  /* line 9, _src/scss/theme/components/_produtos-participantes.scss */
  .produtos-participantes__description {
    font-size: 14px;
    margin: 0 auto 20px;
  }
}

/* line 21, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes .produtos-participantes-image img {
  margin: 0 auto;
}

/* line 25, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes .produtos-participantes-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

/* line 29, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes .produtos-participantes-button .btn, .produtos-participantes .produtos-participantes-button .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .produtos-participantes .produtos-participantes-button a, .produtos-participantes .produtos-participantes-button .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .produtos-participantes .produtos-participantes-button a, .produtos-participantes .produtos-participantes-button .table .custom-form-group--upload a, .table .custom-form-group--upload .produtos-participantes .produtos-participantes-button a, .produtos-participantes .produtos-participantes-button .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .produtos-participantes .produtos-participantes-button .button, .produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next,
.produtos-participantes .produtos-participantes-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .produtos-participantes .produtos-participantes-button .webform-button--next {
  margin: 0 auto;
}

/* line 34, _src/scss/theme/components/_produtos-participantes.scss */
.produtos-participantes__wrapper {
  position: relative;
}

/* IMPORT PAGES */
/* line 4, _src/scss/theme/pages/_home.scss */
.default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
  font-size: 50px;
}

@media (max-width: 575.98px) {
  /* line 4, _src/scss/theme/pages/_home.scss */
  .default-title, .page-header .header-title__container--h1, .contact-us .head-contact-us .title-uppercase, .register-coupon-b form .countdown-modal .countdown-modal-title, .my-profile__title {
    font-size: 30px;
  }
}

/* line 12, _src/scss/theme/pages/_home.scss */
.home div[data-drupal-messages] {
  z-index: 2;
}

/* line 16, _src/scss/theme/pages/_home.scss */
.home .main-content::before {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 19, _src/scss/theme/pages/_home.scss */
  .home .main-content::after {
    display: block;
    background-attachment: initial;
    background-image: url("../img/home/bubbles-full-page-mobile.png?v=9902");
    width: 390px;
    height: 1872px;
    top: 30%;
  }
}

/* line 32, _src/scss/theme/pages/_home.scss */
.home .region-footer .region-footer__copyright {
  padding-bottom: 15px;
}

/* line 40, _src/scss/theme/pages/_home.scss */
.home .faq-header {
  position: relative;
}

/* line 43, _src/scss/theme/pages/_home.scss */
.home .custom-faq-search {
  display: none;
}

/* line 46, _src/scss/theme/pages/_home.scss */
.home .faq-button {
  margin: 20px auto 10px;
}

/* line 48, _src/scss/theme/pages/_home.scss */
.home .faq-button .btn, .home .faq-button .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .home .faq-button a, .home .faq-button .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .home .faq-button a, .home .faq-button .table .custom-form-group--upload a, .table .custom-form-group--upload .home .faq-button a, .home .faq-button .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .home .faq-button .button, .home .faq-button .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .home .faq-button .webform-button--next,
.home .faq-button .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .home .faq-button .webform-button--next {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, _src/scss/theme/pages/_enter-login.scss */
.user-login-form .form-item label {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
}

@media (max-width: 575.98px) {
  /* line 9, _src/scss/theme/pages/_reset-password.scss */
  .page-route-user-reset-form .row,
  .page-route-onetimelink-protect-protect .row,
  .path-onetimelink-protect .row,
  .page-route-entity-user-edit-form .row {
    margin: 0;
  }
}

/* line 14, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .user-login-form,
.page-route-onetimelink-protect-protect .content-form-limit-medium,
.page-route-onetimelink-protect-protect .user-login-form,
.path-onetimelink-protect .content-form-limit-medium,
.path-onetimelink-protect .user-login-form,
.page-route-entity-user-edit-form .content-form-limit-medium,
.page-route-entity-user-edit-form .user-login-form {
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 14, _src/scss/theme/pages/_reset-password.scss */
  .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .user-login-form,
  .page-route-onetimelink-protect-protect .content-form-limit-medium,
  .page-route-onetimelink-protect-protect .user-login-form,
  .path-onetimelink-protect .content-form-limit-medium,
  .path-onetimelink-protect .user-login-form,
  .page-route-entity-user-edit-form .content-form-limit-medium,
  .page-route-entity-user-edit-form .user-login-form {
    padding: 40px;
  }
}

/* line 22, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  text-align: center;
}

/* line 27, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form p, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form p,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form p,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form p,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form p,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form p,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form p,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form p {
  margin-bottom: 10px;
}

/* line 30, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form p, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form p,
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-user-reset-form .user-login-form .form-registration .content-form-limit form em,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form p,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form p,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form em,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form p,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form p,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form em,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form em,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form p,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form p,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form em {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  text-align: center;
}

/* line 37, _src/scss/theme/pages/_reset-password.scss */

.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-user-reset-form .user-login-form .form-registration .content-form-limit form em,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form em,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form em,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form em,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form em,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form em {
  font-family: "ProximaSoft-Bold", serif;
  opacity: 1;
  background-color: transparent;
  cursor: initial;
  margin-bottom: 3px;
  min-height: 0;
}

/* line 45, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion {
  padding: 0;
}

/* line 48, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-header, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-header,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-header {
  padding: 18px;
  box-shadow: unset;
  margin-bottom: 0;
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  background-color: var(--white);
  border: 2px solid var(--primary-3) !important;
  border-radius: 10px;
}

/* line 59, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body {
  background-color: var(--primary-4);
  border: 2px solid var(--primary-3);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 18px 18px 18px;
}

/* line 67, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group label {
  margin-bottom: 5px;
}

/* line 70, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select, .page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection, .register-coupon-b .select2-container .selection .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .form-select,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .register-coupon-b .select2-container .selection .select2-selection,
.register-coupon-b .select2-container .selection .page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item .accordion-body .form-group .select2-selection {
  cursor: pointer;
}

/* line 76, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .accordion .accordion-item[open] .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--primary-4);
}

/* line 94, _src/scss/theme/pages/_reset-password.scss */
.page-route-user-reset-form .content-form-limit-medium .form-registration .content-form-limit form .form-actions, .page-route-user-reset-form .user-login-form .form-registration .content-form-limit form .form-actions,
.page-route-onetimelink-protect-protect .content-form-limit-medium .form-registration .content-form-limit form .form-actions,
.page-route-onetimelink-protect-protect .user-login-form .form-registration .content-form-limit form .form-actions,
.path-onetimelink-protect .content-form-limit-medium .form-registration .content-form-limit form .form-actions,
.path-onetimelink-protect .user-login-form .form-registration .content-form-limit form .form-actions,
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .form-actions,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .form-actions {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 105, _src/scss/theme/pages/_reset-password.scss */
  .page-route-entity-user-edit-form .container .row, .page-route-entity-user-edit-form .my-profile .row, .page-route-entity-user-edit-form .meus-cupons #block-promosorteiomycouponslist nav .row, .meus-cupons #block-promosorteiomycouponslist .page-route-entity-user-edit-form nav .row, .page-route-entity-user-edit-form .region-header .row, .page-route-entity-user-edit-form .store-finder .row {
    margin: 0;
  }
}

/* line 111, _src/scss/theme/pages/_reset-password.scss */

.page-route-entity-user-edit-form .content-form-limit-medium,
.page-route-entity-user-edit-form .user-login-form {
  max-width: 100%;
}

@media (max-width: 575.98px) {
  /* line 111, _src/scss/theme/pages/_reset-password.scss */
  
  .page-route-entity-user-edit-form .content-form-limit-medium,
  .page-route-entity-user-edit-form .user-login-form {
    padding: 30px 20px;
  }
}

/* line 116, _src/scss/theme/pages/_reset-password.scss */
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration, .page-route-entity-user-edit-form .user-login-form .form-registration {
  max-width: var(--form-width);
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 116, _src/scss/theme/pages/_reset-password.scss */
  .page-route-entity-user-edit-form .content-form-limit-medium .form-registration, .page-route-entity-user-edit-form .user-login-form .form-registration {
    max-width: 100%;
  }
}

/* line 122, _src/scss/theme/pages/_reset-password.scss */
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .container, .page-route-entity-user-edit-form .user-login-form .form-registration .container, .page-route-entity-user-edit-form .content-form-limit-medium .form-registration .my-profile, .page-route-entity-user-edit-form .user-login-form .form-registration .my-profile, .page-route-entity-user-edit-form .content-form-limit-medium .form-registration .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .page-route-entity-user-edit-form .content-form-limit-medium .form-registration nav, .page-route-entity-user-edit-form .user-login-form .form-registration .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .page-route-entity-user-edit-form .user-login-form .form-registration nav, .page-route-entity-user-edit-form .content-form-limit-medium .form-registration .region-header, .page-route-entity-user-edit-form .user-login-form .form-registration .region-header, .page-route-entity-user-edit-form .content-form-limit-medium .form-registration .store-finder, .page-route-entity-user-edit-form .user-login-form .form-registration .store-finder {
  padding: 0;
}

/* line 126, _src/scss/theme/pages/_reset-password.scss */

.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form,
.page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form {
  text-align: initial;
}

/* line 134, _src/scss/theme/pages/_reset-password.scss */
.page-route-entity-user-edit-form .content-form-limit-medium .form-registration .content-form-limit form .form-type-password-confirm .form-type-password, .page-route-entity-user-edit-form .user-login-form .form-registration .content-form-limit form .form-type-password-confirm .form-type-password {
  max-width: 100%;
}

/* line 46, _src/scss/theme/pages/_regulations.scss */
.regulation-details .default-title, .regulation-details .page-header .header-title__container--h1, .page-header .regulation-details .header-title__container--h1, .regulation-details .contact-us .head-contact-us .title-uppercase, .contact-us .head-contact-us .regulation-details .title-uppercase, .regulation-details .register-coupon-b form .countdown-modal .countdown-modal-title, .register-coupon-b form .countdown-modal .regulation-details .countdown-modal-title, .regulation-details .my-profile__title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  /* line 49, _src/scss/theme/pages/_regulations.scss */
  .regulation-details .container, .regulation-details .my-profile, .regulation-details .meus-cupons #block-promosorteiomycouponslist nav, .meus-cupons #block-promosorteiomycouponslist .regulation-details nav, .regulation-details .region-header, .regulation-details .store-finder {
    padding: 0;
  }
}

/* line 54, _src/scss/theme/pages/_regulations.scss */
.regulation-details p {
  margin: 0 0 10px 0;
}

@media (max-width: 991.98px) {
  /* line 58, _src/scss/theme/pages/_regulations.scss */
  .regulation-details__content {
    padding: 15px;
  }
}

/* line 62, _src/scss/theme/pages/_regulations.scss */
.regulation-details__content h3, .regulation-details__content .h3 {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  margin: 0 0 10px 0;
  font-size: 18px;
}

/* line 70, _src/scss/theme/pages/_regulations.scss */
.regulation-details__content > ol > li > strong {
  color: var(--primary-3);
}

/* line 77, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol {
  padding: 0;
}

/* line 82, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li {
  color: var(--neutrals-2);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
}

/* line 87, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li:before {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  font-weight: initial;
}

/* line 92, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li strong {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 105, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li a {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
}

/* line 108, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li a:hover, .regulation-details ol li a:active, .regulation-details ol li a:focus {
  color: var(--primary-3);
  text-decoration: none;
}

@media (max-width: 575.98px) {
  /* line 116, _src/scss/theme/pages/_regulations.scss */
  .regulation-details ol li #lista-completa-produtos {
    padding-top: 59px !important;
  }
}

/* line 122, _src/scss/theme/pages/_regulations.scss */
.regulation-details ol li table {
  margin: 10px 0;
}

@media (max-width: 575.98px) {
  /* line 122, _src/scss/theme/pages/_regulations.scss */
  .regulation-details ol li table {
    margin-bottom: 30px;
  }
}

/* line 134, _src/scss/theme/pages/_regulations.scss */
.regulation-details ul.list-no-counter li::before {
  content: "";
  counter-increment: unset;
}

/* line 142, _src/scss/theme/pages/_regulations.scss */
.regulation-details ul.list-disc li::before {
  content: "•";
  counter-increment: unset;
  font-size: 18px;
  margin-right: 2px;
  color: inherit;
}

/* line 153, _src/scss/theme/pages/_regulations.scss */
.regulation-details .first-number-exemplo {
  color: var(--primary-1);
}

/* line 156, _src/scss/theme/pages/_regulations.scss */
.regulation-details .second-number-exemplo {
  color: var(--primary-3);
}

/* line 160, _src/scss/theme/pages/_regulations.scss */
.regulation-details__button {
  padding: 10px 0;
}

@media (min-width: 992px) {
  /* line 2, _src/scss/theme/pages/_perguntas-frequentes.scss */
  .faq-container.container, .faq-container.my-profile, .meus-cupons #block-promosorteiomycouponslist nav.faq-container, .faq-container.region-header, .faq-container.store-finder {
    padding: 0;
  }
}

/* line 9, _src/scss/theme/pages/_perguntas-frequentes.scss */
.custom-faq-search {
  max-width: 300px;
  margin: 30px auto 15px;
  margin-top: 30px !important;
  position: relative;
}

/* line 14, _src/scss/theme/pages/_perguntas-frequentes.scss */
.custom-faq-search input[type="search"] {
  background-image: none;
}

/* line 16, _src/scss/theme/pages/_perguntas-frequentes.scss */
.custom-faq-search input[type="search"]:hover, .custom-faq-search input[type="search"]:focus, .custom-faq-search input[type="search"]:focus-visible {
  background-image: none !important;
}

/* line 29, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item {
  background-color: transparent;
}

/* line 31, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item mark, .accordion .accordion-item .mark {
  background-color: var(--primary-2);
  color: var(--white);
}

/* line 36, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button {
  transition: border 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
  box-shadow: unset;
  background-color: var(--primary-4);
  border: 2px solid var(--primary-3);
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 18px;
  font-size: 16px;
  font-family: "ProximaSoft-Bold", serif;
  font-weight: initial;
  color: var(--primary-3);
}

@media (max-width: 575.98px) {
  /* line 36, _src/scss/theme/pages/_perguntas-frequentes.scss */
  .accordion .accordion-item .accordion-header .accordion-button {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

/* line 53, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button span {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 57, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: var(--primary-4);
  border: 2px solid var(--primary-3);
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 65, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  border: 2px solid var(--primary-3);
  border-radius: 10px;
}

/* line 69, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: var(--white);
  border: 2px solid var(--primary-3);
  border-radius: 10px;
}

/* line 76, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-header .accordion-button::after {
  filter: var(--filter-primary-3);
}

@media (max-width: 575.98px) {
  /* line 76, _src/scss/theme/pages/_perguntas-frequentes.scss */
  .accordion .accordion-item .accordion-header .accordion-button::after {
    margin-left: 10px;
  }
}

/* line 88, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse {
  border-top: none;
  transform: translateY(-30px);
  transition: opacity, transform 0.3s ease-in-out;
  opacity: 0;
  height: 0;
  z-index: -1;
  position: relative;
}

/* line 100, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapse:not(.show) {
  display: block;
}

/* line 104, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing, .accordion .accordion-item .accordion-collapse.show {
  background-color: var(--primary-4);
  border: 2px solid var(--primary-3);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 18px 18px 18px;
  transition: opacity, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  height: 100%;
  z-index: 0;
}

/* line 120, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body, .accordion .accordion-item .accordion-collapse.show .accordion-body {
  font-size: 16px;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-weight: initial;
  padding: 0;
}

/* line 127, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body ol,
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body ul, .accordion .accordion-item .accordion-collapse.show .accordion-body ol,
.accordion .accordion-item .accordion-collapse.show .accordion-body ul {
  padding-left: 20px;
}

/* line 133, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body ol, .accordion .accordion-item .accordion-collapse.show .accordion-body ol {
  list-style: decimal;
}

/* line 136, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body ul, .accordion .accordion-item .accordion-collapse.show .accordion-body ul {
  list-style: disc;
}

/* line 139, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body p, .accordion .accordion-item .accordion-collapse.show .accordion-body p {
  margin-bottom: 10px;
}

/* line 142, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body a,
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body p, .accordion .accordion-item .accordion-collapse.show .accordion-body a,
.accordion .accordion-item .accordion-collapse.show .accordion-body p {
  font-size: 16px;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
}

/* line 148, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body a, .accordion .accordion-item .accordion-collapse.show .accordion-body a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  font-family: "ProximaSoft-Bold", serif;
}

/* line 152, _src/scss/theme/pages/_perguntas-frequentes.scss */
.accordion .accordion-item .accordion-collapse.collapsing .accordion-body a:hover, .accordion .accordion-item .accordion-collapse.show .accordion-body a:hover {
  text-decoration: none;
}

/* line 3, _src/scss/theme/pages/_page-not-found.scss */
.page-not-found .main-content::after, .page-not-found .main-content::before {
  display: none;
}

/* line 2, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b footer {
  z-index: 0;
}

/* line 7, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .messages {
  margin-bottom: 15px;
  text-align: center;
}

/* line 10, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .messages__wrapper {
  max-width: var(--form-card-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* line 17, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .alert {
  margin-bottom: 0;
  color: var(--white);
  font-family: "ProximaSoft-Bold", serif;
  text-align: center;
  border: none;
  background-color: var(--primary-3);
}

/* line 24, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .alert.alert-warning {
  background-color: var(--warning);
}

/* line 27, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .alert.alert-success {
  background-color: var(--success);
}

/* line 31, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .alert.alert-primary {
  background-color: var(--primary-3);
}

/* line 34, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .alert.alert-danger {
  background-color: var(--error);
}

/* line 38, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form {
  max-width: var(--form-register-coupon-width);
  margin: 0 auto;
}

/* line 47, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention {
  margin: 10px auto;
  padding: 20px;
  border: 2px solid var(--primary-1);
  border-radius: 10px;
  width: 100%;
}

/* line 56, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention h3, .register-coupon-b form .refund-request__attention .h3 {
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  color: var(--primary-3);
  margin-bottom: 10px;
}

/* line 62, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention h3 span, .register-coupon-b form .refund-request__attention .h3 span {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 67, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention p,
.register-coupon-b form .refund-request__attention ul li,
.register-coupon-b form .refund-request__attention ol li {
  font-size: 14px;
  line-height: 20px;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  margin: 0 0 10px 0;
}

/* line 80, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention ul {
  list-style: disc;
}

/* line 83, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention ol {
  list-style: decimal;
}

/* line 89, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention a {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--primary-3);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

/* line 94, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention a:hover {
  text-decoration: none;
}

/* line 99, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention .refund-request-two-columns-items ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 575.98px) {
  /* line 99, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention .refund-request-two-columns-items ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 106, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention .refund-request-two-columns-items ul li {
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 106, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention .refund-request-two-columns-items ul li {
    width: 100%;
  }
}

/* line 116, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention .refund-request-two-columns-items .refund-request-list-item__image {
  margin-top: 20px;
}

/* line 118, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention .refund-request-two-columns-items .refund-request-list-item__image img {
  margin: 0 auto;
}

/* line 127, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--upload {
  position: relative;
  padding-right: 160px;
}

@media (max-width: 575.98px) {
  /* line 127, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--upload {
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 136, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--upload::after {
  content: "";
  display: block;
  background-image: url("../img/cadastre-cupom/cupom-nf-dobrado.png?v=9902");
  background-repeat: no-repeat;
  background-position: center;
  width: 128px;
  height: 152px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 575.98px) {
  /* line 136, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--upload::after {
    position: relative;
    right: 0;
    margin: 20px auto;
  }
}

@media (max-width: 575.98px) {
  /* line 160, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--receipt {
    padding: 20px 15px;
  }
}

/* line 165, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper h3, .register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .h3 {
  text-align: center;
  margin-bottom: 15px;
}

/* line 170, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 575.98px) {
  /* line 170, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul {
    padding-left: 10px;
  }
}

/* line 176, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul li {
  width: calc(50% - 15px);
}

@media (max-width: 575.98px) {
  /* line 176, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul li {
    width: 100%;
  }
}

/* line 182, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul li.refund-request-two-columns-item--3 {
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 182, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items ul li.refund-request-two-columns-item--3 {
    width: 100%;
  }
}

/* line 195, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .refund-request__attention--receipt .refund-request__attention-wrapper .refund-request-two-columns-items .refund-request-list-item__image img {
  margin: 0 auto;
}

/* line 204, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form h2, .register-coupon-b form .h2,
.register-coupon-b form .webform-section-title {
  font-family: "Recoleta-Regular", serif;
  color: var(--primary-3);
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  /* line 204, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form h2, .register-coupon-b form .h2,
  .register-coupon-b form .webform-section-title {
    font-size: 22px;
  }
}

/* line 215, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form p,
.register-coupon-b form .webform-section-subtitle {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 5px auto 10px;
}

/* line 225, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .promo_sorteio_step .webform-type-webform-markup {
  margin-bottom: 30px;
}

/* line 230, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .promo_sorteio_step--coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* line 235, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .promo_sorteio_step--coupon .form-item {
  width: calc(50% - 10px);
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  /* line 235, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .promo_sorteio_step--coupon .form-item {
    width: 100%;
  }
}

/* line 244, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .promo_sorteio_step--coupon .form-item.form-type-webform-markup {
  width: 100%;
  margin-bottom: 10px;
}

/* line 254, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress {
  max-width: 580px;
  margin: 0 auto;
}

/* line 258, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker {
  margin: 20px auto 50px;
}

@media (max-width: 575.98px) {
  /* line 258, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-progress .progress-tracker {
    margin: 20px auto 40px;
  }
}

/* line 265, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step .progress-marker::before {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: var(--neutrals-1);
  color: var(--neutrals-3);
}

/* line 272, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step .progress-marker::after {
  background-color: var(--neutrals-1);
  height: 2px;
  right: -42%;
  width: calc(100% - 24px);
}

@media (max-width: 575.98px) {
  /* line 272, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form .webform-progress .progress-tracker .progress-step .progress-marker::after {
    right: -18px;
  }
}

/* line 284, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step .progress-text {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--neutrals-3);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: initial;
  margin-top: 5px;
}

/* line 293, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step .progress-text .progress-title {
  font-family: "ProximaSoft-Bold", serif;
  font-weight: initial;
  color: var(--neutrals-3);
  text-decoration: none;
}

/* line 306, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-active .progress-marker::before, .register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete .progress-marker::before {
  font-family: "ProximaSoft-Bold", serif;
  background-color: var(--primary-3);
  color: var(--white);
}

/* line 315, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-active .progress-text, .register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete .progress-text {
  color: var(--primary-3);
}

/* line 317, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-active .progress-text .progress-title, .register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete .progress-text .progress-title {
  color: var(--primary-3);
}

/* line 326, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete .progress-marker[role="link"]::after {
  background-color: var(--primary-3);
}

/* line 332, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]::before {
  font-family: "ProximaSoft-Bold", serif;
  background-color: var(--primary-3);
  color: var(--white);
}

/* line 339, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .webform-progress .progress-tracker .progress-step.is-complete:hover .progress-text .progress-title[role="link"] {
  color: var(--primary-3);
}

/* line 358, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .validating-access-key {
  display: none;
  width: 100%;
  background-color: var(--white);
}

/* line 365, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .countdown-modal .countdown-modal-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 373, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .countdown-modal .countdown-modal-title {
  font-size: 25px;
}

/* line 377, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .countdown-modal .countdown-modal-description {
  font-family: "Recoleta-Regular", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-3);
}

/* line 385, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .countdown-modal .countdown-modal-video {
  margin-top: 15px;
  margin-left: 40px;
}

/* line 388, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form .countdown-modal .countdown-modal-video video {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 530, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form.participation-step---coupon .form-actions {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 538, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b form.participation-step---products .form-actions {
  width: calc(100% - 82px) !important;
}

@media (max-width: 575.98px) {
  /* line 538, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b form.participation-step---products .form-actions {
    width: 100% !important;
  }
}

/* line 546, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container {
  width: 100% !important;
}

/* line 549, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .selection .select2-selection {
  transition: all 0.3s ease-in-out;
  min-height: 40px;
  text-align: left;
}

@media (max-width: 575.98px) {
  /* line 549, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b .select2-container .selection .select2-selection {
    padding-right: 30px;
  }
}

/* line 558, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .selection .select2-selection__arrow {
  top: calc(50% - (12px / 2));
  background-image: url("../img/svg/arrow-down-select.svg?v=9902");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  display: none;
}

/* line 570, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .selection .select2-selection__arrow b {
  display: none;
}

/* line 576, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .selection .select2-selection__rendered {
  padding: 0;
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 16px;
  line-height: 24px;
}

/* line 587, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .select2-results .select2-results__option--highlighted {
  background-color: var(--primary-4);
}

/* line 590, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .select2-results .select2-results__option[aria-selected="true"] {
  background-color: var(--primary-4);
}

/* line 594, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .select2-results .webform-product-item {
  margin: 0;
  background-color: transparent;
  padding: 2px;
}

/* line 598, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .select2-results .webform-product-item .webform-product-image {
  width: 30px;
  min-height: 30px;
}

/* line 604, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container .select2-results .webform-product-item .webform-product-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

/* line 616, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--open .selection .select2-selection {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

/* line 622, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--open .selection .select2-selection__arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

/* line 626, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--open .selection .select2-selection__arrow b {
  border-width: 5px 4px 0 4px;
}

/* line 637, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field {
  appearance: none;
  background-image: url("../img/svg/search-icon.svg?v=9902");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* line 644, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-image: url("../img/svg/search-icon.svg?v=9902") !important;
}

/* line 653, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--default .select2-search--dropdown .select2-results .select2-results__options .select2-results__option {
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 24px;
  font-family: "ProximaSoft-Regular", serif;
}

/* line 666, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .select2-container--disabled .selection .select2-selection {
  background-color: var(--neutrals-1);
}

/* line 673, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-actions {
  margin: 50px 0 30px;
}

/* line 678, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-actions .form-submit {
  width: fit-content;
}

/* line 692, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-no-access-key {
  padding-left: 0;
  gap: 10px;
}

/* line 698, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-no-access-key .form-checkbox {
  margin-top: 1px;
}

/* line 704, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-no-access-key .option {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 721, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-item.form-item-file .form-managed-file.error {
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 732, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-item--error .valid ~ .form-item--error-message {
  display: block;
}

/* line 748, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .form-managed-file .file {
  width: 100%;
  border-radius: 5px;
  padding: 5px 130px 5px 30px;
  background-position: left 10px center;
  border: 1px solid var(--neutrals-3);
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 3px;
}

@media (max-width: 575.98px) {
  /* line 748, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b .form-managed-file .file {
    padding: 5px 80px 5px 30px;
  }
}

/* line 801, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-confirmation-wrapper .webform-confirmation-summary-infos__item p {
  margin: 0 0 5px 0;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  color: var(--primary-3);
  line-height: 18px;
}

/* line 807, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-confirmation-wrapper .webform-confirmation-summary-infos__item p span {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 829, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info, .register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info, .register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info {
  font-size: 16px;
  line-height: 21px;
  color: var(--primary-3);
}

@media (max-width: 991.98px) {
  /* line 829, _src/scss/theme/pages/_register-coupon-b.scss */
  .register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .custom-table .confirmation-products-item .confirmation-products-text-info, .register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .default-table .confirmation-products-item .confirmation-products-text-info, .register-coupon-b .webform-confirmation-wrapper .confirmation-products .confirmation-products-table .table .confirmation-products-item .confirmation-products-text-info {
    text-align: center;
  }
}

/* line 866, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-product-item .webform-product-name {
  text-align: left;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary-3);
}

/* line 874, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-product-item .webform-product-name .webform-product-ean {
  font-family: "ProximaSoft-Bold", serif;
}

/* line 879, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-product-item--table .webform-product-name {
  font-family: "ProximaSoft-Regular", serif;
  line-height: 21px;
}

/* line 882, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b .webform-product-item--table .webform-product-name .webform-product-ean {
  font-family: "ProximaSoft-Regular", serif;
}

/* line 897, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date ~ #edit-actions,
.register-coupon-b #edit-step-accesskey ~ #edit-actions,
.register-coupon-b #edit-step-coupon ~ #edit-actions,
.register-coupon-b #edit-step-products ~ #edit-actions,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions,
.register-coupon-b #edit-step-upload ~ #edit-actions,
.register-coupon-b #edit-step-confirmation ~ #edit-actions,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions {
  position: initial;
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 910, _src/scss/theme/pages/_register-coupon-b.scss */
.register-coupon-b #edit-step-purchase-date ~ #edit-actions::before,
.register-coupon-b #edit-step-accesskey ~ #edit-actions::before,
.register-coupon-b #edit-step-coupon ~ #edit-actions::before,
.register-coupon-b #edit-step-products ~ #edit-actions::before,
.register-coupon-b [id*="edit-step-products"] ~ #edit-actions::before,
.register-coupon-b #edit-step-upload ~ #edit-actions::before,
.register-coupon-b #edit-step-confirmation ~ #edit-actions::before,
.register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions::before {
  display: none;
}

/* line 2, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper {
  max-width: var(--form-register-coupon-width);
  margin: 0 auto;
}

/* line 5, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .success-header-wrapper {
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  /* line 5, _src/scss/theme/pages/_register-coupon-success.scss */
  .register-coupon-success .register-coupon-success-wrapper .success-header-wrapper {
    padding: 0 15px;
  }
}

/* line 11, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .success-header-wrapper .success-header-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
}

@media (max-width: 575.98px) {
  /* line 11, _src/scss/theme/pages/_register-coupon-success.scss */
  .register-coupon-success .register-coupon-success-wrapper .success-header-wrapper .success-header-item {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

/* line 20, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .success-header-wrapper .success-header-image {
  width: 38px;
}

@media (max-width: 575.98px) {
  /* line 20, _src/scss/theme/pages/_register-coupon-success.scss */
  .register-coupon-success .register-coupon-success-wrapper .success-header-wrapper .success-header-image {
    margin-top: 7px;
  }
}

/* line 26, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .success-header-wrapper .success-header-title {
  font-family: "Recoleta-Regular", serif;
  font-weight: 700;
  font-size: 25px;
  color: var(--primary-3);
}

/* line 33, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card, .register-coupon-success .register-coupon-success-wrapper .webform-confirmation-card, .register-coupon-success .register-coupon-success-wrapper .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .user-login-form {
  margin-bottom: 20px;
}

/* line 37, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-address .cards-successful-infos {
  margin: 10px auto;
}

/* line 42, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-attention {
  background-color: var(--primary-2);
  border: 3px solid var(--primary-4);
  padding: 20px 12px;
}

/* line 46, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-attention .cards-successful-description {
  color: var(--primary-4);
  font-size: 20px;
  font-family: "Recoleta-Regular", serif;
  text-align: center;
  font-size: 700;
}

/* line 53, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-attention .cards-successful-description.description-attention--highlight {
  color: var(--white);
  font-size: 16px;
  font-family: "ProximaSoft-Bold", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}

/* line 62, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-attention .cards-successful-description.description-attention--highlight::before, .register-coupon-success .register-coupon-success-wrapper .card-attention .cards-successful-description.description-attention--highlight::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--primary-1);
  margin-top: 1px;
}

/* line 72, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .card-attention .cards-successful-description.description-attention--border {
  border-bottom: 2px solid var(--primary-1);
  padding-bottom: 5px;
}

/* line 88, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
}

@media (max-width: 575.98px) {
  /* line 88, _src/scss/theme/pages/_register-coupon-success.scss */
  .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos {
    gap: 10px;
  }
}

/* line 97, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .card, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .webform-confirmation-card, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form {
  margin: 0;
  border: none;
  background-color: var(--neutrals-1);
  padding: 24px;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 97, _src/scss/theme/pages/_register-coupon-success.scss */
  .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .card, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .webform-confirmation-card, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
  .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
  .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form,
  .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form {
    padding: 20px;
  }
}

/* line 107, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .card .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .webform-confirmation-card .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .content-form-limit-medium .cards-successful-description, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .user-login-form .cards-successful-description, .page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .content-form-limit-medium .cards-successful-description, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .user-login-form .cards-successful-description, .page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .content-form-limit-medium .cards-successful-description, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .user-login-form .cards-successful-description, .path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .content-form-limit-medium .cards-successful-description, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .cards-successful-description, .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .user-login-form .cards-successful-description, .page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .cards-successful-description,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .card .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .webform-confirmation-card .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .content-form-limit-medium .field--name-field-name,
.page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-user-reset-form .user-login-form .field--name-field-name,
.page-route-user-reset-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .content-form-limit-medium .field--name-field-name,
.page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-onetimelink-protect-protect .user-login-form .field--name-field-name,
.page-route-onetimelink-protect-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .content-form-limit-medium .field--name-field-name,
.path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .path-onetimelink-protect .user-login-form .field--name-field-name,
.path-onetimelink-protect .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .content-form-limit-medium .field--name-field-name,
.page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .content-form-limit-medium .field--name-field-name,
.register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .page-route-entity-user-edit-form .user-login-form .field--name-field-name,
.page-route-entity-user-edit-form .register-coupon-success .register-coupon-success-wrapper .cards-successful-infos .user-login-form .field--name-field-name {
  font-size: 14px;
}

/* line 113, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-description,
.register-coupon-success .register-coupon-success-wrapper .field--name-field-name {
  color: var(--primary-3);
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  margin: 0 0 5px 0;
}

/* line 121, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-link,
.register-coupon-success .register-coupon-success-wrapper a {
  color: var(--primary-3);
  font-family: "ProximaSoft-Bold", serif;
  transition: all 0.3s ease-in-out;
}

/* line 126, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-link:hover,
.register-coupon-success .register-coupon-success-wrapper a:hover {
  text-decoration: none;
}

/* line 131, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-item {
  width: calc(100% - 30px);
}

/* line 133, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-item img {
  width: 30px;
  object-fit: contain;
  object-position: center;
}

/* line 140, _src/scss/theme/pages/_register-coupon-success.scss */
.register-coupon-success .register-coupon-success-wrapper .cards-successful-item--image {
  width: 30px;
}

/* line 7, _src/scss/theme/pages/_my-profile.scss */
.my-profile__title {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 7, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__title {
    margin-bottom: 20px;
  }
}

/* line 15, _src/scss/theme/pages/_my-profile.scss */
.my-profile__sub-title {
  margin: 0 0 15px 0;
  font-family: "ProximaSoft-Bold", serif;
  font-size: 22px;
  line-height: 27px;
  color: var(--primary-3);
  text-transform: initial;
}

@media (max-width: 575.98px) {
  /* line 15, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__sub-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
  }
}

/* line 29, _src/scss/theme/pages/_my-profile.scss */
.my-profile__description, .my-profile__name-content > p, .my-profile__register > p, .my-profile__content-box-cards > p {
  font-family: "ProximaSoft-Regular", serif;
  font-size: 16px;
  line-height: 21px;
  color: var(--primary-3);
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  /* line 29, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__description, .my-profile__name-content > p, .my-profile__register > p, .my-profile__content-box-cards > p {
    text-align: center;
  }
}

/* line 38, _src/scss/theme/pages/_my-profile.scss */
.my-profile__description--error {
  color: var(--error);
  margin-top: 10px;
}

/* line 46, _src/scss/theme/pages/_my-profile.scss */
.my-profile .btn, .my-profile .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .my-profile a, .my-profile .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .my-profile a, .my-profile .table .custom-form-group--upload a, .table .custom-form-group--upload .my-profile a, .my-profile .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .my-profile .button, .my-profile .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .my-profile .webform-button--next,
.my-profile .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .my-profile .webform-button--next {
  padding: 10px 20px;
}

/* line 51, _src/scss/theme/pages/_my-profile.scss */
.my-profile__name-content {
  padding: 0 0 20px 0;
  margin: 0px 0px 20px 0;
}

@media (max-width: 575.98px) {
  /* line 51, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__name-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

/* line 63, _src/scss/theme/pages/_my-profile.scss */
.my-profile__name-content .link {
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  /* line 63, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__name-content .link {
    margin: 15px auto 0 auto;
  }
}

@media (max-width: 575.98px) {
  /* line 78, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__register {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  /* line 87, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__register .link {
    margin: 15px auto 0 auto;
  }
}

/* line 94, _src/scss/theme/pages/_my-profile.scss */
.my-profile__numbers-content {
  padding: 30px 20px;
}

@media (max-width: 991.98px) {
  /* line 94, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__numbers-content {
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  /* line 94, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__numbers-content {
    margin-top: 30px;
  }
}

/* line 102, _src/scss/theme/pages/_my-profile.scss */
.my-profile__numbers-content .my-profile__sub-title {
  margin: 0;
}

/* line 106, _src/scss/theme/pages/_my-profile.scss */
.my-profile__numbers-content::before {
  display: none;
}

/* line 111, _src/scss/theme/pages/_my-profile.scss */
.my-profile__content-box-cards {
  margin: 15px 0 0;
  padding: 15px 0;
  border-bottom: 2px solid var(--neutrals-1);
}

/* line 126, _src/scss/theme/pages/_my-profile.scss */
.my-profile__content-box-cards .form-group {
  margin-bottom: 0;
}

/* line 130, _src/scss/theme/pages/_my-profile.scss */
.my-profile__content-box-cards .btn, .my-profile__content-box-cards .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .table .custom-form-group--upload a, .table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .my-profile__content-box-cards .button, .my-profile__content-box-cards .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
.my-profile__content-box-cards .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .my-profile__content-box-cards .webform-button--next {
  margin: 10px 0 0 0;
}

@media (max-width: 575.98px) {
  /* line 130, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__content-box-cards .btn, .my-profile__content-box-cards .custom-table .custom-form-group--upload a, .custom-table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .default-table .custom-form-group--upload a, .default-table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .table .custom-form-group--upload a, .table .custom-form-group--upload .my-profile__content-box-cards a, .my-profile__content-box-cards .two-columns-layout.enter form .form-actions .button, .two-columns-layout.enter form .form-actions .my-profile__content-box-cards .button, .my-profile__content-box-cards .register-coupon-b #edit-step-purchase-date ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-purchase-date ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b #edit-step-accesskey ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-accesskey ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b #edit-step-coupon ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-coupon ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b #edit-step-products ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-products ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-products"] ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b #edit-step-upload ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-upload ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b #edit-step-confirmation ~ #edit-actions .webform-button--next, .register-coupon-b #edit-step-confirmation ~ #edit-actions .my-profile__content-box-cards .webform-button--next,
  .my-profile__content-box-cards .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .webform-button--next, .register-coupon-b [id*="edit-step-confirmation"] ~ #edit-actions .my-profile__content-box-cards .webform-button--next {
    margin: 15px auto 0 auto;
  }
}

@media (max-width: 575.98px) {
  /* line 141, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}

@media (max-width: 575.98px) {
  /* line 147, _src/scss/theme/pages/_my-profile.scss */
  .my-profile__content-box-cards--voucher .my-profile__number-inner .my-profile__number-item {
    margin-bottom: 0;
  }
}

/* line 166, _src/scss/theme/pages/_my-profile.scss */
.my-profile__number-inner {
  padding-bottom: 25px;
}

/* line 171, _src/scss/theme/pages/_my-profile.scss */
.my-profile__number-item .card, .my-profile__number-item .webform-confirmation-card, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-user-reset-form .user-login-form, .page-route-user-reset-form .my-profile__number-item .user-login-form,
.my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form,
.my-profile__number-item .path-onetimelink-protect .content-form-limit-medium, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .path-onetimelink-protect .user-login-form, .path-onetimelink-protect .my-profile__number-item .user-login-form,
.my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form {
  background-color: transparent;
  border-radius: 10px;
  min-width: 203px;
}

/* line 175, _src/scss/theme/pages/_my-profile.scss */
.my-profile__number-item .card .card-body, .my-profile__number-item .webform-confirmation-card .card-body, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body {
  padding: 0;
}

/* line 177, _src/scss/theme/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .label, .my-profile__number-item .webform-confirmation-card .card-body .label, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .label, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .label, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .label, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .label, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .label, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .label, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .label, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .label, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .label, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .label, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .label {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 3px 0;
}

/* line 188, _src/scss/theme/pages/_my-profile.scss */
.my-profile__number-item .card .card-body .card-result, .my-profile__number-item .webform-confirmation-card .card-body .card-result, .my-profile__number-item .page-route-user-reset-form .content-form-limit-medium .card-body .card-result, .page-route-user-reset-form .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-user-reset-form .user-login-form .card-body .card-result, .page-route-user-reset-form .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .page-route-onetimelink-protect-protect .content-form-limit-medium .card-body .card-result, .page-route-onetimelink-protect-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-onetimelink-protect-protect .user-login-form .card-body .card-result, .page-route-onetimelink-protect-protect .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .path-onetimelink-protect .content-form-limit-medium .card-body .card-result, .path-onetimelink-protect .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .path-onetimelink-protect .user-login-form .card-body .card-result, .path-onetimelink-protect .my-profile__number-item .user-login-form .card-body .card-result, .my-profile__number-item .page-route-entity-user-edit-form .content-form-limit-medium .card-body .card-result, .page-route-entity-user-edit-form .my-profile__number-item .content-form-limit-medium .card-body .card-result, .my-profile__number-item .page-route-entity-user-edit-form .user-login-form .card-body .card-result, .page-route-entity-user-edit-form .my-profile__number-item .user-login-form .card-body .card-result {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--primary-3);
  font-size: 14px;
  line-height: 1;
}

/* line 241, _src/scss/theme/pages/_my-profile.scss */
.my-profile .number-item__item {
  width: 100%;
  margin-bottom: 10px;
}

/* line 244, _src/scss/theme/pages/_my-profile.scss */
.my-profile .number-item__item--validation {
  padding-top: 10px;
  border-top: 1px solid var(--primary-1);
  margin-top: 15px;
}

/* line 253, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status p {
  color: var(--primary-2);
  font-family: "ProximaSoft-Bold", serif;
  font-size: 18px;
  line-height: 1.1;
}

/* line 259, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status .status-text {
  color: var(--primary-3);
  font-size: 14px;
  font-family: "ProximaSoft-Bold", serif;
}

/* line 263, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status .status-text--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
  position: relative;
  width: 100%;
  margin: 5px 0 10px;
  font-size: 18px;
  color: var(--primary-2);
}

/* line 273, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status .status-text--icon::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 284, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status .status-tracking-code {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid var(--primary-1);
}

/* line 292, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status .status-tracking-code--delivered {
  border-top: none;
  padding: 0;
  margin: 0;
}

/* line 303, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status--aprovado .status-text--icon::after {
  width: 15px;
  height: 11px;
  background-image: url("../img/svg/icon-check.svg?v=9902");
}

/* line 312, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status--reprovado .status-text--icon {
  color: var(--error);
}

/* line 314, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status--reprovado .status-text--icon::after {
  width: 13px;
  height: 13px;
  background-image: url("../img/svg/icon-close.svg?v=9902");
  filter: var(--filter-error);
}

/* line 330, _src/scss/theme/pages/_my-profile.scss */
.my-profile .status--pendente .status-text--icon::after {
  width: 17px;
  height: 17px;
  background-image: url("../img/svg/icon-article-file.svg?v=9902");
}

@media (max-width: 575.98px) {
  /* line 370, _src/scss/theme/pages/_my-profile.scss */
  .my-profile .alert.alert-warning,
  .my-profile .alert-warning.invalid-feedback,
  .my-profile .two-columns-layout .alert-warning.form-item--error-message,
  .two-columns-layout .my-profile .alert-warning.form-item--error-message,
  .my-profile .webform-submission-form label.alert-warning.error,
  .my-profile .webform-submission-form .my-profile__name-content label.alert-warning.error {
    margin-bottom: 5px;
    text-align: center;
  }
}

/* line 381, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 386, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 391, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track:hover {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 396, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-track:active {
  background-color: var(--primary-1);
  border-radius: 5px;
}

/* line 401, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb {
  background-color: var(--primary-2);
  border-radius: 5px;
}

/* line 406, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-2);
  border-radius: 5px;
}

/* line 411, _src/scss/theme/pages/_my-profile.scss */
.my-profile *::-webkit-scrollbar-thumb:active {
  background-color: var(--primary-2);
  border-radius: 5px;
}

/* line 6, _src/scss/theme/pages/_contact-us.scss */
.contact-us .contact-us-description {
  font-family: "ProximaSoft-Regular", serif;
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* line 13, _src/scss/theme/pages/_contact-us.scss */
.contact-us .contact-us-link {
  font-family: "ProximaSoft-Bold", serif;
  color: var(--neutrals-2);
  font-size: 16px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}

/* line 19, _src/scss/theme/pages/_contact-us.scss */
.contact-us .contact-us-link:hover {
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */