.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translateX(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translateX(-10px)}@charset "UTF-8";

/** Import Bootstrap functions */

:root {
  --dusty-rose: #FFF3F2;
  --dusty-allium: #EBF8FA;
  --blue-fescue: #94D6DD;
  --cloud: #FAFBFC;
  --daisy: #FFEEB2;
  --dark-poppy: #C44545;
  --evergreen: #007B7C;
  --jade: #1BC5BD;
  --hydrangea: #B0E7E5;
  --sunlight: #FFF8E5;
  --marigold: #FFB200;
  --begonia: #EE8459;
  --rose: #C44545;
  --midnight: #425973;
  --mint: #DBFBF9;
  --nickel: #F0F2F4;
  --nightshade: #487296;
  --pewter: #707589;
  --poppy: #E26D69;
  --poppy-hover: color-mix(in srgb, var(--poppy) 90%, white);
  --poppy-active: color-mix(in srgb, var(--poppy) 90%, black);
  --raspberry: #A03763;
  --raspberry-hover: color-mix(in srgb, var(--raspberry) 90%, white);
  --raspberry-active: color-mix(in srgb, var(--raspberry) 90%, black);
  --silver: #CAD2D9;
}

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #A03763;
  --secondary: #FEE193;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f7fd;
  --dark: #43536C;
  --lightest-gray: #f5f5f7;
  --gray: #c2c2c4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e4c7d3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ce97ae;
}

.table-hover .table-primary:hover {
  background-color: #dcb6c5;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #dcb6c5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fff7e1;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #feefc7;
}

.table-hover .table-secondary:hover {
  background-color: #fff0c8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #fff0c8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacfd6;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9da6b3;
}

.table-hover .table-dark:hover {
  background-color: #bcc2cb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcc2cb;
}

.table-lightest-gray,
.table-lightest-gray > th,
.table-lightest-gray > td {
  background-color: #fcfcfd;
}

.table-lightest-gray th,
.table-lightest-gray td,
.table-lightest-gray thead th,
.table-lightest-gray tbody + tbody {
  border-color: #fafafb;
}

.table-hover .table-lightest-gray:hover {
  background-color: #ededf3;
}

.table-hover .table-lightest-gray:hover > td,
.table-hover .table-lightest-gray:hover > th {
  background-color: #ededf3;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #eeeeee;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #dfdfe0;
}

.table-hover .table-gray:hover {
  background-color: #e1e1e1;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #e1e1e1;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.swpm-edit-profile-form input[type=text],
.swpm-edit-profile-form input[type=password],
.swpm-edit-profile-form select,
.swpm-login-widget-form input[type=text],
.swpm-login-widget-form input[type=password],
.swpm-text-field.swpm-pw-reset-text,
.gfield select,
.search-form .search-field,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  .swpm-edit-profile-form input[type=text],
  .swpm-edit-profile-form input[type=password],
  .swpm-edit-profile-form select,
  .swpm-login-widget-form input[type=text],
  .swpm-login-widget-form input[type=password],
  .swpm-text-field.swpm-pw-reset-text,
  .gfield select,
  .search-form .search-field,
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    transition: none;
  }
}

.form-control::-ms-expand,
.swpm-edit-profile-form input[type=text]::-ms-expand,
.swpm-edit-profile-form input[type=password]::-ms-expand,
.swpm-edit-profile-form select::-ms-expand,
.swpm-login-widget-form input[type=text]::-ms-expand,
.swpm-login-widget-form input[type=password]::-ms-expand,
.swpm-text-field.swpm-pw-reset-text::-ms-expand,
.gfield select::-ms-expand,
.search-form .search-field::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.swpm-edit-profile-form input[type=text]:focus,
.swpm-edit-profile-form input[type=password]:focus,
.swpm-edit-profile-form select:focus,
.swpm-login-widget-form input[type=text]:focus,
.swpm-login-widget-form input[type=password]:focus,
.swpm-text-field.swpm-pw-reset-text:focus,
.gfield select:focus,
.search-form .search-field:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d482a5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.form-control::placeholder,
.swpm-edit-profile-form input[type=text]::placeholder,
.swpm-edit-profile-form input[type=password]::placeholder,
.swpm-edit-profile-form select::placeholder,
.swpm-login-widget-form input[type=text]::placeholder,
.swpm-login-widget-form input[type=password]::placeholder,
.swpm-text-field.swpm-pw-reset-text::placeholder,
.gfield select::placeholder,
.search-form .search-field::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.swpm-edit-profile-form input[type=text]:disabled,
.swpm-edit-profile-form input[type=password]:disabled,
.swpm-edit-profile-form select:disabled,
.swpm-login-widget-form input[type=text]:disabled,
.swpm-login-widget-form input[type=password]:disabled,
.swpm-text-field.swpm-pw-reset-text:disabled,
.gfield select:disabled,
.search-form .search-field:disabled,
.comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled,
.form-control[readonly],
.swpm-edit-profile-form input[readonly][type=text],
.swpm-edit-profile-form input[readonly][type=password],
.swpm-edit-profile-form select[readonly],
.swpm-login-widget-form input[readonly][type=text],
.swpm-login-widget-form input[readonly][type=password],
[readonly].swpm-text-field.swpm-pw-reset-text,
.gfield select[readonly],
.search-form [readonly].search-field,
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.swpm-edit-profile-form select:focus::-ms-value,
select.swpm-text-field.swpm-pw-reset-text:focus::-ms-value,
.gfield select:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
.swpm-edit-profile-form select[size],
select[size].swpm-text-field.swpm-pw-reset-text,
.gfield select[size],
.search-form select[size].search-field,
select.form-control[multiple],
.swpm-edit-profile-form select[multiple],
select[multiple].swpm-text-field.swpm-pw-reset-text,
.gfield select[multiple],
.search-form select[multiple].search-field {
  height: auto;
}

textarea.form-control,
textarea.swpm-text-field.swpm-pw-reset-text,
.search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group,
.search-form label,
.comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.was-validated .swpm-edit-profile-form input[type=text]:valid,
.swpm-edit-profile-form .was-validated input[type=text]:valid,
.was-validated .swpm-edit-profile-form input[type=password]:valid,
.swpm-edit-profile-form .was-validated input[type=password]:valid,
.was-validated .swpm-edit-profile-form select:valid,
.swpm-edit-profile-form .was-validated select:valid,
.was-validated .swpm-login-widget-form input[type=text]:valid,
.swpm-login-widget-form .was-validated input[type=text]:valid,
.was-validated .swpm-login-widget-form input[type=password]:valid,
.swpm-login-widget-form .was-validated input[type=password]:valid,
.was-validated .swpm-text-field.swpm-pw-reset-text:valid,
.was-validated .gfield select:valid,
.gfield .was-validated select:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.was-validated .comment-form input[type=text]:valid,
.comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.form-control.is-valid,
.swpm-edit-profile-form input.is-valid[type=text],
.swpm-edit-profile-form input.is-valid[type=password],
.swpm-edit-profile-form select.is-valid,
.swpm-login-widget-form input.is-valid[type=text],
.swpm-login-widget-form input.is-valid[type=password],
.is-valid.swpm-text-field.swpm-pw-reset-text,
.gfield select.is-valid,
.search-form .is-valid.search-field,
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.was-validated .swpm-edit-profile-form input[type=text]:valid:focus,
.swpm-edit-profile-form .was-validated input[type=text]:valid:focus,
.was-validated .swpm-edit-profile-form input[type=password]:valid:focus,
.swpm-edit-profile-form .was-validated input[type=password]:valid:focus,
.was-validated .swpm-edit-profile-form select:valid:focus,
.swpm-edit-profile-form .was-validated select:valid:focus,
.was-validated .swpm-login-widget-form input[type=text]:valid:focus,
.swpm-login-widget-form .was-validated input[type=text]:valid:focus,
.was-validated .swpm-login-widget-form input[type=password]:valid:focus,
.swpm-login-widget-form .was-validated input[type=password]:valid:focus,
.was-validated .swpm-text-field.swpm-pw-reset-text:valid:focus,
.was-validated .gfield select:valid:focus,
.gfield .was-validated select:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .comment-form input[type=text]:valid:focus,
.comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.form-control.is-valid:focus,
.swpm-edit-profile-form input.is-valid[type=text]:focus,
.swpm-edit-profile-form input.is-valid[type=password]:focus,
.swpm-edit-profile-form select.is-valid:focus,
.swpm-login-widget-form input.is-valid[type=text]:focus,
.swpm-login-widget-form input.is-valid[type=password]:focus,
.is-valid.swpm-text-field.swpm-pw-reset-text:focus,
.gfield select.is-valid:focus,
.search-form .is-valid.search-field:focus,
.comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .swpm-edit-profile-form input[type=text]:valid ~ .valid-feedback,
.swpm-edit-profile-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .swpm-edit-profile-form input[type=password]:valid ~ .valid-feedback,
.swpm-edit-profile-form .was-validated input[type=password]:valid ~ .valid-feedback,
.was-validated .swpm-edit-profile-form select:valid ~ .valid-feedback,
.swpm-edit-profile-form .was-validated select:valid ~ .valid-feedback,
.was-validated .swpm-login-widget-form input[type=text]:valid ~ .valid-feedback,
.swpm-login-widget-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .swpm-login-widget-form input[type=password]:valid ~ .valid-feedback,
.swpm-login-widget-form .was-validated input[type=password]:valid ~ .valid-feedback,
.was-validated .swpm-text-field.swpm-pw-reset-text:valid ~ .valid-feedback,
.was-validated .gfield select:valid ~ .valid-feedback,
.gfield .was-validated select:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .comment-form input[type=text]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .swpm-edit-profile-form input[type=text]:valid ~ .valid-tooltip,
.swpm-edit-profile-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .swpm-edit-profile-form input[type=password]:valid ~ .valid-tooltip,
.swpm-edit-profile-form .was-validated input[type=password]:valid ~ .valid-tooltip,
.was-validated .swpm-edit-profile-form select:valid ~ .valid-tooltip,
.swpm-edit-profile-form .was-validated select:valid ~ .valid-tooltip,
.was-validated .swpm-login-widget-form input[type=text]:valid ~ .valid-tooltip,
.swpm-login-widget-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .swpm-login-widget-form input[type=password]:valid ~ .valid-tooltip,
.swpm-login-widget-form .was-validated input[type=password]:valid ~ .valid-tooltip,
.was-validated .swpm-text-field.swpm-pw-reset-text:valid ~ .valid-tooltip,
.was-validated .gfield select:valid ~ .valid-tooltip,
.gfield .was-validated select:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.swpm-edit-profile-form input.is-valid[type=text] ~ .valid-feedback,
.swpm-edit-profile-form input.is-valid[type=password] ~ .valid-feedback,
.swpm-edit-profile-form select.is-valid ~ .valid-feedback,
.swpm-login-widget-form input.is-valid[type=text] ~ .valid-feedback,
.swpm-login-widget-form input.is-valid[type=password] ~ .valid-feedback,
.is-valid.swpm-text-field.swpm-pw-reset-text ~ .valid-feedback,
.gfield select.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.swpm-edit-profile-form input.is-valid[type=text] ~ .valid-tooltip,
.swpm-edit-profile-form input.is-valid[type=password] ~ .valid-tooltip,
.swpm-edit-profile-form select.is-valid ~ .valid-tooltip,
.swpm-login-widget-form input.is-valid[type=text] ~ .valid-tooltip,
.swpm-login-widget-form input.is-valid[type=password] ~ .valid-tooltip,
.is-valid.swpm-text-field.swpm-pw-reset-text ~ .valid-tooltip,
.gfield select.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated textarea.swpm-text-field.swpm-pw-reset-text:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
textarea.form-control.is-valid,
textarea.is-valid.swpm-text-field.swpm-pw-reset-text,
.search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.was-validated .swpm-edit-profile-form input[type=text]:invalid,
.swpm-edit-profile-form .was-validated input[type=text]:invalid,
.was-validated .swpm-edit-profile-form input[type=password]:invalid,
.swpm-edit-profile-form .was-validated input[type=password]:invalid,
.was-validated .swpm-edit-profile-form select:invalid,
.swpm-edit-profile-form .was-validated select:invalid,
.was-validated .swpm-login-widget-form input[type=text]:invalid,
.swpm-login-widget-form .was-validated input[type=text]:invalid,
.was-validated .swpm-login-widget-form input[type=password]:invalid,
.swpm-login-widget-form .was-validated input[type=password]:invalid,
.was-validated .swpm-text-field.swpm-pw-reset-text:invalid,
.was-validated .gfield select:invalid,
.gfield .was-validated select:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.was-validated .comment-form input[type=text]:invalid,
.comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.form-control.is-invalid,
.swpm-edit-profile-form input.is-invalid[type=text],
.swpm-edit-profile-form input.is-invalid[type=password],
.swpm-edit-profile-form select.is-invalid,
.swpm-login-widget-form input.is-invalid[type=text],
.swpm-login-widget-form input.is-invalid[type=password],
.is-invalid.swpm-text-field.swpm-pw-reset-text,
.gfield select.is-invalid,
.search-form .is-invalid.search-field,
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.was-validated .swpm-edit-profile-form input[type=text]:invalid:focus,
.swpm-edit-profile-form .was-validated input[type=text]:invalid:focus,
.was-validated .swpm-edit-profile-form input[type=password]:invalid:focus,
.swpm-edit-profile-form .was-validated input[type=password]:invalid:focus,
.was-validated .swpm-edit-profile-form select:invalid:focus,
.swpm-edit-profile-form .was-validated select:invalid:focus,
.was-validated .swpm-login-widget-form input[type=text]:invalid:focus,
.swpm-login-widget-form .was-validated input[type=text]:invalid:focus,
.was-validated .swpm-login-widget-form input[type=password]:invalid:focus,
.swpm-login-widget-form .was-validated input[type=password]:invalid:focus,
.was-validated .swpm-text-field.swpm-pw-reset-text:invalid:focus,
.was-validated .gfield select:invalid:focus,
.gfield .was-validated select:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .comment-form input[type=text]:invalid:focus,
.comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.form-control.is-invalid:focus,
.swpm-edit-profile-form input.is-invalid[type=text]:focus,
.swpm-edit-profile-form input.is-invalid[type=password]:focus,
.swpm-edit-profile-form select.is-invalid:focus,
.swpm-login-widget-form input.is-invalid[type=text]:focus,
.swpm-login-widget-form input.is-invalid[type=password]:focus,
.is-invalid.swpm-text-field.swpm-pw-reset-text:focus,
.gfield select.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .swpm-edit-profile-form input[type=text]:invalid ~ .invalid-feedback,
.swpm-edit-profile-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .swpm-edit-profile-form input[type=password]:invalid ~ .invalid-feedback,
.swpm-edit-profile-form .was-validated input[type=password]:invalid ~ .invalid-feedback,
.was-validated .swpm-edit-profile-form select:invalid ~ .invalid-feedback,
.swpm-edit-profile-form .was-validated select:invalid ~ .invalid-feedback,
.was-validated .swpm-login-widget-form input[type=text]:invalid ~ .invalid-feedback,
.swpm-login-widget-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .swpm-login-widget-form input[type=password]:invalid ~ .invalid-feedback,
.swpm-login-widget-form .was-validated input[type=password]:invalid ~ .invalid-feedback,
.was-validated .swpm-text-field.swpm-pw-reset-text:invalid ~ .invalid-feedback,
.was-validated .gfield select:invalid ~ .invalid-feedback,
.gfield .was-validated select:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .swpm-edit-profile-form input[type=text]:invalid ~ .invalid-tooltip,
.swpm-edit-profile-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .swpm-edit-profile-form input[type=password]:invalid ~ .invalid-tooltip,
.swpm-edit-profile-form .was-validated input[type=password]:invalid ~ .invalid-tooltip,
.was-validated .swpm-edit-profile-form select:invalid ~ .invalid-tooltip,
.swpm-edit-profile-form .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .swpm-login-widget-form input[type=text]:invalid ~ .invalid-tooltip,
.swpm-login-widget-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .swpm-login-widget-form input[type=password]:invalid ~ .invalid-tooltip,
.swpm-login-widget-form .was-validated input[type=password]:invalid ~ .invalid-tooltip,
.was-validated .swpm-text-field.swpm-pw-reset-text:invalid ~ .invalid-tooltip,
.was-validated .gfield select:invalid ~ .invalid-tooltip,
.gfield .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.swpm-edit-profile-form input.is-invalid[type=text] ~ .invalid-feedback,
.swpm-edit-profile-form input.is-invalid[type=password] ~ .invalid-feedback,
.swpm-edit-profile-form select.is-invalid ~ .invalid-feedback,
.swpm-login-widget-form input.is-invalid[type=text] ~ .invalid-feedback,
.swpm-login-widget-form input.is-invalid[type=password] ~ .invalid-feedback,
.is-invalid.swpm-text-field.swpm-pw-reset-text ~ .invalid-feedback,
.gfield select.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.swpm-edit-profile-form input.is-invalid[type=text] ~ .invalid-tooltip,
.swpm-edit-profile-form input.is-invalid[type=password] ~ .invalid-tooltip,
.swpm-edit-profile-form select.is-invalid ~ .invalid-tooltip,
.swpm-login-widget-form input.is-invalid[type=text] ~ .invalid-tooltip,
.swpm-login-widget-form input.is-invalid[type=password] ~ .invalid-tooltip,
.is-invalid.swpm-text-field.swpm-pw-reset-text ~ .invalid-tooltip,
.gfield select.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated textarea.swpm-text-field.swpm-pw-reset-text:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
textarea.form-control.is-invalid,
textarea.is-invalid.swpm-text-field.swpm-pw-reset-text,
.search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline,
.search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .search-form label,
  .form-inline .comment-form p,
  .search-form .comment-form p,
  .comment-form .form-inline p,
  .comment-form .search-form p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .form-inline .swpm-edit-profile-form input[type=text],
  .swpm-edit-profile-form .form-inline input[type=text],
  .form-inline .swpm-edit-profile-form input[type=password],
  .swpm-edit-profile-form .form-inline input[type=password],
  .form-inline .swpm-edit-profile-form select,
  .swpm-edit-profile-form .form-inline select,
  .form-inline .swpm-login-widget-form input[type=text],
  .swpm-login-widget-form .form-inline input[type=text],
  .form-inline .swpm-login-widget-form input[type=password],
  .swpm-login-widget-form .form-inline input[type=password],
  .form-inline .swpm-text-field.swpm-pw-reset-text,
  .form-inline .gfield select,
  .gfield .form-inline select,
  .search-form .form-control,
  .search-form .swpm-edit-profile-form input[type=text],
  .swpm-edit-profile-form .search-form input[type=text],
  .search-form .swpm-edit-profile-form input[type=password],
  .swpm-edit-profile-form .search-form input[type=password],
  .search-form .swpm-edit-profile-form select,
  .swpm-edit-profile-form .search-form select,
  .search-form .swpm-login-widget-form input[type=text],
  .swpm-login-widget-form .search-form input[type=text],
  .search-form .swpm-login-widget-form input[type=password],
  .swpm-login-widget-form .search-form input[type=password],
  .search-form .swpm-text-field.swpm-pw-reset-text,
  .search-form .gfield select,
  .gfield .search-form select,
  .search-form .search-field,
  .form-inline .comment-form input[type=text],
  .search-form .comment-form input[type=text],
  .comment-form .form-inline input[type=text],
  .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.banner .nav li.menu-btn a,
.search-form .search-submit,
.comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .swpm-login-form-submit,
  .swpm-pw-reset-submit,
  .swpm-edit-profile-submit,
  .banner .nav li.menu-btn a,
  .search-form .search-submit,
  .comment-form input[type=submit] {
    transition: none;
  }
}

.btn:hover,
.swpm-login-form-submit:hover,
.swpm-pw-reset-submit:hover,
.swpm-edit-profile-submit:hover,
.banner .nav li.menu-btn a:hover,
.search-form .search-submit:hover,
.comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.swpm-login-form-submit:focus,
.swpm-pw-reset-submit:focus,
.swpm-edit-profile-submit:focus,
.banner .nav li.menu-btn a:focus,
.search-form .search-submit:focus,
.comment-form input[type=submit]:focus,
.btn.focus,
.focus.swpm-login-form-submit,
.focus.swpm-pw-reset-submit,
.focus.swpm-edit-profile-submit,
.banner .nav li.menu-btn a.focus,
.search-form .focus.search-submit,
.comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.btn.disabled,
.disabled.swpm-login-form-submit,
.disabled.swpm-pw-reset-submit,
.disabled.swpm-edit-profile-submit,
.banner .nav li.menu-btn a.disabled,
.search-form .disabled.search-submit,
.comment-form input.disabled[type=submit],
.btn:disabled,
.swpm-login-form-submit:disabled,
.swpm-pw-reset-submit:disabled,
.swpm-edit-profile-submit:disabled,
.banner .nav li.menu-btn a:disabled,
.search-form .search-submit:disabled,
.comment-form input[type=submit]:disabled {
  opacity: 0.65;
}

a.btn.disabled,
a.disabled.swpm-login-form-submit,
a.disabled.swpm-pw-reset-submit,
a.disabled.swpm-edit-profile-submit,
.banner .nav li.menu-btn a.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled a.swpm-login-form-submit,
fieldset:disabled a.swpm-pw-reset-submit,
fieldset:disabled a.swpm-edit-profile-submit,
fieldset:disabled .banner .nav li.menu-btn a,
.banner .nav li.menu-btn fieldset:disabled a,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.search-form .search-submit {
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.btn-primary:hover,
.swpm-login-form-submit:hover,
.swpm-pw-reset-submit:hover,
.swpm-edit-profile-submit:hover,
.search-form .search-submit:hover {
  color: #fff;
  background-color: #842d51;
  border-color: #7a2a4c;
}

.btn-primary:focus,
.swpm-login-form-submit:focus,
.swpm-pw-reset-submit:focus,
.swpm-edit-profile-submit:focus,
.search-form .search-submit:focus,
.btn-primary.focus,
.focus.swpm-login-form-submit,
.focus.swpm-pw-reset-submit,
.focus.swpm-edit-profile-submit,
.search-form .focus.search-submit {
  box-shadow: 0 0 0 0.2rem rgba(174, 85, 122, 0.5);
}

.btn-primary.disabled,
.disabled.swpm-login-form-submit,
.disabled.swpm-pw-reset-submit,
.disabled.swpm-edit-profile-submit,
.search-form .disabled.search-submit,
.btn-primary:disabled,
.swpm-login-form-submit:disabled,
.swpm-pw-reset-submit:disabled,
.swpm-edit-profile-submit:disabled,
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.btn-primary:not(:disabled):not(.disabled):active,
.swpm-login-form-submit:not(:disabled):not(.disabled):active,
.swpm-pw-reset-submit:not(:disabled):not(.disabled):active,
.swpm-edit-profile-submit:not(:disabled):not(.disabled):active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.swpm-login-form-submit:not(:disabled):not(.disabled).active,
.swpm-pw-reset-submit:not(:disabled):not(.disabled).active,
.swpm-edit-profile-submit:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.swpm-login-form-submit,
.show > .dropdown-toggle.swpm-pw-reset-submit,
.show > .dropdown-toggle.swpm-edit-profile-submit,
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #7a2a4c;
  border-color: #712746;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.swpm-login-form-submit:not(:disabled):not(.disabled):active:focus,
.swpm-pw-reset-submit:not(:disabled):not(.disabled):active:focus,
.swpm-edit-profile-submit:not(:disabled):not(.disabled):active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.swpm-login-form-submit:not(:disabled):not(.disabled).active:focus,
.swpm-pw-reset-submit:not(:disabled):not(.disabled).active:focus,
.swpm-edit-profile-submit:not(:disabled):not(.disabled).active:focus,
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.swpm-login-form-submit:focus,
.show > .dropdown-toggle.swpm-pw-reset-submit:focus,
.show > .dropdown-toggle.swpm-edit-profile-submit:focus,
.search-form .show > .dropdown-toggle.search-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 85, 122, 0.5);
}

.btn-secondary,
.banner .nav li.menu-btn a,
.comment-form input[type=submit] {
  color: #212529;
  background-color: #FEE193;
  border-color: #FEE193;
}

.btn-secondary:hover,
.banner .nav li.menu-btn a:hover,
.comment-form input[type=submit]:hover {
  color: #212529;
  background-color: #fed66d;
  border-color: #fed360;
}

.btn-secondary:focus,
.banner .nav li.menu-btn a:focus,
.comment-form input[type=submit]:focus,
.btn-secondary.focus,
.banner .nav li.menu-btn a.focus,
.comment-form input.focus[type=submit] {
  box-shadow: 0 0 0 0.2rem rgba(221, 197, 131, 0.5);
}

.btn-secondary.disabled,
.banner .nav li.menu-btn a.disabled,
.comment-form input.disabled[type=submit],
.btn-secondary:disabled,
.banner .nav li.menu-btn a:disabled,
.comment-form input[type=submit]:disabled {
  color: #212529;
  background-color: #FEE193;
  border-color: #FEE193;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.banner .nav li.menu-btn a:not(:disabled):not(.disabled):active,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.banner .nav li.menu-btn a:not(:disabled):not(.disabled).active,
.comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.banner .nav li.menu-btn .show > a.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type=submit] {
  color: #212529;
  background-color: #fed360;
  border-color: #fdcf54;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.banner .nav li.menu-btn a:not(:disabled):not(.disabled):active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.banner .nav li.menu-btn a:not(:disabled):not(.disabled).active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.banner .nav li.menu-btn .show > a.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 197, 131, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f7f7fd;
  border-color: #f7f7fd;
}

.btn-light:hover {
  color: #212529;
  background-color: #d8d8f5;
  border-color: #cecef3;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 221, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f7f7fd;
  border-color: #f7f7fd;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cecef3;
  border-color: #c4c4f0;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 221, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #43536C;
  border-color: #43536C;
}

.btn-dark:hover {
  color: #fff;
  background-color: #344154;
  border-color: #2f3b4d;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 109, 130, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #43536C;
  border-color: #43536C;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f3b4d;
  border-color: #2b3545;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 109, 130, 0.5);
}

.btn-lightest-gray {
  color: #212529;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}

.btn-lightest-gray:hover {
  color: #212529;
  background-color: #e0e0e6;
  border-color: #d9d9e0;
}

.btn-lightest-gray:focus,
.btn-lightest-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 216, 0.5);
}

.btn-lightest-gray.disabled,
.btn-lightest-gray:disabled {
  color: #212529;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}

.btn-lightest-gray:not(:disabled):not(.disabled):active,
.btn-lightest-gray:not(:disabled):not(.disabled).active,
.show > .btn-lightest-gray.dropdown-toggle {
  color: #212529;
  background-color: #d9d9e0;
  border-color: #d2d2db;
}

.btn-lightest-gray:not(:disabled):not(.disabled):active:focus,
.btn-lightest-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightest-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 216, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #c2c2c4;
  border-color: #c2c2c4;
}

.btn-gray:hover {
  color: #212529;
  background-color: #afafb1;
  border-color: #a8a8ab;
}

.btn-gray:focus,
.btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 173, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #212529;
  background-color: #c2c2c4;
  border-color: #c2c2c4;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #a8a8ab;
  border-color: #a2a2a5;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 170, 173, 0.5);
}

.btn-outline-primary {
  color: #A03763;
  border-color: #A03763;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #A03763;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.5);
}

.btn-outline-secondary {
  color: #FEE193;
  border-color: #FEE193;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #FEE193;
  border-color: #FEE193;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 225, 147, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #FEE193;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #FEE193;
  border-color: #FEE193;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 225, 147, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f7f7fd;
  border-color: #f7f7fd;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f7f7fd;
  border-color: #f7f7fd;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 253, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f7f7fd;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f7f7fd;
  border-color: #f7f7fd;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 253, 0.5);
}

.btn-outline-dark {
  color: #43536C;
  border-color: #43536C;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #43536C;
  border-color: #43536C;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 83, 108, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #43536C;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #43536C;
  border-color: #43536C;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 83, 108, 0.5);
}

.btn-outline-lightest-gray {
  color: #f5f5f7;
  border-color: #f5f5f7;
}

.btn-outline-lightest-gray:hover {
  color: #212529;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}

.btn-outline-lightest-gray:focus,
.btn-outline-lightest-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}

.btn-outline-lightest-gray.disabled,
.btn-outline-lightest-gray:disabled {
  color: #f5f5f7;
  background-color: transparent;
}

.btn-outline-lightest-gray:not(:disabled):not(.disabled):active,
.btn-outline-lightest-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-lightest-gray.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}

.btn-outline-lightest-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-lightest-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-lightest-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}

.btn-outline-gray {
  color: #c2c2c4;
  border-color: #c2c2c4;
}

.btn-outline-gray:hover {
  color: #212529;
  background-color: #c2c2c4;
  border-color: #c2c2c4;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 196, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #c2c2c4;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #c2c2c4;
  border-color: #c2c2c4;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 196, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #A03763;
  text-decoration: none;
}

.btn-link:hover {
  color: #672340;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .swpm-login-form-submit,
.btn-group-lg > .swpm-pw-reset-submit,
.btn-group-lg > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-lg > a,
.search-form .btn-group-lg > .search-submit,
.comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .swpm-login-form-submit,
.btn-group-sm > .swpm-pw-reset-submit,
.btn-group-sm > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-sm > a,
.search-form .btn-group-sm > .search-submit,
.comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

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

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

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

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #A03763;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

.btn-group > .btn,
.btn-group > .swpm-login-form-submit,
.btn-group > .swpm-pw-reset-submit,
.btn-group > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group > a,
.search-form .btn-group > .search-submit,
.comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.btn-group-vertical > .swpm-login-form-submit,
.btn-group-vertical > .swpm-pw-reset-submit,
.btn-group-vertical > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-vertical > a,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group > .swpm-login-form-submit:hover,
.btn-group > .swpm-pw-reset-submit:hover,
.btn-group > .swpm-edit-profile-submit:hover,
.banner .nav li.menu-btn .btn-group > a:hover,
.search-form .btn-group > .search-submit:hover,
.comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .swpm-login-form-submit:hover,
.btn-group-vertical > .swpm-pw-reset-submit:hover,
.btn-group-vertical > .swpm-edit-profile-submit:hover,
.banner .nav li.menu-btn .btn-group-vertical > a:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .swpm-login-form-submit:focus,
.btn-group > .swpm-pw-reset-submit:focus,
.btn-group > .swpm-edit-profile-submit:focus,
.banner .nav li.menu-btn .btn-group > a:focus,
.search-form .btn-group > .search-submit:focus,
.comment-form .btn-group > input[type=submit]:focus,
.btn-group > .btn:active,
.btn-group > .swpm-login-form-submit:active,
.btn-group > .swpm-pw-reset-submit:active,
.btn-group > .swpm-edit-profile-submit:active,
.banner .nav li.menu-btn .btn-group > a:active,
.search-form .btn-group > .search-submit:active,
.comment-form .btn-group > input[type=submit]:active,
.btn-group > .btn.active,
.btn-group > .active.swpm-login-form-submit,
.btn-group > .active.swpm-pw-reset-submit,
.btn-group > .active.swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group > a.active,
.search-form .btn-group > .active.search-submit,
.comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .swpm-login-form-submit:focus,
.btn-group-vertical > .swpm-pw-reset-submit:focus,
.btn-group-vertical > .swpm-edit-profile-submit:focus,
.banner .nav li.menu-btn .btn-group-vertical > a:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .swpm-login-form-submit:active,
.btn-group-vertical > .swpm-pw-reset-submit:active,
.btn-group-vertical > .swpm-edit-profile-submit:active,
.banner .nav li.menu-btn .btn-group-vertical > a:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.swpm-login-form-submit,
.btn-group-vertical > .active.swpm-pw-reset-submit,
.btn-group-vertical > .active.swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-vertical > a.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .swpm-login-form-submit:not(:first-child),
.btn-group > .swpm-pw-reset-submit:not(:first-child),
.btn-group > .swpm-edit-profile-submit:not(:first-child),
.banner .nav li.menu-btn .btn-group > a:not(:first-child),
.search-form .btn-group > .search-submit:not(:first-child),
.comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .swpm-login-form-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .swpm-pw-reset-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .swpm-edit-profile-submit:not(:last-child):not(.dropdown-toggle),
.banner .nav li.menu-btn .btn-group > a:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .swpm-login-form-submit,
.btn-group > .btn-group:not(:last-child) > .swpm-pw-reset-submit,
.btn-group > .btn-group:not(:last-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group > .btn-group:not(:last-child) > a,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .swpm-login-form-submit:not(:first-child),
.btn-group > .swpm-pw-reset-submit:not(:first-child),
.btn-group > .swpm-edit-profile-submit:not(:first-child),
.banner .nav li.menu-btn .btn-group > a:not(:first-child),
.search-form .btn-group > .search-submit:not(:first-child),
.comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .swpm-login-form-submit,
.btn-group > .btn-group:not(:first-child) > .swpm-pw-reset-submit,
.btn-group > .btn-group:not(:first-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group > .btn-group:not(:first-child) > a,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .swpm-login-form-submit + .dropdown-toggle-split,
.btn-group-sm > .swpm-pw-reset-submit + .dropdown-toggle-split,
.btn-group-sm > .swpm-edit-profile-submit + .dropdown-toggle-split,
.banner .nav li.menu-btn .btn-group-sm > a + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .swpm-login-form-submit + .dropdown-toggle-split,
.btn-group-lg > .swpm-pw-reset-submit + .dropdown-toggle-split,
.btn-group-lg > .swpm-edit-profile-submit + .dropdown-toggle-split,
.banner .nav li.menu-btn .btn-group-lg > a + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .swpm-login-form-submit,
.btn-group-vertical > .swpm-pw-reset-submit,
.btn-group-vertical > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-vertical > a,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .swpm-login-form-submit:not(:first-child),
.btn-group-vertical > .swpm-pw-reset-submit:not(:first-child),
.btn-group-vertical > .swpm-edit-profile-submit:not(:first-child),
.banner .nav li.menu-btn .btn-group-vertical > a:not(:first-child),
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .swpm-login-form-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .swpm-pw-reset-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .swpm-edit-profile-submit:not(:last-child):not(.dropdown-toggle),
.banner .nav li.menu-btn .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .swpm-login-form-submit,
.btn-group-vertical > .btn-group:not(:last-child) > .swpm-pw-reset-submit,
.btn-group-vertical > .btn-group:not(:last-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-vertical > .btn-group:not(:last-child) > a,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .swpm-login-form-submit:not(:first-child),
.btn-group-vertical > .swpm-pw-reset-submit:not(:first-child),
.btn-group-vertical > .swpm-edit-profile-submit:not(:first-child),
.banner .nav li.menu-btn .btn-group-vertical > a:not(:first-child),
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .swpm-login-form-submit,
.btn-group-vertical > .btn-group:not(:first-child) > .swpm-pw-reset-submit,
.btn-group-vertical > .btn-group:not(:first-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-vertical > .btn-group:not(:first-child) > a,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .swpm-login-form-submit,
.btn-group-toggle > .swpm-pw-reset-submit,
.btn-group-toggle > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-toggle > a,
.search-form .btn-group-toggle > .search-submit,
.comment-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .swpm-login-form-submit,
.btn-group-toggle > .btn-group > .swpm-pw-reset-submit,
.btn-group-toggle > .btn-group > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-toggle > .btn-group > a,
.search-form .btn-group-toggle > .btn-group > .search-submit,
.comment-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .swpm-login-form-submit input[type=radio],
.btn-group-toggle > .swpm-pw-reset-submit input[type=radio],
.btn-group-toggle > .swpm-edit-profile-submit input[type=radio],
.banner .nav li.menu-btn .btn-group-toggle > a input[type=radio],
.search-form .btn-group-toggle > .search-submit input[type=radio],
.comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .swpm-login-form-submit input[type=checkbox],
.btn-group-toggle > .swpm-pw-reset-submit input[type=checkbox],
.btn-group-toggle > .swpm-edit-profile-submit input[type=checkbox],
.banner .nav li.menu-btn .btn-group-toggle > a input[type=checkbox],
.search-form .btn-group-toggle > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group > .form-control,
.swpm-edit-profile-form .input-group > input[type=text],
.swpm-edit-profile-form .input-group > input[type=password],
.swpm-edit-profile-form .input-group > select,
.swpm-login-widget-form .input-group > input[type=text],
.swpm-login-widget-form .input-group > input[type=password],
.input-group > .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > select,
.search-form .input-group > .search-field,
.comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.swpm-edit-profile-form .input-group > input[type=text] + .form-control,
.swpm-edit-profile-form .input-group > input[type=password] + .form-control,
.swpm-edit-profile-form .input-group > select + .form-control,
.swpm-edit-profile-form .input-group > .form-control + input[type=text],
.swpm-edit-profile-form .input-group > input[type=text] + input[type=text],
.swpm-edit-profile-form .input-group > input[type=password] + input[type=text],
.swpm-edit-profile-form .input-group > select + input[type=text],
.swpm-edit-profile-form .input-group > .form-control + input[type=password],
.swpm-edit-profile-form .input-group > input[type=text] + input[type=password],
.swpm-edit-profile-form .input-group > input[type=password] + input[type=password],
.swpm-edit-profile-form .input-group > select + input[type=password],
.swpm-edit-profile-form .input-group > .form-control + select,
.swpm-edit-profile-form .input-group > input[type=text] + select,
.swpm-edit-profile-form .input-group > input[type=password] + select,
.swpm-edit-profile-form .input-group > select + select,
.swpm-login-widget-form .input-group > input[type=text] + .form-control,
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=text],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=text] + input[type=text],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=password],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=text] + input[type=password],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=text] + select,
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=text] + select,
.swpm-login-widget-form .input-group > input[type=password] + .form-control,
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=text],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=password] + input[type=text],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=password],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=password] + input[type=password],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=password] + select,
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=password] + select,
.input-group > .swpm-text-field.swpm-pw-reset-text + .form-control,
.swpm-edit-profile-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=text],
.swpm-edit-profile-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=password],
.swpm-edit-profile-form .input-group > .swpm-text-field.swpm-pw-reset-text + select,
.swpm-login-widget-form .input-group > .form-control + input[type=text],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=text],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=text] + input[type=text],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=text],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=password] + input[type=text],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > select + input[type=text],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > select + input[type=text],
.swpm-login-widget-form .input-group > input[type=text] + input[type=text],
.swpm-login-widget-form .input-group > input[type=password] + input[type=text],
.swpm-login-widget-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=text],
.swpm-login-widget-form .input-group > .form-control + input[type=password],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=password],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=text] + input[type=password],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=password],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > input[type=password] + input[type=password],
.swpm-login-widget-form .swpm-edit-profile-form .input-group > select + input[type=password],
.swpm-edit-profile-form .swpm-login-widget-form .input-group > select + input[type=password],
.swpm-login-widget-form .input-group > input[type=text] + input[type=password],
.swpm-login-widget-form .input-group > input[type=password] + input[type=password],
.swpm-login-widget-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=password],
.input-group > .form-control + .swpm-text-field.swpm-pw-reset-text,
.swpm-edit-profile-form .input-group > input[type=text] + .swpm-text-field.swpm-pw-reset-text,
.swpm-edit-profile-form .input-group > input[type=password] + .swpm-text-field.swpm-pw-reset-text,
.swpm-edit-profile-form .input-group > select + .swpm-text-field.swpm-pw-reset-text,
.swpm-login-widget-form .input-group > input[type=text] + .swpm-text-field.swpm-pw-reset-text,
.swpm-login-widget-form .input-group > input[type=password] + .swpm-text-field.swpm-pw-reset-text,
.input-group > .swpm-text-field.swpm-pw-reset-text + .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > select + .form-control,
.gfield .swpm-edit-profile-form .input-group > select + input[type=text],
.swpm-edit-profile-form .gfield .input-group > select + input[type=text],
.gfield .swpm-edit-profile-form .input-group > select + input[type=password],
.swpm-edit-profile-form .gfield .input-group > select + input[type=password],
.gfield .swpm-edit-profile-form .input-group > select + select,
.swpm-edit-profile-form .gfield .input-group > select + select,
.gfield .swpm-login-widget-form .input-group > select + input[type=text],
.swpm-login-widget-form .gfield .input-group > select + input[type=text],
.gfield .swpm-login-widget-form .input-group > select + input[type=password],
.swpm-login-widget-form .gfield .input-group > select + input[type=password],
.gfield .input-group > select + .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > .form-control + select,
.gfield .swpm-edit-profile-form .input-group > input[type=text] + select,
.swpm-edit-profile-form .gfield .input-group > input[type=text] + select,
.gfield .swpm-edit-profile-form .input-group > input[type=password] + select,
.swpm-edit-profile-form .gfield .input-group > input[type=password] + select,
.gfield .swpm-edit-profile-form .input-group > select + select,
.swpm-edit-profile-form .gfield .input-group > select + select,
.gfield .swpm-login-widget-form .input-group > input[type=text] + select,
.swpm-login-widget-form .gfield .input-group > input[type=text] + select,
.gfield .swpm-login-widget-form .input-group > input[type=password] + select,
.swpm-login-widget-form .gfield .input-group > input[type=password] + select,
.gfield .input-group > .swpm-text-field.swpm-pw-reset-text + select,
.gfield .input-group > select + select,
.search-form .input-group > .search-field + .form-control,
.search-form .swpm-edit-profile-form .input-group > .search-field + input[type=text],
.swpm-edit-profile-form .search-form .input-group > .search-field + input[type=text],
.search-form .swpm-edit-profile-form .input-group > .search-field + input[type=password],
.swpm-edit-profile-form .search-form .input-group > .search-field + input[type=password],
.search-form .swpm-edit-profile-form .input-group > .search-field + select,
.swpm-edit-profile-form .search-form .input-group > .search-field + select,
.search-form .swpm-login-widget-form .input-group > .search-field + input[type=text],
.swpm-login-widget-form .search-form .input-group > .search-field + input[type=text],
.search-form .swpm-login-widget-form .input-group > .search-field + input[type=password],
.swpm-login-widget-form .search-form .input-group > .search-field + input[type=password],
.search-form .input-group > .search-field + .swpm-text-field.swpm-pw-reset-text,
.search-form .gfield .input-group > .search-field + select,
.gfield .search-form .input-group > .search-field + select,
.search-form .input-group > .form-control + .search-field,
.search-form .swpm-edit-profile-form .input-group > input[type=text] + .search-field,
.swpm-edit-profile-form .search-form .input-group > input[type=text] + .search-field,
.search-form .swpm-edit-profile-form .input-group > input[type=password] + .search-field,
.swpm-edit-profile-form .search-form .input-group > input[type=password] + .search-field,
.search-form .swpm-edit-profile-form .input-group > select + .search-field,
.swpm-edit-profile-form .search-form .input-group > select + .search-field,
.search-form .swpm-login-widget-form .input-group > input[type=text] + .search-field,
.swpm-login-widget-form .search-form .input-group > input[type=text] + .search-field,
.search-form .swpm-login-widget-form .input-group > input[type=password] + .search-field,
.swpm-login-widget-form .search-form .input-group > input[type=password] + .search-field,
.search-form .input-group > .swpm-text-field.swpm-pw-reset-text + .search-field,
.search-form .gfield .input-group > select + .search-field,
.gfield .search-form .input-group > select + .search-field,
.search-form .input-group > .search-field + .search-field,
.comment-form .input-group > input[type=text] + .form-control,
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=password],
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + input[type=password],
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + select,
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + select,
.comment-form .swpm-login-widget-form .input-group > input[type=text] + input[type=text],
.swpm-login-widget-form .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .swpm-login-widget-form .input-group > input[type=text] + input[type=password],
.swpm-login-widget-form .comment-form .input-group > input[type=text] + input[type=password],
.comment-form .input-group > input[type=text] + .swpm-text-field.swpm-pw-reset-text,
.comment-form .gfield .input-group > input[type=text] + select,
.gfield .comment-form .input-group > input[type=text] + select,
.comment-form .search-form .input-group > input[type=text] + .search-field,
.search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .swpm-edit-profile-form .input-group > input[type=email] + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > input[type=email] + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > input[type=email] + input[type=password],
.swpm-edit-profile-form .comment-form .input-group > input[type=email] + input[type=password],
.comment-form .swpm-edit-profile-form .input-group > input[type=email] + select,
.swpm-edit-profile-form .comment-form .input-group > input[type=email] + select,
.comment-form .swpm-login-widget-form .input-group > input[type=email] + input[type=text],
.swpm-login-widget-form .comment-form .input-group > input[type=email] + input[type=text],
.comment-form .swpm-login-widget-form .input-group > input[type=email] + input[type=password],
.swpm-login-widget-form .comment-form .input-group > input[type=email] + input[type=password],
.comment-form .input-group > input[type=email] + .swpm-text-field.swpm-pw-reset-text,
.comment-form .gfield .input-group > input[type=email] + select,
.gfield .comment-form .input-group > input[type=email] + select,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .swpm-edit-profile-form .input-group > input[type=url] + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > input[type=url] + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > input[type=url] + input[type=password],
.swpm-edit-profile-form .comment-form .input-group > input[type=url] + input[type=password],
.comment-form .swpm-edit-profile-form .input-group > input[type=url] + select,
.swpm-edit-profile-form .comment-form .input-group > input[type=url] + select,
.comment-form .swpm-login-widget-form .input-group > input[type=url] + input[type=text],
.swpm-login-widget-form .comment-form .input-group > input[type=url] + input[type=text],
.comment-form .swpm-login-widget-form .input-group > input[type=url] + input[type=password],
.swpm-login-widget-form .comment-form .input-group > input[type=url] + input[type=password],
.comment-form .input-group > input[type=url] + .swpm-text-field.swpm-pw-reset-text,
.comment-form .gfield .input-group > input[type=url] + select,
.gfield .comment-form .input-group > input[type=url] + select,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .swpm-edit-profile-form .input-group > textarea + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > textarea + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > textarea + input[type=password],
.swpm-edit-profile-form .comment-form .input-group > textarea + input[type=password],
.comment-form .swpm-edit-profile-form .input-group > textarea + select,
.swpm-edit-profile-form .comment-form .input-group > textarea + select,
.comment-form .swpm-login-widget-form .input-group > textarea + input[type=text],
.swpm-login-widget-form .comment-form .input-group > textarea + input[type=text],
.comment-form .swpm-login-widget-form .input-group > textarea + input[type=password],
.swpm-login-widget-form .comment-form .input-group > textarea + input[type=password],
.comment-form .input-group > textarea + .swpm-text-field.swpm-pw-reset-text,
.comment-form .gfield .input-group > textarea + select,
.gfield .comment-form .input-group > textarea + select,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.comment-form .input-group > .form-control + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > input[type=password] + input[type=text],
.comment-form .swpm-edit-profile-form .input-group > select + input[type=text],
.swpm-edit-profile-form .comment-form .input-group > select + input[type=text],
.comment-form .swpm-login-widget-form .input-group > input[type=text] + input[type=text],
.swpm-login-widget-form .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .swpm-login-widget-form .input-group > input[type=password] + input[type=text],
.swpm-login-widget-form .comment-form .input-group > input[type=password] + input[type=text],
.comment-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=text],
.comment-form .gfield .input-group > select + input[type=text],
.gfield .comment-form .input-group > select + input[type=text],
.comment-form .search-form .input-group > .search-field + input[type=text],
.search-form .comment-form .input-group > .search-field + input[type=text],
.comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=email],
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + input[type=email],
.comment-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=email],
.swpm-edit-profile-form .comment-form .input-group > input[type=password] + input[type=email],
.comment-form .swpm-edit-profile-form .input-group > select + input[type=email],
.swpm-edit-profile-form .comment-form .input-group > select + input[type=email],
.comment-form .swpm-login-widget-form .input-group > input[type=text] + input[type=email],
.swpm-login-widget-form .comment-form .input-group > input[type=text] + input[type=email],
.comment-form .swpm-login-widget-form .input-group > input[type=password] + input[type=email],
.swpm-login-widget-form .comment-form .input-group > input[type=password] + input[type=email],
.comment-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=email],
.comment-form .gfield .input-group > select + input[type=email],
.gfield .comment-form .input-group > select + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + input[type=url],
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + input[type=url],
.comment-form .swpm-edit-profile-form .input-group > input[type=password] + input[type=url],
.swpm-edit-profile-form .comment-form .input-group > input[type=password] + input[type=url],
.comment-form .swpm-edit-profile-form .input-group > select + input[type=url],
.swpm-edit-profile-form .comment-form .input-group > select + input[type=url],
.comment-form .swpm-login-widget-form .input-group > input[type=text] + input[type=url],
.swpm-login-widget-form .comment-form .input-group > input[type=text] + input[type=url],
.comment-form .swpm-login-widget-form .input-group > input[type=password] + input[type=url],
.swpm-login-widget-form .comment-form .input-group > input[type=password] + input[type=url],
.comment-form .input-group > .swpm-text-field.swpm-pw-reset-text + input[type=url],
.comment-form .gfield .input-group > select + input[type=url],
.gfield .comment-form .input-group > select + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .swpm-edit-profile-form .input-group > input[type=text] + textarea,
.swpm-edit-profile-form .comment-form .input-group > input[type=text] + textarea,
.comment-form .swpm-edit-profile-form .input-group > input[type=password] + textarea,
.swpm-edit-profile-form .comment-form .input-group > input[type=password] + textarea,
.comment-form .swpm-edit-profile-form .input-group > select + textarea,
.swpm-edit-profile-form .comment-form .input-group > select + textarea,
.comment-form .swpm-login-widget-form .input-group > input[type=text] + textarea,
.swpm-login-widget-form .comment-form .input-group > input[type=text] + textarea,
.comment-form .swpm-login-widget-form .input-group > input[type=password] + textarea,
.swpm-login-widget-form .comment-form .input-group > input[type=password] + textarea,
.comment-form .input-group > .swpm-text-field.swpm-pw-reset-text + textarea,
.comment-form .gfield .input-group > select + textarea,
.gfield .comment-form .input-group > select + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.swpm-edit-profile-form .input-group > input[type=text] + .custom-select,
.swpm-edit-profile-form .input-group > input[type=password] + .custom-select,
.swpm-edit-profile-form .input-group > select + .custom-select,
.swpm-login-widget-form .input-group > input[type=text] + .custom-select,
.swpm-login-widget-form .input-group > input[type=password] + .custom-select,
.input-group > .swpm-text-field.swpm-pw-reset-text + .custom-select,
.gfield .input-group > select + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.swpm-edit-profile-form .input-group > input[type=text] + .custom-file,
.swpm-edit-profile-form .input-group > input[type=password] + .custom-file,
.swpm-edit-profile-form .input-group > select + .custom-file,
.swpm-login-widget-form .input-group > input[type=text] + .custom-file,
.swpm-login-widget-form .input-group > input[type=password] + .custom-file,
.input-group > .swpm-text-field.swpm-pw-reset-text + .custom-file,
.gfield .input-group > select + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.swpm-edit-profile-form .input-group > .form-control-plaintext + input[type=text],
.swpm-edit-profile-form .input-group > .form-control-plaintext + input[type=password],
.swpm-edit-profile-form .input-group > .form-control-plaintext + select,
.swpm-login-widget-form .input-group > .form-control-plaintext + input[type=text],
.swpm-login-widget-form .input-group > .form-control-plaintext + input[type=password],
.input-group > .form-control-plaintext + .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > .form-control-plaintext + select,
.search-form .input-group > .form-control-plaintext + .search-field,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.swpm-edit-profile-form .input-group > .custom-select + input[type=text],
.swpm-edit-profile-form .input-group > .custom-select + input[type=password],
.swpm-edit-profile-form .input-group > .custom-select + select,
.swpm-login-widget-form .input-group > .custom-select + input[type=text],
.swpm-login-widget-form .input-group > .custom-select + input[type=password],
.input-group > .custom-select + .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > .custom-select + select,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.swpm-edit-profile-form .input-group > .custom-file + input[type=text],
.swpm-edit-profile-form .input-group > .custom-file + input[type=password],
.swpm-edit-profile-form .input-group > .custom-file + select,
.swpm-login-widget-form .input-group > .custom-file + input[type=text],
.swpm-login-widget-form .input-group > .custom-file + input[type=password],
.input-group > .custom-file + .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group > .custom-file + select,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.swpm-edit-profile-form .input-group > input[type=text]:focus,
.swpm-edit-profile-form .input-group > input[type=password]:focus,
.swpm-edit-profile-form .input-group > select:focus,
.swpm-login-widget-form .input-group > input[type=text]:focus,
.swpm-login-widget-form .input-group > input[type=password]:focus,
.input-group > .swpm-text-field.swpm-pw-reset-text:focus,
.gfield .input-group > select:focus,
.search-form .input-group > .search-field:focus,
.comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.swpm-edit-profile-form .input-group > input[type=text]:not(:last-child),
.swpm-edit-profile-form .input-group > input[type=password]:not(:last-child),
.swpm-edit-profile-form .input-group > select:not(:last-child),
.swpm-login-widget-form .input-group > input[type=text]:not(:last-child),
.swpm-login-widget-form .input-group > input[type=password]:not(:last-child),
.input-group > .swpm-text-field.swpm-pw-reset-text:not(:last-child),
.gfield .input-group > select:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.comment-form .input-group > input[type=text]:not(:last-child),
.comment-form .input-group > input[type=email]:not(:last-child),
.comment-form .input-group > input[type=url]:not(:last-child),
.comment-form .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.swpm-edit-profile-form .input-group > input[type=text]:not(:first-child),
.swpm-edit-profile-form .input-group > input[type=password]:not(:first-child),
.swpm-edit-profile-form .input-group > select:not(:first-child),
.swpm-login-widget-form .input-group > input[type=text]:not(:first-child),
.swpm-login-widget-form .input-group > input[type=password]:not(:first-child),
.input-group > .swpm-text-field.swpm-pw-reset-text:not(:first-child),
.gfield .input-group > select:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .swpm-login-form-submit,
.input-group-prepend .swpm-pw-reset-submit,
.input-group-prepend .swpm-edit-profile-submit,
.input-group-prepend .banner .nav li.menu-btn a,
.banner .nav li.menu-btn .input-group-prepend a,
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-prepend .comment-form input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .swpm-login-form-submit,
.input-group-append .swpm-pw-reset-submit,
.input-group-append .swpm-edit-profile-submit,
.input-group-append .banner .nav li.menu-btn a,
.banner .nav li.menu-btn .input-group-append a,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-prepend .swpm-login-form-submit:focus,
.input-group-prepend .swpm-pw-reset-submit:focus,
.input-group-prepend .swpm-edit-profile-submit:focus,
.input-group-prepend .banner .nav li.menu-btn a:focus,
.banner .nav li.menu-btn .input-group-prepend a:focus,
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-prepend .comment-form input[type=submit]:focus,
.comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .swpm-login-form-submit:focus,
.input-group-append .swpm-pw-reset-submit:focus,
.input-group-append .swpm-edit-profile-submit:focus,
.input-group-append .banner .nav li.menu-btn a:focus,
.banner .nav li.menu-btn .input-group-append a:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .swpm-login-form-submit + .btn,
.input-group-prepend .swpm-pw-reset-submit + .btn,
.input-group-prepend .swpm-edit-profile-submit + .btn,
.input-group-prepend .btn + .swpm-login-form-submit,
.input-group-prepend .swpm-login-form-submit + .swpm-login-form-submit,
.input-group-prepend .swpm-pw-reset-submit + .swpm-login-form-submit,
.input-group-prepend .swpm-edit-profile-submit + .swpm-login-form-submit,
.input-group-prepend .btn + .swpm-pw-reset-submit,
.input-group-prepend .swpm-login-form-submit + .swpm-pw-reset-submit,
.input-group-prepend .swpm-pw-reset-submit + .swpm-pw-reset-submit,
.input-group-prepend .swpm-edit-profile-submit + .swpm-pw-reset-submit,
.input-group-prepend .btn + .swpm-edit-profile-submit,
.input-group-prepend .swpm-login-form-submit + .swpm-edit-profile-submit,
.input-group-prepend .swpm-pw-reset-submit + .swpm-edit-profile-submit,
.input-group-prepend .swpm-edit-profile-submit + .swpm-edit-profile-submit,
.input-group-prepend .banner .nav li.menu-btn a + .btn,
.input-group-prepend .banner .nav li.menu-btn a + .swpm-login-form-submit,
.input-group-prepend .banner .nav li.menu-btn a + .swpm-pw-reset-submit,
.input-group-prepend .banner .nav li.menu-btn a + .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-prepend a + .btn,
.banner .nav li.menu-btn .input-group-prepend a + .swpm-login-form-submit,
.banner .nav li.menu-btn .input-group-prepend a + .swpm-pw-reset-submit,
.banner .nav li.menu-btn .input-group-prepend a + .swpm-edit-profile-submit,
.input-group-prepend .banner .nav li.menu-btn .btn + a,
.input-group-prepend .banner .nav li.menu-btn .swpm-login-form-submit + a,
.input-group-prepend .banner .nav li.menu-btn .swpm-pw-reset-submit + a,
.input-group-prepend .banner .nav li.menu-btn .swpm-edit-profile-submit + a,
.banner .nav li.menu-btn .input-group-prepend .btn + a,
.banner .nav li.menu-btn .input-group-prepend .swpm-login-form-submit + a,
.banner .nav li.menu-btn .input-group-prepend .swpm-pw-reset-submit + a,
.banner .nav li.menu-btn .input-group-prepend .swpm-edit-profile-submit + a,
.input-group-prepend .banner .nav li.menu-btn a + a,
.banner .nav li.menu-btn .input-group-prepend a + a,
.input-group-prepend .search-form .search-submit + .btn,
.input-group-prepend .search-form .search-submit + .swpm-login-form-submit,
.input-group-prepend .search-form .search-submit + .swpm-pw-reset-submit,
.input-group-prepend .search-form .search-submit + .swpm-edit-profile-submit,
.input-group-prepend .search-form .banner .nav li.menu-btn .search-submit + a,
.banner .nav li.menu-btn .input-group-prepend .search-form .search-submit + a,
.search-form .input-group-prepend .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .swpm-login-form-submit,
.search-form .input-group-prepend .search-submit + .swpm-pw-reset-submit,
.search-form .input-group-prepend .search-submit + .swpm-edit-profile-submit,
.search-form .input-group-prepend .banner .nav li.menu-btn .search-submit + a,
.banner .nav li.menu-btn .search-form .input-group-prepend .search-submit + a,
.input-group-prepend .search-form .btn + .search-submit,
.input-group-prepend .search-form .swpm-login-form-submit + .search-submit,
.input-group-prepend .search-form .swpm-pw-reset-submit + .search-submit,
.input-group-prepend .search-form .swpm-edit-profile-submit + .search-submit,
.input-group-prepend .search-form .banner .nav li.menu-btn a + .search-submit,
.banner .nav li.menu-btn .input-group-prepend .search-form a + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.search-form .input-group-prepend .swpm-login-form-submit + .search-submit,
.search-form .input-group-prepend .swpm-pw-reset-submit + .search-submit,
.search-form .input-group-prepend .swpm-edit-profile-submit + .search-submit,
.search-form .input-group-prepend .banner .nav li.menu-btn a + .search-submit,
.banner .nav li.menu-btn .search-form .input-group-prepend a + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .comment-form input[type=submit] + .btn,
.input-group-prepend .comment-form input[type=submit] + .swpm-login-form-submit,
.input-group-prepend .comment-form input[type=submit] + .swpm-pw-reset-submit,
.input-group-prepend .comment-form input[type=submit] + .swpm-edit-profile-submit,
.input-group-prepend .comment-form .banner .nav li.menu-btn input[type=submit] + a,
.banner .nav li.menu-btn .input-group-prepend .comment-form input[type=submit] + a,
.input-group-prepend .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-prepend .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-prepend input[type=submit] + .btn,
.comment-form .input-group-prepend input[type=submit] + .swpm-login-form-submit,
.comment-form .input-group-prepend input[type=submit] + .swpm-pw-reset-submit,
.comment-form .input-group-prepend input[type=submit] + .swpm-edit-profile-submit,
.comment-form .input-group-prepend .banner .nav li.menu-btn input[type=submit] + a,
.banner .nav li.menu-btn .comment-form .input-group-prepend input[type=submit] + a,
.comment-form .input-group-prepend .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-prepend input[type=submit] + .search-submit,
.input-group-prepend .comment-form .btn + input[type=submit],
.input-group-prepend .comment-form .swpm-login-form-submit + input[type=submit],
.input-group-prepend .comment-form .swpm-pw-reset-submit + input[type=submit],
.input-group-prepend .comment-form .swpm-edit-profile-submit + input[type=submit],
.input-group-prepend .comment-form .banner .nav li.menu-btn a + input[type=submit],
.banner .nav li.menu-btn .input-group-prepend .comment-form a + input[type=submit],
.input-group-prepend .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-prepend .comment-form .search-submit + input[type=submit],
.comment-form .input-group-prepend .btn + input[type=submit],
.comment-form .input-group-prepend .swpm-login-form-submit + input[type=submit],
.comment-form .input-group-prepend .swpm-pw-reset-submit + input[type=submit],
.comment-form .input-group-prepend .swpm-edit-profile-submit + input[type=submit],
.comment-form .input-group-prepend .banner .nav li.menu-btn a + input[type=submit],
.banner .nav li.menu-btn .comment-form .input-group-prepend a + input[type=submit],
.comment-form .input-group-prepend .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-prepend .search-submit + input[type=submit],
.input-group-prepend .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .swpm-login-form-submit + .input-group-text,
.input-group-prepend .swpm-pw-reset-submit + .input-group-text,
.input-group-prepend .swpm-edit-profile-submit + .input-group-text,
.input-group-prepend .banner .nav li.menu-btn a + .input-group-text,
.banner .nav li.menu-btn .input-group-prepend a + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .swpm-login-form-submit,
.input-group-prepend .input-group-text + .swpm-pw-reset-submit,
.input-group-prepend .input-group-text + .swpm-edit-profile-submit,
.input-group-prepend .banner .nav li.menu-btn .input-group-text + a,
.banner .nav li.menu-btn .input-group-prepend .input-group-text + a,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .swpm-login-form-submit + .btn,
.input-group-append .swpm-pw-reset-submit + .btn,
.input-group-append .swpm-edit-profile-submit + .btn,
.input-group-append .btn + .swpm-login-form-submit,
.input-group-append .swpm-login-form-submit + .swpm-login-form-submit,
.input-group-append .swpm-pw-reset-submit + .swpm-login-form-submit,
.input-group-append .swpm-edit-profile-submit + .swpm-login-form-submit,
.input-group-append .btn + .swpm-pw-reset-submit,
.input-group-append .swpm-login-form-submit + .swpm-pw-reset-submit,
.input-group-append .swpm-pw-reset-submit + .swpm-pw-reset-submit,
.input-group-append .swpm-edit-profile-submit + .swpm-pw-reset-submit,
.input-group-append .btn + .swpm-edit-profile-submit,
.input-group-append .swpm-login-form-submit + .swpm-edit-profile-submit,
.input-group-append .swpm-pw-reset-submit + .swpm-edit-profile-submit,
.input-group-append .swpm-edit-profile-submit + .swpm-edit-profile-submit,
.input-group-append .banner .nav li.menu-btn a + .btn,
.input-group-append .banner .nav li.menu-btn a + .swpm-login-form-submit,
.input-group-append .banner .nav li.menu-btn a + .swpm-pw-reset-submit,
.input-group-append .banner .nav li.menu-btn a + .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-append a + .btn,
.banner .nav li.menu-btn .input-group-append a + .swpm-login-form-submit,
.banner .nav li.menu-btn .input-group-append a + .swpm-pw-reset-submit,
.banner .nav li.menu-btn .input-group-append a + .swpm-edit-profile-submit,
.input-group-append .banner .nav li.menu-btn .btn + a,
.input-group-append .banner .nav li.menu-btn .swpm-login-form-submit + a,
.input-group-append .banner .nav li.menu-btn .swpm-pw-reset-submit + a,
.input-group-append .banner .nav li.menu-btn .swpm-edit-profile-submit + a,
.banner .nav li.menu-btn .input-group-append .btn + a,
.banner .nav li.menu-btn .input-group-append .swpm-login-form-submit + a,
.banner .nav li.menu-btn .input-group-append .swpm-pw-reset-submit + a,
.banner .nav li.menu-btn .input-group-append .swpm-edit-profile-submit + a,
.input-group-append .banner .nav li.menu-btn a + a,
.banner .nav li.menu-btn .input-group-append a + a,
.input-group-append .search-form .search-submit + .btn,
.input-group-append .search-form .search-submit + .swpm-login-form-submit,
.input-group-append .search-form .search-submit + .swpm-pw-reset-submit,
.input-group-append .search-form .search-submit + .swpm-edit-profile-submit,
.input-group-append .search-form .banner .nav li.menu-btn .search-submit + a,
.banner .nav li.menu-btn .input-group-append .search-form .search-submit + a,
.search-form .input-group-append .search-submit + .btn,
.search-form .input-group-append .search-submit + .swpm-login-form-submit,
.search-form .input-group-append .search-submit + .swpm-pw-reset-submit,
.search-form .input-group-append .search-submit + .swpm-edit-profile-submit,
.search-form .input-group-append .banner .nav li.menu-btn .search-submit + a,
.banner .nav li.menu-btn .search-form .input-group-append .search-submit + a,
.input-group-append .search-form .btn + .search-submit,
.input-group-append .search-form .swpm-login-form-submit + .search-submit,
.input-group-append .search-form .swpm-pw-reset-submit + .search-submit,
.input-group-append .search-form .swpm-edit-profile-submit + .search-submit,
.input-group-append .search-form .banner .nav li.menu-btn a + .search-submit,
.banner .nav li.menu-btn .input-group-append .search-form a + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.search-form .input-group-append .swpm-login-form-submit + .search-submit,
.search-form .input-group-append .swpm-pw-reset-submit + .search-submit,
.search-form .input-group-append .swpm-edit-profile-submit + .search-submit,
.search-form .input-group-append .banner .nav li.menu-btn a + .search-submit,
.banner .nav li.menu-btn .search-form .input-group-append a + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form input[type=submit] + .swpm-login-form-submit,
.input-group-append .comment-form input[type=submit] + .swpm-pw-reset-submit,
.input-group-append .comment-form input[type=submit] + .swpm-edit-profile-submit,
.input-group-append .comment-form .banner .nav li.menu-btn input[type=submit] + a,
.banner .nav li.menu-btn .input-group-append .comment-form input[type=submit] + a,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append input[type=submit] + .swpm-login-form-submit,
.comment-form .input-group-append input[type=submit] + .swpm-pw-reset-submit,
.comment-form .input-group-append input[type=submit] + .swpm-edit-profile-submit,
.comment-form .input-group-append .banner .nav li.menu-btn input[type=submit] + a,
.banner .nav li.menu-btn .comment-form .input-group-append input[type=submit] + a,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .swpm-login-form-submit + input[type=submit],
.input-group-append .comment-form .swpm-pw-reset-submit + input[type=submit],
.input-group-append .comment-form .swpm-edit-profile-submit + input[type=submit],
.input-group-append .comment-form .banner .nav li.menu-btn a + input[type=submit],
.banner .nav li.menu-btn .input-group-append .comment-form a + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .swpm-login-form-submit + input[type=submit],
.comment-form .input-group-append .swpm-pw-reset-submit + input[type=submit],
.comment-form .input-group-append .swpm-edit-profile-submit + input[type=submit],
.comment-form .input-group-append .banner .nav li.menu-btn a + input[type=submit],
.banner .nav li.menu-btn .comment-form .input-group-append a + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .swpm-login-form-submit + .input-group-text,
.input-group-append .swpm-pw-reset-submit + .input-group-text,
.input-group-append .swpm-edit-profile-submit + .input-group-text,
.input-group-append .banner .nav li.menu-btn a + .input-group-text,
.banner .nav li.menu-btn .input-group-append a + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .swpm-login-form-submit,
.input-group-append .input-group-text + .swpm-pw-reset-submit,
.input-group-append .input-group-text + .swpm-edit-profile-submit,
.input-group-append .banner .nav li.menu-btn .input-group-text + a,
.banner .nav li.menu-btn .input-group-append .input-group-text + a,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.swpm-edit-profile-form .input-group-lg > input[type=text]:not(textarea),
.swpm-edit-profile-form .input-group-lg > input[type=password]:not(textarea),
.swpm-edit-profile-form .input-group-lg > select:not(textarea),
.swpm-login-widget-form .input-group-lg > input[type=text]:not(textarea),
.swpm-login-widget-form .input-group-lg > input[type=password]:not(textarea),
.input-group-lg > .swpm-text-field.swpm-pw-reset-text:not(textarea),
.gfield .input-group-lg > select:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.swpm-edit-profile-form .input-group-lg > input[type=text],
.swpm-edit-profile-form .input-group-lg > input[type=password],
.swpm-edit-profile-form .input-group-lg > select,
.swpm-login-widget-form .input-group-lg > input[type=text],
.swpm-login-widget-form .input-group-lg > input[type=password],
.input-group-lg > .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group-lg > select,
.search-form .input-group-lg > .search-field,
.comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .swpm-login-form-submit,
.input-group-lg > .input-group-prepend > .swpm-pw-reset-submit,
.input-group-lg > .input-group-prepend > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-lg > .input-group-prepend > a,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .swpm-login-form-submit,
.input-group-lg > .input-group-append > .swpm-pw-reset-submit,
.input-group-lg > .input-group-append > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-lg > .input-group-append > a,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.swpm-edit-profile-form .input-group-sm > input[type=text]:not(textarea),
.swpm-edit-profile-form .input-group-sm > input[type=password]:not(textarea),
.swpm-edit-profile-form .input-group-sm > select:not(textarea),
.swpm-login-widget-form .input-group-sm > input[type=text]:not(textarea),
.swpm-login-widget-form .input-group-sm > input[type=password]:not(textarea),
.input-group-sm > .swpm-text-field.swpm-pw-reset-text:not(textarea),
.gfield .input-group-sm > select:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.swpm-edit-profile-form .input-group-sm > input[type=text],
.swpm-edit-profile-form .input-group-sm > input[type=password],
.swpm-edit-profile-form .input-group-sm > select,
.swpm-login-widget-form .input-group-sm > input[type=text],
.swpm-login-widget-form .input-group-sm > input[type=password],
.input-group-sm > .swpm-text-field.swpm-pw-reset-text,
.gfield .input-group-sm > select,
.search-form .input-group-sm > .search-field,
.comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .swpm-login-form-submit,
.input-group-sm > .input-group-prepend > .swpm-pw-reset-submit,
.input-group-sm > .input-group-prepend > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-sm > .input-group-prepend > a,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .swpm-login-form-submit,
.input-group-sm > .input-group-append > .swpm-pw-reset-submit,
.input-group-sm > .input-group-append > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group-sm > .input-group-append > a,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .swpm-login-form-submit,
.input-group > .input-group-prepend > .swpm-pw-reset-submit,
.input-group > .input-group-prepend > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group > .input-group-prepend > a,
.search-form .input-group > .input-group-prepend > .search-submit,
.comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .swpm-login-form-submit,
.input-group > .input-group-append:not(:last-child) > .swpm-pw-reset-submit,
.input-group > .input-group-append:not(:last-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group > .input-group-append:not(:last-child) > a,
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .swpm-login-form-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .swpm-pw-reset-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .swpm-edit-profile-submit:not(:last-child):not(.dropdown-toggle),
.banner .nav li.menu-btn .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .swpm-login-form-submit,
.input-group > .input-group-append > .swpm-pw-reset-submit,
.input-group > .input-group-append > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group > .input-group-append > a,
.search-form .input-group > .input-group-append > .search-submit,
.comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .swpm-login-form-submit,
.input-group > .input-group-prepend:not(:first-child) > .swpm-pw-reset-submit,
.input-group > .input-group-prepend:not(:first-child) > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .input-group > .input-group-prepend:not(:first-child) > a,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .swpm-login-form-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .swpm-pw-reset-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .swpm-edit-profile-submit:not(:first-child),
.banner .nav li.menu-btn .input-group > .input-group-prepend:first-child > a:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #A03763;
  background-color: #A03763;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d482a5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e1a8c0;
  border-color: #e1a8c0;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #A03763;
  background-color: #A03763;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(160, 55, 99, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(160, 55, 99, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(160, 55, 99, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(160, 55, 99, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #d482a5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #d482a5;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #A03763;
  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;
  appearance: none;
}

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

.custom-range::-webkit-slider-thumb:active {
  background-color: #e1a8c0;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #A03763;
  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;
  appearance: none;
}

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

.custom-range::-moz-range-thumb:active {
  background-color: #e1a8c0;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #A03763;
  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;
  appearance: none;
}

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

.custom-range::-ms-thumb:active {
  background-color: #e1a8c0;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link,
.banner .nav > li > a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.banner .nav > li > a:hover,
.nav-link:focus,
.banner .nav > li > a:focus {
  text-decoration: none;
}

.nav-link.disabled,
.banner .nav > li > a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item,
.nav-tabs .banner .nav li,
.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs .banner .nav > li > a,
.banner .nav-tabs .nav > li > a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav > li > a:hover,
.banner .nav-tabs .nav > li > a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav > li > a:focus,
.banner .nav-tabs .nav > li > a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav > li > a.disabled,
.banner .nav-tabs .nav > li > a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav > li > a.active,
.banner .nav-tabs .nav > li > a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .banner .nav > li > a,
.banner .nav-tabs .nav-item.show .nav > li > a,
.nav-tabs .banner .nav li.show .nav-link,
.nav-tabs .banner .nav li.show .nav > li > a,
.banner .nav .nav-tabs li.show .nav-link,
.banner .nav .nav-tabs li.show .nav > li > a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills .banner .nav > li > a,
.banner .nav-pills .nav > li > a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .banner .nav > li > a.active,
.banner .nav-pills .nav > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav > li.show > a,
.banner .nav-pills .nav > li.show > a {
  color: #fff;
  background-color: #A03763;
}

.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link,
.navbar-nav .banner .nav > li > a,
.banner .navbar-nav .nav > li > a {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav > li > a,
  .banner .navbar-expand-sm .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav > li > a,
  .banner .navbar-expand-md .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav > li > a,
  .banner .navbar-expand-lg .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav > li > a,
  .banner .navbar-expand-xl .navbar-nav .nav > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav > li > a,
.banner .navbar-expand .navbar-nav .nav > li > a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav > li > a,
.banner .navbar-light .navbar-nav .nav > li > a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav > li > a:hover,
.banner .navbar-light .navbar-nav .nav > li > a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav > li > a:focus,
.banner .navbar-light .navbar-nav .nav > li > a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav > li > a.disabled,
.banner .navbar-light .navbar-nav .nav > li > a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav > li.show > a,
.banner .navbar-light .navbar-nav .nav > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav > li.active > a,
.banner .navbar-light .navbar-nav .nav > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav > li > a.show,
.banner .navbar-light .navbar-nav .nav > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav > li > a.active,
.banner .navbar-light .navbar-nav .nav > li > a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .nav > li > a,
.banner .navbar-dark .navbar-nav .nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav > li > a:hover,
.banner .navbar-dark .navbar-nav .nav > li > a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav > li > a:focus,
.banner .navbar-dark .navbar-nav .nav > li > a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav > li > a.disabled,
.banner .navbar-dark .navbar-nav .nav > li > a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav > li.show > a,
.banner .navbar-dark .navbar-nav .nav > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav > li.active > a,
.banner .navbar-dark .navbar-nav .nav > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav > li > a.show,
.banner .navbar-dark .navbar-nav .nav > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav > li > a.active,
.banner .navbar-dark .navbar-nav .nav > li > a.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #A03763;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #672340;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge,
.swpm-login-form-submit .badge,
.swpm-pw-reset-submit .badge,
.swpm-edit-profile-submit .badge,
.banner .nav li.menu-btn a .badge,
.search-form .search-submit .badge,
.comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #A03763;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #7a2a4c;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 55, 99, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #FEE193;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #fed360;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 225, 147, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f7f7fd;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #cecef3;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 253, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #43536C;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #2f3b4d;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 83, 108, 0.5);
}

.badge-lightest-gray {
  color: #212529;
  background-color: #f5f5f7;
}

a.badge-lightest-gray:hover,
a.badge-lightest-gray:focus {
  color: #212529;
  background-color: #d9d9e0;
}

a.badge-lightest-gray:focus,
a.badge-lightest-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 247, 0.5);
}

.badge-gray {
  color: #212529;
  background-color: #c2c2c4;
}

a.badge-gray:hover,
a.badge-gray:focus {
  color: #212529;
  background-color: #a8a8ab;
}

a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 194, 196, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #531d33;
  background-color: #ecd7e0;
  border-color: #e4c7d3;
}

.alert-primary hr {
  border-top-color: #dcb6c5;
}

.alert-primary .alert-link {
  color: #2d101c;
}

.alert-secondary {
  color: #84754c;
  background-color: #fff9e9;
  border-color: #fff7e1;
}

.alert-secondary hr {
  border-top-color: #fff0c8;
}

.alert-secondary .alert-link {
  color: #645839;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #808084;
  background-color: #fdfdff;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #67676a;
}

.alert-dark {
  color: #232b38;
  background-color: #d9dde2;
  border-color: #cacfd6;
}

.alert-dark hr {
  border-top-color: #bcc2cb;
}

.alert-dark .alert-link {
  color: #0f1319;
}

.alert-lightest-gray {
  color: #7f7f80;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}

.alert-lightest-gray hr {
  border-top-color: #ededf3;
}

.alert-lightest-gray .alert-link {
  color: #666666;
}

.alert-gray {
  color: #656566;
  background-color: #f3f3f3;
  border-color: #eeeeee;
}

.alert-gray hr {
  border-top-color: #e1e1e1;
}

.alert-gray .alert-link {
  color: #4c4c4c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #A03763;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #A03763;
  border-color: #A03763;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #531d33;
  background-color: #e4c7d3;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #531d33;
  background-color: #dcb6c5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #531d33;
  border-color: #531d33;
}

.list-group-item-secondary {
  color: #84754c;
  background-color: #fff7e1;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #84754c;
  background-color: #fff0c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #84754c;
  border-color: #84754c;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #808084;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #808084;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #808084;
  border-color: #808084;
}

.list-group-item-dark {
  color: #232b38;
  background-color: #cacfd6;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #232b38;
  background-color: #bcc2cb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #232b38;
  border-color: #232b38;
}

.list-group-item-lightest-gray {
  color: #7f7f80;
  background-color: #fcfcfd;
}

.list-group-item-lightest-gray.list-group-item-action:hover,
.list-group-item-lightest-gray.list-group-item-action:focus {
  color: #7f7f80;
  background-color: #ededf3;
}

.list-group-item-lightest-gray.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f80;
  border-color: #7f7f80;
}

.list-group-item-gray {
  color: #656566;
  background-color: #eeeeee;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #656566;
  background-color: #e1e1e1;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #656566;
  border-color: #656566;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.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) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #A03763 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #7a2a4c !important;
}

.bg-secondary {
  background-color: #FEE193 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #fed360 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f7f7fd !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cecef3 !important;
}

.bg-dark {
  background-color: #43536C !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2f3b4d !important;
}

.bg-lightest-gray {
  background-color: #f5f5f7 !important;
}

a.bg-lightest-gray:hover,
a.bg-lightest-gray:focus,
button.bg-lightest-gray:hover,
button.bg-lightest-gray:focus {
  background-color: #d9d9e0 !important;
}

.bg-gray {
  background-color: #c2c2c4 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #a8a8ab !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #A03763 !important;
}

.border-secondary {
  border-color: #FEE193 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f7f7fd !important;
}

.border-dark {
  border-color: #43536C !important;
}

.border-lightest-gray {
  border-color: #f5f5f7 !important;
}

.border-gray {
  border-color: #c2c2c4 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #A03763 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #672340 !important;
}

.text-secondary {
  color: #FEE193 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdcc47 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f7f7fd !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #babaee !important;
}

.text-dark {
  color: #43536C !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #262f3d !important;
}

.text-lightest-gray {
  color: #f5f5f7 !important;
}

a.text-lightest-gray:hover,
a.text-lightest-gray:focus {
  color: #cbcbd5 !important;
}

.text-gray {
  color: #c2c2c4 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #9b9b9e !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.swpm-login-form-submit):not(.swpm-pw-reset-submit):not(.swpm-edit-profile-submit) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@font-face {
  font-family: "beloved_script";
  src: url(/wp-content/themes/hatchet-blocks/dist/fonts/beloved_script-webfont.woff2) format("woff2"), url(/wp-content/themes/hatchet-blocks/dist/fonts/beloved_script-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "beloved_script_bold";
  src: url(/wp-content/themes/hatchet-blocks/dist/fonts/beloved_script_bold-webfont.woff2) format("woff2"), url(/wp-content/themes/hatchet-blocks/dist/fonts/beloved_script_bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nunito", sans-serif;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.25rem;
    line-height: 1.1;
  }
}

h1--training-library,
.h1--training-library {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  h1--training-library,
  .h1--training-library {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-weight: 600;
  margin-bottom: 1.125rem;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {
  h2.section-heading,
  .h2.section-heading {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 1.35rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}

p.lead {
  font-size: 1.125rem;
  line-height: 1.625;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

strong.extrabold {
  font-weight: 800;
}

strong.black {
  font-weight: 900;
}

.beloved {
  display: inline-block;
  font-family: "beloved_script";
  font-size: 130%;
  line-height: 80%;
  font-weight: normal !important;
}

.beloved-bold {
  display: inline-block;
  font-family: "beloved_script_bold";
  font-size: 130%;
  line-height: 80%;
  font-weight: normal !important;
}

.nunito-regular {
  font-weight: 400;
}

.eyebrow-text {
  color: #A03763;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .eyebrow-text {
    font-size: 1.25rem;
  }
}

.text--light h1,
.text--light h2,
.text--light h3,
.text--light h4,
.text--light h5,
.text--light h6,
.text--light li,
.text--light p,
.text--light .eyebrow-text {
  color: #fff;
}

.text-semibold {
  font-weight: 600 !important;
}

hr.hr--light {
  border: none;
  border-bottom: 1px solid rgba(200, 210, 218, 0.6);
}

body {
  color: #43536C;
  font-family: "Nunito Sans", sans-serif;
}

.wrap {
  position: relative;
}

/* Shared Block Styles */

.top-padding--mobile--tiny {
  padding-top: 0.5rem;
}

.top-padding--mobile--extra-short {
  padding-top: 1rem;
}

.top-padding--mobile--short {
  padding-top: 2rem;
}

.top-padding--mobile--medium {
  padding-top: 3rem;
}

.top-padding--mobile--tall {
  padding-top: 5rem;
}

.top-padding--mobile--extra-tall {
  padding-top: 7rem;
}

.top-padding--mobile--giant {
  padding-top: 9rem;
}

@media (min-width: 576px) {
  .top-padding--tablet--tiny {
    padding-top: 0.5rem;
  }

  .top-padding--tablet--extra-short {
    padding-top: 1rem;
  }

  .top-padding--tablet--short {
    padding-top: 2rem;
  }

  .top-padding--tablet--medium {
    padding-top: 4rem;
  }

  .top-padding--tablet--tall {
    padding-top: 6rem;
  }

  .top-padding--tablet--extra-tall {
    padding-top: 8rem;
  }

  .top-padding--tablet--giant {
    padding-top: 10rem;
  }
}

@media (min-width: 992px) {
  .top-padding--tiny {
    padding-top: 1rem;
  }

  .top-padding--extra-short {
    padding-top: 2rem;
  }

  .top-padding--short {
    padding-top: 4rem;
  }

  .top-padding--medium {
    padding-top: 6rem;
  }

  .top-padding--tall {
    padding-top: 8rem;
  }

  .top-padding--extra-tall {
    padding-top: 10rem;
  }

  .top-padding--giant {
    padding-top: 12rem;
  }
}

.bottom-padding--mobile--tiny {
  padding-bottom: 0.5rem;
}

.bottom-padding--mobile--extra-short {
  padding-bottom: 1rem;
}

.bottom-padding--mobile--short {
  padding-bottom: 2rem;
}

.bottom-padding--mobile--medium {
  padding-bottom: 3rem;
}

.bottom-padding--mobile--tall {
  padding-bottom: 5rem;
}

.bottom-padding--mobile--extra-tall {
  padding-bottom: 7rem;
}

.bottom-padding--mobile--giant {
  padding-bottom: 9rem;
}

@media (min-width: 576px) {
  .bottom-padding--tablet--tiny {
    padding-bottom: 0.5rem;
  }

  .bottom-padding--tablet--extra-short {
    padding-bottom: 1rem;
  }

  .bottom-padding--tablet--short {
    padding-bottom: 2rem;
  }

  .bottom-padding--tablet--medium {
    padding-bottom: 4rem;
  }

  .bottom-padding--tablet--tall {
    padding-bottom: 6rem;
  }

  .bottom-padding--tablet--extra-tall {
    padding-bottom: 8rem;
  }

  .bottom-padding--tablet--giant {
    padding-bottom: 10rem;
  }
}

@media (min-width: 992px) {
  .bottom-padding--tiny {
    padding-bottom: 1rem;
  }

  .bottom-padding--extra-short {
    padding-bottom: 2rem;
  }

  .bottom-padding--short {
    padding-bottom: 4rem;
  }

  .bottom-padding--medium {
    padding-bottom: 6rem;
  }

  .bottom-padding--tall {
    padding-bottom: 8rem;
  }

  .bottom-padding--extra-tall {
    padding-bottom: 10rem;
  }

  .bottom-padding--giant {
    padding-bottom: 12rem;
  }
}

.bg--light {
  background: #FAFBFC;
}

.bg--poppies {
  background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg--poppies--darker.png) repeat;
  background-position: -170px 150px;
}

.bg-image-position--left-top {
  background-position: left top;
}

.bg-image-position--center-top {
  background-position: center top;
}

.bg-image-position--right-top {
  background-position: right top;
}

.bg-image-position--left-center {
  background-position: left center;
}

.bg-image-position--center-center {
  background-position: center center;
}

.bg-image-position--right-center {
  background-position: right center;
}

.bg-image-position--left-bottom {
  background-position: left bottom;
}

.bg-image-position--center-bottom {
  background-position: center bottom;
}

.bg-image-position--right-bottom {
  background-position: right bottom;
}

.bg-gradient--primary {
  background: linear-gradient(315deg, #41a5b8 0%, #43536c 100%);
}

.has-top-border,
.has-bottom-border {
  position: relative;
}

.top-border {
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.top-border svg {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bottom-border {
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.bottom-border svg {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.site-banner {
  padding: 10px 12px;
  font-size: 14px;
  background: #487296;
  color: #fff;
}

@media (min-width: 768px) {
  .site-banner {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.site-banner i {
  margin-right: 2px;
}

.site-banner__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-banner__message p {
  font-weight: 350;
  line-height: 140%;
}

.site-banner__message a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.25s;
}

.site-banner__message a:hover {
  color: #EBF8FA;
}

.spacer--t--1 {
  margin-top: 1rem;
}

.spacer--t--2 {
  margin-top: 2rem;
}

.spacer--t--3 {
  margin-top: 3rem;
}

.spacer--t--4 {
  margin-top: 4rem;
}

.spacer--t--5 {
  margin-top: 5rem;
}

.spacer--t--6 {
  margin-top: 6rem;
}

.spacer--t--7 {
  margin-top: 7rem;
}

.spacer--t--8 {
  margin-top: 8rem;
}

.spacer--t--9 {
  margin-top: 9rem;
}

.spacer--t--10 {
  margin-top: 10rem;
}

.spacer--b--1 {
  margin-bottom: 1rem;
}

.spacer--b--2 {
  margin-bottom: 2rem;
}

.spacer--b--3 {
  margin-bottom: 3rem;
}

.spacer--b--4 {
  margin-bottom: 4rem;
}

.spacer--b--5 {
  margin-bottom: 5rem;
}

.spacer--b--6 {
  margin-bottom: 6rem;
}

.spacer--b--7 {
  margin-bottom: 7rem;
}

.spacer--b--8 {
  margin-bottom: 8rem;
}

.spacer--b--9 {
  margin-bottom: 9rem;
}

.spacer--b--10 {
  margin-bottom: 10rem;
}

.btn,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.banner .nav li.menu-btn a,
.search-form .search-submit,
.comment-form input[type=submit] {
  font-weight: 600;
}

.button-links {
  margin-top: 2rem;
}

.btn-primary,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.search-form .search-submit {
  background: linear-gradient(180deg, #ef6079, #d23d5c);
  border: none;
}

.btn-secondary,
.banner .nav li.menu-btn a,
.comment-form input[type=submit] {
  background: var(--nightshade);
  border-color: var(--nightshade);
  color: #fff;
}

.btn-secondary:hover,
.banner .nav li.menu-btn a:hover,
.comment-form input[type=submit]:hover {
  background: var(--midnight);
  border-color: var(--midnight);
  color: #fff;
}

.btn-secondary:active,
.banner .nav li.menu-btn a:active,
.comment-form input[type=submit]:active {
  background: var(--nightshade);
  border-color: var(--nightshade);
  color: #fff;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .swpm-login-form-submit,
.btn-group-sm > .swpm-pw-reset-submit,
.btn-group-sm > .swpm-edit-profile-submit,
.banner .nav li.menu-btn .btn-group-sm > a,
.search-form .btn-group-sm > .search-submit,
.comment-form .btn-group-sm > input[type=submit] {
  padding: 0.4rem 1.5rem;
}

.btn-md,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit {
  padding: 0.75rem 2rem;
}

.btn-white {
  background: #fff;
  color: #A03763;
}

.btn-shadow {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.3);
}

.comment-form input[type=submit],
.search-form .search-submit,
.banner .nav li.menu-btn a {
  background-color: #A03763;
  border-color: #A03763;
}

.search-form .search-submit {
  margin-left: 0.25rem;
}

.category-badge {
  border-radius: 1rem;
  padding: 2px 10px;
  display: inline-block;
  font-size: 0.8125rem;
  transition: background-color 0.2s;
  margin-bottom: 0.25rem;
  --text-color: $white;
  --hover-color: theme-color("dark");
  text-decoration: none;
}

.category-badge:hover {
  background-color: var(--hover-color) !important;
  color: var(--text-color) !important;
  text-decoration: none;
}

.comment-list ol {
  list-style: none;
}

.section--comparison-cards .section-intro {
  text-align: center;
}

.comparison-cards__wrapper {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .comparison-cards__wrapper {
    margin-top: 2.5rem;
  }
}

.comparison-card {
  background: #fff;
  border: 1px solid #d9d7db;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 3rem 2.5rem 7.5rem;
  position: relative;
}

.comparison-card__heading,
.comparison-card__price,
.comparison-card__time-terms {
  text-align: center;
}

.comparison-card__heading {
  font-size: 1.5rem;
}

.comparison-card__price {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -0.15rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.comparison-card__time-terms {
  color: var(--pewter);
}

.comparison-card__features {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  width: 95%;
}

.comparison-card__features li {
  padding: 0 0 0 32px;
  position: relative;
  margin-bottom: 0.5rem;
}

.comparison-card__features li::before {
  content: "\F058";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--jade);
  font-size: 18px;
}

.comparison-card__features li.feature-not-included {
  color: var(--pewter);
  text-decoration: line-through;
}

.comparison-card__features li.feature-not-included::before {
  content: "\F057";
  color: var(--poppy);
}

.comparison-card__button {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.content-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .content-column {
    margin-bottom: 0;
  }
}

.content-column__icon {
  display: block;
  height: auto;
  max-width: 48px;
  width: 100%;
}

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

.content-column__icon + .content-column__content {
  padding-right: 1rem;
  width: calc(100% - 68px);
}

.faq-item {
  border-bottom: 1px solid #D9D7DB;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative;
  transition: all 0.2s;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item.active .faq-item__question::before {
  background-color: rgba(136, 153, 171, 0.5);
  content: "\2013";
}

.faq-item.active .faq-item__answer {
  margin-top: 0.5rem;
  visibility: visible;
  opacity: 1;
  max-height: none;
}

.faq-item__question {
  cursor: pointer;
  font-size: 1.375rem;
  margin-bottom: 0;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .faq-item__question {
    font-size: 1.5rem;
  }
}

.faq-item__question:hover {
  color: #A03763;
}

.faq-item__question::before {
  background-color: #8899ab;
  content: "+";
  color: #fff;
  display: block;
  left: 0;
  border-radius: 2rem;
  font-weight: 600;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
  font-size: 1.25rem;
  position: absolute;
  top: -2px;
  transition: all 0.2s;
}

.faq-item__question,
.faq-item__answer {
  padding-left: 3rem;
}

@media (min-width: 768px) {
  .faq-item__question,
  .faq-item__answer {
    padding-left: 3.375rem;
  }
}

.faq-item__answer {
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.2s ease;
}

.faq-item__answer a {
  white-space: nowrap;
}

.featured-post__image-link {
  display: block;
  transition: 0.2s;
}

.featured-post__image-link:hover {
  transform: scale(1.05);
}

.featured-post__image {
  border-radius: 0.375rem;
}

@media (min-width: 992px) {
  .featured-post__title {
    font-size: 2.5rem;
  }
}

.featured-post__link {
  margin-top: 1.25rem;
}

.filters a,
.year-filters a {
  color: #43536C;
  font-size: 0.875rem;
}

.filters a.active,
.year-filters a.active {
  color: #A03763;
}

.filters a:hover,
.year-filters a:hover {
  color: #A03763;
}

.feature-category__filter label,
.feature-category__sort label {
  font-weight: 600;
  width: 50px;
}

.feature-category__filter .select-wrapper,
.feature-category__sort .select-wrapper {
  margin-bottom: 0;
  width: calc(100% - 50px);
}

.feature-category__filter select,
.feature-category__sort select {
  appearance: none;
  -webkit-appearance: none;
}

.filters a {
  color: #43536C;
  font-size: 0.875rem;
  text-decoration: none;
}

.filters a:hover {
  color: #A03763;
  text-decoration: none;
}

.filters .filter__color {
  border-radius: 0.625rem;
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

.filters .filter__color--all {
  background: linear-gradient(135deg, #e0447d 0%, #fccd72 35%, #24c2a5 65%, #1d2d7c 100%);
}

/** Search form */

.search-form {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.search-form label {
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
}

.search-form .search-field {
  border: none;
  width: 100%;
}

.search-form .search-submit {
  padding: 0.2675rem 1.25rem;
  position: absolute;
  right: 3px;
}

.form-group.select-wrapper,
.comment-form p.select-wrapper,
.search-form label.select-wrapper {
  position: relative;
}

.form-group.select-wrapper::after,
.comment-form p.select-wrapper::after,
.search-form label.select-wrapper::after {
  content: "\F0D7";
  color: #43536C;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8125rem;
  font-weight: 900;
  position: absolute;
  pointer-events: none;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-group select,
.comment-form p select,
.search-form label select {
  appearance: none;
  -webkit-appearance: none;
}

#poppy-consultant-wrapper,
#marketing-lead-source-wrapper {
  margin-top: 20px;
}

.poppy-consultant .select,
.marketing-lead-source .select {
  background: var(--cloud);
  border-radius: 4px;
  border: 1px solid var(--silver);
  color: var(--nightshade);
  padding: 6px 10px;
}

.woocommerce-thankyou-order-details + p {
  display: none !important;
}

.gform_wrapper .validation_error {
  font-weight: 600;
  margin-bottom: 1rem;
}

.gform_wrapper .gf_simple_horizontal .gform_body {
  width: 75% !important;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_fields {
    justify-content: space-between;
  }
}

.gform_fields .gfield {
  list-style: none;
  margin-bottom: 0.125rem !important;
  text-align: left;
  width: 100%;
}

.gform_fields .gfield input,
.gform_fields .gfield textarea {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem !important;
  padding: 0.25rem 0.75rem;
  transition: background 0.15s;
  width: 100%;
}

.gform_fields .gfield input:focus,
.gform_fields .gfield textarea:focus {
  background: #fbfbfc;
  outline: none;
}

.gform_fields .gfield input[type=radio],
.gform_fields .gfield input[type=checkbox] {
  margin-right: 0.5rem;
  width: auto;
}

.gform_fields .gfield textarea {
  height: 80px;
}

.gform_fields .gfield select {
  width: 100%;
}

.gform_fields .gfield_label {
  color: #43536C;
  font-weight: 400 !important;
}

.gform_fields .gfield.hidden_label label {
  display: none;
}

@media (min-width: 768px) {
  .gform_fields .gfield.gf_left_half,
  .gform_fields .gfield.gf_right_half {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .gform_fields .gfield.textarea--large textarea {
    height: 200px;
  }
}

.gform_fields .gfield.gform_hidden,
.gform_fields .gfield_visibility_hidden {
  display: none;
}

.gform_fields .gfield_radio {
  list-style: none;
  padding-left: 0;
}

.gform_fields .gfield small {
  display: block;
  font-size: 0.625rem;
  opacity: 0.75;
  text-align: center;
}

.gform_fields .gfield_error input,
.gform_fields .gfield_error textarea,
.gform_fields .gfield_error select {
  background: #FEE193 !important;
  border: 1px solid #FEE193;
}

.gform_fields .gfield_error .validation_message {
  border-radius: 4px;
  color: #FEE193;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 2px;
  padding: 4px;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #A03763 transparent transparent transparent;
}

.gfield select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  text-indent: 0.25rem;
  transition: background 0.15s;
}

.gfield select:focus {
  background: #fbfbfc;
}

.gfield select option:first-child {
  color: #FEE193;
}

.gform_button,
.gform_next_button {
  background: #A03763;
  border: none;
  border-radius: 0.25rem;
  color: #fff !important;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0 0;
  padding: 0.75rem 4rem;
  transition: background-color 0.2s;
}

.gform_button:hover,
.gform_next_button:hover {
  background-color: #c1497b;
}

.gfield_chainedselect.vertical select {
  width: 100% !important;
}

.gsection {
  margin-top: 1rem;
}

.gsection:first-child {
  margin-top: 0;
}

h2.gsection_title {
  font-size: 1.625rem;
  margin-bottom: 0.25rem;
}

.gfmc-column {
  width: 100% !important;
}

@media (min-width: 768px) {
  .gfmc-column {
    width: 48% !important;
  }
}

.gf-form--centered .gform_footer {
  margin-top: 0.5rem;
  text-align: center;
}

.gf-form--centered .gform_footer .gform_button {
  display: inline-block;
  width: auto;
}

.ginput_container_consent {
  display: flex;
}

.ginput_container_consent input[type=checkbox] {
  margin-top: 0.25rem;
}

.gf_browser_ie {
  display: block !important;
}

/*Updated Validation Overrides (March 7, 2024)*/

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: var(--dark-poppy) !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding-top: 0 !important;
  font-size: 14px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 8px;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: var(--dark-poppy) !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.gform_fields .gfield_error input,
.gform_fields .gfield_error textarea,
.gform_fields .gfield_error select {
  background: #fff !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.gform_fields .gfield_error .validation_message {
  border-radius: 0 !important;
  color: var(--dark-poppy) !important;
  font-size: 0.8125rem;
  font-weight: 400 !important;
  line-height: 1.25;
  margin-top: 2px;
  padding: 2px 0;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid var(--poppy) !important;
}

/* Section background specific styling */

.bg--light .gform_fields .gfield input,
.bg--light .gform_fields .gfield textarea,
.bg--light .gform_fields .gfield select {
  background: #fff;
}

.bg--dark .gform_fields .gfield input,
.bg--dark .gform_fields .gfield textarea,
.bg--dark .gform_fields .gfield select,
.bg--green .gform_fields .gfield input,
.bg--green .gform_fields .gfield textarea,
.bg--green .gform_fields .gfield select,
.bg--gradient .gform_fields .gfield input,
.bg--gradient .gform_fields .gfield textarea,
.bg--gradient .gform_fields .gfield select {
  background: #fff;
  border-color: #fff;
}

.bg--dark .gform_confirmation_message,
.bg--green .gform_confirmation_message,
.bg--gradient .gform_confirmation_message {
  color: #fff;
}

.icon-content-snippet {
  display: flex;
  gap: 20px;
  margin: 8px 0;
}

.icon-content-snippet__icon {
  color: var(--jade);
}

.icon-content-snippet__content {
  color: var(--midnight);
  font-size: 18px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.pagination .nav-links {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.pagination .nav-links > span,
.pagination .nav-links a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 48px;
  display: flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 32px;
}

.pagination .nav-links span.current {
  background: var(--nightshade);
  color: #fff;
}

.pagination .nav-links a.previous,
.pagination .nav-links a.next {
  background: none;
  color: var(--nightshade);
}

.pagination .nav-links a {
  color: var(--nightshade);
}

.pagination .nav-links a:hover {
  border: 1px solid var(--nightshade);
}

.pagination .nav-links a:visited {
  color: var(--nightshade);
}

.post-card {
  text-decoration: none;
}

.post-card__featured-image {
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  transition: 0.2s;
}

.post-card__featured-image--video {
  overflow: hidden;
  position: relative;
}

.post-card__featured-image--video::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.post-card__featured-image--video::after {
  color: #fff;
  content: "\F144";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  text-rendering: auto;
  left: 50%;
  opacity: 0.9;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.post-card__featured-image--horizontal-mini {
  margin-bottom: 0;
  width: 160px;
}

.post-card__featured-image--horizontal-mini img {
  width: 160px;
  height: auto;
  border-radius: 0.25rem;
}

.post-card__title,
.post-card__excerpt {
  color: #43536C;
  transition: 0.2s;
}

.post-card:hover {
  text-decoration: none;
}

.post-card:hover .post-card__featured-image {
  transform: scale(1.05);
}

.post-card:hover .post-card__title {
  color: var(--raspberry);
}

.post-card--horizontal .post-card__title {
  font-size: 0.9125rem;
  line-height: 1.25rem;
  width: calc(100% - 180px);
}

.post-categories-list,
.post-categories {
  margin: 0;
  padding: 0;
}

.post-categories-list li,
.post-categories li {
  list-style: none;
  margin: 0 0.25rem;
  padding: 0;
}

.post__categories {
  margin-bottom: 0.375rem;
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
}

.post-categories a {
  border: 1px solid var(--raspberry);
  border-radius: 0.2rem;
  color: var(--raspberry);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.4rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.15s;
}

.post-categories a:hover {
  background: var(--raspberry);
  color: #fff;
}

.post-featured-image {
  height: 270px;
  background: transparent;
}

@media (min-width: 768px) {
  .post-featured-image {
    height: 400px;
  }
}

.section--pricing-cards .section-intro {
  text-align: center;
}

.pricing-cards__wrapper {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .pricing-cards__wrapper {
    margin-top: 2.5rem;
  }
}

.pricing-card {
  background: #fff;
  border: 1px solid #d9d7db;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 3rem 2.5rem 6.5rem;
  position: relative;
}

.pricing-card__heading,
.pricing-card__price,
.pricing-card__time-terms {
  text-align: center;
}

.pricing-card__heading {
  font-size: 1.5rem;
}

.pricing-card__price {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -0.15rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.pricing-card__time-terms {
  color: #A03763;
}

.pricing-card__features {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  width: 95%;
}

.pricing-card__features li {
  padding: 0 0 0 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.pricing-card__features li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 6px;
  border-bottom: 3px solid #A03763;
  border-right: 3px solid #A03763;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing-card__button {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.release-note__date {
  font-size: 13px;
  color: #707589;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.release-note__date::after {
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  margin-top: 2px;
  border-bottom: 1px solid #CAD2D9;
}

.training-library__settings {
  position: relative;
}

.training-library__settings a {
  text-decoration: none;
}

.training-library__settings a:hover {
  text-decoration: none;
}

.training-library__settings.active .training-library__settings__dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.training-library__settings__dropdown {
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem 1.5rem;
  right: 0;
  border-radius: 4px;
  z-index: 100;
  text-align: left;
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.25s;
  width: 180px;
}

.training-library__settings__dropdown a {
  color: #43536C;
}

.training-library__settings__dropdown a:hover {
  color: #A03763;
  text-decoration: none;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  width: 46px;
  height: 26px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A03763;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #E26D69;
}

input:focus + .slider {
  box-shadow: 0 0 1px #E26D69;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.team-card__wrapper {
  margin-bottom: 4.5rem;
}

.team-card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 4px 40px rgba(43, 89, 255, 0.08);
  padding: 4.25rem 1.625rem 1.625rem;
  position: relative;
}

@media (min-width: 768px) {
  .team-card {
    height: 100%;
    margin-bottom: 0;
  }
}

.team-card__photo {
  align-items: center;
  background: linear-gradient(135deg, #ef6079, #d23d5c);
  border-radius: 90px;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  top: -45px;
  width: 90px;
}

.team-card__photo img {
  border-radius: 80px;
  display: block;
  height: 80px;
  width: 80px;
}

.team-card__content {
  margin-bottom: 0;
}

.team-card__content__details {
  font-style: normal;
}

.team-card__name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.team-card__title {
  line-height: normal;
}

.team-card__bio {
  margin-top: 0.75rem;
}

.testimonial-card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 4px 40px rgba(43, 89, 255, 0.08);
  margin-bottom: 4.5rem;
  padding: 4.25rem 1.625rem 1.625rem;
  position: relative;
}

@media (min-width: 768px) {
  .testimonial-card {
    height: 100%;
    margin-bottom: 0;
  }
}

.testimonial-card__photo {
  align-items: center;
  background: linear-gradient(135deg, #ef6079, #d23d5c);
  border-radius: 90px;
  display: flex;
  height: 90px;
  justify-content: center;
  position: absolute;
  top: -45px;
  width: 90px;
}

.testimonial-card__photo img {
  border-radius: 80px;
  display: block;
  height: 80px;
  width: 80px;
}

.testimonial-card blockquote {
  margin-bottom: 0;
}

.testimonial-card cite {
  font-style: normal;
}

.testimonial-card__author {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-card__author__title {
  line-height: normal;
}

.testimonial-card__testimonial {
  margin-top: 0.75rem;
}

.tippy {
  border-bottom: 1px dashed;
}

.tippy-box[data-theme~=midnight] {
  background-color: #425973;
  color: #fff;
}

.tippy-box[data-theme~=midnight][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #425973;
}

.tippy-box[data-theme~=midnight][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #425973;
}

.tippy-box[data-theme~=midnight][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #425973;
}

.tippy-box[data-theme~=midnight][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #425973;
}

.training-card {
  background: #fff;
  border: 1px solid #d9d7db;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.25s;
}

.training-card:hover {
  box-shadow: 1 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  text-decoration: none;
}

.training-card:hover *,
.training-card:hover .training-card--get-started-guide__content {
  text-decoration: none;
}

.training-card.training-card--get-started-guide:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 0px 80px -45px rgba(27, 197, 189, 0.5) inset;
}

.training-card__top {
  text-decoration: none;
}

.training-card__image {
  background: rgba(202, 210, 217, 0.2);
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem 0.5rem 0 0;
  height: 150px;
  overflow: hidden;
  width: 100%;
}

.training-card__details {
  padding: 1.5rem 1.75rem 0;
}

.training-card__bottom {
  padding: 0 1.75rem 1.5rem;
}

.training-card__post-type {
  color: #43536C;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.training-card__post-type i {
  font-size: 0.875rem;
}

.training-card__title {
  color: #43536C;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 600;
}

.embed-responsive {
  border-radius: 0.625rem;
  box-shadow: 0 4px 40px rgba(43, 89, 255, 0.2);
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.banner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .banner {
    padding: 0 20px;
  }
}

.banner .nav li.menu-btn a {
  background-color: #A03763;
  border-color: #A03763;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-left: 0.75rem;
  padding: 0.25rem 0.75rem;
}

.banner .nav li.menu-btn a:hover {
  background-color: #A03763;
  border-color: #A03763;
}

.banner .nav li.menu-btn a:hover::after {
  display: none;
}

.banner #menu-secondary-menu {
  align-items: center;
}

.banner #menu-mobile-menu.nav li.menu-btn a {
  display: block;
  margin-left: 0;
  margin: 1rem;
  width: calc(100% - 2rem);
}

.banner .nav > li > a {
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-decoration: none !important;
}

.banner .nav > li > a::after {
  content: "";
  transition: 0.15s;
  width: 0;
  background: #fff;
  border-radius: 1rem;
  bottom: 1px;
  display: block;
  height: 2px;
  left: 0.8rem;
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
}

.banner .nav > li > a:hover::after {
  width: calc(100% - 1.6rem);
  opacity: 1;
}

body.home .banner .nav > li > a {
  color: var(--midnight);
}

body.home .banner .nav > li > a::after {
  background: var(--midnight);
}

body.home .menu-item-has-children > a::after {
  border-color: var(--midnight) transparent transparent transparent;
}

@media (min-width: 992px) {
  .banner #menu-secondary-menu > li.menu-btn > a {
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 0.5rem 1.35rem;
    text-decoration: none !important;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
    background-color: var(--raspberry) !important;
    border: 1px solid var(--raspberry) !important;
    color: #fff !important;
  }

  .banner #menu-secondary-menu > li.menu-btn > a::after {
    display: none !important;
  }

  .banner #menu-secondary-menu > li.menu-btn > a:hover,
  .banner #menu-secondary-menu > li.menu-btn > a:focus {
    background-color: var(--raspberry-hover) !important;
    border-color: var(--raspberry-hover) !important;
    color: #fff !important;
  }

  .banner #menu-secondary-menu > li.menu-btn ~ li.menu-btn > a {
    margin-left: 1.125rem !important;
    background-color: var(--mint) !important;
    border: 1px solid var(--jade) !important;
    color: var(--evergreen) !important;
  }

  .banner #menu-secondary-menu > li.menu-btn ~ li.menu-btn > a:hover,
  .banner #menu-secondary-menu > li.menu-btn ~ li.menu-btn > a:focus {
    background-color: color-mix(in srgb, var(--mint) 82%, var(--jade)) !important;
    border-color: var(--jade) !important;
    color: var(--evergreen) !important;
  }
}

.banner .nav li.nav-btn a {
  border: 1px solid #fff;
  border-radius: 0.2rem;
  margin-left: 1.5rem;
  transition: 0.2s;
}

.banner .nav li.nav-btn a:hover {
  background-color: #A03763;
}

.banner .nav li.nav-btn a::after {
  display: none;
}

.header__navigation {
  display: flex;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  .header__navigation {
    align-items: center;
    justify-content: space-between;
  }
}

.logo-primary-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.brand img {
  height: 26px;
  max-width: 180px;
  width: 100%;
}

@media (min-width: 768px) {
  .brand img {
    height: 32px;
    max-width: 220px;
  }
}

header .nav-primary,
header .nav-secondary {
  display: none;
}

@media (min-width: 992px) {
  header .nav-primary,
  header .nav-secondary {
    display: block;
  }
}

header .sub-menu {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  header .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    width: 240px;
    padding: 1rem 0;
    list-style: none;
    border-radius: 8px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    margin: 0;
  }

  header .sub-menu li {
    font-size: 1rem;
    padding: 0;
  }

  header .sub-menu li a {
    color: var(--nightshade) !important;
    text-decoration: none;
    padding: 0.25rem 2rem !important;
  }

  header .sub-menu li a::after {
    left: 1.8rem !important;
  }

  header .sub-menu li a:hover::after {
    width: calc(100% - 3.6rem) !important;
  }
}

header .sub-menu li + li.nav-divider {
  margin-top: 0.5rem;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > a {
  display: flex !important;
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  transform: rotate(0deg);
  display: inline-block !important;
  margin-left: 6px !important;
  opacity: 1 !important;
  background: none !important;
  position: relative !important;
  height: auto !important;
  border-radius: 0 !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 1;
}

.btn--nav-mobile-trigger {
  color: #f5f5f7;
  display: inline-block;
  margin-left: 1.5rem;
  transition: 0.15s;
}

.btn--nav-mobile-trigger:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .btn--nav-mobile-trigger {
    display: none;
  }
}

.nav-mobile {
  background: #fff;
  display: block;
  height: 100%;
  overflow: auto;
  padding-bottom: 3rem;
  position: fixed;
  right: -250px;
  top: 0;
  transition: right 0.5s, box-shadow 0.5s;
  width: 250px;
  z-index: 9999;
}

@media (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}

.nav-mobile.active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  right: 0;
}

.nav-mobile__header {
  font-size: 1.25rem;
  padding: 1rem 1rem 0;
  margin-bottom: 0;
  text-align: right;
}

.nav-mobile__header a {
  text-decoration: none;
}

.nav-mobile .menu-item a {
  border-bottom: 1px solid #f5f5f7;
  color: #43536C !important;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  transition: 0.15s;
}

.nav-mobile .menu-item a:hover {
  color: #A03763 !important;
}

.nav-mobile .sub-menu a {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.25rem 2rem;
}

#menu-mobile-menu {
  flex-direction: column;
  text-align: left;
}

#menu-mobile-menu > li {
  margin-bottom: 0;
}

.btn--search-trigger {
  margin-left: 0.75rem;
}

footer {
  color: #fff;
}

footer img {
  max-width: 260px !important;
}

footer h4 {
  margin-bottom: 1rem;
}

footer .footer-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  text-decoration: none;
}

footer .footer-link:hover {
  color: #fff;
}

.nav--footer {
  margin: 0;
  padding: 0;
}

.nav--footer li {
  list-style: none;
  margin: 0 0 0.375rem;
  padding: 0;
}

.nav--footer a {
  color: #f7f7fd;
  font-size: 0.8125rem;
  text-decoration: none;
}

.nav--footer a:hover {
  color: #fff;
}

.nav--social-media {
  align-items: center;
  display: flex;
}

.nav--social-media a {
  align-items: center;
  color: #f7f7fd;
  display: flex;
  flex-basis: 1rem;
  margin: 0 1rem 0 0;
  text-decoration: none;
}

.nav--social-media a:hover {
  color: #fff;
}

.nav--social-media a img {
  display: block;
  margin: 0;
}

.footer__disclaimer {
  margin-top: 64px;
  padding: 32px 0;
  position: relative;
}

@media (min-width: 576px) {
  .footer__disclaimer {
    padding: 40px 0;
  }
}

.footer__disclaimer::before {
  content: "";
  background: var(--midnight);
  display: block;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.15;
  position: absolute;
  z-index: 1;
}

.footer__disclaimer .container {
  position: relative;
  z-index: 2;
}

.footer__disclaimer p {
  color: var(--nickel);
  font-size: 13px;
}

@media (min-width: 576px) {
  .footer__disclaimer p {
    text-align: center;
  }
}

.footer__disclaimer p:last-child {
  margin-bottom: 0;
}

.section--intro .search-form {
  justify-content: center;
}

.section--intro .eyebrow-text {
  margin-bottom: 0.25rem;
}

.training-library__title a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .search-results .masthead--flowers {
    padding: 24px 0 32px;
  }
}

@media (min-width: 992px) {
  .search-results .masthead--flowers {
    padding: 24px 0 64px;
  }
}

.search-results .masthead--flowers h1 {
  margin-bottom: 4px;
  font-size: 28px;
}

@media (min-width: 768px) {
  .search-results .masthead--flowers h1 {
    font-size: 40px;
    font-weight: 500;
  }
}

.section--search-results {
  border-top: 1px solid var(--nickel);
  border-bottom: 1px solid var(--nickel);
}

.search-results article {
  border-bottom: 1px solid var(--silver);
}

@media (min-width: 768px) {
  .search-results article {
    border-bottom: none;
    margin-bottom: 24px;
  }
}

.search-result {
  gap: 16px;
}

.search-result__icon {
  display: none;
}

@media (min-width: 768px) {
  .search-result__icon {
    display: block;
    color: var(--jade);
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .search-result__content {
    border-left: 1px solid var(--silver);
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0 24px 32px;
  }
}

.search-result__content__description {
  width: 100%;
}

@media (min-width: 768px) {
  .search-result__content__description {
    width: 80%;
  }
}

.search-result__post-type-title {
  color: var(--pewter);
  font-size: 16px;
}

.search-result__content h3 {
  color: var(--midnight);
  font-size: 22px;
}

@media (min-width: 768px) {
  .search-result__content h3 {
    font-size: 28px;
  }
}

.search-result__content h3 a {
  color: var(--midnight);
  text-decoration: none;
}

.back-to-search-link {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  text-decoration: none;
}

.back-to-search-link:hover {
  color: var(--raspberry-hover);
  text-decoration: none;
}

.back-to-search-link i {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .search-help__content {
    display: flex;
    justify-content: space-between;
  }
}

.search-help__content__icon {
  color: var(--jade);
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .search-help__content__icon {
    margin-bottom: 0;
    padding-right: 24px;
    padding-top: 24px;
  }
}

@media (min-width: 768px) {
  .search-help__content__description {
    border-left: 1px solid var(--silver);
    padding: 16px 0 24px 40px;
  }
}

.search-help__content__description__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .search-help__content__description__buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 0;
  }
}

.search-help__content__description__buttons a {
  text-decoration: none;
}

.search-help__content__description__buttons .btn-sm,
.search-help__content__description__buttons .btn-group-sm > .btn,
.search-help__content__description__buttons .btn-group-sm > .swpm-login-form-submit,
.search-help__content__description__buttons .btn-group-sm > .swpm-pw-reset-submit,
.search-help__content__description__buttons .btn-group-sm > .swpm-edit-profile-submit,
.search-help__content__description__buttons .comment-form .btn-group-sm > input[type=submit],
.comment-form .search-help__content__description__buttons .btn-group-sm > input[type=submit],
.search-help__content__description__buttons .search-form .btn-group-sm > .search-submit,
.search-form .search-help__content__description__buttons .btn-group-sm > .search-submit,
.search-help__content__description__buttons .banner .nav li.menu-btn .btn-group-sm > a,
.banner .nav li.menu-btn .search-help__content__description__buttons .btn-group-sm > a {
  font-size: 16px;
}

.post__featured-image {
  position: relative;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

a {
  color: var(--raspberry);
  text-decoration: underline;
}

a:hover {
  color: var(--raspberry-hover);
}

a:active {
  color: var(--raspberry-active);
}

.main-content {
  background: #FAFBFC;
}

.eyebrow-text {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1 {
  color: var(--midnight);
  font-size: 32px;
  font-weight: 600;
}

@media (min-width: 768px) {
  h1 {
    font-size: 46px;
    line-height: 130%;
  }
}

h2 {
  color: var(--midnight);
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

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

.icon-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .icon-content {
    flex-direction: row;
  }
}

.icon-content__icon {
  color: var(--jade);
  padding: 26px 36px 0 0;
}

.icon-content__content {
  /*			border-top: 1px solid #C8D2DA;*/
  padding: 24px 0 20px;
}

@media (min-width: 768px) {
  .icon-content__content.has-icon {
    border-bottom: 0;
    border-left: 1px solid #C8D2DA;
    padding: 20px 0 20px 32px;
  }
}

.icon-content__content p {
  color: var(--midnight);
  font-size: 18px;
  line-height: 30px;
}

.icon-content__content p:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.icon-content__content__footnote {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid var(--nickel);
  display: flex;
  gap: 20px;
}

.icon-content__content__footnote__icon {
  color: var(--jade);
}

.icon-content__content__footnote__heading {
  color: var(--midnight);
  font-size: 16px;
}

.icon-content__content__footnote__content {
  padding: 3px 0;
}

.icon-content__content__footnote__content p {
  color: var(--pewter);
  font-size: 14px;
  line-height: 22px;
}

.device-card {
  border-radius: 8px;
  border: 1px solid #D9D7DB;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  max-width: 296px;
  position: relative;
  text-decoration: none;
}

.device-card__learn-more {
  color: var(--raspberry);
  text-align: right;
}

.masthead--flowers {
  padding: 40px 0 32px;
  position: relative;
}

.masthead--flowers.include-bottom-border {
  border-bottom: 1px solid var(--nickel);
}

@media (min-width: 768px) {
  .masthead--flowers {
    padding: 72px 0 56px;
  }
}

/*.masthead--flowers--with-blue {
	background: url('bg-corner-flowers-with-blue-flower.svg') top right no-repeat;
}*/

.masthead--flowers--with-blue::before {
  background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg-corner-flowers.svg) top right no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 96px;
  position: absolute;
  top: 0;
  right: 0;
  width: 261px;
  transition: 1s;
  z-index: 1;
}

@media (min-width: 768px) {
  .masthead--flowers--with-blue::before {
    height: 180px;
  }
}

.masthead--flowers h1 {
  margin-bottom: 8px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .masthead--flowers h1 {
    margin-bottom: 16px;
    padding-right: 0;
  }
}

.masthead--flowers p {
  color: var(--midnight);
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .masthead--flowers p {
    font-size: 20px;
  }
}

.masthead--flowers--with-pricing-toggle {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .masthead--flowers--with-pricing-toggle {
    padding-bottom: 60px;
  }
}

.masthead--flowers .pricing-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

.main-content {
  padding: 24px 0 0;
}

@media (min-width: 768px) {
  .main-content {
    padding: 100px 0 0;
  }
}

.cta {
  border-top: 1px solid var(--nickel);
  padding: 40px 0;
}

.cta--no-border {
  border-top: none;
}

@media (min-width: 768px) {
  .cta {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  .cta {
    background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg-corner-flowers-lower-left.svg) bottom left no-repeat;
  }
}

.cta--white {
  background-color: #fff;
}

.cta--cloud {
  background-color: var(--cloud);
}

.cta__content {
  color: var(--midnight);
  margin-bottom: 32px;
  padding: 0 20px;
}

.cta__content .cta__heading {
  margin-bottom: 8px;
}

.cta__primary-links,
.cta__secondary-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .cta__primary-links,
  .cta__secondary-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .cta__secondary-links {
    gap: 24px;
  }
}

.btn,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.comment-form input[type=submit],
.search-form .search-submit,
.banner .nav li.menu-btn a {
  text-decoration: none;
}

.btn-primary,
.swpm-login-form-submit,
.swpm-pw-reset-submit,
.swpm-edit-profile-submit,
.search-form .search-submit {
  background: var(--raspberry);
  border: 1px solid var(--raspberry);
}

.btn-primary.btn-outline,
.btn-outline.swpm-login-form-submit,
.btn-outline.swpm-pw-reset-submit,
.btn-outline.swpm-edit-profile-submit,
.search-form .btn-outline.search-submit {
  background-color: #fff;
  border: 1px solid var(--raspberry);
  color: var(--raspberry);
}

.btn-primary:hover,
.swpm-login-form-submit:hover,
.swpm-pw-reset-submit:hover,
.swpm-edit-profile-submit:hover,
.search-form .search-submit:hover {
  background: var(--raspberry-hover);
  border: 1px solid var(--raspberry-hover);
}

.btn-primary:active,
.swpm-login-form-submit:active,
.swpm-pw-reset-submit:active,
.swpm-edit-profile-submit:active,
.search-form .search-submit:active {
  background: var(--raspberry-active) !important;
  border: 1px solid var(--raspberry-active) !important;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .swpm-login-form-submit,
.btn-group-lg > .swpm-pw-reset-submit,
.btn-group-lg > .swpm-edit-profile-submit,
.comment-form .btn-group-lg > input[type=submit],
.search-form .btn-group-lg > .search-submit,
.banner .nav li.menu-btn .btn-group-lg > a {
  font-size: 18px;
  padding: 12px 48px;
}

@media (min-width: 768px) {
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-group-lg > .swpm-login-form-submit,
  .btn-group-lg > .swpm-pw-reset-submit,
  .btn-group-lg > .swpm-edit-profile-submit,
  .comment-form .btn-group-lg > input[type=submit],
  .search-form .btn-group-lg > .search-submit,
  .banner .nav li.menu-btn .btn-group-lg > a {
    font-size: 20px;
    padding: 16px 60px;
  }
}

.cta__secondary-link {
  font-size: 16px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cta__secondary-link {
    font-size: 18px;
    margin-top: 24px;
  }
}

.cta__secondary-link a {
  color: var(--nightshade);
}

.icon-content__device-cards {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
  margin-top: 16px;
  position: relative;
}

.icon-content__device-cards::before {
  background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg-devices-poppy-pattern.png);
  background-size: cover;
  background-position: center center;
  content: "";
  display: block;
  height: calc(100% - 35px);
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .icon-content__device-cards {
    background: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .icon-content__device-cards::before {
    background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg-devices-poppy-pattern.png);
    background-size: cover;
    background-position: center center;
    content: "";
    display: block;
    height: 360px;
    width: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) {
  .icon-content__device-cards {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.device-card {
  border-radius: 8px;
  border: 1px solid #D9D7DB;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  max-width: 296px;
  position: relative;
  transition: 0.35s;
}

@media (min-width: 576px) {
  .device-card {
    max-width: 330px;
  }
}

.device-card:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
}

.device-card:hover .device-card__title {
  text-decoration: none;
}

.device-card__learn-more {
  color: var(--raspberry);
  padding: 28px 28px 0;
  text-align: right;
}

.device-card__title {
  color: var(--midnight);
  font-size: 20px;
  font-weight: 600;
  padding: 20px 24px 24px;
}

@media (min-width: 768px) {
  .device-card__title {
    font-size: 22px;
    padding: 24px 28px 28px;
  }
}

/* --------- */

.device-details {
  padding: 40px 0 32px;
  position: relative;
}

@media (min-width: 768px) {
  .device-details {
    padding: 70px 0 90px;
  }
}

.device-details::before {
  background: url(/wp-content/themes/hatchet-blocks/dist/images/backgrounds/bg-corner-flowers.svg) top right no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 96px;
  position: absolute;
  top: 0;
  right: 0;
  width: 261px;
  transition: 1s;
  z-index: 1;
}

@media (min-width: 768px) {
  .device-details::before {
    height: 228px;
  }
}

.device-details__back-link {
  text-decoration: none;
}

.device-details__title {
  margin-top: 12px;
}

.device-details__description p {
  color: var(--midnight);
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .device-details__description p {
    font-size: 20px;
  }
}

.device-details__price {
  color: var(--midnight);
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 32px 0 48px;
}

@media (min-width: 768px) {
  .device-details__price {
    font-size: 36px;
  }
}

.device-details__features {
  margin-top: 24px;
}

.device-details__features h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .device-details__features h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

.device-details__features ul {
  color: var(--midnight);
  columns: 2;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .device-details__features h2 {
    font-size: 16px;
  }
}

.device-details__features li {
  margin-bottom: 6px;
}

.device-details__image {
  margin: 32px 0 24px;
}

@media (min-width: 768px) {
  .device-details__image {
    margin: 0;
  }
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  display: none;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  float: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}

.woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce form .form-row {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce form .form-row {
    justify-content: space-between;
  }
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 47%;
  }
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  width: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--nickel);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--silver);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background: var(--raspberry);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background: var(--raspberry-hover);
}

.woocommerce-info {
  border-top-color: var(--marigold);
}

.woocommerce-info::before {
  color: var(--nightshade);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #fff;
  border-left: 1px solid var(--nickel);
  border-right: 1px solid var(--nickel);
  border-bottom: 1px solid var(--nickel);
  line-height: 1.45;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 4px;
  background: var(--cloud);
  border: 1px solid var(--silver);
  color: var(--midnight);
  padding: 8px 12px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border: 1px solid var(--nightshade);
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--silver);
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--raspberry);
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  background: var(--dusty-rose);
  border-color: var(--raspberry);
  color: var(--raspberry);
}

.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 6px;
}

.woocommerce form .form-row {
  margin: 0 0 12px;
}

.woocommerce form .form-row#billing_address_1_field {
  margin-bottom: 4px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
  margin: 12px 0 18px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background: var(--nightshade);
  color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background: var(--midnight);
  color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:active {
  background: var(--nightshade);
  color: #fff !important;
}

.woocommerce-message {
  border-top-color: var(--jade);
}

.woocommerce-message::before {
  color: var(--jade);
}

.woocommerce-result-count {
  display: none;
}

h2.woocommerce-loop-product__title {
  line-height: 1.5;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--midnight);
}

.single-product time,
.single-product .product_meta .posted_in,
.single-product .woocommerce-tabs,
.single-product .post__categories,
.single-product .post-featured-image {
  display: none;
}

.single-product .entry-title {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .single-product .entry-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--midnight);
  font-weight: 600;
  margin-bottom: 12px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: var(--nightshade);
}

.woocommerce span.onsale {
  background-color: var(--jade);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.section--pricing-plans {
  background: var(--cloud);
  padding: 32px 0;
}

@media (min-width: 768px) {
  .section--pricing-plans {
    padding: 64px 0;
  }
}

.pricing-plan {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  flex-grow: 1;
  overflow: hidden;
  transition: 0.35s;
  text-decoration: none;
}

.pricing-plan:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transform: translateY(-8px);
}

.pricing-plan button {
  padding: 8px 24px;
}

.pricing-plan:hover button {
  background-color: var(--raspberry-hover);
  border-color: var(--raspberry-hover);
  color: #fff;
}

.pricing-plan__header {
  background: var(--midnight);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 40px 24px;
  position: relative;
  transition: 0.35s;
}

.pricing-plan-column:nth-of-type(1) .pricing-plan__header::after {
  background: url("/wp-content/themes/hatchet-blocks/resources/assets/images/backgrounds/bg-pricing-column-left.svg") no-repeat;
  background-size: 100% 30px;
  background-position: center bottom;
  content: "";
  width: 100%;
  height: 30px;
  bottom: -29px;
  left: 0;
  position: absolute;
  display: block;
}

.pricing-plan-column:nth-of-type(2) .pricing-plan__header::after {
  background: url("/wp-content/themes/hatchet-blocks/resources/assets/images/backgrounds/bg-pricing-column-center.svg") no-repeat;
  background-size: 100% 30px;
  background-position: center bottom;
  content: "";
  width: 100%;
  height: 30px;
  bottom: -29px;
  left: 0;
  position: absolute;
  display: block;
}

.pricing-plan-column:nth-of-type(3) .pricing-plan__header::after {
  background: url("/wp-content/themes/hatchet-blocks/resources/assets/images/backgrounds/bg-pricing-column-right.svg") no-repeat;
  background-size: 100% 30px;
  background-position: center bottom;
  content: "";
  width: 100%;
  height: 30px;
  bottom: -29px;
  left: 0;
  position: absolute;
  display: block;
}

.pricing-plan__name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.pricing-plan__price {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 0;
}

.pricing-plan__price sup {
  font-size: 65%;
  opacity: 0.6;
}

.pricing-plan__price__amount {
  font-weight: 600;
  display: none;
}

.pricing-plan__price__amount.active {
  display: inline;
}

.pricing-plan__frequency {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 12px;
  opacity: 0.8;
}

.pricing-plan__frequency span {
  display: none;
}

.pricing-plan__frequency span.active {
  display: inline-block;
}

.pricing-plan__get-started {
  padding: 44px 40px 32px;
  border-bottom: 1px solid var(--nickel);
  text-align: center;
}

.pricing-plan__features {
  padding: 32px 40px;
}

.pricing-plan__includes {
  font-size: 15px;
  color: var(--midnight);
  margin-bottom: 32px;
  text-align: center;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature {
  position: relative;
  margin-bottom: 24px;
}

.feature:last-child {
  margin-bottom: 0;
}

.feature.feature--included {
  color: var(--midnight);
}

.feature.feature--included .feature__name::before {
  display: inline-block;
  text-rendering: auto;
  --webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\F00C";
  position: absolute;
  left: 0;
  color: var(--poppy);
}

.feature.feature--disabled {
  color: color-mix(in srgb, var(--silver) 80%, black);
  text-decoration: line-through;
}

.feature__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 30px;
}

.feature.feature--disabled .feature__name {
  font-weight: 400;
}

.feature__description {
  font-size: 14px;
  padding-left: 30px;
}

.feature__description p {
  font-size: 14px;
  line-height: 1.5;
}

.section--centered-media .media__video {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.section--cta-bar {
  position: relative;
  text-align: center;
}

.section--feature-tiles .row + .row {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .section--feature-tiles .row + .row {
    margin-top: 48px;
  }
}

.section--feature-tiles .features > div {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section--feature-tiles .features > div {
    margin-bottom: 24px;
  }
}

.section--feature-tiles .feature {
  border: 1px solid rgba(202, 210, 217, 0.6);
  border-radius: 16px;
  padding: 36px 32px 32px;
  height: 100%;
}

.section--feature-tiles .feature__icon {
  color: var(--nightshade);
  margin-bottom: 16px;
}

.section--feature-tiles .feature__content__title {
  font-size: 20px;
}

@media (min-width: 768px) {
  .section--feature-tiles .feature__content__title {
    margin-bottom: 8px;
  }
}

.section--feature-tiles .feature__content__description p:last-child {
  margin-bottom: none;
}

.section--feature-tiles .link-under-features {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .section--feature-tiles .link-under-features {
    margin-top: 0;
  }
}

.section--feature-tiles .link-under-features a {
  text-decoration: none !important;
}

.section--full-width-image {
  position: relative;
}

.section--full-width-image .full-width-image__image {
  position: relative;
}

@media (max-width: 767.98px) {
  .section--full-width-image .full-width-image__image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
  }
}

.section--full-width-image .full-width-image__image.has-bottom-shading::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
}

.section--full-width-image .dark-mode .eyebrow-text {
  color: var(--midnight);
}

.section--full-width-image .light-mode .eyebrow-text {
  color: #fff;
}

.section--full-width-image .light-mode h1 {
  color: #fff;
}

.section--full-width-image .light-mode .masthead__subheading p {
  color: #fff;
}

.section--full-width-image .light-mode .masthead__button .btn,
.section--full-width-image .light-mode .masthead__button .swpm-login-form-submit,
.section--full-width-image .light-mode .masthead__button .swpm-pw-reset-submit,
.section--full-width-image .light-mode .masthead__button .swpm-edit-profile-submit,
.section--full-width-image .light-mode .masthead__button .comment-form input[type=submit],
.comment-form .section--full-width-image .light-mode .masthead__button input[type=submit],
.section--full-width-image .light-mode .masthead__button .search-form .search-submit,
.search-form .section--full-width-image .light-mode .masthead__button .search-submit,
.section--full-width-image .light-mode .masthead__button .banner .nav li.menu-btn a,
.banner .nav li.menu-btn .section--full-width-image .light-mode .masthead__button a {
  box-shadow: 0px 3px 30px rgba(50, 50, 73, 0.35), 0px 0px 1px rgba(7, 26, 78, 0.2);
}

@media (min-width: 768px) {
  .section--full-width-image .masthead__subheading p {
    font-size: 20px;
  }
}

.section--full-width-image .masthead__button {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .section--full-width-image .masthead__button {
    margin-top: 2.5rem;
  }
}

a.logo-grid__logo {
  border-radius: 12px;
  display: block;
  overflow: hidden;
  transition: 0.35s;
}

a.logo-grid__logo:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.masthead .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .masthead h1 {
    font-size: 4rem;
  }
}

.masthead__laptop-image {
  max-height: 36vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media (min-width: 1540px) {
  .masthead__laptop-image {
    max-height: 530px;
  }
}

.section--masthead--laptop {
  position: relative;
}

.section--masthead--centered-content .eyebrow-text {
  color: var(--midnight);
}

.section--masthead--centered-content .masthead__subheading p {
  line-height: 150%;
}

@media (min-width: 768px) {
  .section--masthead--centered-content .masthead__subheading p {
    font-size: 20px;
  }
}

.section--masthead--centered-content .masthead__button {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .section--masthead--centered-content .masthead__button {
    margin-top: 2.5rem;
  }
}

.promo-banner__wrapper {
  align-items: center;
  background: var(--mint);
  border: 1px solid var(--mint);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: 0.3s;
}

.promo-banner__wrapper:hover {
  background: rgba(219, 251, 249, 0.5);
  border-color: var(--jade);
  text-decoration: none;
}

@media (min-width: 992px) {
  .promo-banner__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.promo-banner__content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo-banner__icon {
  color: var(--evergreen);
}

.promo-banner__message,
.promo-banner__view-details {
  color: var(--evergreen);
  font-size: 18px;
  font-weight: 500;
}

.promo-banner__message {
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (min-width: 992px) {
  .promo-banner__message__arrow {
    display: none;
  }
}

.promo-banner__view-details {
  display: none;
}

@media (min-width: 992px) {
  .promo-banner__view-details {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}

.pricing-panel--main {
  background: var(--cloud);
  border: 1px solid #DDE2E7;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 48px 32px;
}

@media (min-width: 576px) {
  .pricing-panel--main {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .pricing-panel--main {
    gap: 100px;
    flex-direction: row;
    padding: 72px;
  }

  .pricing-panel--main .price-col {
    width: 30%;
  }

  .pricing-panel--main .features-col {
    width: 70%;
  }
}

.pricing-panel--addon {
  background: var(--midnight);
  border: 1px solid var(--midnight);
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 48px 32px;
}

@media (min-width: 576px) {
  .pricing-panel--addon {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .pricing-panel--addon {
    gap: 100px;
    flex-direction: row;
    padding: 72px;
  }
}

.pricing-panel--addon--half {
  gap: 32px;
  flex-direction: column;
  padding: 48px 32px;
}

@media (min-width: 576px) {
  .pricing-panel--addon--half {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .pricing-panel--addon--half {
    padding: 56px 72px;
  }
}

.pricing-panel--addon--half .price-col {
  margin-bottom: 0;
}

.pricing-panel__disclaimer p,
.pricing-panel__disclaimer li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 22px;
}

.pricing-panel__disclaimer p a,
.pricing-panel__disclaimer li a {
  color: #fff;
}

.pricing-panel__disclaimer p a:hover,
.pricing-panel__disclaimer li a:hover {
  color: #fff;
}

.price-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.price-col__price {
  display: flex;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.price-col .price__dollar-sign {
  align-self: flex-start;
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 576px) {
  .price-col .price__dollar-sign {
    font-size: 48px;
  }
}

.price-col .price__amount {
  align-self: flex-end;
  font-size: 72px;
  line-height: 0.75;
}

@media (min-width: 576px) {
  .price-col .price__amount {
    font-size: 96px;
  }
}

.price-col .price__descriptor {
  align-self: flex-end;
  font-size: 22px;
  line-height: 1;
}

@media (min-width: 576px) {
  .price-col .price__descriptor {
    font-size: 28px;
  }
}

.price-col__icon {
  margin-bottom: 24px;
}

.price-col__title {
  color: #fff;
}

.price-col__description {
  font-size: 18px;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .price-col__description {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.price-col__disclaimer {
  font-size: 13px;
}

.features-col__section {
  border-bottom: 1px solid #DDE2E7;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.features-col__section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.features-col__section__description {
  font-size: 18px;
}

.features-col__section__description + .features-list {
  margin-top: 32px;
}

.features-col__description {
  font-size: 18px;
}

.features-col__description + .features-list {
  margin-top: 32px;
}

.features-list {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .features-list--2col {
    columns: 2;
  }
}

.features-list li {
  display: flex;
  font-size: 18px;
  gap: 12px;
  list-style: none;
  margin-bottom: 18px;
  position: relative;
}

.features-list li::before {
  color: var(--jade);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-size: 1.25rem;
  content: "\F058";
  line-height: 1.25;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.icon--blue-fescue {
  color: var(--blue-fescue);
}

.icon--daisy {
  color: var(--daisy);
}

.icon--dusty-rose {
  color: var(--dusty-rose);
}

.icon--jade {
  color: var(--jade);
}

.icon--marigold {
  color: var(--marigold);
}

.icon--mint {
  color: var(--mint);
}

.icon--poppy {
  color: var(--poppy);
}

.promo-bar {
  align-items: center;
  background: var(--mint);
  border: 1px solid var(--jade);
  border-radius: 16px;
  color: var(--evergreen);
  display: flex;
  font-size: 16px;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
  padding: 12px 24px;
}

@media (min-width: 992px) {
  .promo-bar {
    font-size: 18px;
  }
}

.section--tab-slider {
  overflow-x: hidden;
}

.section--tab-slider .tab-slider {
  --tab-slider-progress-color: #1BC5BD;
  --tab-slider-duration: 7s;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 720px;
}

.section--tab-slider .tab-slider__stage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
}

.section--tab-slider .tab-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  pointer-events: none;
  transform: scale(1);
  transform-origin: center center;
}

.section--tab-slider .tab-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: tab-slider-ken-burns var(--tab-slider-duration) linear forwards;
}

.section--tab-slider .tab-slider__tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background-color: rgba(66, 89, 115, 0.85);
}

@media (min-width: 768px) {
  .section--tab-slider .tab-slider__tabs {
    grid-template-columns: repeat(var(--tab-slider-tab-count, 3), 1fr);
  }
}

@media (min-width: 768px) {
  .section--tab-slider .tab-slider__tabs-track {
    display: contents;
  }
}

.section--tab-slider .tab-slider__arrows {
  display: none;
}

.section--tab-slider .tab-slider[data-tab-count="1"] .tab-slider__arrows {
  display: none !important;
}

.section--tab-slider .tab-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(66, 89, 115, 0.25);
  border-radius: 50%;
  background-color: #fff;
  color: var(--midnight);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.section--tab-slider .tab-slider__arrow:hover {
  background-color: rgba(66, 89, 115, 0.06);
  border-color: rgba(66, 89, 115, 0.4);
}

.section--tab-slider .tab-slider__arrow:focus {
  outline: none;
}

.section--tab-slider .tab-slider__arrow:focus-visible {
  outline: 2px solid var(--tab-slider-progress-color);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .section--tab-slider .tab-slider {
    display: flex;
    flex-direction: column;
    min-height: 520px;
  }

  .section--tab-slider .tab-slider__stage {
    position: relative;
    flex: 1 1 auto;
    min-height: 280px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .section--tab-slider .tab-slider__tabs {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
  }

  .section--tab-slider .tab-slider__tabs-track {
    display: flex;
    width: 100%;
    transition: transform 0.35s ease-out;
    transform: translateX(calc(-1 * var(--tab-slider-active-index, 0) * 100%));
  }

  .section--tab-slider .tab-slider__tab {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .section--tab-slider .tab-slider__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 14px 16px 18px;
    background-color: #fff;
    flex-shrink: 0;
    border-top: 2px solid rgba(27, 197, 189, 0.35);
  }
}

.section--tab-slider .tab-slider__tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 28px;
  text-align: left;
  background-color: rgba(66, 89, 115, 0.85);
  color: #fff;
  border: 0;
  cursor: pointer;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.section--tab-slider .tab-slider__tab:hover {
  background-color: rgba(66, 89, 115, 0.7);
}

.section--tab-slider .tab-slider__tab:focus {
  outline: none;
}

.section--tab-slider .tab-slider__tab:focus-visible {
  outline: 2px solid var(--tab-slider-progress-color);
  outline-offset: -2px;
}

.section--tab-slider .tab-slider__tab.is-active {
  background-color: #fff;
  color: var(--midnight);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.section--tab-slider .tab-slider__tab.is-active:hover {
  background-color: #fff;
}

.section--tab-slider .tab-slider__tab__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.section--tab-slider .tab-slider__tab__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section--tab-slider .tab-slider__tab__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.section--tab-slider .tab-slider__tab__description {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
}

.section--tab-slider .tab-slider__tab__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--tab-slider-progress-color);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.section--tab-slider .tab-slider__tab.is-active .tab-slider__tab__progress {
  animation: tab-slider-progress var(--tab-slider-duration) linear forwards;
}

@keyframes tab-slider-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes tab-slider-ken-burns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08);
  }
}

.swpm-login-form-register-link {
  display: none;
}

.login-box {
  border: 1px solid #D9D7DB;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.swpm-profile-account-delete-section {
  display: none;
}

.swpm-login-widget-form input[type=text],
.swpm-login-widget-form input[type=password],
.swpm-text-field.swpm-pw-reset-text {
  background: #f5f5f7;
}

.swpm-edit-profile-form select {
  appearance: none;
  -webkit-appearance: none;
}

.swpm-edit-profile-form table {
  vertical-align: middle;
}

.swpm-edit-profile-form table label {
  font-weight: 600;
  margin-bottom: 0;
}

.swpm-edit-profile-form table td {
  padding: 0.25rem 0;
}

.swpm-edit-profile-form table td:nth-child(2n) {
  padding-left: 0.5rem;
  width: 70%;
}

.swpm-edit-profile-form .swpm-profile-membership-level-row {
  display: none;
}

.swpm-edit-profile-submit-section {
  text-align: left;
  margin-top: 1.5rem;
}

#swpm-login-form label,
#swpm-pw-reset-form label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.swpm-username-input,
.swpm-password-input,
.swpm-pw-reset-email-input {
  margin-bottom: 1.125rem;
}

.swpm-login-submit {
  margin-bottom: 1.125rem;
}

.swpm-login-form-submit,
.swpm-pw-reset-submit {
  display: block;
  width: 100% !important;
}

.swpm-forgot-pass-link {
  text-align: center;
}

.swpm-remember-me {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.swpm-margin-top-10 {
  margin-top: 0 !important;
}

.swpm-profile-country-row td:nth-child(2n) {
  position: relative;
}

.swpm-profile-country-row td:nth-child(2n)::after {
  content: "\F0D7";
  color: #43536C;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8125rem;
  font-weight: 900;
  position: absolute;
  pointer-events: none;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}


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