@charset "UTF-8";
/* Froala content styles — microsite only */
/* ── Tables ──────────────────────────────────────────────── */
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
table td,
table th {
  border: 1px solid #ddd;
}
table th {
  background: #ececec;
}
table.fr-thick td,
table.fr-thick th {
  border-width: 2px;
}
table.fr-alternate-rows tr:nth-child(even) {
  background: #f5f5f5;
}

.fr-no-border tbody td,
.fr-no-border tbody th {
  border: none;
}

table.fr-no-border td,
table.fr-no-border th {
  border: 0 none;
  padding: 0 4px 0 0;
}

table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border-style: dashed;
}

table td.fr-highlighted,
table th.fr-highlighted {
  border: 1px double #f00 !important;
}

table td.fr-thick,
table th.fr-thick {
  border-width: 2px !important;
}

/* ── Images ──────────────────────────────────────────────── */
img.fr-dib,
span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-dii,
span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
}

img.fr-dib.fr-fil,
span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-dib.fr-fir,
span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-dii.fr-fil,
span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-dii.fr-fir,
span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px #ccc;
}

.fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  box-sizing: border-box;
  opacity: 0.9;
  width: 100%;
  text-align: center;
}

.fr-img-wrap .fr-inner {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  opacity: 0.9;
  width: 100%;
  text-align: center;
}

/* ── Video ───────────────────────────────────────────────── */
.fr-video {
  display: block;
  text-align: center;
  width: 100%;
}
.fr-video > * {
  max-width: 100%;
}
@media (max-width: 767px) {
  .fr-video iframe {
    width: 100% !important;
  }
}

.fr-video.fr-dvi.fr-fvl {
  float: left;
  width: inherit;
}

.fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.modal-body .fr-video.fr-fvc.fr-dvi {
  max-width: inherit;
  display: inline-block;
  width: inherit;
}

/* ── Typography helpers ──────────────────────────────────── */
strong,
a.fr-strong {
  font-weight: 700;
}

a.fr-green {
  color: green !important;
}

span[style~="color:"] a,
.ui-dialog span[style~="color:"] a {
  color: inherit;
}

blockquote {
  border-left: 2px solid #5e35b1;
  margin: 0 0 16px;
  padding-left: 5px;
  color: #5e35b1;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  width: 100%;
}

ul {
  padding: 0 0 0 18px;
}

p[dir=auto] {
  width: 100%;
}

.clearfix {
  clear: both;
}

.fr-text-bordered {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 10px 0;
}

.fr-text-gray {
  color: #aaa !important;
}

.fr-text-uppercase {
  text-transform: uppercase !important;
}

.fr-text-spaced {
  letter-spacing: 1px !important;
}

/* ── Emoticons ───────────────────────────────────────────── */
span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  display: inline;
  line-height: 0;
}

span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

/* ── File / Code ─────────────────────────────────────────── */
.fr-file::after {
  position: relative;
  content: "";
  font-weight: 400;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 87.5%;
  color: #212529;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

/* ── Layout helpers ──────────────────────────────────────── */
.row .col-xs-12 {
  width: 100%;
}

.row .custom-image {
  width: 370px;
}

@media (max-width: 600px) {
  iframe {
    width: 100% !important;
  }
}