@import url(//hello.myfonts.net/count/40e1df);:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}@charset "UTF-8";
/**
  Funko Global Stylesheet
**/
/**
    Funko site variables.
    See node_modules/bootstrap/scss/_variables.scss to see a full
        list of customizeable variables.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.iti {
  position: relative;
  width: 100%; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    padding: 0 10px 0 10px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0.5625rem;
    height: 0.3125rem;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 1.06939C8.75 0.787017 8.62341 0.507469 8.37023 0.29569C7.8801 -0.110925 7.10109 -0.0968058 6.63368 0.329575L4.37454 2.38524L2.1154 0.329575C1.64475 -0.0968058 0.868979 -0.110925 0.37885 0.29569C-0.111279 0.705129 -0.127509 1.38 0.339899 1.80638L3.48517 4.66963C3.71563 4.8814 4.03697 5 4.37454 5C4.70887 5 5.03021 4.8814 5.26391 4.66963L8.40918 1.80638C8.63964 1.60025 8.75 1.33482 8.75 1.06939Z' fill='%236C6C6C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    border: 0; }
    .iti__arrow--up {
      transform: rotate(-180deg); }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 22px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 16px;
    padding-left: 64px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  box-shadow: 0px 0px 1px 0px #888;
  background-repeat: no-repeat;
  background-color: #DBDBDB; }

.intl-phone-group:not(.use-intl-mode) .iti__flag {
  width: 29px;
  height: 15px;
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 29px 0;
  background-size: 100%; }

.intl-phone-group:not(.use-intl-mode) .iti__flag.iti__us {
  background-image: url("../../images/custom-flags/us.gif");
  background-position: 0 0 !important; }

.intl-phone-group:not(.use-intl-mode) .iti__flag.iti__pt {
  background-image: url("../../images/custom-flags/pt-flag.svg");
  background-position: 0 0 !important;
  height: 19px; }

.iti__flag.iti__np {
  background-color: transparent; }

.intl-phone-group.use-intl-mode .iti__selected-flag {
  padding: 0 6px 0 15px; }

.intl-phone-group.use-intl-mode .iti--container {
  top: 0 !important;
  left: 0 !important; }

.intl-phone-group.use-intl-mode .iti__country-list {
  top: 3.875rem;
  left: 0.0625rem; }

.intl-phone-group.use-intl-mode .iti__selected-country {
  height: 2.2rem; }

.intl-phone-group.use-intl-mode .iti__flag {
  background-image: url("../../images/flags.png"); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .intl-phone-group.use-intl-mode .iti__flag {
      background-image: url("../../images/flags@2x.png"); } }

.intl-phone-group .iti__country-container {
  right: auto !important;
  height: 2.375rem; }

:root {
  --blue: #0070cc;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c92a1d;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #51a351;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #111;
  --secondary: #fff;
  --success: #008827;
  --info: #17a2b8;
  --warning: #fed555;
  --danger: #c00;
  --light: #f3f3f7;
  --dark: #343a40;
  --blue: #0070cc;
  --darker-gray: #2d2d2d;
  --dark-gray: #6c6c6c;
  --medium-gray: #bfbfbf;
  --light-gray: #f3f3f7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1400px;
  --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(17, 17, 17, 0); }

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

body {
  margin: 0;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9; }

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

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

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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #444;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #1e1e1e;
    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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 544px) {
    .container {
      max-width: 543px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1184px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1604px; } }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: 33.4375rem;
  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(17, 17, 17, 0.15);
  border-radius: 0.1875rem; }

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

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

@media (min-width: 544px) {
  .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: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .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 #bfbfbf; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 0;
  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: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: transparent;
    text-decoration: none;
    background-color: transparent; }
  .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 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0 0;
  color: #212529; }

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

.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 544px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 544px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 544px) {
  .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: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-visible {
  overflow: visible !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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  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, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 544px) {
  .container-sm {
    max-width: 543px; } }

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

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

@media (min-width: 1400px) {
  .container-sm {
    max-width: 1604px; } }

.col-xs-5ths {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 544px) {
  .col-sm-5ths {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-5ths {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1400px) {
  .col-xl-5ths {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; } }

.fill-primary {
  fill: #111; }

.stroke-primary {
  stroke: #111; }

.fill-secondary {
  fill: #fff; }

.stroke-secondary {
  stroke: #fff; }

.fill-success {
  fill: #008827; }

.stroke-success {
  stroke: #008827; }

.fill-info {
  fill: #17a2b8; }

.stroke-info {
  stroke: #17a2b8; }

.fill-warning {
  fill: #fed555; }

.stroke-warning {
  stroke: #fed555; }

.fill-danger {
  fill: #c00; }

.stroke-danger {
  stroke: #c00; }

.fill-light {
  fill: #f3f3f7; }

.stroke-light {
  stroke: #f3f3f7; }

.fill-dark {
  fill: #343a40; }

.stroke-dark {
  stroke: #343a40; }

.fill-blue {
  fill: #0070cc; }

.stroke-blue {
  stroke: #0070cc; }

.fill-darker-gray {
  fill: #2d2d2d; }

.stroke-darker-gray {
  stroke: #2d2d2d; }

.fill-dark-gray {
  fill: #6c6c6c; }

.stroke-dark-gray {
  stroke: #6c6c6c; }

.fill-medium-gray {
  fill: #bfbfbf; }

.stroke-medium-gray {
  stroke: #bfbfbf; }

.fill-light-gray {
  fill: #f3f3f7; }

.stroke-light-gray {
  stroke: #f3f3f7; }

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1400px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1399.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.notify {
  position: fixed;
  top: 0; }

.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 1200px) {
  .form-nav .nav-item > .nav-link {
    color: #333; } }

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #111; }

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/**
  Scroll Lock Component
  Stops scrolling ability e.g. when the mobile menu is open and we don't want the page in the BG to scroll
**/
html.scroll-lock body {
  position: fixed;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  top: 0;
  width: 100%;
  height: 100vh; }

/**
  Sliding Panel Component
  A wrapper that will 'slide' between a 'left' or 'right' panel state.
  Also includes some light customizations to the Bootstrap Dropdown in order to work with the OOTB navigation.
**/
@media (min-width: 768px) {
  .dropdown.show .sliding-panel {
    transition: height 0.24s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }
  .sliding-panel {
    position: absolute;
    overflow: hidden;
    height: 0; }
    .sliding-panel .panel {
      position: static;
      overflow: hidden auto !important;
      transition: height 0.24s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, margin-left 0.24s cubic-bezier(0.4, 0, 0.2, 1); }
      .sliding-panel .panel.dropdown-menu {
        height: auto; }
      .sliding-panel .panel .panel {
        position: absolute;
        left: 100%;
        top: 0; }
        .sliding-panel .panel .panel.dropdown-menu {
          height: 0;
          overflow: hidden; }
    .sliding-panel.active > .panel {
      margin-left: -100%; }
    .sliding-panel.active .panel.panel-1 {
      overflow: visible !important; }
    .sliding-panel.transitioning .panel.panel-1 {
      overflow: visible !important; }
    .sliding-panel.transitioning .panel.panel-2 {
      overflow: hidden !important; }
    .sliding-panel .dropdown {
      position: static; }
    .sliding-panel .dropdown-menu {
      width: 100%;
      overflow: visible; } }

/**
  Shared Component - BG Images
  Styles to make an img tag a fully qualified BG image
**/
.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }

.bg-image-fullbleed {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1; }

.bg-image-repeat {
  background-size: 100%;
  background-repeat: repeat-y; }

.page > .bg-image {
  z-index: -1; }

.lazy-load {
  background-image: none !important;
  background-color: transparent !important; }

@media (max-width: 1199.98px) {
  .pd-even-columns .col-6 .bg-image-fullbleed {
    width: 50vw;
    left: unset;
    right: 0; }
  .pd-even-columns .col-6:nth-child(2) .bg-image-fullbleed,
  .pd-even-columns .col-6:nth-child(4) .bg-image-fullbleed {
    right: unset;
    left: 0; } }

@media (min-width: 1200px) {
  .pd-even-columns .col-lg-6 .bg-image-fullbleed {
    width: 50vw; }
  .pd-even-columns .col-lg-6:nth-child(1) .bg-image-fullbleed {
    left: unset;
    right: 0; }
  .pd-even-columns .col-lg-6:nth-child(2) .bg-image-fullbleed {
    left: 0; }
  .pd-even-columns .col-lg-3 .bg-image-fullbleed {
    left: 0;
    width: 100%; }
  .pd-even-columns .col-lg-3:nth-child(1) .bg-image-fullbleed, .pd-even-columns .col-lg-3:nth-child(4) .bg-image-fullbleed {
    width: calc(100% + (100vw - 1184px + 20px) / 2); }
  .pd-even-columns .col-lg-3:nth-child(1) .bg-image-fullbleed {
    left: unset;
    right: 0; }
  .pd-even-columns .col-lg-3:nth-child(4) .bg-image-fullbleed {
    left: 0; } }

@media (min-width: 1400px) {
  .pd-even-columns .pd-even-columns .col-lg-3:nth-child(1) .bg-image-fullbleed, .pd-even-columns .pd-even-columns .col-lg-3:nth-child(4) .bg-image-fullbleed {
    width: calc(100% + (100vw - 1604px + 20px) / 2); } }

/**
  Component - Shared cookies-hint style
**/
.cookies-hint-wrapper {
  box-shadow: 4px 0 6px rgba(129, 129, 129, 0.25); }

.cookie-warning-messaging .privacy-policy-link {
  border-bottom: 1px solid #111; }

.cookie-warning-messaging .alert-dismissible .close {
  font-size: 2.375rem;
  top: 0.5625rem;
  right: 0.625rem; }
  .cookie-warning-messaging .alert-dismissible .close:not(:hover) {
    opacity: 0.4; }

.shared-form-styles .custom-control-label,
.shared-form-styles .form-control-label,
.shared-form-styles .adyen-checkout__label__text {
  font-size: 0.75rem;
  letter-spacing: 0.2px;
  line-height: 1.41667;
  text-transform: capitalize;
  margin-bottom: 0.3125rem;
  padding-bottom: 0; }

.shared-form-styles .adyen-checkout__field .adyen-checkout__label__text::after {
  content: '*';
  color: #c92a1d;
  margin-left: 0.3125rem; }

.shared-form-styles .custom-control-label .arrival-time {
  font-size: 0.875rem; }

.shared-form-styles .adyen-checkout__input:not([disabled]) {
  padding-top: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.shared-form-styles .form-control, .shared-form-styles .adyen-checkout__input,
.shared-form-styles .adyen-checkout__input {
  transition: border-color 0.24s cubic-bezier(0.4, 0, 0.2, 1); }
  .shared-form-styles .form-control:not([disabled]), .shared-form-styles .adyen-checkout__input:not([disabled]),
  .shared-form-styles .adyen-checkout__input:not([disabled]) {
    border: 1px solid #111; }
    .shared-form-styles .form-control:not([disabled]):focus, .shared-form-styles .adyen-checkout__input:not([disabled]):focus, .shared-form-styles .form-control:not([disabled]):active, .shared-form-styles .adyen-checkout__input:not([disabled]):active,
    .shared-form-styles .adyen-checkout__input:not([disabled]):focus,
    .shared-form-styles .adyen-checkout__input:not([disabled]):active {
      transform: none;
      box-shadow: none;
      border: 2px solid #6c6c6c; }
    .shared-form-styles .form-control:not([disabled]).is-invalid, .shared-form-styles .adyen-checkout__input:not([disabled]).is-invalid,
    .shared-form-styles .adyen-checkout__input:not([disabled]).is-invalid {
      border: 2px solid #c92a1d; }

.shared-form-styles .form-check {
  padding-left: 1.5rem; }

.shared-form-styles .iti__flag-container {
  height: 2.375rem; }

.shared-form-styles.checkout-registration .custom-control-label {
  text-transform: none; }

.shared-form-styles .form-control-label {
  margin-bottom: 0.25rem;
  text-transform: capitalize; }

.shared-form-styles .custom-switch .custom-control-input ~ .custom-control-label::after {
  top: 0.3125rem; }

.shared-form-styles .custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #bfbfbf !important;
  background-color: #bfbfbf !important; }

.verify-account-modal .svg-symbol.info {
  width: 0.75rem;
  height: 0.8125rem;
  margin-left: 0.1875rem;
  vertical-align: bottom; }

/**
  Component - Shared Modal Carousel styles
**/
.modal-carousel-style .carousel-control-next,
.modal-carousel-style .carousel-control-prev {
  opacity: 1; }

.modal-carousel-style .prev-control,
.modal-carousel-style .next-control {
  background-color: #f3f3f7;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 25px; }

.modal-carousel-style .prev-control-icon,
.modal-carousel-style .next-control-icon {
  width: 8px;
  height: 12px;
  fill: #111; }

.modal-carousel-style .prev-control-icon {
  transform: rotate(180deg); }

.modal-carousel-style .carousel-indicators {
  bottom: -3.75rem; }
  .modal-carousel-style .carousel-indicators.gift-carousel-indicators {
    margin-bottom: 1rem; }

.modal-carousel-style .carousel-indicator {
  background-color: #111;
  width: 0.5625rem;
  height: 0.5625rem;
  margin-right: 0.4375rem;
  margin-left: 0.4375rem;
  border-radius: 100%;
  opacity: 1;
  position: relative; }

.modal-carousel-style .carousel-indicator.active::after {
  content: '';
  border: 1px solid #111;
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 25px; }

.modal-image-carousel {
  height: 20.625rem; }
  @media (min-width: 768px) {
    .modal-image-carousel {
      height: 31.25rem; } }
  @media (min-width: 1200px) {
    .modal-image-carousel {
      height: 39.375rem; } }

.custom-spinner-container {
  margin-top: 18px; }

.custom-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.custom-spinner div {
  transform-origin: 40px 40px;
  animation: custom-spinner 1.2s linear infinite; }

.infinite-scroll-label {
  font-size: 1.25rem;
  font-weight: 400; }

.custom-spinner div::after {
  --size: 10px;
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 37px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #0070cc; }

@keyframes custom-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.search-pagination {
  display: -ms-flexbox;
  display: flex; }
  .search-pagination .btn-pagination,
  .search-pagination .dots,
  .search-pagination .selected {
    font-family: inherit;
    font-size: 1.5rem;
    line-height: 1.41667;
    border-radius: 5px; }
  .search-pagination .selected {
    border: 2px solid transparent;
    color: #0070cc; }
  .search-pagination .btn-pagination,
  .search-pagination .selected {
    padding: 0.5rem; }
  .search-pagination .btn-pagination {
    padding: 0.5rem; }
    .search-pagination .btn-pagination:hover, .search-pagination .btn-pagination:focus {
      box-shadow: none;
      color: inherit;
      background-color: inherit; }
    .search-pagination .btn-pagination.prev {
      transform: rotate(180deg); }
    .search-pagination .btn-pagination.next svg {
      margin-bottom: 6px;
      margin-left: -3px; }
    .search-pagination .btn-pagination.next .carat-right-md-rounded, .search-pagination .btn-pagination.prev .carat-right-md-rounded {
      fill: var(--skin-main-text-color-1);
      height: 19px;
      width: 20px;
      vertical-align: middle; }

.item-count-style {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .item-count-style {
      margin-bottom: unset; } }

.exclusive-release-banner.dark-mode .count-section {
  background-color: #111;
  color: #fff; }

.exclusive-release-banner.sm .count-section {
  width: 2.5rem;
  height: 2.5rem; }
  .exclusive-release-banner.sm .count-section .count-value {
    font-size: 1.25rem; }
  .exclusive-release-banner.sm .count-section .count-unit {
    font-size: 0.6875rem; }

.exclusive-release-banner.md .count-section {
  width: 3.5rem;
  height: 3.5rem; }
  .exclusive-release-banner.md .count-section .count-value {
    font-size: 1.75rem; }
  .exclusive-release-banner.md .count-section .count-unit {
    font-size: 0.9rem; }

.exclusive-release-banner.lg .count-section {
  width: 4.5rem;
  height: 4.5rem; }
  .exclusive-release-banner.lg .count-section .count-value {
    font-size: 2.25rem; }
  .exclusive-release-banner.lg .count-section .count-unit {
    font-size: 1.1875rem; }

.exclusive-release-banner.xl .count-section {
  width: 4.5rem;
  height: 4.5rem; }
  .exclusive-release-banner.xl .count-section .count-value {
    font-size: 2.25rem; }
  .exclusive-release-banner.xl .count-section .count-unit {
    font-size: 1.1875rem; }
  @media (min-width: 768px) {
    .exclusive-release-banner.xl .count-section {
      width: 9rem;
      height: 6rem; }
      .exclusive-release-banner.xl .count-section .count-value {
        font-size: 4rem; }
      .exclusive-release-banner.xl .count-section .count-unit {
        font-size: 1rem; } }
  @media (min-width: 1200px) {
    .exclusive-release-banner.xl .count-section {
      width: 16rem;
      height: 12rem; }
      .exclusive-release-banner.xl .count-section .count-value {
        font-size: 7rem; }
      .exclusive-release-banner.xl .count-section .count-unit {
        font-size: 2rem; } }

.exclusive-release-banner .count-section .days-count {
  padding: 0.5rem;
  width: unset; }

.experience-component .exclusive-release-banner .count-section .count-value {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 700; }

html:not(.no-scroll-smooth) {
  scroll-behavior: smooth; }

.page {
  overflow-x: hidden; }

.anchor-target {
  position: absolute;
  margin-top: -1.25rem; }
  .anchor-target.use-offset {
    top: calc(var(--header-height, 300px) * -1); }

.width-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

.cz2__overlay-lock .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
  left: 0.75rem;
  right: unset; }

@font-face {
  font-family: "ProximaNovaCond-Regular";
  font-display: swap;
  src: url("../fonts/ProximaNovaCondRegular/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNovaCond-Bold";
  font-display: swap;
  src: url("../fonts/ProximaNovaCondBold/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova-Regular";
  font-display: swap;
  src: url("../fonts/ProximaNovaRegular/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova-Medium";
  font-display: swap;
  src: url("../fonts/ProximaNovaMedium/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova-Semibold";
  font-display: swap;
  src: url("../fonts/ProximaNovaSemibold/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova-Bold";
  font-display: swap;
  src: url("../fonts/ProximaNovaBold/font.woff2") format("woff2"); }

@font-face {
  font-family: "ProximaNova-Black";
  font-display: swap;
  src: url("../fonts/ProximaNovaBlack/font.woff2") format("woff2"); }

@font-face {
  font-family: "Dimbo-Regular";
  font-display: swap;
  src: url("../fonts/DimboRegular/Dimbo_Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Dimbo-Italic";
  font-display: swap;
  src: url("../fonts/DimboItalic/Dimbo_Italic.ttf") format("truetype"); }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: ProximaNova-Black, sans-serif;
  font-weight: 500;
  line-height: 1; }

.h1 {
  font-size: 2.75rem; }

.h2 {
  font-size: 1.625rem; }

.h3 {
  font-size: 0.9375rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e6e6e6; }

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

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

.list-unstyled {
  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 {
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

.figure-caption {
  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.1875rem; }
  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; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ccc; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc; }
  .table tbody + tbody {
    border-top: 2px solid #ccc; }

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

.table-bordered {
  border: 1px solid #ccc; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ccc; }
  .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(17, 17, 17, 0.05); }

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

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

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

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

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

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

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

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

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

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

.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: #fff3cf; }

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

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

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

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

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

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

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

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

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

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

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

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8d7f1; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7ab5e4; }

.table-hover .table-blue:hover {
  background-color: #a3cbed; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a3cbed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-light th {
  color: #495057;
  background-color: #bfbfbf;
  border-color: #ccc; }

.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: 543.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: 1199.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: 1399.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, .shared-form-styles .adyen-checkout__input {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.75rem 1rem;
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.13333;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 4px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.12s; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .shared-form-styles .adyen-checkout__input {
      transition: none; } }
  .form-control::-ms-expand, .shared-form-styles .adyen-checkout__input::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .shared-form-styles .adyen-checkout__input:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder, .shared-form-styles .adyen-checkout__input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .shared-form-styles .adyen-checkout__input:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .shared-form-styles .adyen-checkout__input::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .shared-form-styles .adyen-checkout__input:disabled, .form-control[readonly], .shared-form-styles .adyen-checkout__input[readonly] {
    background-color: #fff;
    opacity: 1; }

select.form-control:focus::-ms-value, .shared-form-styles select.adyen-checkout__input:focus::-ms-value {
  color: #000;
  background-color: #fff; }

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

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

.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.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.13333;
  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.1875rem; }

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

select.form-control[size], .shared-form-styles select.adyen-checkout__input[size], select.form-control[multiple], .shared-form-styles select.adyen-checkout__input[multiple] {
  height: auto; }

textarea.form-control, .shared-form-styles textarea.adyen-checkout__input {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      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: #008827; }

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

.was-validated .form-control:valid, .was-validated .shared-form-styles .adyen-checkout__input:valid, .shared-form-styles .was-validated .adyen-checkout__input:valid, .form-control.is-valid, .shared-form-styles .is-valid.adyen-checkout__input {
  border-color: #008827;
  padding-right: 2.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' 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 0.625rem;
  background-size: 1.1875rem 1.1875rem; }
  .was-validated .form-control:valid:focus, .was-validated .shared-form-styles .adyen-checkout__input:valid:focus, .shared-form-styles .was-validated .adyen-checkout__input:valid:focus, .form-control.is-valid:focus, .shared-form-styles .is-valid.adyen-checkout__input:focus {
    border-color: #008827;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .shared-form-styles .adyen-checkout__input:valid ~ .valid-feedback, .shared-form-styles .was-validated .adyen-checkout__input:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .shared-form-styles .adyen-checkout__input:valid ~ .valid-tooltip,
  .shared-form-styles .was-validated .adyen-checkout__input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .shared-form-styles .is-valid.adyen-checkout__input ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .shared-form-styles .is-valid.adyen-checkout__input ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, .was-validated .shared-form-styles textarea.adyen-checkout__input:valid, .shared-form-styles .was-validated textarea.adyen-checkout__input:valid, textarea.form-control.is-valid, .shared-form-styles textarea.is-valid.adyen-checkout__input {
  padding-right: 2.375rem;
  background-position: top 0.625rem right 0.625rem; }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008827;
  padding-right: 0;
  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 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' 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 1rem1rem/1.1875rem 1.1875rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 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: #008827; }

.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: #008827; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008827; }

.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: #00bb36;
  background-color: #00bb36; }

.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(0, 136, 39, 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: #008827; }

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

.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: #008827;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

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

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

.was-validated .form-control:invalid, .was-validated .shared-form-styles .adyen-checkout__input:invalid, .shared-form-styles .was-validated .adyen-checkout__input:invalid, .form-control.is-invalid, .shared-form-styles .is-invalid.adyen-checkout__input {
  border-color: #c92a1d;
  padding-right: 2.375rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.1875rem 1.1875rem; }
  .was-validated .form-control:invalid:focus, .was-validated .shared-form-styles .adyen-checkout__input:invalid:focus, .shared-form-styles .was-validated .adyen-checkout__input:invalid:focus, .form-control.is-invalid:focus, .shared-form-styles .is-invalid.adyen-checkout__input:focus {
    border-color: #c92a1d;
    box-shadow: 0 0 0 0.2rem rgba(201, 42, 29, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .shared-form-styles .adyen-checkout__input:invalid ~ .invalid-feedback, .shared-form-styles .was-validated .adyen-checkout__input:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .shared-form-styles .adyen-checkout__input:invalid ~ .invalid-tooltip,
  .shared-form-styles .was-validated .adyen-checkout__input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .shared-form-styles .is-invalid.adyen-checkout__input ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .shared-form-styles .is-invalid.adyen-checkout__input ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, .was-validated .shared-form-styles textarea.adyen-checkout__input:invalid, .shared-form-styles .was-validated textarea.adyen-checkout__input:invalid, textarea.form-control.is-invalid, .shared-form-styles textarea.is-invalid.adyen-checkout__input {
  padding-right: 2.375rem;
  background-position: top 0.625rem right 0.625rem; }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c92a1d;
  padding-right: 0;
  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 1rem center/8px 10px, #fff no-repeat center right 1rem1rem/1.1875rem 1.1875rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #c92a1d;
    box-shadow: 0 0 0 0.2rem rgba(201, 42, 29, 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: #c92a1d; }

.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: #c92a1d; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #c92a1d; }

.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: #e24437;
  background-color: #e24437; }

.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(201, 42, 29, 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: #c92a1d; }

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

.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: #c92a1d;
  box-shadow: 0 0 0 0.2rem rgba(201, 42, 29, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 544px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .shared-form-styles .adyen-checkout__input, .shared-form-styles .form-inline .adyen-checkout__input {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-family: ProximaNovaCond-Bold, sans-serif;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 24px;
  transition: background-color 0.24s cubic-bezier(0, 0, 0.2, 1), color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary, .exclusive-release-banner .btn-exclusive {
  color: #fff;
  background-color: #111;
  border-color: #111; }
  .btn-primary:hover, .exclusive-release-banner .btn-exclusive:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .exclusive-release-banner .btn-exclusive:focus, .btn-primary.focus, .exclusive-release-banner .focus.btn-exclusive {
    box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5); }
  .btn-primary.disabled, .exclusive-release-banner .disabled.btn-exclusive, .btn-primary:disabled, .exclusive-release-banner .btn-exclusive:disabled {
    color: #fff;
    background-color: #111;
    border-color: #111; }
  .btn-primary:not(:disabled):not(.disabled):active, .exclusive-release-banner .btn-exclusive:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .exclusive-release-banner .btn-exclusive:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .exclusive-release-banner .show > .dropdown-toggle.btn-exclusive {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .exclusive-release-banner .btn-exclusive:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .exclusive-release-banner .btn-exclusive:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .exclusive-release-banner .show > .dropdown-toggle.btn-exclusive:focus {
      box-shadow: 0 0 0 0.2rem rgba(53, 53, 53, 0.5); }

.btn-secondary, .exclusive-release-banner.dark-theme .btn-exclusive {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover, .exclusive-release-banner.dark-theme .btn-exclusive:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-secondary:focus, .exclusive-release-banner.dark-theme .btn-exclusive:focus, .btn-secondary.focus, .exclusive-release-banner.dark-theme .focus.btn-exclusive {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-secondary.disabled, .exclusive-release-banner.dark-theme .disabled.btn-exclusive, .btn-secondary:disabled, .exclusive-release-banner.dark-theme .btn-exclusive:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .exclusive-release-banner.dark-theme .btn-exclusive:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .exclusive-release-banner.dark-theme .btn-exclusive:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .exclusive-release-banner.dark-theme .show > .dropdown-toggle.btn-exclusive {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .exclusive-release-banner.dark-theme .btn-exclusive:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .exclusive-release-banner.dark-theme .btn-exclusive:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .exclusive-release-banner.dark-theme .show > .dropdown-toggle.btn-exclusive:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827; }
  .btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 154, 71, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815; }
    .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(38, 154, 71, 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: #fed555;
  border-color: #fed555; }
  .btn-warning:hover {
    color: #212529;
    background-color: #fecc2f;
    border-color: #fec822; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 187, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fed555;
    border-color: #fed555; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #fec822;
    border-color: #fec516; }
    .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(221, 187, 78, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #8c0000; }
    .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(212, 38, 38, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f3f3f7;
  border-color: #f3f3f7; }
  .btn-light:hover {
    color: #212529;
    background-color: #dcdce8;
    border-color: #d4d4e3; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 212, 216, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f3f3f7;
    border-color: #f3f3f7; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d4d4e3;
    border-color: #cdcdde; }
    .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(212, 212, 216, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .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(82, 88, 93, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #0070cc;
  border-color: #0070cc; }
  .btn-blue:hover {
    color: #fff;
    background-color: #005ba6;
    border-color: #005499; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 133, 212, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #0070cc;
    border-color: #0070cc; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #005499;
    border-color: #004d8c; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 133, 212, 0.5); }

.btn-darker-gray {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d; }
  .btn-darker-gray:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
  .btn-darker-gray:focus, .btn-darker-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5); }
  .btn-darker-gray.disabled, .btn-darker-gray:disabled {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }
  .btn-darker-gray:not(:disabled):not(.disabled):active, .btn-darker-gray:not(:disabled):not(.disabled).active,
  .show > .btn-darker-gray.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #0d0d0d; }
    .btn-darker-gray:not(:disabled):not(.disabled):active:focus, .btn-darker-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darker-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5); }

.btn-dark-gray {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c; }
  .btn-dark-gray:hover {
    color: #fff;
    background-color: #595959;
    border-color: #535353; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #535353;
    border-color: #4c4c4c; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5); }

.btn-medium-gray {
  color: #212529;
  background-color: #bfbfbf;
  border-color: #bfbfbf; }
  .btn-medium-gray:hover {
    color: #212529;
    background-color: #acacac;
    border-color: #a6a6a6; }
  .btn-medium-gray:focus, .btn-medium-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(167, 168, 169, 0.5); }
  .btn-medium-gray.disabled, .btn-medium-gray:disabled {
    color: #212529;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
  .btn-medium-gray:not(:disabled):not(.disabled):active, .btn-medium-gray:not(:disabled):not(.disabled).active,
  .show > .btn-medium-gray.dropdown-toggle {
    color: #212529;
    background-color: #a6a6a6;
    border-color: #9f9f9f; }
    .btn-medium-gray:not(:disabled):not(.disabled):active:focus, .btn-medium-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-medium-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(167, 168, 169, 0.5); }

.btn-light-gray {
  color: #212529;
  background-color: #f3f3f7;
  border-color: #f3f3f7; }
  .btn-light-gray:hover {
    color: #212529;
    background-color: #dcdce8;
    border-color: #d4d4e3; }
  .btn-light-gray:focus, .btn-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 212, 216, 0.5); }
  .btn-light-gray.disabled, .btn-light-gray:disabled {
    color: #212529;
    background-color: #f3f3f7;
    border-color: #f3f3f7; }
  .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #d4d4e3;
    border-color: #cdcdde; }
    .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 212, 216, 0.5); }

.btn-outline-primary {
  color: #111;
  border-color: #111; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #111;
    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: #111;
    border-color: #111; }
    .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(17, 17, 17, 0.5); }

.btn-outline-secondary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    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: #fff;
    border-color: #fff; }
    .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(255, 255, 255, 0.5); }

.btn-outline-success {
  color: #008827;
  border-color: #008827; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008827;
    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: #008827;
    border-color: #008827; }
    .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(0, 136, 39, 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: #fed555;
  border-color: #fed555; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #fed555;
    border-color: #fed555; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 213, 85, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fed555;
    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: #fed555;
    border-color: #fed555; }
    .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(254, 213, 85, 0.5); }

.btn-outline-danger {
  color: #c00;
  border-color: #c00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c00;
    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: #c00;
    border-color: #c00; }
    .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(204, 0, 0, 0.5); }

.btn-outline-light {
  color: #f3f3f7;
  border-color: #f3f3f7; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f3f3f7;
    border-color: #f3f3f7; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 247, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f3f3f7;
    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: #f3f3f7;
    border-color: #f3f3f7; }
    .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(243, 243, 247, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    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: #343a40;
    border-color: #343a40; }
    .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(52, 58, 64, 0.5); }

.btn-outline-blue {
  color: #0070cc;
  border-color: #0070cc; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #0070cc;
    border-color: #0070cc; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 204, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #0070cc;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #0070cc;
    border-color: #0070cc; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 112, 204, 0.5); }

.btn-outline-darker-gray {
  color: #2d2d2d;
  border-color: #2d2d2d; }
  .btn-outline-darker-gray:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }
  .btn-outline-darker-gray:focus, .btn-outline-darker-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5); }
  .btn-outline-darker-gray.disabled, .btn-outline-darker-gray:disabled {
    color: #2d2d2d;
    background-color: transparent; }
  .btn-outline-darker-gray:not(:disabled):not(.disabled):active, .btn-outline-darker-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darker-gray.dropdown-toggle {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }
    .btn-outline-darker-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-darker-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darker-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5); }

.btn-outline-dark-gray {
  color: #6c6c6c;
  border-color: #6c6c6c; }
  .btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #6c6c6c;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5); }

.btn-outline-medium-gray {
  color: #bfbfbf;
  border-color: #bfbfbf; }
  .btn-outline-medium-gray:hover {
    color: #212529;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
  .btn-outline-medium-gray:focus, .btn-outline-medium-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }
  .btn-outline-medium-gray.disabled, .btn-outline-medium-gray:disabled {
    color: #bfbfbf;
    background-color: transparent; }
  .btn-outline-medium-gray:not(:disabled):not(.disabled):active, .btn-outline-medium-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-medium-gray.dropdown-toggle {
    color: #212529;
    background-color: #bfbfbf;
    border-color: #bfbfbf; }
    .btn-outline-medium-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-medium-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-medium-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }

.btn-outline-light-gray {
  color: #f3f3f7;
  border-color: #f3f3f7; }
  .btn-outline-light-gray:hover {
    color: #212529;
    background-color: #f3f3f7;
    border-color: #f3f3f7; }
  .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 247, 0.5); }
  .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
    color: #f3f3f7;
    background-color: transparent; }
  .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-gray.dropdown-toggle {
    color: #212529;
    background-color: #f3f3f7;
    border-color: #f3f3f7; }
    .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(243, 243, 247, 0.5); }

.btn-link {
  font-weight: 400;
  color: #444;
  text-decoration: none; }
  .btn-link:hover {
    color: #1e1e1e;
    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 {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 24px; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.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.2s cubic-bezier(0.4, 0, 0.2, 1); }
  @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.2s cubic-bezier(0.4, 0, 0.2, 1); }
  @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: 33.4375rem;
  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(17, 17, 17, 0.15);
  border-radius: 0.1875rem; }

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

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

@media (min-width: 544px) {
  .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: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .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 #bfbfbf; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 0;
  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: transparent; }
  .dropdown-item.active, .dropdown-item:active {
    color: transparent;
    text-decoration: none;
    background-color: transparent; }
  .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 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0 0;
  color: #212529; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .shared-form-styles .input-group > .adyen-checkout__input,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .shared-form-styles .input-group > .adyen-checkout__input + .form-control, .shared-form-styles .input-group > .form-control + .adyen-checkout__input, .shared-form-styles .input-group > .adyen-checkout__input + .adyen-checkout__input,
    .input-group > .form-control + .custom-select,
    .shared-form-styles .input-group > .adyen-checkout__input + .custom-select,
    .input-group > .form-control + .custom-file,
    .shared-form-styles .input-group > .adyen-checkout__input + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .shared-form-styles .input-group > .form-control-plaintext + .adyen-checkout__input,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .shared-form-styles .input-group > .custom-select + .adyen-checkout__input,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .shared-form-styles .input-group > .custom-file + .adyen-checkout__input,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .shared-form-styles .input-group > .adyen-checkout__input: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), .shared-form-styles .input-group > .adyen-checkout__input: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), .shared-form-styles .input-group > .adyen-checkout__input: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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        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: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.13333;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #bfbfbf;
  border: 1px solid #000;
  border-radius: 4px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .shared-form-styles .input-group-lg > .adyen-checkout__input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .shared-form-styles .input-group-lg > .adyen-checkout__input,
.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-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

.input-group-sm > .form-control:not(textarea), .shared-form-styles .input-group-sm > .adyen-checkout__input:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .shared-form-styles .input-group-sm > .adyen-checkout__input,
.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-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem; }

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

.input-group > .input-group-prepend > .btn,
.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) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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 > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.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 > .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.4375rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  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: #111;
    background-color: #111; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #000; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #6a6a6a; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #fff; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.28125rem;
    left: -1.4375rem;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #111 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.28125rem;
    left: -1.4375rem;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.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: #111;
  background-color: #111; }

.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: #fff; }

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

.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: #fff; }

.custom-switch {
  padding-left: 2.14062rem; }
  .custom-switch .custom-control-label::before {
    left: -2.14062rem;
    width: 1.64062rem;
    pointer-events: all;
    border-radius: 0.46875rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.28125rem + 2px);
    left: calc(-2.14062rem + 2px);
    width: calc(0.9375rem - 4px);
    height: calc(0.9375rem - 4px);
    background-color: #111;
    border-radius: 0.46875rem;
    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.70312rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fff; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.75rem 1rem1rem 0.75rem 1rem;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.13333;
  color: #000;
  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 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #bfbfbf; }
  .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: 2.375rem;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #000;
    box-shadow: none; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #fff; }
  .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: 2.375rem;
  padding: 0.75rem 1rem;
  font-family: "ProximaNova-Black", sans-serif;
  font-weight: 400;
  line-height: 1.13333;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.375rem;
    padding: 0.75rem 1rem;
    line-height: 1.13333;
    color: #000;
    content: "Browse";
    background-color: #bfbfbf;
    border-left: inherit;
    border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f9f9f9, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #111;
    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;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #6a6a6a; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #6c6c6c;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #111;
    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;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #6a6a6a; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #6c6c6c;
    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: #111;
    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: #6a6a6a; }
  .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: #6c6c6c;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #6c6c6c;
    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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: rgba(17, 17, 17, 0.4);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid #6c6c6c; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #bfbfbf #bfbfbf #6c6c6c; }
    .nav-tabs .nav-link.disabled {
      color: rgba(17, 17, 17, 0.4);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #6c6c6c #6c6c6c #f9f9f9; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.1875rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #111; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 0; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      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: 24px; }
  .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: 543.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 544px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1400px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.875rem;
        padding-left: 0.875rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.875rem;
      padding-left: 0.875rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(17, 17, 17, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 17, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(17, 17, 17, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(17, 17, 17, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(17, 17, 17, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(17, 17, 17, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(17, 17, 17, 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 {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.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: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(17, 17, 17, 0.125);
  border-radius: 0.1875rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }

.card-body {
  -ms-flex: 1 1 auto;
      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: #fff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.1875rem - 1px) calc(0.1875rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(17, 17, 17, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.1875rem - 1px) calc(0.1875rem - 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.1875rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 544px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 544px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            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: 544px) {
  .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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.1875rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.25rem;
    color: #555;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #555; }

.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.1875rem;
  transition: background-color 0.24s cubic-bezier(0, 0, 0.2, 1), color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #111; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: black; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #fff; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-success {
  color: #fff;
  background-color: #008827; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005518; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 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: #fed555; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #fec822; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 213, 85, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #c00; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #990000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f3f3f7; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d4d4e3; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 247, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #0070cc; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #005499; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 204, 0.5); }

.badge-darker-gray {
  color: #fff;
  background-color: #2d2d2d; }
  a.badge-darker-gray:hover, a.badge-darker-gray:focus {
    color: #fff;
    background-color: #141414; }
  a.badge-darker-gray:focus, a.badge-darker-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5); }

.badge-dark-gray {
  color: #fff;
  background-color: #6c6c6c; }
  a.badge-dark-gray:hover, a.badge-dark-gray:focus {
    color: #fff;
    background-color: #535353; }
  a.badge-dark-gray:focus, a.badge-dark-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5); }

.badge-medium-gray {
  color: #212529;
  background-color: #bfbfbf; }
  a.badge-medium-gray:hover, a.badge-medium-gray:focus {
    color: #212529;
    background-color: #a6a6a6; }
  a.badge-medium-gray:focus, a.badge-medium-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(191, 191, 191, 0.5); }

.badge-light-gray {
  color: #212529;
  background-color: #f3f3f7; }
  a.badge-light-gray:hover, a.badge-light-gray:focus {
    color: #212529;
    background-color: #d4d4e3; }
  a.badge-light-gray:focus, a.badge-light-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(243, 243, 247, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #bfbfbf;
  border-radius: 0.1875rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1875rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 1.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 0;
    color: inherit; }

.alert-primary {
  color: #111111;
  background-color: #cfcfcf;
  border-color: #bcbcbc; }
  .alert-primary hr {
    border-top-color: #afafaf; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #8d8d8d;
  background-color: white;
  border-color: white; }
  .alert-secondary hr {
    border-top-color: #f2f2f2; }
  .alert-secondary .alert-link {
    color: #747474; }

.alert-success {
  color: #084f1c;
  background-color: #cce7d4;
  border-color: #b8dec3; }
  .alert-success hr {
    border-top-color: #a7d6b4; }
  .alert-success .alert-link {
    color: #03210c; }

.alert-info {
  color: #145c68;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #0c363d; }

.alert-warning {
  color: #8c7734;
  background-color: #fff7dd;
  border-color: #fff3cf; }
  .alert-warning hr {
    border-top-color: #ffedb6; }
  .alert-warning .alert-link {
    color: #675726; }

.alert-danger {
  color: #720808;
  background-color: #f5cccc;
  border-color: #f1b8b8; }
  .alert-danger hr {
    border-top-color: #eda3a3; }
  .alert-danger .alert-link {
    color: #420505; }

.alert-light {
  color: #878789;
  background-color: #fdfdfd;
  border-color: #fcfcfd; }
  .alert-light hr {
    border-top-color: #ededf3; }
  .alert-light .alert-link {
    color: #6e6e6f; }

.alert-dark {
  color: #232629;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #0c0d0d; }

.alert-blue {
  color: #084272;
  background-color: #cce2f5;
  border-color: #b8d7f1; }
  .alert-blue hr {
    border-top-color: #a3cbed; }
  .alert-blue .alert-link {
    color: #052642; }

.alert-darker-gray {
  color: #202020;
  background-color: #d5d5d5;
  border-color: #c4c4c4; }
  .alert-darker-gray hr {
    border-top-color: #b7b7b7; }
  .alert-darker-gray .alert-link {
    color: #070707; }

.alert-dark-gray {
  color: #404040;
  background-color: #e2e2e2;
  border-color: #d6d6d6; }
  .alert-dark-gray hr {
    border-top-color: #c9c9c9; }
  .alert-dark-gray .alert-link {
    color: #272727; }

.alert-medium-gray {
  color: #6b6b6b;
  background-color: #f2f2f2;
  border-color: #ededed; }
  .alert-medium-gray hr {
    border-top-color: #e0e0e0; }
  .alert-medium-gray .alert-link {
    color: #525252; }

.alert-light-gray {
  color: #878789;
  background-color: #fdfdfd;
  border-color: #fcfcfd; }
  .alert-light-gray hr {
    border-top-color: #ededf3; }
  .alert-light-gray .alert-link {
    color: #6e6e6f; }

.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: 15px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.24s cubic-bezier(0, 0, 0.2, 1);
    transform: translate(0, 10px) scale(1.1); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 30px); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 30px);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 30px); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 30px);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 14px;
  outline: 0; }

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 0;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px; }
  .modal-header .close {
    padding: 0 0;
    margin: 0 0 0 auto; }

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0;
  border-top: 0 solid transparent;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 730px;
    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: 414px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ProximaNova-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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: #111; }

.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: #111; }

.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: #111; }

.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: #111; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #111;
  border-radius: 0.1875rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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(17, 17, 17, 0.2);
  border-radius: 0.1875rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.1875rem; }
    .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(17, 17, 17, 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.1875rem 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(17, 17, 17, 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(17, 17, 17, 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.1875rem 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(17, 17, 17, 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.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        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: .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; }

.bg-primary {
  background-color: #111 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

.bg-secondary {
  background-color: #fff !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !important; }

.bg-success {
  background-color: #008827 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005518 !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: #fed555 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fec822 !important; }

.bg-danger {
  background-color: #c00 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !important; }

.bg-light {
  background-color: #f3f3f7 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4d4e3 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-blue {
  background-color: #0070cc !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #005499 !important; }

.bg-darker-gray {
  background-color: #2d2d2d !important; }

a.bg-darker-gray:hover, a.bg-darker-gray:focus,
button.bg-darker-gray:hover,
button.bg-darker-gray:focus {
  background-color: #141414 !important; }

.bg-dark-gray {
  background-color: #6c6c6c !important; }

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #535353 !important; }

.bg-medium-gray {
  background-color: #bfbfbf !important; }

a.bg-medium-gray:hover, a.bg-medium-gray:focus,
button.bg-medium-gray:hover,
button.bg-medium-gray:focus {
  background-color: #a6a6a6 !important; }

.bg-light-gray {
  background-color: #f3f3f7 !important; }

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #d4d4e3 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #6c6c6c !important; }

.border-top {
  border-top: 1px solid #6c6c6c !important; }

.border-right {
  border-right: 1px solid #6c6c6c !important; }

.border-bottom {
  border-bottom: 1px solid #6c6c6c !important; }

.border-left {
  border-left: 1px solid #6c6c6c !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: #111 !important; }

.border-secondary {
  border-color: #fff !important; }

.border-success {
  border-color: #008827 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #fed555 !important; }

.border-danger {
  border-color: #c00 !important; }

.border-light {
  border-color: #f3f3f7 !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-blue {
  border-color: #0070cc !important; }

.border-darker-gray {
  border-color: #2d2d2d !important; }

.border-dark-gray {
  border-color: #6c6c6c !important; }

.border-medium-gray {
  border-color: #bfbfbf !important; }

.border-light-gray {
  border-color: #f3f3f7 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.1875rem !important; }

.rounded {
  border-radius: 0.1875rem !important; }

.rounded-top {
  border-top-left-radius: 0.1875rem !important;
  border-top-right-radius: 0.1875rem !important; }

.rounded-right {
  border-top-right-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-left {
  border-top-left-radius: 0.1875rem !important;
  border-bottom-left-radius: 0.1875rem !important; }

.rounded-lg {
  border-radius: 0.1875rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 17, 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; }

.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: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 15px !important; }

.mt-3,
.my-3 {
  margin-top: 15px !important; }

.mr-3,
.mx-3 {
  margin-right: 15px !important; }

.mb-3,
.my-3 {
  margin-bottom: 15px !important; }

.ml-3,
.mx-3 {
  margin-left: 15px !important; }

.m-4 {
  margin: 20px !important; }

.mt-4,
.my-4 {
  margin-top: 20px !important; }

.mr-4,
.mx-4 {
  margin-right: 20px !important; }

.mb-4,
.my-4 {
  margin-bottom: 20px !important; }

.ml-4,
.mx-4 {
  margin-left: 20px !important; }

.m-5 {
  margin: 25px !important; }

.mt-5,
.my-5 {
  margin-top: 25px !important; }

.mr-5,
.mx-5 {
  margin-right: 25px !important; }

.mb-5,
.my-5 {
  margin-bottom: 25px !important; }

.ml-5,
.mx-5 {
  margin-left: 25px !important; }

.m-6 {
  margin: 30px !important; }

.mt-6,
.my-6 {
  margin-top: 30px !important; }

.mr-6,
.mx-6 {
  margin-right: 30px !important; }

.mb-6,
.my-6 {
  margin-bottom: 30px !important; }

.ml-6,
.mx-6 {
  margin-left: 30px !important; }

.m-7 {
  margin: 40px !important; }

.mt-7,
.my-7 {
  margin-top: 40px !important; }

.mr-7,
.mx-7 {
  margin-right: 40px !important; }

.mb-7,
.my-7 {
  margin-bottom: 40px !important; }

.ml-7,
.mx-7 {
  margin-left: 40px !important; }

.m-8 {
  margin: 50px !important; }

.mt-8,
.my-8 {
  margin-top: 50px !important; }

.mr-8,
.mx-8 {
  margin-right: 50px !important; }

.mb-8,
.my-8 {
  margin-bottom: 50px !important; }

.ml-8,
.mx-8 {
  margin-left: 50px !important; }

.m-9 {
  margin: 70px !important; }

.mt-9,
.my-9 {
  margin-top: 70px !important; }

.mr-9,
.mx-9 {
  margin-right: 70px !important; }

.mb-9,
.my-9 {
  margin-bottom: 70px !important; }

.ml-9,
.mx-9 {
  margin-left: 70px !important; }

.m-10 {
  margin: 90px !important; }

.mt-10,
.my-10 {
  margin-top: 90px !important; }

.mr-10,
.mx-10 {
  margin-right: 90px !important; }

.mb-10,
.my-10 {
  margin-bottom: 90px !important; }

.ml-10,
.mx-10 {
  margin-left: 90px !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: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

.pr-1,
.px-1 {
  padding-right: 5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

.pl-1,
.px-1 {
  padding-left: 5px !important; }

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

.pr-2,
.px-2 {
  padding-right: 10px !important; }

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

.pl-2,
.px-2 {
  padding-left: 10px !important; }

.p-3 {
  padding: 15px !important; }

.pt-3,
.py-3 {
  padding-top: 15px !important; }

.pr-3,
.px-3 {
  padding-right: 15px !important; }

.pb-3,
.py-3 {
  padding-bottom: 15px !important; }

.pl-3,
.px-3 {
  padding-left: 15px !important; }

.p-4 {
  padding: 20px !important; }

.pt-4,
.py-4 {
  padding-top: 20px !important; }

.pr-4,
.px-4 {
  padding-right: 20px !important; }

.pb-4,
.py-4 {
  padding-bottom: 20px !important; }

.pl-4,
.px-4 {
  padding-left: 20px !important; }

.p-5 {
  padding: 25px !important; }

.pt-5,
.py-5 {
  padding-top: 25px !important; }

.pr-5,
.px-5 {
  padding-right: 25px !important; }

.pb-5,
.py-5 {
  padding-bottom: 25px !important; }

.pl-5,
.px-5 {
  padding-left: 25px !important; }

.p-6 {
  padding: 30px !important; }

.pt-6,
.py-6 {
  padding-top: 30px !important; }

.pr-6,
.px-6 {
  padding-right: 30px !important; }

.pb-6,
.py-6 {
  padding-bottom: 30px !important; }

.pl-6,
.px-6 {
  padding-left: 30px !important; }

.p-7 {
  padding: 40px !important; }

.pt-7,
.py-7 {
  padding-top: 40px !important; }

.pr-7,
.px-7 {
  padding-right: 40px !important; }

.pb-7,
.py-7 {
  padding-bottom: 40px !important; }

.pl-7,
.px-7 {
  padding-left: 40px !important; }

.p-8 {
  padding: 50px !important; }

.pt-8,
.py-8 {
  padding-top: 50px !important; }

.pr-8,
.px-8 {
  padding-right: 50px !important; }

.pb-8,
.py-8 {
  padding-bottom: 50px !important; }

.pl-8,
.px-8 {
  padding-left: 50px !important; }

.p-9 {
  padding: 70px !important; }

.pt-9,
.py-9 {
  padding-top: 70px !important; }

.pr-9,
.px-9 {
  padding-right: 70px !important; }

.pb-9,
.py-9 {
  padding-bottom: 70px !important; }

.pl-9,
.px-9 {
  padding-left: 70px !important; }

.p-10 {
  padding: 90px !important; }

.pt-10,
.py-10 {
  padding-top: 90px !important; }

.pr-10,
.px-10 {
  padding-right: 90px !important; }

.pb-10,
.py-10 {
  padding-bottom: 90px !important; }

.pl-10,
.px-10 {
  padding-left: 90px !important; }

.m-n1 {
  margin: -5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -5px !important; }

.m-n2 {
  margin: -10px !important; }

.mt-n2,
.my-n2 {
  margin-top: -10px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -10px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -10px !important; }

.m-n3 {
  margin: -15px !important; }

.mt-n3,
.my-n3 {
  margin-top: -15px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -15px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -15px !important; }

.m-n4 {
  margin: -20px !important; }

.mt-n4,
.my-n4 {
  margin-top: -20px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -20px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -20px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -20px !important; }

.m-n5 {
  margin: -25px !important; }

.mt-n5,
.my-n5 {
  margin-top: -25px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -25px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -25px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -25px !important; }

.m-n6 {
  margin: -30px !important; }

.mt-n6,
.my-n6 {
  margin-top: -30px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -30px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -30px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -30px !important; }

.m-n7 {
  margin: -40px !important; }

.mt-n7,
.my-n7 {
  margin-top: -40px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -40px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -40px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -40px !important; }

.m-n8 {
  margin: -50px !important; }

.mt-n8,
.my-n8 {
  margin-top: -50px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -50px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -50px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -50px !important; }

.m-n9 {
  margin: -70px !important; }

.mt-n9,
.my-n9 {
  margin-top: -70px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -70px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -70px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -70px !important; }

.m-n10 {
  margin: -90px !important; }

.mt-n10,
.my-n10 {
  margin-top: -90px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -90px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -90px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -90px !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: 544px) {
  .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: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 15px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important; }
  .m-sm-4 {
    margin: 20px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 20px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 20px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 20px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 20px !important; }
  .m-sm-5 {
    margin: 25px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 25px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 25px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 25px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 25px !important; }
  .m-sm-6 {
    margin: 30px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 30px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 30px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 30px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 30px !important; }
  .m-sm-7 {
    margin: 40px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 40px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 40px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 40px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 40px !important; }
  .m-sm-8 {
    margin: 50px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 50px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 50px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 50px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 50px !important; }
  .m-sm-9 {
    margin: 70px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 70px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 70px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 70px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 70px !important; }
  .m-sm-10 {
    margin: 90px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 90px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 90px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 90px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 90px !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: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 15px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important; }
  .p-sm-4 {
    padding: 20px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 20px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 20px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 20px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 20px !important; }
  .p-sm-5 {
    padding: 25px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 25px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 25px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 25px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 25px !important; }
  .p-sm-6 {
    padding: 30px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 30px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 30px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 30px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 30px !important; }
  .p-sm-7 {
    padding: 40px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 40px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 40px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 40px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 40px !important; }
  .p-sm-8 {
    padding: 50px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 50px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 50px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 50px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 50px !important; }
  .p-sm-9 {
    padding: 70px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 70px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 70px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 70px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 70px !important; }
  .p-sm-10 {
    padding: 90px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 90px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 90px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 90px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 90px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -10px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -10px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -10px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -10px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -10px !important; }
  .m-sm-n3 {
    margin: -15px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important; }
  .m-sm-n4 {
    margin: -20px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -20px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -20px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -20px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -20px !important; }
  .m-sm-n5 {
    margin: -25px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -25px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -25px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -25px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -25px !important; }
  .m-sm-n6 {
    margin: -30px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -30px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -30px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -30px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -30px !important; }
  .m-sm-n7 {
    margin: -40px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -40px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -40px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -40px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -40px !important; }
  .m-sm-n8 {
    margin: -50px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -50px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -50px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -50px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -50px !important; }
  .m-sm-n9 {
    margin: -70px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -70px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -70px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -70px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -70px !important; }
  .m-sm-n10 {
    margin: -90px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -90px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -90px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -90px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -90px !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: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 15px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important; }
  .m-md-4 {
    margin: 20px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 20px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 20px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 20px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 20px !important; }
  .m-md-5 {
    margin: 25px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 25px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 25px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 25px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 25px !important; }
  .m-md-6 {
    margin: 30px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 30px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 30px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 30px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 30px !important; }
  .m-md-7 {
    margin: 40px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 40px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 40px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 40px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 40px !important; }
  .m-md-8 {
    margin: 50px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 50px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 50px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 50px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 50px !important; }
  .m-md-9 {
    margin: 70px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 70px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 70px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 70px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 70px !important; }
  .m-md-10 {
    margin: 90px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 90px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 90px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 90px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 90px !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: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 15px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important; }
  .p-md-4 {
    padding: 20px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 20px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 20px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 20px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 20px !important; }
  .p-md-5 {
    padding: 25px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 25px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 25px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 25px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 25px !important; }
  .p-md-6 {
    padding: 30px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 30px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 30px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 30px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 30px !important; }
  .p-md-7 {
    padding: 40px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 40px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 40px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 40px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 40px !important; }
  .p-md-8 {
    padding: 50px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 50px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 50px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 50px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 50px !important; }
  .p-md-9 {
    padding: 70px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 70px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 70px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 70px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 70px !important; }
  .p-md-10 {
    padding: 90px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 90px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 90px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 90px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 90px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -10px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -10px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -10px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -10px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -10px !important; }
  .m-md-n3 {
    margin: -15px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important; }
  .m-md-n4 {
    margin: -20px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -20px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -20px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -20px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -20px !important; }
  .m-md-n5 {
    margin: -25px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -25px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -25px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -25px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -25px !important; }
  .m-md-n6 {
    margin: -30px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -30px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -30px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -30px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -30px !important; }
  .m-md-n7 {
    margin: -40px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -40px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -40px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -40px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -40px !important; }
  .m-md-n8 {
    margin: -50px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -50px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -50px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -50px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -50px !important; }
  .m-md-n9 {
    margin: -70px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -70px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -70px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -70px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -70px !important; }
  .m-md-n10 {
    margin: -90px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -90px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -90px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -90px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -90px !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: 1200px) {
  .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: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 15px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important; }
  .m-lg-4 {
    margin: 20px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 20px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 20px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 20px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 20px !important; }
  .m-lg-5 {
    margin: 25px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 25px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 25px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 25px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 25px !important; }
  .m-lg-6 {
    margin: 30px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 30px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 30px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 30px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 30px !important; }
  .m-lg-7 {
    margin: 40px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 40px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 40px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 40px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 40px !important; }
  .m-lg-8 {
    margin: 50px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 50px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 50px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 50px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 50px !important; }
  .m-lg-9 {
    margin: 70px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 70px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 70px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 70px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 70px !important; }
  .m-lg-10 {
    margin: 90px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 90px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 90px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 90px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 90px !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: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 15px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important; }
  .p-lg-4 {
    padding: 20px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 20px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 20px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 20px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 20px !important; }
  .p-lg-5 {
    padding: 25px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 25px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 25px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 25px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 25px !important; }
  .p-lg-6 {
    padding: 30px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 30px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 30px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 30px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 30px !important; }
  .p-lg-7 {
    padding: 40px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 40px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 40px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 40px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 40px !important; }
  .p-lg-8 {
    padding: 50px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 50px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 50px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 50px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 50px !important; }
  .p-lg-9 {
    padding: 70px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 70px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 70px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 70px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 70px !important; }
  .p-lg-10 {
    padding: 90px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 90px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 90px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 90px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 90px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -10px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -10px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -10px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -10px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -10px !important; }
  .m-lg-n3 {
    margin: -15px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important; }
  .m-lg-n4 {
    margin: -20px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -20px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -20px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -20px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -20px !important; }
  .m-lg-n5 {
    margin: -25px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -25px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -25px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -25px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -25px !important; }
  .m-lg-n6 {
    margin: -30px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -30px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -30px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -30px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -30px !important; }
  .m-lg-n7 {
    margin: -40px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -40px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -40px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -40px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -40px !important; }
  .m-lg-n8 {
    margin: -50px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -50px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -50px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -50px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -50px !important; }
  .m-lg-n9 {
    margin: -70px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -70px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -70px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -70px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -70px !important; }
  .m-lg-n10 {
    margin: -90px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -90px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -90px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -90px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -90px !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: 1400px) {
  .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: 5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 5px !important; }
  .m-xl-2 {
    margin: 10px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 10px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 10px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 10px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 10px !important; }
  .m-xl-3 {
    margin: 15px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important; }
  .m-xl-4 {
    margin: 20px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 20px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 20px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 20px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 20px !important; }
  .m-xl-5 {
    margin: 25px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 25px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 25px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 25px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 25px !important; }
  .m-xl-6 {
    margin: 30px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 30px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 30px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 30px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 30px !important; }
  .m-xl-7 {
    margin: 40px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 40px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 40px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 40px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 40px !important; }
  .m-xl-8 {
    margin: 50px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 50px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 50px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 50px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 50px !important; }
  .m-xl-9 {
    margin: 70px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 70px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 70px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 70px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 70px !important; }
  .m-xl-10 {
    margin: 90px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 90px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 90px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 90px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 90px !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: 5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 5px !important; }
  .p-xl-2 {
    padding: 10px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 10px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 10px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 10px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 10px !important; }
  .p-xl-3 {
    padding: 15px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important; }
  .p-xl-4 {
    padding: 20px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 20px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 20px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 20px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 20px !important; }
  .p-xl-5 {
    padding: 25px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 25px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 25px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 25px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 25px !important; }
  .p-xl-6 {
    padding: 30px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 30px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 30px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 30px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 30px !important; }
  .p-xl-7 {
    padding: 40px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 40px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 40px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 40px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 40px !important; }
  .p-xl-8 {
    padding: 50px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 50px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 50px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 50px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 50px !important; }
  .p-xl-9 {
    padding: 70px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 70px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 70px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 70px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 70px !important; }
  .p-xl-10 {
    padding: 90px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 90px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 90px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 90px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 90px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -10px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -10px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -10px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -10px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -10px !important; }
  .m-xl-n3 {
    margin: -15px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important; }
  .m-xl-n4 {
    margin: -20px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -20px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -20px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -20px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -20px !important; }
  .m-xl-n5 {
    margin: -25px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -25px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -25px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -25px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -25px !important; }
  .m-xl-n6 {
    margin: -30px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -30px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -30px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -30px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -30px !important; }
  .m-xl-n7 {
    margin: -40px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -40px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -40px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -40px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -40px !important; }
  .m-xl-n8 {
    margin: -50px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -50px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -50px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -50px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -50px !important; }
  .m-xl-n9 {
    margin: -70px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -70px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -70px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -70px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -70px !important; }
  .m-xl-n10 {
    margin: -90px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -90px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -90px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -90px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -90px !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: 544px) {
  .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: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .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: #111 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #fff !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important; }

.text-success {
  color: #008827 !important; }

a.text-success:hover, a.text-success:focus {
  color: #003c11 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #fed555 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #fec209 !important; }

.text-danger {
  color: #c00 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: maroon !important; }

.text-light {
  color: #f3f3f7 !important; }

a.text-light:hover, a.text-light:focus {
  color: #c5c5d8 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-blue {
  color: #0070cc !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #004680 !important; }

.text-darker-gray {
  color: #2d2d2d !important; }

a.text-darker-gray:hover, a.text-darker-gray:focus {
  color: #070707 !important; }

.text-dark-gray {
  color: #6c6c6c !important; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #464646 !important; }

.text-medium-gray {
  color: #bfbfbf !important; }

a.text-medium-gray:hover, a.text-medium-gray:focus {
  color: #999999 !important; }

.text-light-gray {
  color: #f3f3f7 !important; }

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #c5c5d8 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(17, 17, 17, 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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    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: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #111; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #6c6c6c !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #ccc; }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc; } }

/**
    Funko site variables.
    See node_modules/bootstrap/scss/_variables.scss to see a full
        list of customizeable variables.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
/**
  @mixin caret-direction
  Use to assign consistent transforms that will rotate a
  right-pointing caret in the 3 other cardinal directions
*/
/**
  @mixin aspect-ratio
  Use CSS aspect-ratio rule where possible, but fall back to
  padding-top hack iff needed (i.e. iOS 14)
*/
.svg-symbol {
  width: 100%;
  vertical-align: baseline;
  display: inline-block;
  fill: var(--skin-main-text-color-1); }

.svg-symbol-group {
  position: relative; }
  .svg-symbol-group .bg {
    position: absolute;
    top: 0;
    left: 0; }

.svgiconlib {
  display: none; }

.menu-close-x {
  width: 1.125rem;
  height: 1.125rem; }

.hamburger, .site-header .navbar-toggler {
  vertical-align: top; }

.circle-check-filled {
  width: 1.3125rem;
  height: 1.3125rem; }

svg.error {
  width: 0.75rem;
  height: 0.75rem; }
  @media (min-width: 1200px) {
    svg.error {
      width: 1.25rem;
      height: 1.25rem; } }

.carat-right.d-up,
.carat-right-md-rounded.d-up {
  transform: rotate(-90deg); }

.carat-right.d-down,
.carat-right-md-rounded.d-down {
  transform: rotate(90deg); }

.carat-right.d-left,
.carat-right-md-rounded.d-left {
  transform: rotate(180deg); }

.shipping-error {
  width: 1.5rem;
  height: 1rem; }

.modal-close-x {
  width: 1.5rem;
  height: 1.5rem; }

.hamburger, .site-header .navbar-toggler {
  width: 1.4375rem;
  height: 1.4375rem; }

.wishlist {
  width: 1.4375rem;
  height: 1.3125rem; }

.profile, .profile-link {
  height: 1.5625rem;
  width: 1.5625rem; }
  @media (min-width: 1200px) {
    .profile, .profile-link {
      height: 1.875rem;
      width: 1.875rem; } }

.plus,
.minus {
  width: 1.125rem;
  height: 1.125rem; }

.crown {
  width: 1.5rem;
  height: 1.25rem; }

.profile-icon .crown {
  top: -0.625rem; }

.bag {
  width: 1.375rem;
  height: 1.5625rem; }
  @media (min-width: 1200px) {
    .bag {
      width: 1.875rem;
      height: 2.1875rem; } }

.carat-right-md-rounded {
  width: 0.625rem;
  height: 0.9375rem; }

.checkbox-unchecked,
.checkbox-checked {
  width: 1rem;
  height: 1rem; }

.filters {
  width: 1.125rem;
  height: 0.875rem; }

@media (min-width: 768px) {
  .wishlist {
    width: 1.4375rem;
    height: 1.3125rem; } }

@media (min-width: 1200px) {
  .wishlist {
    width: 2rem;
    height: 1.8125rem; }
  .profile, .profile-link,
  .crown {
    width: 1.875rem;
    height: 1.875rem; }
  .profile-icon .crown {
    top: -0.875rem; } }

input[placeholder] {
  text-overflow: ellipsis; }

.inline-link {
  text-decoration: underline; }

.hide-order-discount,
.hide-order-loyalty-discount,
.hide-order-loyalty-discount-messages,
.hide-shipping-discount,
.hide-shipping-discount-messages,
.hide-order-discount-messages {
  display: none; }

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; }

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.error.continue-shopping {
  margin-bottom: 6.25em; }

.error-unassigned-category {
  color: #c92a1d; }

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  transition: all 0.2s ease-in-out; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  transition: all 0.2s ease-in-out; }

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0; }

.ratio_1-1 {
  aspect-ratio: 1 auto; }
  @supports not (aspect-ratio: 1) {
    .ratio_1-1::before {
      float: left;
      padding-top: 100%;
      content: ''; }
    .ratio_1-1::after {
      display: block;
      content: '';
      clear: both; } }

.ratio_16-9 {
  aspect-ratio: 1.77778 auto; }
  @supports not (aspect-ratio: 1.77778) {
    .ratio_16-9::before {
      float: left;
      padding-top: 177.77778%;
      content: ''; }
    .ratio_16-9::after {
      display: block;
      content: '';
      clear: both; } }

.ratio_4-3 {
  aspect-ratio: 1.33333 auto; }
  @supports not (aspect-ratio: 1.33333) {
    .ratio_4-3::before {
      float: left;
      padding-top: 133.33333%;
      content: ''; }
    .ratio_4-3::after {
      display: block;
      content: '';
      clear: both; } }

.alert {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 2;
  margin-bottom: 0;
  transition: transform 0.35s cubic-bezier(0, 0, 0.2, 1);
  transform: none; }
  .alert.header-visible {
    transform: translateY(var(--header-height)); }
  .alert.welcome-alert {
    position: static;
    width: auto;
    transform: none;
    margin-bottom: 1rem; }

.alert:not(.alert-dismissible) {
  padding-left: 10px;
  padding-right: 10px; }

.alert-dismissible {
  padding-right: 0; }
  .alert-dismissible .close {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    top: calc(50% - 0.75rem);
    right: 10px;
    line-height: 0;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .alert-dismissible .close .modal-close-x {
      transition: fill 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .alert-dismissible .close:hover {
      transform: scale(1.1); }
  .alert-dismissible.alert-danger {
    background-color: #f5cccc; }
    .alert-dismissible.alert-danger .modal-close-x {
      filter: brightness(0) saturate(100%) invert(11%) sepia(46%) saturate(6595%) hue-rotate(352deg) brightness(83%) contrast(88%); }
  .alert-dismissible.valid-cookie-warning .close {
    top: 1.25rem; }

.carousel-item {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.collapse-taller.collapsing {
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

#ot-sdk-btn-floating .ot-floating-button__front,
#ot-sdk-btn-floating .ot-floating-button__back {
  left: 0.75rem; }

#launcher {
  margin-right: 0.9375rem !important; }

body > .veil {
  z-index: 1050; }

#collapse-container {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-wrap: break-word; }
  #collapse-container.limited-height-container {
    max-height: 3.75rem;
    -webkit-line-clamp: 3; }

#collapse-button {
  cursor: pointer; }

.error-msg {
  color: #da2525;
  font-size: 1rem;
  line-height: 1.25rem; }

/**
  Component - Funko header styles
**/
/**
  Component - Shared Site Header styles
**/
.page {
  margin-top: var(--header-height, 300px); }

.site-header {
  position: relative;
  z-index: 1020;
  background: #fff;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0, 0, 0.2, 1);
  position: fixed;
  top: 0; }
  .site-header.scroll-up {
    transform: none; }
  .site-header .logo-home {
    line-height: 0; }
  .site-header .svg-symbol.flag {
    width: 1.125rem; }

.navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1200px) {
    .navbar-header {
      height: 4.5625rem; } }

.navbar-toggler {
  padding: 0; }

.wishlist-link,
.profile-link,
.minicart-link {
  line-height: 0; }

@media (max-width: 767.98px) {
  .search-container-mobile.expanded-on-mobile {
    display: block !important;
    opacity: 1;
    height: auto;
    border-radius: 0;
    padding: 0.75rem;
    z-index: 3; }
    .search-container-mobile.expanded-on-mobile .search-field-container {
      padding-inline: 0; }
    .search-container-mobile.expanded-on-mobile .search-container {
      width: 100% !important; }
    .search-container-mobile.expanded-on-mobile .suggestions {
      top: var(--header-height); }
  .search-toggle {
    display: none; } }

/**
  Component - Funko Header Search styles
**/
/**
  Component - Shared Header Search styles
**/
.site-search {
  font-size: 1.25rem; }
  .site-search .collapsing {
    transition: none;
    display: none; }
  .site-search .nav-tabs .nav-link {
    font-size: 1.625rem;
    line-height: 26px;
    color: #111; }
    .site-search .nav-tabs .nav-link.active {
      border-bottom: 4px solid #111;
      color: #111;
      background-color: transparent; }

.header-search-style .search-field {
  display: block;
  width: 100%;
  padding: 0.5625rem 2rem 0.5625rem 1rem;
  height: 2rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.13333;
  color: #111;
  border: 1px solid #111;
  border-radius: 1rem;
  background-color: #fff;
  background-clip: padding-box; }
  .header-search-style .search-field:focus {
    outline: none; }
  @media (min-width: 1200px) {
    .header-search-style .search-field.max-width {
      position: absolute;
      right: 0; } }
  @media (max-width: 767.98px) {
    .header-search-style .search-field {
      font-size: 1rem; } }
  .header-search-style .search-field[disabled] {
    opacity: 1;
    border-color: #d2d2d2;
    color: #d2d2d2;
    pointer-events: none; }
    .header-search-style .search-field[disabled]::-webkit-input-placeholder {
      color: #d2d2d2; }
    .header-search-style .search-field[disabled]:-ms-input-placeholder {
      color: #d2d2d2; }
    .header-search-style .search-field[disabled]::placeholder {
      color: #d2d2d2; }
    .header-search-style .search-field[disabled] ~ button[type=submit] {
      cursor: default; }
      .header-search-style .search-field[disabled] ~ button[type=submit] .magnify {
        filter: invert(94%) sepia(0%) saturate(20%) hue-rotate(145deg) brightness(91%) contrast(91%); }

.search-field::-webkit-input-placeholder {
  color: #111;
  font-size: 0.75rem;
  padding-left: 0.3125rem; }

.search-field:-ms-input-placeholder {
  color: #111;
  font-size: 0.75rem;
  padding-left: 0.3125rem; }

.search-field::placeholder {
  color: #111;
  font-size: 0.75rem;
  padding-left: 0.3125rem; }

.search-container,
.suggestions-wrapper {
  position: relative; }

.search-container {
  width: 228px; }

.popular-search-items .name {
  color: #111;
  text-decoration: none; }

.popular-search-item {
  line-height: 1.4; }

.suggestions {
  display: block;
  position: absolute;
  right: 0;
  z-index: 3;
  overflow: hidden auto; }
  @media (max-width: 543.98px) {
    .suggestions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: fixed;
      height: 100%;
      background-color: #fff; } }
  .suggestions .item.selected {
    outline: 2px solid #0070cc;
    position: relative;
    z-index: 1; }
  .suggestions .name {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111; }
  .suggestions .search-list-item {
    text-decoration: none; }
    .suggestions .search-list-item:hover {
      text-decoration: underline; }
  .suggestions .swatch-circle {
    background-color: #fff;
    margin-right: 0.9375rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    overflow: hidden; }
    .suggestions .swatch-circle img {
      width: auto;
      height: auto;
      max-width: 100%; }

.search-toggle,
.search-toggle .magnify {
  width: 1.25rem;
  height: 1.25rem; }
  @media (min-width: 1200px) {
    .search-toggle,
    .search-toggle .magnify {
      width: 1.8125rem;
      height: 1.8125rem;
      vertical-align: bottom; } }

.search-button-style,
.search-button-style .magnify {
  width: 1rem;
  height: 1rem;
  vertical-align: text-top; }

.site-header .svg-symbol.magnify-mobile {
  fill: #111; }

.site-header .reset-button .search-close-x,
.site-header .reset-button .modal-close-x {
  fill: #111;
  width: 0.6875rem;
  height: 0.6875rem; }

.search-button-style {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.search-button {
  right: 1.25rem; }
  @media (max-width: 1399.98px) {
    .search-button {
      left: 1.5rem; } }

.reset-button {
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  right: 1.5rem; }

.search-container-mobile {
  width: 100%;
  right: 0;
  z-index: 100;
  top: 5.3125rem; }
  .search-container-mobile .search-container,
  .search-container-mobile form {
    width: 25rem !important; }
    @media (min-width: 768px) {
      .search-container-mobile .search-container,
      .search-container-mobile form {
        width: 100%; } }
  @media (min-width: 544px) {
    .search-container-mobile {
      top: 5.75rem; } }
  @media (min-width: 1200px) {
    .search-container-mobile {
      top: 7rem; } }

.site-search {
  color: #fff; }
  .site-search .search-field {
    border: none; }
    .site-search .search-field::-webkit-input-placeholder {
      text-transform: uppercase; }
    .site-search .search-field:-ms-input-placeholder {
      text-transform: uppercase; }
    .site-search .search-field::placeholder {
      text-transform: uppercase; }
    @media (min-width: 1200px) {
      .site-search .search-field.max-width {
        width: 23.75rem;
        top: -1rem; } }
    @media (max-width: 1399.98px) {
      .site-search .search-field {
        padding-left: 3.125rem; } }
  @media (min-width: 1200px) {
    .site-search {
      margin-top: 0.3125rem; } }

.suggestions {
  background-color: #f3f3f7;
  width: 23.75rem;
  border-radius: 0.75rem;
  top: 0.9375rem; }
  @media (max-width: 543.98px) {
    .suggestions {
      top: 9.1875rem;
      width: 100%;
      height: calc(100% - 9.1875rem);
      border-radius: 0; } }
  @media (min-width: 544px) {
    .suggestions {
      max-height: calc(100vh - 155px); } }
  @media (min-width: 1200px) {
    .suggestions {
      top: 1.875rem; } }
  .suggestions .header {
    color: #111;
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "ProximaNova-Black", sans-serif; }
  .suggestions .item {
    margin-bottom: 0.9375rem; }
    .suggestions .item .name {
      font-size: 1.25rem;
      line-height: 0.9;
      font-family: "ProximaNova-Black", sans-serif;
      letter-spacing: 0.3px; }
      @media (max-width: 543.98px) {
        .suggestions .item .name {
          font-size: 0.9375rem;
          line-height: 1;
          letter-spacing: 0.003px; } }
    .suggestions .item .swatch-circle {
      width: 4.875rem;
      height: 4.875rem;
      border-radius: 0.5rem;
      box-shadow: 0 0 4px rgba(128, 128, 128, 0.25); }
      .suggestions .item .swatch-circle img {
        border-radius: 0.5rem; }
  .suggestions .popular-search-items .name {
    font-size: 0.9375rem;
    line-height: 1; }
  .suggestions .license {
    font-size: 0.8125rem;
    color: #111; }
  .suggestions .nav-link {
    font-family: "ProximaNova-Black", sans-serif; }

@media (max-width: 1199.98px) {
  .search-container {
    max-width: 25rem; } }

/**
  Component - Funko Site Selector styles
**/
/**
  Component - Shared Site Selector styles
**/
.site-selector {
  height: 1.875rem;
  color: #111; }
  .site-selector .divider {
    border-right: 1px solid #6c6c6c;
    height: 1rem; }
  .site-selector .svg-symbol {
    height: 1rem; }
  .site-selector .international-sites .globe {
    pointer-events: none;
    width: 1rem; }
  .site-selector .international-sites button:hover .locale-label {
    text-decoration: underline; }
  .site-selector .international-sites .locale-label {
    font-size: 0.8125rem; }
  .site-selector .brand-link {
    line-height: 0; }
    .site-selector .brand-link .svg-symbol {
      border-bottom: 1px solid transparent; }
  .site-selector .loyalty-link {
    margin-right: 0.625rem;
    line-height: 0; }

@media (min-width: 544px) {
  .site-selector {
    height: 2.375rem; } }

.site-selector {
  background-color: #2d2d2d; }
  .site-selector .svg-symbol.brand-logo {
    filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(258deg) brightness(92%) contrast(90%);
    width: 2.1875rem;
    height: 0.75rem; }
  .site-selector .loungefly-logo {
    width: 3.625rem;
    height: 1rem; }
  .site-selector .international-sites .global-icon {
    fill: #fff; }
  .site-selector .brand-link:hover .svg-symbol {
    border-color: #fff; }
  .site-selector .loyalty-logo {
    height: 1.5rem;
    width: 1.875rem; }

/**
  Component - Funko Navigation styles
**/
/**
  Component - Shared Navigation styles
**/
@media (max-width: 543.98px) {
  .main-menu {
    right: 0; } }

.site-header .navbar-toggler {
  position: relative;
  border-radius: 0; }
  .site-header .navbar-toggler .close-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); }

.site-header.mobile-nav-open .navbar-toggler .hamburger, .site-header.mobile-nav-open .navbar-toggler .navbar-toggler {
  display: none; }

.site-header.mobile-nav-open.hide-nav-controls .navbar-toggler {
  display: none; }

.site-header.mobile-nav-open:not(.hide-nav-controls) .navbar-toggler .close-icon {
  transform: none;
  opacity: 1; }

.site-header.mobile-nav-open .search-container-mobile {
  display: none; }

.main-menu .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.main-menu .dropdown-menu {
  top: 0;
  border: none;
  margin: 0;
  display: block;
  padding: 0; }

.main-menu .nav-link:focus {
  outline-offset: -2px; }

.main-menu .dropdown-item .category-thumb {
  position: absolute;
  left: 3.125rem;
  transform: translateX(-50%);
  max-height: 80%;
  max-width: 68px; }
  @media (min-width: 768px) {
    .main-menu .dropdown-item .category-thumb {
      max-height: 90%;
      max-width: 48px; } }
  @media (min-width: 1200px) {
    .main-menu .dropdown-item .category-thumb {
      max-height: 100%;
      max-width: none;
      left: 4.0625rem; } }

.main-menu .dropdown-item:nth-child(2n):not(.back-to-item) > .dropdown-link {
  background-color: #ebebf1; }

.main-menu .dropdown-item:nth-child(2n):not(.back-to-item) .dropdown-item:nth-child(2n) > .dropdown-link {
  background-color: transparent; }

.main-menu .dropdown-item:nth-child(2n):not(.back-to-item) .dropdown-item:nth-child(2n-1):not(.back-to-item) > .dropdown-link {
  background-color: #ebebf1; }

.main-menu .dropdown-item.dropdown .icons {
  margin-left: auto; }

@media (min-width: 544px) {
  .main-menu .dropdown-item.dropdown .svg-symbol.minus {
    display: none; } }

.main-menu .dropdown-item.dropdown.show .dropdown-link .svg-symbol.plus {
  display: none; }

.main-menu .dropdown-item.dropdown.show .dropdown-link .svg-symbol.minus {
  display: inline; }

@media (min-width: 1200px) {
  .main-menu .sliding-panel:not(.active) .panel {
    visibility: hidden; } }

@media (max-width: 767.98px) {
  .site-header.mobile-nav-open .site-selector,
  .site-header.mobile-nav-open .header-banner {
    display: none !important; }
  .navbar-toggleable-sm {
    position: fixed;
    left: 0;
    top: var(--header-main-height);
    bottom: 0;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(-100%, 0, 0.01px);
    display: block;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    .navbar-toggleable-sm.in {
      pointer-events: auto;
      opacity: 1;
      min-width: 50%;
      transform: translate3d(0, 0, 0.01px);
      visibility: visible; }
  .main-menu {
    background-color: #f3f3f7;
    z-index: 4;
    overflow: auto; }
    .main-menu .svg-symbol {
      fill: #111; }
    .main-menu .nav-item {
      position: relative; }
    .main-menu .static-item .nav-link {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
    .main-menu .static-item .svg-symbol {
      width: 100%;
      height: 100%; }
    .main-menu .profile-icon .crown {
      width: 1.3125rem;
      height: 1rem;
      top: -0.5rem;
      left: 0.1875rem; }
    .main-menu .dropdown-link:focus,
    .main-menu .nav-link:focus {
      outline: 2px solid #0070cc;
      outline-offset: -3px; }
    .main-menu .icons {
      line-height: 0;
      pointer-events: none; }
    .main-menu .dropdown .nav-link {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .main-menu .nav-link {
      padding: 1.25rem 1.25rem; }
      .main-menu .nav-link svg {
        fill: #111; }
    .main-menu .open-icon {
      display: none; }
    .main-menu .show > .nav-link > .icons > .closed-icon {
      display: none; }
    .main-menu .show > .nav-link > .icons > .open-icon {
      display: inline; }
    .main-menu .dropdown-menu {
      min-width: 0;
      height: 0;
      overflow: hidden;
      background-color: transparent;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), margin 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .main-menu.in .nav-item:not(.static-item) {
      border-bottom: 1px solid #e8e8ed; }
    .main-menu.in .dropdown {
      display: block; } }

.dropdown-toggle::after {
  content: initial; }

@media (max-width: 767.98px) {
  .navbar {
    padding-bottom: 4.375rem; } }

@media (min-width: 768px) {
  .main-menu .navbar-nav {
    overflow: visible;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center; }
  .main-menu .dropdown-menu {
    border-radius: 0;
    background-color: transparent; }
  .main-menu .dropdown-menu,
  .main-menu .sliding-panel {
    min-width: 25rem; } }

@media (min-width: 1200px) {
  .main-menu .dropdown-menu,
  .main-menu .sliding-panel {
    min-width: 33.4375rem; }
  .main-menu .sliding-panel .panel {
    max-height: calc(100vh - 154px); } }

@media (max-width: 767.98px) {
  .main-menu .nav-item:not(.static-item) + .static-item {
    margin-top: 1.5625rem;
    max-height: 2.5625rem; }
  .main-menu .static-item .nav-link {
    padding: 0.625rem 1.25rem; }
    .main-menu .static-item .nav-link > .svg-symbol,
    .main-menu .static-item .nav-link .svg-symbol-group {
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem;
      margin-right: 0.5rem;
      height: 1.3125rem; }
  .main-menu .static-item.loyalty-link .loyalty-logo-dark {
    width: 1.625rem;
    height: 1.5rem; }
  .main-menu .static-item.loyalty-link .nav-link {
    -ms-flex-align: end;
        align-items: flex-end;
    padding-top: 0.3125rem; }
  .main-menu .nav-item .profile-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0.125rem;
    height: 1.375rem;
    width: 1.375rem;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
    border-color: #111; }
  .main-menu .nav-item .default-avatar-img {
    width: 1.375rem;
    border-radius: 50%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
    aspect-ratio: 1 auto; }
    @supports not (aspect-ratio: 1) {
      .main-menu .nav-item .default-avatar-img::before {
        float: left;
        padding-top: 100%;
        content: ''; }
      .main-menu .nav-item .default-avatar-img::after {
        display: block;
        content: '';
        clear: both; } }
    .main-menu .nav-item .default-avatar-img img {
      width: 2.25rem;
      margin-top: 0.75rem; }
  .main-menu .nav-item.loyalty-member .profile-icon::after {
    border-color: #fed555; }
  .main-menu .nav-item.loyalty-member .crown {
    fill: #fed555; } }

.site-header .main-menu .svg-symbol {
  fill: #111; }

.main-menu .dropdown-item:not(.back-to-item) {
  background-color: #f3f3f7; }

.main-menu .dropdown-item:active > .dropdown-link {
  color: #fff;
  background-color: var(--skin-inlinelink-color) !important; }

.main-menu .dropdown-item .dropdown-link:focus {
  outline: 2px solid #0070cc !important;
  outline-offset: -2px; }

.main-menu .dropdown-item .category-thumb {
  top: unset;
  bottom: 0; }

.main-menu .dropdown-item .dropdown-menu .dropdown-link {
  padding-left: 2.5rem; }

.main-menu .dropdown-item + .dropdown-item {
  border-top: 2px solid #f3f3f7; }

.main-menu .dropdown-item .dropdown-link {
  display: block;
  padding: 1.6875rem 0.625rem 1.3125rem 1.25rem; }
  .main-menu .dropdown-item .dropdown-link.with-thumb {
    position: relative;
    padding-left: 6rem; }
    @media (min-width: 768px) {
      .main-menu .dropdown-item .dropdown-link.with-thumb {
        padding-left: 6.5rem; } }
    @media (min-width: 1200px) {
      .main-menu .dropdown-item .dropdown-link.with-thumb {
        padding-left: 7.75rem; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .main-menu .dropdown-item .dropdown-link {
      padding: 0.875rem; } }

.main-menu .dropdown-item.dropdown .dropdown-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start; }

.back-to-item, .back-to-item:hover, .back-to-item:focus {
  --skin-menu-color-1: #fff;
  background-color: #2d2d2d; }

.back-to-item .back-to-link {
  font-size: 15px;
  text-transform: none;
  white-space: nowrap; }

.back-to-item .dropdown-link {
  -ms-flex-direction: column;
      flex-direction: column; }

@media (min-width: 768px) {
  .main-menu,
  .dropdown.level-1,
  .category-level-1 {
    margin-top: 0.3125rem; }
  .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .main-menu .dropdown-item + .dropdown-item {
    border-top: 0; } }

@media (min-width: 1200px) {
  .main-menu .navbar-nav .nav-link {
    padding: 1rem; }
  .main-menu,
  .dropdown.level-1,
  .category-level-1 {
    margin-top: 0.625rem; } }

/**
  Component - Funko Header Promo Banner styles
**/
/**
  Component - Shared Header Promo Banner styles
**/
.header-banner,
.loyalty-banner {
  position: relative;
  border: none;
  z-index: -1; }
  .header-banner .promo-banner,
  .header-banner .carousel-inner,
  .loyalty-banner .promo-banner,
  .loyalty-banner .carousel-inner {
    height: 2.25rem; }
  .header-banner .close-button,
  .loyalty-banner .close-button {
    position: absolute;
    right: 10px; }
  .header-banner .close,
  .loyalty-banner .close {
    background-color: transparent;
    opacity: 1;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 1.5rem; }
  .header-banner .carousel-control-prev,
  .header-banner .carousel-control-next,
  .header-banner .carat-right,
  .loyalty-banner .carousel-control-prev,
  .loyalty-banner .carousel-control-next,
  .loyalty-banner .carat-right {
    height: 0.625rem;
    width: 0.375rem; }
  .header-banner .carousel-control-prev,
  .header-banner .carousel-control-next,
  .loyalty-banner .carousel-control-prev,
  .loyalty-banner .carousel-control-next {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 1;
    padding: 0.8125rem 0.5rem;
    top: calc(50% - 14px); }
  .header-banner .carousel-control-prev,
  .loyalty-banner .carousel-control-prev {
    transform: rotate(180deg);
    left: -0.25rem; }
  .header-banner .carousel-control-next,
  .loyalty-banner .carousel-control-next {
    right: -0.25rem; }
  .header-banner .carousel-item,
  .loyalty-banner .carousel-item {
    padding: 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (min-width: 768px) {
  .header-banner .promo-banner,
  .header-banner .carousel-inner,
  .loyalty-banner .promo-banner,
  .loyalty-banner .carousel-inner {
    height: 2.25rem; }
  .header-banner .carousel-control-next,
  .header-banner .carousel-control-prev,
  .loyalty-banner .carousel-control-next,
  .loyalty-banner .carousel-control-prev {
    padding: 1rem 0.5rem; } }

.header-banner {
  border-top: 1px solid #2d2d2d; }
  .header-banner .close {
    color: #fff; }
  .header-banner .carat-right {
    filter: invert(1); }

.loyalty-banner {
  font-size: 0.9375rem;
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 1;
  z-index: 1; }
  @media (min-width: 768px) {
    .loyalty-banner {
      font-size: 1rem; } }
  .loyalty-banner .promo-banner,
  .loyalty-banner .carousel-inner {
    height: auto; }
  .loyalty-banner .carousel-item {
    white-space: normal; }

@media (max-width: 767.98px) {
  .brand {
    margin-left: 0.75rem;
    margin-top: 0.0625rem; } }

.site-header {
  background: #111; }
  .site-header .svg-symbol {
    fill: #fff; }
    @media (min-width: 1400px) {
      .site-header .svg-symbol.magnify {
        fill: #111; } }
  .site-header .logo-home .site-logo {
    filter: invert(1); }

.brand {
  width: auto;
  height: 3.375rem; }

.site-logo {
  width: 5.125rem;
  height: 1.75rem; }

.navbar-header-right > .search {
  margin-top: 0.75rem; }
  @media (min-width: 1200px) {
    .navbar-header-right > .search {
      margin-top: 0.3125rem; } }

.profile-link {
  position: relative;
  /* &.rotate-simple {
    .crown {
      transform: rotate(0);
      transform-origin: 48% 98%;
      transition: transform $transition-duration-std $transition-ease-std;
    }

    &:hover .crown {
      transform: rotate(360deg);
    }
  } */ }
  .profile-link .profile-icon {
    display: block; }
    .profile-link .profile-icon::after {
      content: '';
      border: 1px solid #fff;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .profile-link .profile-icon .crown {
      z-index: -1; }
  .profile-link.rotate .crown {
    transform-origin: 80% 40%; }
  @media (min-width: 1200px) {
    .profile-link.rotate:hover .profile-icon {
      animation: iconBurst 0.35s cubic-bezier(0, 0, 0.2, 1);
      animation-delay: 0.475s; }
    .profile-link.rotate:hover .crown {
      animation: crownSpin 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      animation-fill-mode: forwards; } }
  .profile-link .svg-symbol-group {
    pointer-events: none; }
  .profile-link .default-avatar-img {
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
    aspect-ratio: 1 auto; }
    @supports not (aspect-ratio: 1) {
      .profile-link .default-avatar-img::before {
        float: left;
        padding-top: 100%;
        content: ''; }
      .profile-link .default-avatar-img::after {
        display: block;
        content: '';
        clear: both; } }
    @media (max-width: 1199.98px) {
      .profile-link .default-avatar-img {
        width: 25px; } }
    .profile-link .default-avatar-img img {
      width: 2.8125rem;
      margin-top: 0.9375rem; }
  .profile-link.loyalty-member .profile-icon::after {
    border-color: #fed555; }
  .profile-link.loyalty-member .default-avatar-img {
    border: 1px solid #fed555; }
  .profile-link.loyalty-member .crown {
    fill: #fed555; }

@keyframes crownSpin {
  0% {
    top: -0.875rem;
    left: 0; }
  20% {
    top: -1.1875rem;
    left: 0.1875rem;
    transform: rotate(0); }
  65% {
    top: -1.0625rem;
    left: 0.1875rem; }
  80% {
    transform: rotate(720deg); }
  85% {
    top: -1.625rem;
    left: 0.25rem; }
  100% {
    top: -0.875rem;
    left: 0;
    transform: rotate(720deg); } }

@keyframes iconBurst {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.6, 0.7) translateY(6px); }
  50% {
    transform: scale(0.7, 1.2) translateY(-2px); }
  100% {
    transform: scale(1); } }

.minicart-link {
  color: #fff; }
  .minicart-link:hover {
    color: #fff; }
  .minicart-link .minicart-icon {
    fill: #fff; }

@media (min-width: 1200px) {
  .brand {
    height: 4.5625rem; }
  .site-logo {
    width: 6.75rem;
    height: 2.3125rem; } }

/**
  Component - Funko Typography styles
**/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: initial; }

ul.list-style,
ol.list-style {
  padding-left: 0.9375rem; }

.list-style li + li {
  margin-top: 0.625rem; }

.product-grid-heading-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem; }
  @media (min-width: 1200px) {
    .product-grid-heading-style {
      font-size: 2.375rem; } }

.product-tile-grid .product-grid-heading-style {
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .product-tile-grid .product-grid-heading-style {
      font-size: 1.625rem; } }

.modal-heading-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem; }

.intl-heading-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem; }

.footer-heading-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.375rem;
  line-height: 1; }

.search-tabs-style {
  font-size: 1.625rem; }

.nav-l3-header-style, .back-to-item .category-name {
  font-size: 1.375rem; }

.nav-style-1 {
  font-family: ProximaNova-Black, sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase; }

.nav-style-2 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

.nav-style-3 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

.nav-static-style {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase; }

.promo-style {
  font-family: ProximaNova-Semibold, sans-serif;
  font-size: 0.8125rem; }

body {
  font-size: 1rem;
  line-height: 1.25; }

.lead {
  line-height: 1.13333; }

.eyebrow-style {
  font-size: 0.9375rem;
  text-transform: uppercase; }

.eyebrow-style-2 {
  font-size: 0.8125rem;
  text-transform: uppercase; }

.cta-style {
  font-family: ProximaNovaCond-Bold, sans-serif;
  font-size: 1rem; }

.chance-chase-style {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase; }

.footer-style-1 {
  font-size: 0.875rem;
  line-height: 2.14286; }

.breadcrumb-style {
  font-size: 0.75rem;
  line-height: 1.33333; }

@media (max-width: 767.98px) {
  .funko-500-page .h1 {
    font-size: 1.625rem; }
  .funko-500-page .h3 {
    font-size: 1.25rem; }
  .nav-style-2 {
    font-family: ProximaNova-Black, sans-serif; }
  .eyebrow-style {
    font-family: ProximaNova-Regular, sans-serif; } }

@media (min-width: 768px) {
  .h1 {
    font-size: 2.5rem; }
  .h2 {
    font-size: 3.375rem; }
  .h3 {
    font-size: 2.375rem; }
  .modal-heading-style {
    font-size: 2rem; }
  .intl-heading-style {
    font-size: 2.375rem; }
  .lead {
    font-size: 1.125rem;
    line-height: 1.22222; }
  .nav-style-1 {
    font-size: 0.8125rem; }
  .nav-style-2 {
    font-size: 0.9375rem; }
  .nav-style-3 {
    font-size: 1.125rem; }
  .promo-style {
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 0.875rem; }
  .breadcrumb-style {
    line-height: 2.5; } }

@media (min-width: 1200px) {
  .nav-style-1 {
    font-size: 1rem; }
  .nav-style-2 {
    font-size: 1.125rem; }
  .h1 {
    font-size: 4.125rem; } }

.required-tag {
  font-size: 0.8125rem;
  line-height: 1.30769;
  color: #111; }
  @media (min-width: 1200px) {
    .required-tag {
      font-size: 0.8125rem;
      line-height: 1.38462;
      letter-spacing: 0.2px; } }

.intl-text-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem;
  font-weight: 900; }
  @media (min-width: 1200px) {
    .intl-text-style {
      font-size: 2.375rem; } }

/**
  Component - Funko modal styles
**/
/**
  Component - Shared modal styles
**/
.modal-atc-style {
  max-width: 616px; }

.modal-dialog.modal-show-overflow .modal-content {
  overflow: visible; }

.modal-content {
  border: none;
  overflow: hidden; }
  .modal.fade .modal-content > *:not(.close) {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .modal.fade.show .modal-content > *:not(.close) {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s;
    transition-property: opacity; }
  .modal-content > .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .modal-content > .close:not(:hover) {
      opacity: 0.75; }
    .modal-content > .close:hover {
      transform: scale(1.1); }
  .modal-content .modal-footer {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .modal-content .modal-footer > :not(:first-child),
    .modal-content .modal-footer > :not(:last-child) {
      margin-left: 0;
      margin-right: 0; }

.modal-background {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  top: var(--overlay-top-space);
  left: 0;
  right: 0;
  bottom: 0; }

.show-nav-overlay .modal-background {
  opacity: 1;
  z-index: 1000;
  pointer-events: auto; }
  .show-nav-overlay .modal-background.cover-site-header {
    z-index: 1020;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1); }

@media (min-width: 544px) and (max-width: 767.98px) {
  .modal-dialog {
    width: calc(100% - 30px); } }

.adyen-checkout__threeds2__challenge {
  margin: 0 auto; }

@media (max-width: 767.98px) {
  .adyen-checkout__threeds2__challenge--02,
  .adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
    width: 100% !important;
    max-width: 390px !important; } }

.modal-content > .close {
  margin: 12px 12px 0 0; }

.modal-title {
  line-height: 1.2; }
  @media (min-width: 768px) {
    .modal-title {
      font-size: 2rem; } }

/**
  Component - Funko login modal styles
**/
/**
  Component - Shared login modal styles
**/
.login-modal .login-header-eyebrow,
.notify-email-modal .login-header-eyebrow {
  letter-spacing: 1.82px; }

.login-modal .login-title,
.notify-email-modal .login-title {
  font-size: 3rem;
  letter-spacing: -1px;
  line-height: 0.83333; }

.login-modal .login-header-msg,
.notify-email-modal .login-header-msg {
  font-size: 1.25rem;
  line-height: 1.2; }

.login-modal .forgot-password-label,
.notify-email-modal .forgot-password-label {
  font-size: 0.875rem;
  line-height: 1.71429; }

.notify-email-modal .email-header-eyebrow {
  letter-spacing: 1.82px;
  font-size: 0.9375rem;
  line-height: 1.06667; }

.notify-email-modal .login-title {
  font-size: 2.6875rem;
  line-height: 0.93023; }

.notify-email-modal .login-header-msg {
  font-size: 0.9375rem;
  line-height: 1.33333; }

.notify-email-modal .login-link {
  text-decoration: none; }
  .notify-email-modal .login-link:hover {
    text-decoration: underline; }

.login-modal .login-header-eyebrow,
.login-modal .email-header-eyebrow,
.login-modal .login-header-msg,
.login-modal .new-user,
.login-modal .register-link,
.notify-email-modal .login-header-eyebrow,
.notify-email-modal .email-header-eyebrow,
.notify-email-modal .login-header-msg,
.notify-email-modal .new-user,
.notify-email-modal .register-link {
  font-family: "ProximaNova-Regular", sans-serif; }

/**
  Component - Funko Button styles
**/
/**
  Component - Shared button styles
**/
.btn {
  white-space: nowrap; }
  .btn:focus, .btn.focus {
    box-shadow: none;
    outline: 2px solid #0070cc;
    outline-offset: -3px; }

.btn:disabled, .btn.disabled,
button:disabled,
button.disabled,
a:disabled,
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5; }

button:focus, button.focus,
a:not(.btn):focus,
a:not(.btn).focus {
  border-color: transparent;
  outline: 2px solid #0070cc;
  outline-offset: 0;
  box-shadow: none; }

.atc-qty-btn-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative; }
  .atc-qty-btn-group.disabled {
    opacity: 0.5; }
    .atc-qty-btn-group.disabled .btn,
    .atc-qty-btn-group.disabled .atc-select,
    .atc-qty-btn-group.disabled .svg-symbol {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 1; }
  .atc-qty-btn-group .btn {
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }

.atc-select {
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.24s cubic-bezier(0, 0, 0.2, 1), color 0.24s cubic-bezier(0, 0, 0.2, 1); }

.atc-select-arrow {
  cursor: pointer;
  position: absolute;
  max-height: 100%; }

.btn-show-more {
  padding: 0; }
  .btn-show-more .show-more-icon {
    position: relative;
    transform: rotate(90deg); }
  .btn-show-more .show-less-icon {
    position: relative;
    transform: rotate(-90deg); }

.btn-mobile-block {
  width: 100%; }
  @media (min-width: 768px) {
    .btn-mobile-block {
      width: auto; } }

.btn-wishlist {
  border: none;
  background: none; }

.redemption-status {
  background-color: #c92a1d;
  border-color: #c92a1d;
  color: #fff !important; }
  .redemption-status:hover {
    background-color: #a31f14;
    border-color: #a31f14; }
  .redemption-status:focus {
    background-color: #a31f14 !important;
    border-color: #a31f14; }

.btn {
  text-transform: uppercase;
  color: var(--skin-main-text-color-1); }
  .btn:hover, .btn:active {
    box-shadow: 0 2px 4px rgba(17, 17, 17, 0.16); }

.btn-tertiary {
  color: var(--skin-tertiary-button-color);
  background-color: var(--skin-tertiary-button-bg-color); }

.btn-show-more {
  border-radius: 5px;
  font-size: 1.25rem;
  font-family: ProximaNova-Black, sans-serif;
  border-bottom: 5px solid transparent; }
  .btn-show-more:hover {
    border-bottom: 5px solid #111;
    box-shadow: none; }
  .btn-show-more:focus, .btn-show-more.focus {
    box-shadow: none; }
  .btn-show-more .show-more-icon,
  .btn-show-more .show-less-icon {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 0.0625rem;
    left: 0.3125rem; }

.btn-prev,
.btn-next {
  color: #fff;
  background-color: #6c6c6c;
  border-radius: 50%;
  opacity: 0.4;
  width: 42px;
  height: 42px;
  position: relative;
  transition: background-color 0.24s cubic-bezier(0, 0, 0.2, 1), color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .btn-prev .fa,
  .btn-next .fa {
    font-weight: bold;
    font-size: 2.1875rem;
    position: absolute;
    top: 0; }
  .btn-prev:hover,
  .btn-next:hover {
    background-color: #111;
    opacity: 1;
    color: #fff; }

.btn-prev .fa {
  left: 12px; }

.btn-next .fa {
  left: 16px; }

.atc-qty-btn-group .btn.label-lg {
  font-size: 1.25rem;
  padding: 0.5625rem 2.5rem; }
  @media (min-width: 1200px) {
    .atc-qty-btn-group .btn.label-lg {
      font-size: 1.375rem;
      line-height: 0.72727;
      padding: 0.8125rem 2.5rem; } }

.atc-qty-btn-group {
  height: 2.8125rem; }
  .atc-qty-btn-group .btn {
    padding: 0.6875rem 2.5rem; }
  .atc-qty-btn-group:not(.disabled):hover .atc-select, .atc-qty-btn-group:not(.disabled):focus .atc-select, .atc-qty-btn-group:not(.disabled):focus-within .atc-select, .atc-qty-btn-group:not(.disabled):active .atc-select {
    color: var(--skin-main-text-color-1);
    border-right-color: #111;
    background-color: #fff; }
  .atc-qty-btn-group:not(.disabled):hover .btn, .atc-qty-btn-group:not(.disabled):focus .btn, .atc-qty-btn-group:not(.disabled):focus-within .btn, .atc-qty-btn-group:not(.disabled):active .btn {
    color: var(--skin-main-text-color-1);
    background-color: #fff; }
  .atc-qty-btn-group:not(.disabled):hover .atc-select-arrow, .atc-qty-btn-group:not(.disabled):focus .atc-select-arrow, .atc-qty-btn-group:not(.disabled):focus-within .atc-select-arrow, .atc-qty-btn-group:not(.disabled):active .atc-select-arrow {
    filter: invert(0); }
  .atc-qty-btn-group:not(.disabled):hover .atc-select,
  .atc-qty-btn-group:not(.disabled):hover .btn {
    box-shadow: 0 2px 4px rgba(17, 17, 17, 0.16); }
  .atc-qty-btn-group:not(.disabled):focus .atc-select,
  .atc-qty-btn-group:not(.disabled):focus .in-cart.btn-primary,
  .atc-qty-btn-group:not(.disabled):focus .exclusive-release-banner .in-cart.btn-exclusive,
  .exclusive-release-banner .atc-qty-btn-group:not(.disabled):focus .in-cart.btn-exclusive, .atc-qty-btn-group:not(.disabled):focus-within .atc-select,
  .atc-qty-btn-group:not(.disabled):focus-within .in-cart.btn-primary,
  .atc-qty-btn-group:not(.disabled):focus-within .exclusive-release-banner .in-cart.btn-exclusive,
  .exclusive-release-banner .atc-qty-btn-group:not(.disabled):focus-within .in-cart.btn-exclusive {
    box-shadow: none;
    outline: 2px solid #0070cc; }
  @media (max-width: 543.98px) {
    .atc-qty-btn-group.limited-size .btn {
      padding-left: 0.125rem;
      padding-right: 0.125rem; }
    .atc-qty-btn-group.limited-size .atc-select {
      padding: 0 7% 0 17%; }
    .atc-qty-btn-group.limited-size .atc-select-arrow {
      left: 9%; } }

.atc-select {
  font-family: "ProximaNovaCond-Bold", sans-serif;
  border: 2px solid #111;
  border-right: 1px solid #fff;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #111;
  color: #fff;
  padding: 0 0.625rem 0 2.3125rem;
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .atc-select.label-lg {
    font-size: 1.125rem; }
    @media (min-width: 1200px) {
      .atc-select.label-lg {
        font-size: 1.25rem; } }
  .atc-select.bulk-purchase-dropdown {
    padding-left: 35px;
    padding-right: 8px; }

.atc-select-arrow {
  height: 0.5625rem;
  width: 0.5625rem;
  filter: invert(1);
  transform: rotate(90deg);
  left: 1.25rem;
  top: calc(50% - 4px); }

/**
  Component - Funko footer styles
**/
/**
  Component - Shared Site footer styles
**/
@media (max-width: 1199.98px) {
  .footer-content {
    padding-bottom: var(--cart-checkout-height) !important; } }

.footer-content .list-social {
  margin-bottom: 0; }
  .footer-content .list-social .svg-symbol {
    width: 1.5625rem;
    height: 1.5625rem; }

.footer-content .social-item {
  width: 2.875rem;
  height: 2.875rem;
  display: inline-block; }
  .footer-content .social-item:hover {
    transform: scale(1.1); }
    .footer-content .social-item:hover .social-facebook {
      filter: invert(35%) sepia(13%) saturate(2378%) hue-rotate(183deg) brightness(90%) contrast(91%); }
    .footer-content .social-item:hover .social-twitter {
      filter: invert(68%) sepia(36%) saturate(7289%) hue-rotate(183deg) brightness(101%) contrast(91%); }
    .footer-content .social-item:hover .social-pinterest {
      filter: invert(17%) sepia(28%) saturate(6680%) hue-rotate(337deg) brightness(108%) contrast(120%); }
    .footer-content .social-item:hover .social-instagram {
      filter: invert(46%) sepia(27%) saturate(6983%) hue-rotate(13deg) brightness(99%) contrast(101%); }
    .footer-content .social-item:hover .social-youtube {
      filter: invert(10%) sepia(100%) saturate(7037%) hue-rotate(357deg) brightness(102%) contrast(110%); }

.footer-content .svg-symbol.flag, .footer-content .svg-symbol.chevron-down {
  width: 1.25rem;
  height: 1.25rem; }

.footer-content .list-footer li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem; }

.footer-content .list-footer a,
.footer-content .list-footer button {
  text-decoration: none;
  letter-spacing: 0.275px;
  text-align: left; }
  .footer-content .list-footer a:hover,
  .footer-content .list-footer button:hover {
    text-decoration: underline; }
  .footer-content .list-footer a img,
  .footer-content .list-footer button img {
    height: 0.9375rem; }

.footer-content .list-footer button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent; }
  .footer-content .list-footer button:focus {
    outline: 2px solid #0070cc; }

.footer-content .country {
  padding-top: 0.125rem;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.3125rem;
  padding-left: 0.4375rem; }

.footer-content {
  background-color: #fff; }
  .footer-content .footer-social {
    height: 7.5rem; }
    .footer-content .footer-social.no-content {
      height: 0.5rem; }
      @media (min-width: 768px) {
        .footer-content .footer-social.no-content {
          height: 0.75rem; } }
    @media (min-width: 768px) {
      .footer-content .footer-social {
        height: 7.75rem; } }
  @media (max-width: 1199.98px) {
    .footer-content .social-item {
      width: 2.75rem;
      height: 2.75rem; } }
  .footer-content .footer-container {
    z-index: 1;
    position: relative; }
  .footer-content .svg-symbol.site-logo {
    width: 9.875rem;
    height: 3.375rem; }
    @media (min-width: 1200px) and (max-width: 1399.98px) {
      .footer-content .svg-symbol.site-logo {
        width: 6.25rem;
        height: 2.1875rem; } }
  .footer-content .list-title {
    font-family: "ProximaNova-Black", sans-serif;
    font-size: 1.375rem;
    line-height: 1; }
    @media (max-width: 1199.98px) {
      .footer-content .list-title {
        font-size: 0.9375rem; } }
  .footer-content .google-play {
    background-image: url(../images/library/fnk-global-sprite.png);
    background-position: -353px 0px;
    width: 125px;
    height: 37px; }
  .footer-content .app-store {
    background-image: url(../images/library/fnk-global-sprite.png);
    background-position: -353px -37px;
    width: 111px;
    height: 37px; }
  .footer-content .list-footer {
    margin-top: 0.5625rem;
    margin-bottom: 1.25rem; }
    .footer-content .list-footer a,
    .footer-content .list-footer button {
      font-size: 0.875rem;
      color: #6c6c6c; }
  .footer-content .footer-freddy {
    background-image: url(../images/library/fnk-global-sprite.png);
    background-position: -287px 0px;
    width: 66px;
    height: 206px;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .footer-content .footer-freddy {
        background-image: url(../images/library/fnk-global-sprite.png);
        background-position: 0px 0px;
        width: 287px;
        height: 422px; } }
  .footer-content .footer-copyright,
  .footer-content .country {
    color: #111;
    font-family: "ProximaNova-Regular", sans-serif; }
  .footer-content .footer-copyright {
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .footer-content .footer-copyright {
        color: #6c6c6c; } }

/**
  Component - Funko Footer Newsletter Signup
**/
.footer-newsletter {
  min-height: 24.125rem; }
  .footer-newsletter .container {
    position: relative; }
  .footer-newsletter .newsletter-char-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -3rem);
    height: auto;
    width: auto;
    max-width: 7.125rem;
    z-index: 0; }
  @media (min-width: 768px) {
    .footer-newsletter {
      min-height: 24.875rem; }
      .footer-newsletter .newsletter-char-img {
        max-width: 9.5625rem;
        transform: translate(-50%, -4.125rem); } }
  .footer-newsletter .alert {
    font-family: "ProximaNova-Medium", sans-serif; }
  @media (min-width: 1400px) {
    .footer-newsletter .newsletter-signup {
      padding-left: 9.6875rem !important;
      padding-right: 9.6875rem !important; } }

/**
  Component - Funko filter styles
**/
/**
  Component - Shared Top Menu Bar styles
**/
.top-menubar-nav {
  position: relative;
  z-index: 2; }
  .top-menubar-nav::after {
    content: '';
    width: 100%;
    border-bottom: 1px solid var(--skin-border-color-1);
    position: absolute;
    bottom: 0;
    left: 0; }
  .top-menubar-nav .all-filter-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  @media (max-width: 1399.98px) {
    .top-menubar-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-menubar-nav .all-filters {
        -ms-flex: 0 0 135px;
            flex: 0 0 135px; } }
  .top-menubar-nav .result-count {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .top-menubar-nav {
      -ms-flex-align: start !important;
          align-items: flex-start !important; } }
  .top-menubar-nav .dropdown-menu {
    position: absolute;
    min-width: calc(100vw - 30px);
    top: 2.3125rem;
    left: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    max-height: 21.25rem;
    overflow: auto;
    transition: height 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .top-menubar-nav .dropdown-menu:not(.show) {
      transition-delay: 0.3s; }
    @media (min-width: 544px) {
      .top-menubar-nav .dropdown-menu {
        min-width: 21.3125rem; } }
  .top-menubar-nav .checkbox-checked,
  .top-menubar-nav .checkbox-unchecked {
    stroke: #111;
    vertical-align: text-bottom; }
  .top-menubar-nav .option-name {
    color: #111; }
    .top-menubar-nav .option-name:hover {
      text-decoration: underline; }
  .top-menubar-nav .expanded-indicator {
    transform: rotate(90deg);
    width: 0.4375rem;
    height: 0.625rem;
    position: relative;
    left: 3px; }
    @media (min-width: 1400px) {
      .top-menubar-nav .expanded-indicator {
        width: 0.625rem;
        height: 0.9375rem;
        left: 0; } }
  .top-menubar-nav .show .expanded-indicator {
    transform: rotate(-90deg); }
  .top-menubar-nav .result-count {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 1199.98px) {
      .top-menubar-nav .result-count {
        font-size: 0.75rem; } }

.top-menubar-nav .dropdown-item:focus {
  outline: 2px solid #0070cc; }

.top-menubar-nav .option-name {
  font-family: "ProximaNova-Regular", sans-serif;
  letter-spacing: 0.65px;
  cursor: pointer; }

.top-menubar-nav .filter-menu-btn,
.top-menubar-nav .all-filter-btn {
  color: var(--skin-main-text-color-1);
  font-size: 0.75rem;
  line-height: 0.88889;
  text-transform: uppercase;
  font-family: "ProximaNova-Black", sans-serif;
  border: 0; }
  .top-menubar-nav .filter-menu-btn:focus,
  .top-menubar-nav .all-filter-btn:focus {
    outline: 2px solid #0070cc; }
  @media (min-width: 768px) {
    .top-menubar-nav .filter-menu-btn,
    .top-menubar-nav .all-filter-btn {
      font-size: 0.9375rem; } }
  @media (min-width: 1400px) {
    .top-menubar-nav .filter-menu-btn,
    .top-menubar-nav .all-filter-btn {
      font-size: 1.125rem; } }

.top-menubar-nav .filter-menu {
  padding-right: 0.9375rem; }
  .top-menubar-nav .filter-menu.show .filter-menu-btn {
    position: relative; }
    .top-menubar-nav .filter-menu.show .filter-menu-btn::after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0.4375rem;
      left: -0.25rem;
      height: 5px;
      background-color: var(--skin-main-text-color-1);
      border: none;
      border-radius: 2.5px; }
      @media (min-width: 1400px) {
        .top-menubar-nav .filter-menu.show .filter-menu-btn::after {
          bottom: 0.3125rem; } }
  @media (min-width: 1200px) {
    .top-menubar-nav .filter-menu {
      padding-right: 1.875rem; } }
  @media (min-width: 1400px) {
    .top-menubar-nav .filter-menu {
      padding-right: 2.5rem; } }

.top-menubar-nav .dropdown-menu {
  top: 2.3125rem;
  min-width: calc(100vw - 48px);
  max-height: 21.25rem;
  border: none; }
  @media (min-width: 544px) {
    .top-menubar-nav .dropdown-menu {
      min-width: 21.3125rem; } }
  @media (min-width: 1400px) {
    .top-menubar-nav .dropdown-menu {
      top: 2.6875rem; } }

/**
  Component - Funko forms styles
**/
/**
  Component - Shared forms styles
**/
.form-control, .shared-form-styles .adyen-checkout__input {
  border: 1px solid #111; }
  .form-control:focus, .shared-form-styles .adyen-checkout__input:focus, .form-control:active, .shared-form-styles .adyen-checkout__input:active {
    border-color: #111; }
  .form-control.is-invalid, .shared-form-styles .is-invalid.adyen-checkout__input {
    border-color: #c92a1d; }
  .form-control::-webkit-input-placeholder, .shared-form-styles .adyen-checkout__input::-webkit-input-placeholder {
    color: #515151;
    font-size: 1.125rem;
    letter-spacing: -0.3px;
    text-transform: capitalize; }
  .form-control:-ms-input-placeholder, .shared-form-styles .adyen-checkout__input:-ms-input-placeholder {
    color: #515151;
    font-size: 1.125rem;
    letter-spacing: -0.3px;
    text-transform: capitalize; }
  .form-control::placeholder, .shared-form-styles .adyen-checkout__input::placeholder {
    color: #515151;
    font-size: 1.125rem;
    letter-spacing: -0.3px;
    text-transform: capitalize; }
  .form-control[disabled]:not(.adyen-checkout__input), .shared-form-styles .adyen-checkout__input[disabled]:not(.adyen-checkout__input) {
    border-color: #d7d7d7;
    color: #515151;
    pointer-events: none;
    background-color: #f3f3f7; }

.error-icon {
  width: 17px;
  height: 17px;
  margin-bottom: 0.1875rem;
  margin-right: 0.1875rem;
  vertical-align: middle; }

.error-badge {
  width: 2.5rem;
  height: 2.5rem; }

.adyen-checkout__error-text,
.coupon-error,
.coupon-not-applied,
.no-applicable-shipping-methods-msg {
  font-size: 0.9375rem !important;
  color: #c92a1d !important; }

.invalid-feedback {
  font-size: 0.9375rem;
  color: #c92a1d;
  letter-spacing: -0.3px;
  margin-top: 0.0625rem; }

.form-control-label {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  text-transform: capitalize; }

.form-group.required .form-control-label::after {
  content: "*";
  content: "*" / "";
  color: #c92a1d; }

@media (max-width: 767.98px) {
  .form-control, .shared-form-styles .adyen-checkout__input {
    font-size: 1rem; } }

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input:checked:disabled ~ .custom-control-label {
  color: #a6a6a6; }
  .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input:checked:disabled ~ .custom-control-label::before {
    border-color: #a6a6a6 !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  outline: 2px solid #0070cc;
  outline-offset: 2px; }

.custom-control-input:checked:not(:disabled) ~ .custom-control-label::before {
  border-color: #111 !important; }

.custom-control-label {
  color: #2d2d2d;
  font-size: 1rem; }
  .custom-control-label::before {
    top: 0.0625rem; }

select.form-control, .shared-form-styles select.adyen-checkout__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.375rem;
  padding: 0.125rem 2.1875rem 0rem 0.9375rem;
  color: #757575;
  border: 1px solid #bfbfbf;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 1.06939C8.75 0.787017 8.62341 0.507469 8.37023 0.29569C7.8801 -0.110925 7.10109 -0.0968058 6.63368 0.329575L4.37454 2.38524L2.1154 0.329575C1.64475 -0.0968058 0.868979 -0.110925 0.37885 0.29569C-0.111279 0.705129 -0.127509 1.38 0.339899 1.80638L3.48517 4.66963C3.71563 4.8814 4.03697 5 4.37454 5C4.70887 5 5.03021 4.8814 5.26391 4.66963L8.40918 1.80638C8.63964 1.60025 8.75 1.33482 8.75 1.06939Z' fill='%236C6C6C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 1.375rem;
  text-overflow: ellipsis; }
  select.form-control.touched, .shared-form-styles select.touched.adyen-checkout__input {
    color: #111 !important; }
  select.form-control:invalid, .shared-form-styles select.adyen-checkout__input:invalid, select.form-control.is-invalid, .shared-form-styles select.is-invalid.adyen-checkout__input {
    background-size: auto; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%); }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #111;
  width: 0.6875rem;
  height: 0.6875rem;
  top: 0.125rem;
  left: -1.3125rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%); }

.custom-checkbox .custom-control-label::before {
  border: 1px solid #111;
  border-radius: 1px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.74637 0.517001L3.21069 6.22876L1.25363 4.20946C1.16099 4.11387 1.01079 4.11387 0.918128 4.20946L0.694479 4.44022C0.60184 4.53581 0.60184 4.69079 0.694479 4.7864L3.04294 7.20956C3.13558 7.30515 3.28579 7.30515 3.37845 7.20956L9.30552 1.09396C9.39816 0.998375 9.39816 0.843391 9.30552 0.747785L9.08185 0.517001C8.98921 0.421416 8.83901 0.421416 8.74637 0.517001Z' fill='%23111111' stroke='%23111111' stroke-width='1'/%3E%3C/svg%3E%0A");
  width: 1.25rem;
  height: 1rem;
  top: 0;
  left: -1.625rem; }

.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::after {
  opacity: 0.3; }

.custom-switch {
  padding-left: 4.5rem;
  margin-top: 0.625rem;
  min-height: 2.1875rem; }
  .custom-switch .custom-control-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 2.1875rem; }
    .custom-switch .custom-control-label::before {
      width: 3.9375rem;
      height: 2.1875rem;
      left: -4.5rem;
      border-radius: 35px; }
    .custom-switch .custom-control-label::after {
      background-color: #fff; }
  .custom-switch .custom-control-input ~ .custom-control-label::after {
    width: 1.6875rem;
    height: 1.6875rem;
    left: -4.25rem;
    top: 0.25rem;
    border-radius: 50%; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    left: -3.1875rem; }

.intl-phone-group.is-invalid .invalid-feedback {
  display: block; }

select.form-control.handle-event-dropdown, .shared-form-styles select.handle-event-dropdown.adyen-checkout__input {
  pointer-events: none;
  background: none; }

.form-control::-webkit-input-placeholder, .shared-form-styles .adyen-checkout__input::-webkit-input-placeholder {
  font-family: "ProximaNova-Regular", sans-serif; }

.form-control:-ms-input-placeholder, .shared-form-styles .adyen-checkout__input:-ms-input-placeholder {
  font-family: "ProximaNova-Regular", sans-serif; }

.form-control::placeholder, .shared-form-styles .adyen-checkout__input::placeholder {
  font-family: "ProximaNova-Regular", sans-serif; }

.form-control-label {
  margin-bottom: 0.375rem; }

.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #bfbfbf !important;
  background-color: #bfbfbf !important; }

.custom-switch .custom-control-input:checked:not(:disabled) ~ .custom-control-label::before {
  border-color: #0070cc !important; }

.funko-form-styles input.form-control:focus, .funko-form-styles .shared-form-styles input.adyen-checkout__input:focus, .shared-form-styles .funko-form-styles input.adyen-checkout__input:focus, .funko-form-styles input.form-control:active, .funko-form-styles .shared-form-styles input.adyen-checkout__input:active, .shared-form-styles .funko-form-styles input.adyen-checkout__input:active {
  transform: translate(-6px, -6px);
  box-shadow: 6px 6px 0 #111; }
  .funko-form-styles input.form-control:focus.is-invalid, .funko-form-styles .shared-form-styles input.adyen-checkout__input:focus.is-invalid, .shared-form-styles .funko-form-styles input.adyen-checkout__input:focus.is-invalid, .funko-form-styles input.form-control:active.is-invalid, .funko-form-styles .shared-form-styles input.adyen-checkout__input:active.is-invalid, .shared-form-styles .funko-form-styles input.adyen-checkout__input:active.is-invalid {
    box-shadow: 6px 6px 0 #c92a1d; }

.funko-form-styles input.form-control[disabled]:focus, .funko-form-styles .shared-form-styles input.adyen-checkout__input[disabled]:focus, .shared-form-styles .funko-form-styles input.adyen-checkout__input[disabled]:focus, .funko-form-styles input.form-control[disabled]:active, .funko-form-styles .shared-form-styles input.adyen-checkout__input[disabled]:active, .shared-form-styles .funko-form-styles input.adyen-checkout__input[disabled]:active, .funko-form-styles input.form-control[readonly]:focus, .funko-form-styles .shared-form-styles input.adyen-checkout__input[readonly]:focus, .shared-form-styles .funko-form-styles input.adyen-checkout__input[readonly]:focus, .funko-form-styles input.form-control[readonly]:active, .funko-form-styles .shared-form-styles input.adyen-checkout__input[readonly]:active, .shared-form-styles .funko-form-styles input.adyen-checkout__input[readonly]:active {
  transform: none;
  box-shadow: none; }

.funko-form-styles .iti__flag-container {
  height: 2.375rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.12s;
  z-index: 1; }

.funko-form-styles .intl-phone-group.is-focused .iti__flag-container {
  transform: translate(-6px, -6px); }

.funko-form-styles select.form-control, .funko-form-styles .shared-form-styles select.adyen-checkout__input, .shared-form-styles .funko-form-styles select.adyen-checkout__input {
  border-color: #111; }

.funko-form-styles .custom-control-label {
  color: #111;
  font-size: 0.875rem;
  letter-spacing: 0.65px; }
  .funko-form-styles .custom-control-label::before {
    top: 0; }

.invalid-feedback {
  font-family: "ProximaNova-Regular", sans-serif;
  margin-top: 0.1875rem; }

.shared-form-styles .custom-control-label {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.28571; }
  .shared-form-styles .custom-control-label::before {
    top: 1px !important; }

.shared-form-styles .form-control-label,
.shared-form-styles .adyen-checkout__label__text {
  font-weight: 400; }

.shared-form-styles .adyen-checkout__label {
  margin-bottom: 0; }

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

/**
  Component - Funko Games Subscription Signup
**/
.game-subscribe-signup {
  z-index: 1; }
  @media (min-width: 1400px) {
    .game-subscribe-signup {
      padding-left: 9.6875rem !important;
      padding-right: 9.6875rem !important; } }

.minicart {
  position: relative; }

.minicart-quantity {
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); }

.minicart-quantity {
  font-size: 0.75rem;
  top: 1.0625rem; }
  @media (min-width: 1200px) {
    .minicart-quantity {
      font-size: 0.875rem;
      top: 1.4375rem; } }

.js-funko-fusion__main-flow {
  width: 100%;
  border-radius: 0.875rem;
  border: 0.25rem solid #fff;
  background: linear-gradient(252.88deg, #985e89 0%, #321041 101.57%); }

.funko-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1200px) {
    .funko-container {
      -ms-flex-direction: row;
          flex-direction: row;
      width: 100%; }
      .funko-container .funko-text-center {
        width: 50%; } }

.funko-png-box {
  padding-right: 1.25rem;
  width: 70%;
  margin: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  @media (min-width: 1200px) {
    .funko-png-box {
      width: 50%;
      min-width: 50%; } }

.funko-text-center {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center; }

.funko-text-center-form {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: left; }
  @media (min-width: 1200px) {
    .funko-text-center-form {
      text-align: center; } }

.funko-step-indicator {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0.625rem;
  -ms-flex-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Dimbo-Regular"; }
  @media (min-width: 1200px) {
    .funko-step-indicator {
      font-size: 2.5rem; } }
  .funko-step-indicator img {
    width: 50%;
    margin: auto;
    display: block; }
    @media (min-width: 1200px) {
      .funko-step-indicator img {
        width: auto; } }

.funko-dialog-btn {
  width: 100%;
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 2rem; }
  @media (min-width: 1200px) {
    .funko-dialog-btn {
      margin-bottom: 0.625rem;
      width: 100%;
      display: block;
      padding: 0; } }
  @media (min-width: 1200px) {
    .funko-step1 .funko-dialog-btn {
      width: 60%; } }

.btn-funko {
  background-color: #000;
  width: 100%;
  margin: 0.625rem;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
  font-family: "Dimbo-Regular";
  font-size: 1.25rem;
  text-transform: capitalize; }
  @media (min-width: 1200px) {
    .btn-funko {
      font-size: 2rem; } }

.btn-funko:hover {
  background-color: #0070cc;
  color: #fff; }

.btn-optionbox-funko:hover {
  background-color: #0070cc;
  color: #fff; }

.funko-checkCode-form {
  width: 100%; }
  @media (min-width: 1200px) {
    .funko-checkCode-form {
      width: 40%; } }

.form-label {
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.5rem;
  font-family: "Dimbo-Regular"; }

.redeem-form-container .form-label {
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.6875rem;
  font-family: "ProximaNova-Bold"; }

.form-control, .shared-form-styles .adyen-checkout__input {
  width: 100%;
  padding: 0.625rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
  box-sizing: border-box; }

.funko-form-error {
  color: #db0000;
  margin-bottom: 0.625rem; }

.funko-dialog.hidden {
  display: none; }

.funko-dialog__content.active {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }

.funko-dialog__content {
  display: none; }

.funko-newcode-btn .btn-check-code {
  font-size: 1.375rem;
  font-family: "Dimbo-Regular";
  text-transform: none; }

.btn-check-code {
  width: 100%;
  background-color: #0070cc;
  color: #fff;
  font-family: "Dimbo-Regular";
  text-transform: capitalize;
  text-align: center;
  border: 0.25rem solid #fff; }
  @media (min-width: 1200px) {
    .btn-check-code {
      margin: 0.625rem;
      font-size: 1.5625rem;
      width: 17.875rem; } }

.btn-check-code:hover {
  background-color: #0070cc;
  color: #fff; }

.btn-back {
  background-color: #6c757d; }

.btn-back:hover {
  background-color: #5a6268; }

.option-box {
  padding: 1rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #fff;
  margin-bottom: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  font-family: "Dimbo-Regular";
  width: 90%; }
  @media (min-width: 1200px) {
    .option-box {
      width: 60%;
      height: 4.375rem;
      font-size: 1.5rem; } }

.funko-platform-options .option-box.disabled,
.funko-region-options .option-box.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
  background-color: #000;
  filter: invert(1);
  border: none; }

.funko-platform-options {
  width: 90%; }
  @media (min-width: 1200px) {
    .funko-platform-options {
      width: 60%; } }
  .funko-platform-options img {
    max-width: 100%; }

.option-box:hover {
  background-color: #e68323;
  border-color: #ccc; }

.option-box.selected {
  background-color: #e68323;
  color: #fff; }

.funko-next-btn {
  opacity: 0.5;
  cursor: not-allowed; }

.funko-next-btn.enabled {
  opacity: 1;
  cursor: pointer; }

.funko-dialog__content-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: "Dimbo-Regular";
  margin-bottom: 0;
  margin-top: 1rem; }
  @media (min-width: 1200px) {
    .funko-dialog__content-title {
      margin-bottom: 1.25rem;
      margin-top: 1.25rem;
      font-size: 2.5rem; } }

.funko-dialog__content-characterName {
  font-size: 1.5625rem;
  font-weight: 400;
  top: center;
  color: #fff;
  font-family: "Dimbo-Regular";
  text-transform: uppercase; }

.funko-character-discount {
  font-size: 1.5625rem;
  font-weight: 400;
  top: center;
  font-family: "Dimbo-Regular";
  text-transform: uppercase;
  color: #3db4f2;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: #111;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.16); }

.coming-soon-text,
.platform-disabled-message,
.region-disabled-message {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 1.25rem 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .coming-soon-text span,
  .platform-disabled-message span,
  .region-disabled-message span {
    padding: 0 0.625rem;
    z-index: 1;
    position: relative; }
  .coming-soon-text::before, .coming-soon-text::after,
  .platform-disabled-message::before,
  .platform-disabled-message::after,
  .region-disabled-message::before,
  .region-disabled-message::after {
    content: "";
    -ms-flex: 1;
        flex: 1;
    border-bottom: 0.0625rem solid #fff;
    margin: 0 0.625rem; }
  .coming-soon-text.hide,
  .platform-disabled-message.hide,
  .region-disabled-message.hide {
    display: none; }

.region-disabled-message {
  width: 90%; }
  @media (min-width: 1200px) {
    .region-disabled-message {
      width: 60%; } }

.btn-optionbox-funko {
  width: 100%;
  margin: 0.625rem;
  background-color: #000;
  color: #fff;
  border-radius: 1.875rem;
  border-color: #fff;
  font-family: "Dimbo-Regular";
  text-transform: capitalize; }
  @media (min-width: 544px) {
    .btn-optionbox-funko {
      width: 75%; } }
  @media (min-width: 1200px) {
    .btn-optionbox-funko {
      width: 18.75rem;
      font-size: 2rem; } }

.redeem-form-container {
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.6875rem;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 544px) {
    .redeem-form-container {
      width: 75%; } }
  @media (min-width: 1200px) {
    .redeem-form-container {
      width: 60%;
      padding: 1.25rem 0; } }

.funko-fusion-container {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background-color: #000;
  background-image: url("/on/demandware.static/-/Sites-FunkoUS-Library/default/vdcd4957a337bff78ddaedd19aaffe0b4d6b81d6a/images/funko/content%2Dasset/funko%2Dfusion/Spiral%20BG.png?version=1,724,064,328,427"); }
  .funko-fusion-container .container {
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1200px) {
      .funko-fusion-container .container {
        -ms-flex-direction: row;
            flex-direction: row;
        max-width: 1920px; } }

.funko-container-image {
  padding: 0; }
  @media (min-width: 1200px) {
    .funko-container-image {
      padding: 0.9375rem;
      width: 50%;
      padding-right: 4.375rem; } }

.funko-character-image {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto; }

@media (min-width: 1200px) {
  .funko-checkCode-main-box {
    width: 50%; } }

.funko-checkCode-form-container {
  text-align: left;
  background-color: #230f3c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 1.25rem;
  padding: 1.25rem; }
  @media (min-width: 544px) {
    .funko-checkCode-form-container {
      margin: 1.25rem; } }
  @media (min-width: 1200px) {
    .funko-checkCode-form-container {
      margin: 3.125rem;
      margin-left: 0;
      padding: 1.875rem 2.5rem; } }

.funko-container-text {
  color: #fff;
  font-weight: bold;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
  width: 100%; }
  @media (min-width: 1200px) {
    .funko-container-text {
      width: 80%; } }
  .funko-container-text.funko-border {
    border-bottom: 0.0625rem solid #fff;
    margin-bottom: 0.625rem; }

.funko-container-checkCodetext {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.7875rem;
  text-align: left; }

.funko-redeem-text .funko-container-text {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-size: 2.5rem;
  font-family: "Dimbo-Regular"; }

.funko-form-text {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.625rem;
  text-align: left;
  font-size: 0.75rem;
  width: 100%;
  padding: 0 2rem; }
  @media (min-width: 544px) {
    .funko-form-text {
      width: 75%; } }
  @media (min-width: 1200px) {
    .funko-form-text {
      width: 60%;
      font-size: 1rem;
      padding: 0 0.3125rem; } }

.funko-text-box {
  margin-bottom: 1.5625rem;
  margin-top: 0.625rem; }

.funko-container-header {
  margin-bottom: 1.25rem; }

.funko-bottom-right {
  text-align: left;
  width: 100%; }
  @media (min-width: 544px) {
    .funko-bottom-right {
      margin-left: 1.875rem; } }
  @media (min-width: 1200px) {
    .funko-bottom-right {
      padding: 0 0 0.9375rem 0.9375rem;
      margin-left: 2.5rem;
      width: 60%; } }

.funko-redeem-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.funko-redeem-main-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1200px) {
    .funko-redeem-main-box {
      -ms-flex-direction: row;
          flex-direction: row; } }

.funko-character-png-box {
  width: 75%;
  text-align: center; }
  .funko-character-png-box .funko-img {
    width: auto;
    height: auto;
    max-width: 17.0625rem; }
  @media (min-width: 544px) {
    .funko-character-png-box .funko-img {
      max-width: 29.625rem; } }
  @media (min-width: 1200px) {
    .funko-character-png-box {
      width: 48%;
      padding-left: 3.75rem; } }

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

.funko-redeem-details {
  width: 90%; }
  @media (min-width: 1200px) {
    .funko-redeem-details {
      width: 52%; } }

.funko-redeem-text-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: left;
      align-items: left;
  gap: 0.3125rem; }

.funko-copy-input {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem; }
  @media (min-width: 1200px) {
    .funko-copy-input {
      width: 40%; } }
  .funko-copy-input .platform-icon {
    position: absolute;
    left: 0.5rem; }
  .funko-copy-input .copy-icon {
    position: absolute;
    right: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s ease; }
  .funko-copy-input .copy-icon:active {
    transform: scale(1.1); }
  .funko-copy-input #funko-copy-code {
    padding-left: 3.375rem;
    padding-right: 2.25rem;
    margin-bottom: 0;
    height: 3rem;
    font-size: 1.125rem;
    font-family: "Dimbo-Regular"; }

.funko-container-header {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.625rem; }

.funko-links {
  display: block;
  margin-bottom: 0.625rem; }
  .funko-links .funko-link {
    color: deepskyblue;
    font-size: 0.6875rem;
    text-decoration: none;
    font-weight: bold;
    display: block; }

.funko-link {
  color: deepskyblue;
  font-size: 0.9375rem;
  text-decoration: none;
  font-weight: bold; }

.funko-link:hover {
  text-decoration: underline;
  color: #fff; }

.funko-popup-box {
  height: 40%;
  padding: 1.25rem; }

.funkofusion-footercontent {
  padding-bottom: 2.5rem; }
  @media (min-width: 544px) {
    .funkofusion-footercontent {
      padding-bottom: 4.6875rem; } }
  @media (min-width: 1200px) {
    .funkofusion-footercontent {
      padding-bottom: 6.25rem; } }
  .funkofusion-footercontent .container {
    max-width: 70rem;
    gap: 3.75rem;
    padding-top: 2.5rem; }

.header-content {
  width: 25rem;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem; }

.funkocontent-body {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 0.625rem;
  gap: 0.75rem;
  padding: 0.625rem;
  color: #fff; }

.cookie-content {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7025rem;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center; }

.cookie-para-content {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 0.93625rem;
  text-align: center; }

.resendEmailModal .form-label {
  color: #000;
  font-family: "Dimbo-Regular"; }

.resendEmailModal .modal-title {
  font-family: "Dimbo-Regular"; }

@media (min-width: 1200px) {
  .resendEmailModal .resendEmailDialog {
    width: 35.375rem; } }

.resendEmailModal .resendEmailDialog .redeem-form-container {
  width: 100%; }
  @media (min-width: 1200px) {
    .resendEmailModal .resendEmailDialog .redeem-form-container {
      width: 65%; } }

.resendEmailModal .resendEmailDialog .form-label {
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "ProximaNova-Regular";
  line-height: 0.6875rem; }

.resendEmailModal .resendEmailDialog .funkoEmail {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem #000 solid;
  margin-bottom: 2.1875rem; }

.resendEmailModal .resendEmailDialog .funkoEmailConfirm {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem #000 solid; }

.resendEmailModal .resendEmailDialog .submit-funko-resend-btn {
  height: 3rem;
  font-size: 1.1875rem;
  font-family: "Dimbo-Regular"; }

.resendEmailModal .resendEmailDialog .funko-dialog-btn {
  height: 3rem;
  width: 100%; }
  @media (min-width: 1200px) {
    .resendEmailModal .resendEmailDialog .funko-dialog-btn {
      width: 85%; } }
  .resendEmailModal .resendEmailDialog .funko-dialog-btn .funko-terms-checkbox .form-label {
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "ProximaNova-Regular";
    line-height: 0.75rem; }
  .resendEmailModal .resendEmailDialog .funko-dialog-btn .funko-terms-checkbox .funkoTermsCheckBox {
    width: 0.9375rem;
    height: 0.9375rem; }
  .resendEmailModal .resendEmailDialog .funko-dialog-btn .funko-terms-checkbox .terms-link {
    color: #111; }

.funko-terms-checkbox .form-label {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "ProximaNova-Regular";
  line-height: 0.75rem; }

.funko-terms-checkbox .funkoTermsCheckBox {
  width: 0.9375rem;
  height: 0.9375rem; }

.funko-terms-checkbox a {
  color: #0070cc; }

.funko-terms-checkbox a.terms-link-redeem {
  color: #111; }

.funko-resend-header {
  font-size: 2.5rem;
  font-weight: 400;
  background-color: #fff; }

.submit-funko-ok-btn {
  width: 15.75rem;
  margin: 0 auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-family: "Dimbo-Regular"; }
  @media (min-width: 1200px) {
    .submit-funko-ok-btn {
      margin-top: 3.75rem; } }

.emailSubmitMsg .modal-title {
  font-size: 2.5rem;
  font-family: "Dimbo-Regular"; }

@media (min-width: 1200px) {
  .emailSubmitMsg .emailSubmitDialog {
    width: 35.375rem; } }

.dimbo-regular {
  font-family: "Dimbo-Regular"; }

.dimbo-regular::-webkit-input-placeholder {
  font-family: "Dimbo-Regular"; }

.dimbo-regular:-ms-input-placeholder {
  font-family: "Dimbo-Regular"; }

.dimbo-regular::placeholder {
  font-family: "Dimbo-Regular"; }

.red-hat-mono-font,
.red-hat-mono-font::-webkit-input-placeholder {
  font-family: "Red Hat Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.red-hat-mono-font,
.red-hat-mono-font:-ms-input-placeholder {
  font-family: "Red Hat Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.red-hat-mono-font,
.red-hat-mono-font::placeholder {
  font-family: "Red Hat Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.funko-error {
  position: relative;
  background: #db0000;
  color: #fff;
  float: right;
  border-radius: 0.6875rem;
  right: 0.625rem; }
  .funko-error .funko-err-btn {
    background: #db0000;
    border: none; }
  .funko-error .funko-close-img {
    border: #db0000;
    background: #db0000;
    height: 1.25rem;
    width: 1.25rem; }
  .funko-error .funko-err-msg {
    padding: 0.625rem; }

.emailError {
  color: #db0000; }

.checkBoxError {
  color: #db0000; }

.formEmailError {
  color: #db0000; }

.formCheckBoxError {
  color: #db0000; }

.firstNameError {
  color: #db0000; }

.lastNameError {
  color: #db0000; }

.resend-email-message {
  color: #111;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 1.875rem; }

.funko-support-link {
  color: #0070cc;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.resend-email-link {
  color: #3ca4f3;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
  @media (min-width: 1200px) {
    .resend-email-link {
      font-size: 1.5rem; } }

.already-redeemed-header {
  color: #fff;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: #db0000;
  font-family: Dimbo-Regular;
  font-size: 1.5rem; }
  @media (min-width: 1200px) {
    .already-redeemed-header {
      font-size: 2.5rem; } }

.already-redeemed-message {
  color: #fff;
  font-family: Dimbo-Regular;
  font-size: 0.9375rem; }
  @media (min-width: 1200px) {
    .already-redeemed-message {
      font-size: 1.5rem; } }

.resend-email-link:hover {
  color: #fff; }

.funko-already-redeemed-container {
  margin-bottom: 2.5rem; }
  @media (min-width: 544px) {
    .funko-already-redeemed-container {
      margin-bottom: 0; } }

@media (min-width: 544px) {
  .funko-toast {
    width: auto !important;
    right: 0; } }

@media (min-width: 1200px) {
  .funko-toast {
    right: 1.875rem; } }

.funko-gradient {
  background: linear-gradient(252.88deg, #985e89 0%, #321041 101.57%); }

/**
  Content Asset - Funko Exclusive Banner styles
**/
/**
  Content Asset - Shared Exclusive Banner styles
**/
.exclusive-release-banner {
  position: relative;
  overflow: hidden; }
  .exclusive-release-banner .content-col {
    padding: 16px 0; }
  .exclusive-release-banner.dark-theme {
    background-color: #111;
    color: var(--color-secondary); }
    .exclusive-release-banner.dark-theme .btn-show-cta:hover, .exclusive-release-banner.dark-theme .btn-show-cta:focus {
      background: none; }
    .exclusive-release-banner.dark-theme .btn-show-cta .carat-right-md-rounded {
      fill: #fff; }
    .exclusive-release-banner.dark-theme .btn-close-banner {
      background-color: var(--color-secondary); }
      .exclusive-release-banner.dark-theme .btn-close-banner:hover, .exclusive-release-banner.dark-theme .btn-close-banner:focus {
        background-color: var(--color-secondary); }
      .exclusive-release-banner.dark-theme .btn-close-banner::before, .exclusive-release-banner.dark-theme .btn-close-banner::after {
        background-color: #111; }
  .exclusive-release-banner.collapsed {
    height: 6.25rem !important; }
    @media (min-width: 1200px) {
      .exclusive-release-banner.collapsed {
        height: 5.5rem !important; } }
    @media (min-width: 768px) {
      .exclusive-release-banner.collapsed .logo-col {
        left: -150px; } }
  .exclusive-release-banner .exclusive-bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat; }
  .exclusive-release-banner .logo-col {
    position: unset;
    height: 100%; }
    @media (min-width: 768px) {
      .exclusive-release-banner .logo-col {
        position: absolute;
        padding-right: 0;
        left: -195px;
        -ms-flex-negative: unset;
            flex-shrink: unset; } }
  .exclusive-release-banner .exclusive-logo-image-wrapper {
    height: 100%; }
  .exclusive-release-banner .exclusive-logo-image {
    width: 88px;
    margin-right: 12px;
    object-fit: cover;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start; }
    @media (min-width: 768px) {
      .exclusive-release-banner .exclusive-logo-image {
        width: unset !important;
        max-height: calc(100%); } }
  .exclusive-release-banner .count-section {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #111;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.14);
    line-height: 1; }
  @media (min-width: 768px) {
    .exclusive-release-banner .btn-exclusive {
      width: auto; } }
  .exclusive-release-banner .slot-body {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .exclusive-release-banner .slot-anchor {
    color: inherit; }
    .exclusive-release-banner .slot-anchor:hover {
      text-decoration: none; }
  .exclusive-release-banner .info-btn {
    --btn-size: 18px;
    --padding: 10px;
    width: 17px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    top: 0;
    right: calc(-1 * calc(var(--btn-size) + var(--padding))); }
    .exclusive-release-banner .info-btn .svg-symbol {
      width: 100%;
      height: 18px;
      vertical-align: top; }
  .exclusive-release-banner .btn-show-cta {
    --btn-size: 32px;
    border-radius: 50%;
    width: var(--btn-size);
    height: var(--btn-size);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0; }
    @media (max-width: 767.98px) {
      .exclusive-release-banner .btn-show-cta {
        margin-right: 40px; } }
    .exclusive-release-banner .btn-show-cta .carat-right-md-rounded {
      --svg-size: 15px;
      fill: #111;
      height: var(--svg-size);
      width: var(--svg-size);
      transform-origin: center;
      transform: rotate(90deg); }
  .exclusive-release-banner .btn-close-banner {
    --btn-size: 32px;
    --offset: 8px;
    position: absolute;
    top: var(--offset);
    right: var(--offset);
    background-color: #111;
    border-radius: 50%;
    width: var(--btn-size);
    height: var(--btn-size);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0; }
    @media (min-width: 1200px) {
      .exclusive-release-banner .btn-close-banner {
        --offset: 30px; } }
    .exclusive-release-banner .btn-close-banner:hover, .exclusive-release-banner .btn-close-banner:focus {
      background-color: #111; }
    .exclusive-release-banner .btn-close-banner::before, .exclusive-release-banner .btn-close-banner::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: center;
      width: 3px;
      height: 17.5px;
      background-color: #fff; }
    .exclusive-release-banner .btn-close-banner::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .exclusive-release-banner .btn-close-banner::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .exclusive-release-banner .collapsed-content {
    display: none; }
  .exclusive-release-banner:not(.collapsed) .btn-show-cta .carat-right-md-rounded {
    transform: rotate(-90deg); }
  .exclusive-release-banner:not(.collapsed) .collapsed-content {
    display: unset; }
    .exclusive-release-banner:not(.collapsed) .collapsed-content:focus {
      box-shadow: none;
      outline: 2px solid #0070cc !important;
      outline-offset: 4px; }
  .exclusive-release-banner:not(.collapsed) .exclusive-logo-image {
    width: 100px; }
  .exclusive-release-banner .exclusive-callout {
    -ms-flex-pack: start;
        justify-content: start; }
    @media (min-width: 768px) {
      .exclusive-release-banner .exclusive-callout {
        -ms-flex-pack: center;
            justify-content: center; } }

.exclusive-release-banner .content-col {
  padding: 14px 0; }

.exclusive-release-banner .exclusive-logo-image {
  margin-right: 0; }
  @media (min-width: 768px) {
    .exclusive-release-banner .exclusive-logo-image {
      margin-right: 28px; } }

.exclusive-banner-eyebrow {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.9375rem; }
  @media (min-width: 1200px) {
    .exclusive-banner-eyebrow {
      font-size: 1.125rem; } }

.exclusive-banner-heading {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.625rem;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .exclusive-banner-heading {
      font-size: 2.375rem; } }

.count-value {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.25rem; }

.count-unit {
  text-transform: uppercase;
  font-size: 0.6875rem; }

/**
  Component - Funko Breadcrumb styles
**/
/**
  Component - Shared Breadcrumb styles
**/
.breadcrumb {
  font-size: 0.75rem; }

.breadcrumb-item,
.breadcrumb-item a {
  color: var(--skin-breadcrumb-color); }

@media (max-width: 1199.98px) {
  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.breadcrumb {
  font-family: "ProximaNova-Regular", sans-serif; }

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: calc(0.25rem - 3px); }

@media (min-width: 1200px) {
  .breadcrumb {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

.info-modal {
  padding: 1.875rem 1.25rem 3.125rem; }
  @media (min-width: 768px) {
    .info-modal {
      padding: 4.125rem 2.25rem; } }

/**
  Component - funko product tile styles
**/
/**
  Component - Shared product tile styles
**/
.loyalty-exclusive-stamp-badge {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 1; }
  .loyalty-exclusive-stamp-badge .availability-badge {
    background-color: #111;
    color: #fff;
    padding: 0.75rem;
    border-radius: 0.5rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-available-qty {
      font-size: 1.0625rem;
      line-height: 1.125rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-month {
      font-size: 1rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-day {
      font-size: 2.375rem; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-divider {
      border-top: 1px solid #fff;
      margin: 2px 0; }
    .loyalty-exclusive-stamp-badge .availability-badge .ss-available-label {
      font-size: 0.75rem;
      margin-top: 0.25rem; }
    .loyalty-exclusive-stamp-badge .availability-badge.active {
      background-color: #0070cc; }
    .loyalty-exclusive-stamp-badge .availability-badge.closed {
      background-color: #6c6c6c; }

.loyalty-exclusive-toast-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #414141;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  z-index: 1; }
  .loyalty-exclusive-toast-message .points-container {
    color: #ffc700;
    font-weight: 700; }

.loyalty-exclusive-toast-message-container .loyalty-exclusive-toast-message {
  margin: 0 10px; }
  @media (max-width: 543.98px) {
    .loyalty-exclusive-toast-message-container .loyalty-exclusive-toast-message {
      margin: 0 -10px; } }

.product-tile-col .loyalty-exclusive-toast-message,
.product-tile-col .loyalty-exclusive-stamp-badge {
  display: none; }
  @media (min-width: 768px) {
    .product-tile-col .loyalty-exclusive-toast-message,
    .product-tile-col .loyalty-exclusive-stamp-badge {
      display: block; } }

.early-access-sold-out {
  color: #da2525; }

.early-access-msg {
  padding: 10px 16px 10px 14px;
  border-radius: 0.625rem;
  background: #fff6d6; }
  @media (min-width: 768px) {
    .early-access-msg {
      max-width: 28.75rem; } }
  .early-access-msg img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem; }
  .early-access-msg span {
    color: #8a6a00;
    font-size: 0.875rem;
    line-height: 1rem; }

.product-grid .product,
.content-grid .product {
  position: relative;
  overflow: hidden;
  height: 100%; }

.product-grid.tiles-simple-style .product,
.content-grid.tiles-simple-style .product {
  box-shadow: none; }

.product-grid.tiles-simple-style .product-tile .tile-body,
.content-grid.tiles-simple-style .product-tile .tile-body {
  text-align: center; }

.product-grid.tiles-simple-style .product-tile .wishlist-link-intile,
.product-grid.tiles-simple-style .product-tile .product-badge,
.product-grid.tiles-simple-style .product-tile .color-swatches,
.product-grid.tiles-simple-style .product-tile .product-license,
.content-grid.tiles-simple-style .product-tile .wishlist-link-intile,
.content-grid.tiles-simple-style .product-tile .product-badge,
.content-grid.tiles-simple-style .product-tile .color-swatches,
.content-grid.tiles-simple-style .product-tile .product-license {
  display: none; }

.product-tile {
  height: 100%; }
  .product-tile .image-container {
    aspect-ratio: 1 auto; }
    @supports not (aspect-ratio: 1) {
      .product-tile .image-container::before {
        float: left;
        padding-top: 100%;
        content: ''; }
      .product-tile .image-container::after {
        display: block;
        content: '';
        clear: both; } }
    .product-tile .image-container .tile-image {
      position: absolute;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0.1s; }
    .product-tile .image-container .tile-alt-hover-image {
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .product-tile .image-container .image-link {
      display: block;
      height: 100%;
      position: relative; }
      .product-tile .image-container .image-link:focus {
        outline: none; }
      .product-tile .image-container .image-link:focus::after, .product-tile .image-container .image-link:focus-within::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border-color: transparent;
        outline: 2px solid #0070cc;
        outline-offset: -0.125rem;
        box-shadow: inset 0 0 1px 4px #fff; }
      .product-tile .image-container .image-link .tile-alt-hover-image {
        opacity: 0;
        transform: translateY(-20px) scale(1.2);
        filter: blur(15px); }
      .product-tile .image-container .image-link:hover .tile-main-image, .product-tile .image-container .image-link:focus-within .tile-main-image {
        transition-delay: 0; }
      .product-tile .image-container .image-link:hover .tile-alt-hover-image, .product-tile .image-container .image-link:focus-within .tile-alt-hover-image {
        transition-delay: 0.1s;
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0); }
  .product-tile .image-container .alt-hover-style:hover .tile-main-image,
  .product-tile .image-container .alt-hover-style:focus-within .tile-main-image {
    opacity: 0.01;
    transform: translateY(20px) scale(0.8); }
  .product-tile .image-container .alt-hover-style:focus-within .tile-main-image:focus {
    opacity: 1;
    transform: none; }
    .product-tile .image-container .alt-hover-style:focus-within .tile-main-image:focus + .tile-alt-hover-image {
      opacity: 0;
      transform: translateY(-20px) scale(1.2); }
  .product-tile .wishlist-link-intile {
    top: 0.1875rem;
    right: -0.3125rem; }
    .product-tile .wishlist-link-intile .wishlist,
    .product-tile .wishlist-link-intile .wishlist-filled {
      width: 1.4375rem;
      height: 1.3125rem; }
    .product-tile .wishlist-link-intile .wishlist-filled {
      display: none;
      fill: #da2525; }
    .product-tile .wishlist-link-intile.deselect-wishlist .wishlist {
      display: none; }
    .product-tile .wishlist-link-intile.deselect-wishlist .wishlist-filled {
      display: inline-block; }
    @media (min-width: 768px) {
      .product-tile .wishlist-link-intile {
        top: -0.125rem;
        right: -0.125rem; } }
  .product-tile .notifications {
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: 50%;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
    @media (min-width: 768px) {
      .product-tile .notifications {
        bottom: 60%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .product-tile .tile-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1; }
  .product-tile .product-badge {
    min-height: 1.375rem; }
  .product-tile .special-size-badge,
  .product-tile .chance-of-chase-badge,
  .product-tile .low-stock-badge,
  .product-tile .product-feature-badge,
  .product-tile .loyalty-exclusive-status-msg {
    line-height: 1;
    font-weight: bold; }
  .product-tile .low-stock-badge {
    color: #da2525; }
  .product-tile .special-size-badge,
  .product-tile .loyalty-exclusive-status-msg {
    color: #0070cc; }
  .product-tile .chance-of-chase-badge {
    color: #0070cc; }
  .product-tile .product-feature-badge {
    color: #0070cc; }
  .product-tile .info-btn {
    line-height: 0;
    position: relative;
    top: 0.125rem; }
  .product-tile .svg-symbol.info {
    width: 0.875rem;
    height: 0.875rem; }
  .product-tile .product-license {
    min-height: 1.25rem; }
    @media (min-width: 768px) {
      .product-tile .product-license {
        min-height: 1.375rem; } }
  .product-tile .product-flag {
    top: -1.5625rem;
    transform: rotate(90deg); }
  .product-tile.content-tile .stretched-link {
    outline: none;
    text-decoration: none; }
    .product-tile.content-tile .stretched-link:hover .content-name,
    .product-tile.content-tile .stretched-link:hover .more-content {
      text-decoration: underline; }
    .product-tile.content-tile .stretched-link:focus::after {
      outline: 4px solid #0070cc;
      outline-offset: -4px;
      border-radius: 0.75rem; }
  .product-tile .tile-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .product-tile .tile-spinner .custom-spinner {
      width: 2.5rem;
      height: 2.5rem;
      top: 0; }
      .product-tile .tile-spinner .custom-spinner div {
        transform-origin: 1.25rem 1.25rem; }
        .product-tile .tile-spinner .custom-spinner div::after {
          --size: 8px;
          top: 0;
          left: 1.25rem; }
  .product-tile .hide-cta .viewDetailsTile {
    visibility: hidden; }
  .product-tile .bundle-label {
    color: #db0000; }

.product-grid .product,
.content-grid .product {
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.25);
  border-radius: 8px; }
  @media (min-width: 768px) {
    .product-grid .product,
    .content-grid .product {
      border-radius: 12px; } }

.product-tile {
  color: var(--skin-main-text-color-1); }
  @media (max-width: 543.98px) {
    .product-tile .btn {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  .product-tile .wishlist-link-intile:focus, .product-tile .wishlist-link-intile:focus-within {
    outline: none; }
    .product-tile .wishlist-link-intile:focus .wishlist,
    .product-tile .wishlist-link-intile:focus .wishlist-filled, .product-tile .wishlist-link-intile:focus-within .wishlist,
    .product-tile .wishlist-link-intile:focus-within .wishlist-filled {
      outline: 2px solid #0070cc; }
  .product-tile .wishlist-link-intile .wishlist,
  .product-tile .wishlist-link-intile .wishlist-filled {
    width: 1.4375rem;
    height: 1.3125rem; }
  @media (min-width: 768px) {
    .product-tile .wishlist-link-intile .wishlist,
    .product-tile .wishlist-link-intile .wishlist-filled {
      width: 2rem;
      height: 1.8125rem; } }
  .product-tile .special-size-badge,
  .product-tile .chance-of-chase-badge,
  .product-tile .low-stock-badge,
  .product-tile .product-feature-badge,
  .product-tile .loyalty-exclusive-status-msg {
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 0.625rem;
    letter-spacing: -0.03846em; }
    @media (min-width: 544px) {
      .product-tile .special-size-badge,
      .product-tile .chance-of-chase-badge,
      .product-tile .low-stock-badge,
      .product-tile .product-feature-badge,
      .product-tile .loyalty-exclusive-status-msg {
        font-size: 0.8125rem;
        letter-spacing: 0.02308em; } }
  .product-tile .low-stock-badge {
    margin-bottom: 0.125rem; }
  .product-tile .product-license-style {
    font-size: 0.9375rem;
    line-height: 1.33333;
    letter-spacing: -0.3px;
    font-family: "ProximaNova-Regular", sans-serif; }
    @media (min-width: 768px) {
      .product-tile .product-license-style {
        line-height: 1.1875;
        letter-spacing: -0.28px; } }
  .product-tile .product-name.link {
    font-family: "ProximaNova-Black", sans-serif;
    color: #0b0b0b; }
    .product-tile .product-name.link:hover {
      text-decoration: underline; }
  .product-tile .price {
    font-family: "ProximaNova-Regular", sans-serif; }
  .product-tile .add-to-cart-global,
  .product-tile .viewDetailsTile {
    width: 100%; }
  .product-tile .product-flag {
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .product-tile .product-flag {
        font-size: 1.0625rem; } }
  .product-tile .promotions .content {
    font-size: 0.875rem;
    line-height: 1.28571;
    font-family: "ProximaNova-Bold", sans-serif; }
  .product-tile .in-stock-date-tile {
    font-size: 0.875rem;
    line-height: 1.28571;
    font-family: "ProximaNova-Bold", sans-serif; }
  .product-tile .atc-qty-btn-group {
    height: 2.5rem; }
    .product-tile .atc-qty-btn-group .btn {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  @media (max-width: 543.98px) {
    .product-tile .notified {
      font-size: 0.875rem;
      padding: 0.5rem 0.125rem; } }
  .product-tile .tile-body .drops-at-container {
    text-align: center;
    height: 2.5rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex; }
  .product-tile .tile-body .drops-at {
    font-family: "ProximaNova-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #0070cc;
    max-width: 100px; }
    @media (min-width: 544px) {
      .product-tile .tile-body .drops-at {
        max-width: unset; } }
    @media (min-width: 768px) {
      .product-tile .tile-body .drops-at {
        font-size: 0.875rem; } }
  .product-tile .tile-spinner {
    margin: 0; }
    .product-tile .tile-spinner .custom-spinner {
      left: 50%;
      transform: translate(-50%, 0); }

/**
  Component - funko product tile styles
**/
.content-tile .pdp-link {
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .content-tile .pdp-link {
      margin-bottom: 0.75rem; } }

.content-tile .display-date,
.content-tile .content-name,
.content-tile .more-content-link {
  color: #111; }

.content-tile .display-date {
  font-size: 0.6875rem;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1.81818;
  min-height: 1.25rem; }
  @media (min-width: 1200px) {
    .content-tile .display-date {
      font-size: 0.875rem;
      line-height: 1.42857; } }

.content-tile .content-name {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.15385; }
  @media (min-width: 1400px) {
    .content-tile .content-name {
      font-size: 1.125rem;
      line-height: 1.11111; } }

.content-tile .more-content-link {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.81818; }
  @media (min-width: 1200px) {
    .content-tile .more-content-link {
      font-size: 0.9375rem;
      line-height: 1.33333; } }
  .content-tile .more-content-link .carat-right {
    height: 0.5625rem;
    width: 0.375rem; }

.total-result {
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.33333; }
  @media (min-width: 1200px) {
    .total-result {
      font-size: 1.125rem;
      line-height: 0.88889; } }

/*
  Funko Brand - Toast Component styles
*/
/*
  Shared Toast Component styles
*/
.toast {
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 6px; }
  .toast .toast-body {
    color: #111; }
  .toast.alert-success {
    background-color: #e0ebe3; }
    .toast.alert-success .circle-check {
      filter: invert(54%) sepia(44%) saturate(517%) hue-rotate(71deg) brightness(94%) contrast(88%); }
  .toast.alert-light-gray {
    background-color: #f3f3f7; }
  .toast.alert-secondary {
    background-color: #fff; }
  .toast.alert-gray {
    background-color: #f3f3f7; }
  .toast:not(.show) {
    transform: translateY(15px);
    pointer-events: none; }
  .toast .toast-msg {
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.8125rem; }
  .toast .circle-check {
    padding: 0.125rem;
    width: 1.3125rem;
    height: 1.3125rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background-color: #fff;
    border-radius: 50%; }

.notifications {
  pointer-events: none; }

.toast .toast-body {
  font-family: "ProximaNova-Black", sans-serif; }

.product-tile .toast {
  width: calc(100% - 4px); }

/**
  Component - Funko Badges/Flags styles
**/
/**
    Funko site variables.
    See node_modules/bootstrap/scss/_variables.scss to see a full
        list of customizeable variables.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
/**
  Component - Shared Badges/Flags styles
**/
.crown-icon-container {
  display: none; }
  .crown-icon-container.ultimate {
    display: block; }
    .crown-icon-container.ultimate path {
      fill: #C46218; }
    .crown-icon-container.ultimate circle {
      fill: #fff; }
  .crown-icon-container.mythic {
    display: block; }
    .crown-icon-container.mythic path {
      fill: #1A87A8; }
    .crown-icon-container.mythic circle {
      fill: #fff; }
  .crown-icon-container.grail {
    display: block; }
    .crown-icon-container.grail path {
      fill: #FFA100; }
    .crown-icon-container.grail circle {
      fill: #111; }
  .crown-icon-container.legendary {
    display: block; }
    .crown-icon-container.legendary path {
      fill: #DB337F; }
    .crown-icon-container.legendary circle {
      fill: #fff; }
  .crown-icon-container.royalty {
    display: block; }
    .crown-icon-container.royalty path {
      fill: #040707; }
    .crown-icon-container.royalty circle {
      fill: #fff; }
  .crown-icon-container.ultra {
    display: block; }
    .crown-icon-container.ultra path {
      fill: #018E29; }
    .crown-icon-container.ultra circle {
      fill: #fff; }
  .crown-icon-container.elite {
    display: block; }
    .crown-icon-container.elite path {
      fill: #7B2A90; }
    .crown-icon-container.elite circle {
      fill: #fff; }
  .crown-icon-container.mainline {
    display: block; }
    .crown-icon-container.mainline path {
      fill: #FFFFFF; }
    .crown-icon-container.mainline circle {
      fill: #111; }
  .crown-icon-container.supreme {
    display: block; }
    .crown-icon-container.supreme path {
      fill: #008D94; }
    .crown-icon-container.supreme circle {
      fill: #fff; }
  .crown-icon-container svg {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    left: 17px;
    top: 9px; }
    @media (max-width: 767.98px) {
      .crown-icon-container svg {
        width: 18px;
        height: 18px;
        left: 8px; } }

.product-details-container .crown-icon-container svg {
  left: 8px;
  top: 2px; }

.product-flag {
  text-transform: uppercase;
  color: #fff;
  transform-origin: bottom left;
  padding: 0.125rem 1.6875rem 0.125rem 0.6875rem;
  z-index: 1;
  height: 1.25rem; }
  .product-flag::before, .product-flag::after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% - 1rem);
    background-color: #0074ca; }
  .product-flag::before {
    transform: skewX(30deg); }
  .product-flag::after {
    transform: skewX(-30deg); }
  @media (min-width: 768px) {
    .product-flag {
      height: 1.5rem; } }
  .product-flag.sale-flag::before, .product-flag.sale-flag::after {
    background-color: #da2525; }
  .product-flag.web-exclusive-flag, .product-flag.web.exclusive-flag {
    color: #000; }
    .product-flag.web-exclusive-flag::before, .product-flag.web-exclusive-flag::after, .product-flag.web.exclusive-flag::before, .product-flag.web.exclusive-flag::after {
      background-color: #fcd24f; }
  .product-flag.bundle-flag::before, .product-flag.bundle-flag::after {
    background-color: #008549; }
  .product-flag.ultimate-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.ultimate-flag::before, .product-flag.ultimate-flag::after {
      background-color: #C46218; }
    .product-flag.ultimate-flag::before {
      background: linear-gradient(120deg, #ca4e71 0%, #c26700 24.04%, #5e8901 49.52%, #018c93 74.52%, #7e73c4 100%); }
    .product-flag.ultimate-flag::after {
      background: linear-gradient(60deg, #ca4e71 0%, #c26700 24.04%, #5e8901 49.52%, #018c93 74.52%, #7e73c4 100%); }
  .product-flag.mythic-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.mythic-flag::before, .product-flag.mythic-flag::after {
      background-color: #1A87A8; }
    .product-flag.mythic-flag::before {
      background: linear-gradient(120deg, #1a87a8 0%, #7462aa 100%); }
    .product-flag.mythic-flag::after {
      background: linear-gradient(60deg, #1a87a8 0%, #7462aa 100%); }
  .product-flag.grail-flag {
    padding-left: 36px !important;
    color: #111; }
    .product-flag.grail-flag::before, .product-flag.grail-flag::after {
      background-color: #FFA100; }
  .product-flag.legendary-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.legendary-flag::before, .product-flag.legendary-flag::after {
      background-color: #DB337F; }
  .product-flag.royalty-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.royalty-flag::before, .product-flag.royalty-flag::after {
      background-color: #040707; }
  .product-flag.ultra-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.ultra-flag::before, .product-flag.ultra-flag::after {
      background-color: #018E29; }
  .product-flag.elite-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.elite-flag::before, .product-flag.elite-flag::after {
      background-color: #7B2A90; }
  .product-flag.mainline-flag {
    padding-left: 36px !important;
    color: #111;
    box-shadow: -8px 0 5px -1px; }
    .product-flag.mainline-flag::before, .product-flag.mainline-flag::after {
      background-color: #FFFFFF; }
    .product-flag.mainline-flag::before {
      box-shadow: 0 0 3px 0; }
    .product-flag.mainline-flag::after {
      box-shadow: 2px -12px 5px -4px; }
  .product-flag.supreme-flag {
    padding-left: 36px !important;
    color: #fff; }
    .product-flag.supreme-flag::before, .product-flag.supreme-flag::after {
      background-color: #008D94; }

.product-flag {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.875rem;
  border-radius: 0 0.2rem 0.2rem 0; }
  .product-flag::before, .product-flag::after {
    border-radius: 0 0.2rem 0.2rem 0; }
  @media (min-width: 768px) {
    .product-flag {
      font-size: 1.0625rem; } }

/**
  Component - Add to Cart Modal styles
**/
/**
  Component - Add to Cart Modal styles
**/
.promo-messages {
  padding: 1rem;
  border-radius: 0.5rem; }
  .promo-messages.promo-messages-warning {
    background-color: #ffc7001f; }
  .promo-messages.promo-messages-success {
    background-color: #0085491a; }
  .promo-messages.promo-messages-danger {
    background-color: #db00001a; }
  .promo-messages .promo-active-title {
    color: #008549; }
  .promo-messages .promo-expired-title {
    color: #db0000; }
  .promo-messages .promo-title {
    font-size: 1.25rem; }
  .promo-messages a {
    color: var(--color-primary); }
  .promo-messages .promo-image-container {
    background-color: #ffc700;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem; }
  .promo-messages .promo-description2 {
    margin-top: 0.25rem; }

.three-items-promotion-cart .mxn-promo-container {
  margin: 0 !important; }

.three-items-promotion-cart .promo-messages.promo-messages-success {
  background-color: #76ba9b1a; }

.three-items-promotion-cart .promo-messages .promo-title {
  font-size: 1rem; }

.three-items-promotion-cart .promo-messages .promo-description {
  font-size: 0.875rem; }

.three-items-promotion-cart .promo-messages .promo-description2 {
  display: none; }

.add-to-cart-modal {
  overflow: auto;
  max-height: 90vh; }
  .add-to-cart-modal .atc-header {
    text-align: center; }
    @media (min-width: 768px) {
      .add-to-cart-modal .atc-header {
        text-align: left; } }
  .add-to-cart-modal .tile-main-image {
    display: block;
    margin: 0 auto; }
  .add-to-cart-modal .line-preOrder-restock-date {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #c92a1d;
    margin-top: 0.3125rem; }

.add-to-cart-modal .atc-header {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .add-to-cart-modal .atc-header {
      font-size: 1.125rem; } }

.add-to-cart-modal .tile-main-image {
  padding-right: 100px;
  padding-left: 100px; }
  @media (min-width: 768px) {
    .add-to-cart-modal .tile-main-image {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

.add-to-cart-modal .product-license,
.add-to-cart-modal .price,
.add-to-cart-modal .quantity {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 0.9375rem; }

.add-to-cart-modal .product-name-style {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.125rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .add-to-cart-modal .product-name-style {
      font-size: 1rem; } }

.add-to-cart-modal .line-preOrder-restock-date {
  font-family: "ProximaNova-Bold", sans-serif; }

.add-to-cart-modal .view-cart,
.add-to-cart-modal .continue-shopping {
  width: 212px; }

/**
  Component - Funko variations styles
**/
/**
  Component - Shared variations styles
**/
@media (max-width: 767.98px) {
  .swatchesAttribute .language-attributes .attribute-item {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .swatchesAttribute .language-attributes .language-attribute {
    width: 100%; } }

.swatchesAttribute .size-attribute,
.swatchesAttribute .skinTone-attribute,
.swatchesAttribute .color-attribute {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 100%;
  background-color: #fff;
  position: relative; }
  .swatchesAttribute .size-attribute::before,
  .swatchesAttribute .skinTone-attribute::before,
  .swatchesAttribute .color-attribute::before {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    left: -0.25rem;
    top: -0.25rem;
    border-radius: 100%;
    transition: border-color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  .swatchesAttribute .size-attribute.selected, .swatchesAttribute .size-attribute.unselectable,
  .swatchesAttribute .skinTone-attribute.selected,
  .swatchesAttribute .skinTone-attribute.unselectable,
  .swatchesAttribute .color-attribute.selected,
  .swatchesAttribute .color-attribute.unselectable {
    pointer-events: none;
    cursor: default; }
  .swatchesAttribute .size-attribute.unselectable,
  .swatchesAttribute .skinTone-attribute.unselectable,
  .swatchesAttribute .color-attribute.unselectable {
    position: relative;
    border-color: #d2d2d2; }
    .swatchesAttribute .size-attribute.unselectable .swatch-value,
    .swatchesAttribute .skinTone-attribute.unselectable .swatch-value,
    .swatchesAttribute .color-attribute.unselectable .swatch-value {
      opacity: 0.4; }
    .swatchesAttribute .size-attribute.unselectable::before,
    .swatchesAttribute .skinTone-attribute.unselectable::before,
    .swatchesAttribute .color-attribute.unselectable::before {
      content: '';
      background-color: #d2d2d2;
      position: absolute;
      width: 1px;
      transform: translate(-50%, -50%) rotate(-45deg);
      height: 100%;
      left: 1.25rem;
      z-index: 1;
      top: 50%;
      left: 50%;
      border-radius: 0;
      border: 0; }
  .swatchesAttribute .size-attribute:hover::before, .swatchesAttribute .size-attribute.selected::before,
  .swatchesAttribute .skinTone-attribute:hover::before,
  .swatchesAttribute .skinTone-attribute.selected::before,
  .swatchesAttribute .color-attribute:hover::before,
  .swatchesAttribute .color-attribute.selected::before {
    border-color: #111; }
  @media (min-width: 1200px) {
    .swatchesAttribute .size-attribute,
    .swatchesAttribute .skinTone-attribute,
    .swatchesAttribute .color-attribute {
      width: 2.5rem;
      height: 2.5rem; } }

.swatchesAttribute .size-attribute {
  color: #111;
  border: 1px solid #111; }

.swatchesAttribute .skinTone-attribute {
  color: #111;
  border: 1px solid #111; }

.swatchesAttribute .color-attribute {
  border: 0;
  padding: 0; }
  .swatchesAttribute .color-attribute .swatch-circle {
    border-radius: 100%;
    overflow: hidden; }

.swatchesAttribute .swatch-value {
  background-size: cover; }

.swatchesAttribute .language-attribute {
  height: 2.5rem;
  color: #111;
  background-color: transparent;
  margin: 0.25rem 0;
  position: relative;
  border: none;
  padding: 0 1.5625rem;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .swatchesAttribute .language-attribute .language-value {
    z-index: 1; }
  .swatchesAttribute .language-attribute::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    z-index: 0;
    border: 1px solid #111; }
  .swatchesAttribute .language-attribute.selected {
    border: 1px solid #111;
    color: #fff; }
    .swatchesAttribute .language-attribute.selected::after {
      background-color: #111; }
  .swatchesAttribute .language-attribute .swatch-rectangle {
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    .swatchesAttribute .language-attribute {
      -ms-flex-positive: 0;
          flex-grow: 0; } }

.swatchesAttribute .select-variation-label {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.3px;
  font-family: "ProximaNova-Medium", sans-serif; }

.swatchesAttribute .size-attribute::before,
.swatchesAttribute .color-attribute::before {
  border: 1px solid transparent; }

.swatchesAttribute .size-attribute.selected {
  background-color: #111;
  color: #fff; }

.swatchesAttribute .swatch-value {
  font-family: "ProximaNova-Regular", sans-serif;
  letter-spacing: 0.2px; }
  @media (max-width: 1199.98px) {
    .swatchesAttribute .swatch-value {
      font-size: 0.8125rem; } }

/**
  Component - Funko pricing styles
**/
/**
  Component - Shared pricing styles
**/
.price .price-container .del {
  color: #b4b4b4;
  margin-right: 0.625rem; }
  .price .price-container .del ~ .sales .discount-percent {
    white-space: nowrap;
    color: #da2525; }

.price {
  font-family: "ProximaNova-Medium", sans-serif; }
  .price .price-container .del + .sales {
    color: #111; }

/**
  Content Asset - Funko Exclusive Hero styles
**/
.exclusive-hero {
  overflow-x: hidden;
  position: relative; }
  .exclusive-hero p {
    font-size: 0.9375rem;
    line-height: calc(17 / 15); }
  .exclusive-hero .exclusive-hero-product {
    display: block;
    max-width: 15.625rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    z-index: 1; }
  .exclusive-hero .exclusive-hero-content {
    -ms-flex: 1 0 58%;
        flex: 1 0 58%; }
  @media (max-width: 767.98px) {
    .exclusive-hero .btn {
      display: block; } }

@media (min-width: 768px) {
  .exclusive-hero {
    overflow: visible;
    height: 16.625rem; }
    .exclusive-hero .exclusive-hero-content {
      -ms-flex: 0 0 54%;
          flex: 0 0 54%; }
    .exclusive-hero .h2 {
      font-size: 2.375rem; }
    .exclusive-hero .exclusive-hero-product {
      width: auto;
      max-width: none;
      -ms-flex-item-align: end;
          align-self: flex-end;
      max-height: calc(100% + 11px);
      height: 100%; } }

@media (min-width: 1200px) {
  .exclusive-hero .exclusive-hero-content {
    -ms-flex: 0 0 57%;
        flex: 0 0 57%; }
  .exclusive-hero p {
    font-size: 1.25rem;
    line-height: calc(24 / 20); } }

/**
  Component - Shared Badges/Flags styles
**/
/**
  Component - Shared Bonus Product Modal styles
**/
.choose-bonus-product-dialog .bonus-modal-header {
  padding: 1.25rem; }

@media (min-width: 1200px) {
  .choose-bonus-product-dialog .modal-body {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.choose-bonus-product-dialog [data-disable=true] {
  opacity: 0.5;
  pointer-events: none; }

.choose-bonus-product-dialog .choice-of-bonus-product.disabled:not([data-disable=true]) .bonus-product-img,
.choose-bonus-product-dialog .choice-of-bonus-product.disabled:not([data-disable=true]) .bonus-product-details {
  opacity: 0.5; }

.choose-bonus-product-dialog .select-bonus-product {
  position: relative;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 26px;
  width: 26px; }
  .choose-bonus-product-dialog .select-bonus-product.disabled {
    opacity: 0.5; }
  .choose-bonus-product-dialog .select-bonus-product::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
    content: "";
    border-width: 2px;
    border-style: solid;
    border-radius: 4px; }
  .choose-bonus-product-dialog .select-bonus-product::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 26px;
    width: 26px;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.choose-bonus-product-dialog .product-quickview .line-item-image {
  max-width: 4.6875rem; }
  @media (min-width: 544px) {
    .choose-bonus-product-dialog .product-quickview .line-item-image {
      max-width: 6.25rem; } }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .product-quickview .line-item-image {
      max-width: 9.375rem; } }

.choose-bonus-product-dialog .swatchesAttribute .size-attribute,
.choose-bonus-product-dialog .swatchesAttribute .color-attribute {
  height: 2rem;
  width: 2rem; }

.choose-bonus-product-dialog .modal-footer {
  display: none; }
  .choose-bonus-product-dialog .modal-footer.show {
    display: block; }

@media (min-width: 768px) {
  .choose-bonus-product-dialog .bonus-summary {
    position: absolute;
    left: 0; } }

.choose-bonus-product-dialog .add-bonus-products {
  padding: 0.625rem 2.5rem 0.6875rem; }

.choose-bonus-product-dialog .bonus-modal-header {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase; }

.choose-bonus-product-dialog .choice-of-bonus-product:last-of-type {
  margin-bottom: 0.9375rem; }

.choose-bonus-product-dialog .custom-bonus-checkbox {
  margin-top: 0.9375rem; }

.choose-bonus-product-dialog .select-bonus-product.checked::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0711 1.35484L5.09903 10.6123L1.92708 7.33949C1.77693 7.18457 1.53348 7.18457 1.3833 7.33949L1.02081 7.71351C0.870666 7.86843 0.870666 8.11963 1.02081 8.27458L4.82716 12.202C4.9773 12.3569 5.22076 12.3569 5.37093 12.202L14.9774 2.28996C15.1276 2.13504 15.1276 1.88384 14.9774 1.72889L14.6149 1.35484C14.4647 1.19992 14.2213 1.19992 14.0711 1.35484Z' fill='%230070CC' stroke='%230070CC' stroke-width='1'/%3E%3C/svg%3E%0A"); }

.choose-bonus-product-dialog .select-bonus-product::before {
  border-color: #0070cc; }

.choose-bonus-product-dialog .product-license {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-top: 0.9375rem; }

.choose-bonus-product-dialog .product-name {
  font-family: "ProximaNova-Black", sans-serif;
  margin-top: 0.3125rem; }

.choose-bonus-product-dialog .bonus-quantity {
  font-size: 0.9375rem;
  margin-top: 1.25rem; }

.choose-bonus-product-dialog .swatchesAttribute {
  font-size: 0.8125rem;
  margin-top: 0.3125rem; }
  .choose-bonus-product-dialog .swatchesAttribute .size-value {
    margin-top: 1px;
    margin-left: 1px; }

.choose-bonus-product-dialog .select-variation-label {
  font-size: 0.875rem; }

.choose-bonus-product-dialog .modal-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #f4f4f4; }

.choose-bonus-product-dialog .bonus-summary {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.9375rem;
      margin-bottom: 0; } }

/**
  Component - Funko Forgot Password styles
**/
.centered-modal-style .modal-content {
  padding: 2.5rem 1.875rem; }

.centered-modal-style .modal-title {
  font-size: 2.875rem;
  line-height: 1;
  text-align: center; }
  @media (min-width: 544px) {
    .centered-modal-style .modal-title {
      font-size: 3rem; } }

.centered-modal-style .lead {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.3px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-align: center; }
  @media (min-width: 544px) {
    .centered-modal-style .lead {
      padding-left: 1.5625rem;
      padding-right: 1.5625rem; } }

.centered-modal-style .legal {
  font-size: 0.8125rem;
  line-height: 16 / 13;
  font-family: "ProximaNova-Regular", sans-serif; }

.centered-modal-style .form-actions {
  text-align: center;
  margin-top: 2.5rem; }

.centered-modal-style .submit-email-btn {
  min-width: 13.3125rem; }

.centered-modal-style .email-address-label.form-control-label::after {
  content: none; }

.centered-modal-style .required-asterisk {
  color: #c92a1d; }

/**
  Components - Funko Size Chart styles
**/
/**
  Components - Shared Size Chart styles
**/
.size-chart thead th,
.size-chart thead td {
  border-style: solid; }

.size-chart tr + thead .size-chart-heading,
.size-chart tbody + thead .size-chart-heading {
  border-top-width: 2px; }

.size-chart .size-chart-heading {
  border-width: 1px;
  border-style: solid; }

.size-chart .size-chart-property {
  width: 20%; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-property {
      width: 40%; } }

.size-chart .size-chart-value {
  width: 16%; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-value {
      width: 12%; } }

.size-chart thead,
.size-chart th,
.size-chart td {
  border-color: #6c6c6c; }

.size-chart thead:first-child .size-chart-heading {
  border-collapse: separate; }

.size-chart .size-chart-heading {
  font-family: "ProximaNova-Black", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 1.5625rem; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-heading {
      padding: 1.5625rem 1.5625rem 1.25rem;
      font-size: 1.25rem; } }

.size-chart .size-chart-row {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.875rem; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-row {
      font-size: 1.25rem; } }

.size-chart .size-chart-property,
.size-chart .size-chart-property ~ .size {
  padding: 0.9375rem 0.625rem; }

@media (min-width: 1200px) {
  .size-chart .size-chart-property {
    padding: 0.625rem 1.5625rem; } }

.size-chart .size-chart-value {
  padding: 0.625rem; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-value.size {
      padding: 0.625rem; } }

.size-chart .size-chart-tag {
  font-size: 0.9375rem;
  margin-top: 1.25rem; }
  @media (min-width: 1200px) {
    .size-chart .size-chart-tag {
      font-size: 1rem; } }

.funko-app-download-banner {
  position: relative; }
  @media (min-width: 1200px) {
    .funko-app-download-banner {
      min-height: 21.5rem; } }
  .funko-app-download-banner .app-download-banner-content {
    margin: auto; }
    .funko-app-download-banner .app-download-banner-content .funko-app-subtitle {
      font-size: 0.8125rem;
      line-height: 1;
      letter-spacing: 0.3px; }
      @media (min-width: 768px) {
        .funko-app-download-banner .app-download-banner-content .funko-app-subtitle {
          font-family: "ProximaNova-Regular", sans-serif;
          font-size: 0.9375rem;
          line-height: 1; } }
    .funko-app-download-banner .app-download-banner-content .funko-app-download-msg {
      font-size: 0.9375rem;
      line-height: 1.25; }
      @media (min-width: 768px) {
        .funko-app-download-banner .app-download-banner-content .funko-app-download-msg {
          font-size: 1rem;
          line-height: 1.25;
          font-family: "ProximaNova-Regular", sans-serif; } }

/**
  Component - Afterpay Funko styles
**/
/**
  Component - Afterpay shared styles
**/
.after-pay .info {
  width: 0.75rem;
  height: 0.75rem; }

.after-pay .after-pay-logo {
  padding-left: 5px;
  padding-right: 3px;
  max-width: 4.375rem; }

.after-pay {
  font-size: 0.6875rem; }

/**
  Component - Verify Account Modal styles
**/
.verify-account-modal .svg-symbol.info {
  width: 0.75rem;
  height: 0.8125rem;
  margin-left: 0.1875rem;
  vertical-align: bottom; }

.verify-account-modal .verify-account-title {
  font-size: 3rem;
  line-height: 0.83333;
  letter-spacing: -1px;
  color: #111; }
  @media (min-width: 768px) {
    .verify-account-modal .verify-account-title {
      line-height: 1; } }

.verify-account-modal .verify-account-msg {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #111;
  font-family: "ProximaNova-Regular", sans-serif; }

/**
  Component - Onetrust Tracking Modal Funko styles
**/
/**
  Component - Onetrust Tracking Modal Shared styles
**/
#onetrust-consent-sdk #onetrust-banner-sdk {
  width: calc(100% - 30px);
  margin: 0 auto;
  border: none; }
  @media (min-width: 768px) {
    #onetrust-consent-sdk #onetrust-banner-sdk {
      max-width: 730px; } }

#onetrust-consent-sdk .ot-sdk-row {
  background-color: var(--skin-background-color-1);
  color: var(--skin-main-text-color-1); }

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  color: var(--skin-main-text-color-1);
  background-color: var(--skin-primary-color-invert-1); }
  #onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover {
    background-color: var(--skin-button-hover-bg-color);
    opacity: 1; }

#onetrust-consent-sdk #onetrust-group-container #onetrust-policy-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  color: var(--skin-primary-color-1);
  font-family: var(--skin-body-font); }

#onetrust-consent-sdk #onetrust-close-btn-container .banner-close-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  color: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  #onetrust-consent-sdk #onetrust-close-btn-container .banner-close-button:not(:hover) {
    opacity: 0.4; }

#onetrust-pc-sdk,
.onetrust-pc-dark-filter,
#onetrust-banner-sdk {
  animation-duration: 0.24s !important;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important; }

#onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr,
#onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
  max-width: 100%; }
  @media (min-width: 768px) {
    #onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr,
    #onetrust-pc-sdk.ot-ftr-stacked .save-preference-btn-handler,
    #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr {
      margin-left: 15px;
      margin-right: 15px; } }

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button,
#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-subcntr button {
  min-width: 0 !important;
  max-width: 100% !important; }

#ot-sdk-btn-floating {
  display: none !important; }

#onetrust-consent-sdk #onetrust-button-group button {
  text-transform: uppercase;
  margin-top: 0;
  display: inline-block;
  font-family: ProximaNovaCond-Bold, sans-serif;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 24px;
  transition: background-color 0.24s cubic-bezier(0, 0, 0.2, 1), color 0.24s cubic-bezier(0, 0, 0.2, 1); }
  @media (prefers-reduced-motion: reduce) {
    #onetrust-consent-sdk #onetrust-button-group button {
      transition: none; } }
  #onetrust-consent-sdk #onetrust-button-group button:hover {
    color: #212529;
    text-decoration: none; }
  #onetrust-consent-sdk #onetrust-button-group button:focus, #onetrust-consent-sdk #onetrust-button-group button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25); }
  #onetrust-consent-sdk #onetrust-button-group button.disabled, #onetrust-consent-sdk #onetrust-button-group button:disabled {
    opacity: 0.65; }

#onetrust-consent-sdk #onetrust-button-group #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler {
  color: var(--skin-primary-color-invert-1);
  background-color: var(--skin-primary-color-1);
  border: 2px solid transparent;
  border-color: var(--skin-primary-color-1); }
  #onetrust-consent-sdk #onetrust-button-group #onetrust-reject-all-handler:hover,
  #onetrust-consent-sdk #onetrust-button-group #onetrust-accept-btn-handler:hover {
    color: var(--skin-primary-color-1);
    border-color: var(--skin-primary-color-1);
    background-color: var(--skin-primary-color-invert-1);
    opacity: 1; }

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  border: 2px solid transparent; }
  #onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover {
    border-color: var(--skin-primary-color-1);
    opacity: 1; }

#onetrust-consent-sdk #onetrust-close-btn-container .banner-close-button {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;enable-background:new ;%7D%3C/style%3E%3Cpath class='st0' d='M12,0C5.4,0,0,5.4,0,12c0,6.6,5.4,12,12,12c6.6,0,12-5.4,12-12C24,5.4,18.6,0,12,0z M17.8,16.9l-0.9,0.9 c-0.2,0.2-0.6,0.2-0.8,0l-4-4l-4,4c-0.2,0.2-0.6,0.2-0.8,0l-0.9-0.9c-0.2-0.2-0.2-0.6,0-0.8l4-4l-4-4c-0.2-0.2-0.2-0.6,0-0.8 l0.9-0.9c0.2-0.2,0.6-0.2,0.8,0l4,4l4-4c0.2-0.2,0.6-0.2,0.8,0l0.9,0.9c0.2,0.2,0.2,0.6,0,0.8l-4,4l4,4 C18.1,16.3,18.1,16.7,17.8,16.9z'/%3E%3C/svg%3E");
  background-size: 1.5rem; }

.geolocation-modal {
  height: 100vh; }
  .geolocation-modal .modal-dialog {
    max-width: 49.25rem; }
    .geolocation-modal .modal-dialog .globe {
      width: 1.25rem;
      height: 1.25rem; }
    .geolocation-modal .modal-dialog .modal-content {
      border-radius: 0.75rem; }
      .geolocation-modal .modal-dialog .modal-content .flag {
        width: 0.875rem; }
      .geolocation-modal .modal-dialog .modal-content .country-code-flag {
        gap: 0.3125rem; }
    .geolocation-modal .modal-dialog .sub-heading-text {
      font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .geolocation-modal .modal-dialog {
        margin: auto;
        right: 0; }
        .geolocation-modal .modal-dialog .alert-text {
          font-size: 0.9375rem; }
        .geolocation-modal .modal-dialog .modal-actions {
          gap: 0.9375rem; } }
    @media (min-width: 1200px) {
      .geolocation-modal .modal-dialog .current-country {
        margin-right: 8px; } }

.geolocation-country-list-modal {
  z-index: 999999;
  font-size: 1.25rem; }
  .geolocation-country-list-modal .error-icon {
    margin-right: 0.75rem;
    margin-top: 0.125rem; }
  @media (max-width: 767.98px) {
    .geolocation-country-list-modal .h3 {
      text-transform: none;
      font-size: 1.625rem; } }
  @media (max-width: 543.98px) {
    .geolocation-country-list-modal .modal-dialog {
      bottom: -100%;
      right: unset; } }
  .geolocation-country-list-modal.fade.show .modal-dialog {
    right: 0; }
    @media (min-width: 768px) {
      .geolocation-country-list-modal.fade.show .modal-dialog {
        right: 0;
        width: 30.5rem; } }
    @media (max-width: 767.98px) {
      .geolocation-country-list-modal.fade.show .modal-dialog {
        width: 25rem; } }
    @media (max-width: 543.98px) {
      .geolocation-country-list-modal.fade.show .modal-dialog {
        width: 100%;
        bottom: 0; } }
  .geolocation-country-list-modal.fade .modal-dialog {
    transform: translate3d(0%, 0, 0);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (min-width: 544px) {
      .geolocation-country-list-modal.fade .modal-dialog {
        right: -490px; } }
    .geolocation-country-list-modal.fade .modal-dialog .modal-content {
      overflow-y: auto; }
      .geolocation-country-list-modal.fade .modal-dialog .modal-content .search-section .magnify {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -0.3125rem; }
      .geolocation-country-list-modal.fade .modal-dialog .modal-content .selected-country .flag {
        width: 1.1875rem;
        margin-inline: 0.1875rem; }
      .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list {
        border-radius: 1rem; }
        .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list .country-info {
          border: 1px solid transparent;
          cursor: pointer;
          color: #111;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 543.98px) {
            .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list .country-info {
              font-size: 1.125rem; } }
          .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list .country-info .name-symbol-section {
            margin-left: 0.75rem; }
          .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list .country-info:not(:last-child) .name-symbol-section {
            border-bottom: 1px solid #d9d9d9; }
          .geolocation-country-list-modal.fade .modal-dialog .modal-content .country-list .country-info .flag {
            width: 1.25rem; }

.geolocation-modal .modal-dialog .btn-action {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.875rem; }

.alert-text {
  border-radius: 1rem;
  border: 1px solid #ebebf1;
  font-size: 1rem; }

.geolocation-country-list-modal .country-list-header {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "ProximaNova-Medium", sans-serif; }

.geolocation-country-list-modal .country-list {
  background-color: #f3f3f7; }

.geolocation-country-list-modal .country-info {
  font-size: 1.25rem; }
  .geolocation-country-list-modal .country-info .currency-symbol {
    color: #6c6c6c; }
  .geolocation-country-list-modal .country-info:hover {
    background-color: #ebebf0;
    text-decoration: unset; }
  .geolocation-country-list-modal .country-info:focus {
    border: 1px solid var(--skin-inlinelink-color); }
  .geolocation-country-list-modal .country-info:active {
    background-color: var(--skin-inlinelink-color); }
    .geolocation-country-list-modal .country-info:active .name-symbol-section {
      border-color: var(--skin-inlinelink-color) !important; }
    .geolocation-country-list-modal .country-info:active span,
    .geolocation-country-list-modal .country-info:active .currency-symbol {
      color: #fff !important; }

.geolocation-country-list-modal .search-section .search-input {
  border-radius: 99px;
  border: 1px solid #ebebf1;
  height: 48px;
  padding-left: 58px; }

.geolocation-country-list-modal .search-section input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 300;
  margin-left: 12px; }

.custom-toast {
  z-index: 9999;
  height: 3rem;
  transform: translateY(var(--header-visible));
  transition: transform 0.35s cubic-bezier(0, 0, 0.2, 1);
  top: 0; }
  @media (max-width: 767.98px) {
    .custom-toast {
      top: unset;
      bottom: 1rem;
      font-size: 0.875rem;
      left: 50%;
      transform: translateX(-50%); } }
  .custom-toast .toast-body {
    border-radius: 0.5rem;
    font-size: 1.125rem;
    height: 3rem;
    box-shadow: 0 4px 4px 0 rgba(17, 17, 17, 0.25); }
    @media (max-width: 767.98px) {
      .custom-toast .toast-body {
        font-size: 0.875rem;
        border-radius: 0.75rem; } }
    .custom-toast .toast-body.toast-danger {
      background-color: #db0000;
      color: #fff; }
      .custom-toast .toast-body.toast-danger .close-button::before, .custom-toast .toast-body.toast-danger .close-button::after {
        background-color: #db0000; }
    .custom-toast .toast-body.toast-info {
      background-color: #0465c1;
      color: #fff; }
      .custom-toast .toast-body.toast-info .close-button::before, .custom-toast .toast-body.toast-info .close-button::after {
        background-color: #0465c1; }
    .custom-toast .toast-body .undo-link {
      text-decoration: underline;
      cursor: pointer; }
    .custom-toast .toast-body .separator-line {
      border-left: 2px solid #fff;
      margin: 0 16px;
      height: 2rem;
      opacity: 0.5; }
      @media (max-width: 767.98px) {
        .custom-toast .toast-body .separator-line {
          margin: 0 0.75rem; } }
    .custom-toast .toast-body .close-button {
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 50%;
      background-color: #fff;
      right: 0;
      top: 0; }
      .custom-toast .toast-body .close-button::before, .custom-toast .toast-body .close-button::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 10px; }
      .custom-toast .toast-body .close-button::before {
        transform: rotate(45deg); }
      .custom-toast .toast-body .close-button::after {
        transform: rotate(-45deg); }

/**
    Funko site variables.
    See node_modules/bootstrap/scss/_variables.scss to see a full
        list of customizeable variables.
**/
/**
    Core shared variables.
    Set variables here that will be shared among both brands.
**/
.trick-or-treat-modal h5 {
  line-height: 1.3; }

.trick-or-treat-modal .product-wrapper:not(:last-child) {
  border-bottom: 1px solid #d9d9d9; }

.trick-or-treat-modal .product-wrapper .product-image {
  width: 110px; }
  @media (max-width: 767.98px) {
    .trick-or-treat-modal .product-wrapper .product-image {
      width: 90px; } }

.trick-or-treat-modal .product-wrapper.disabled {
  opacity: 0.3; }

.trick-or-treat-modal .product-wrapper .line-item-attributes {
  font-weight: 700; }

.trick-or-treat-modal .modal-footer {
  background: #f4f4f4; }

.trick-or-treat-modal .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px; }
  .trick-or-treat-modal .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0.0625rem;
    width: 0.0625rem; }
    .trick-or-treat-modal .custom-checkbox input:checked {
      background-color: #111; }
    .trick-or-treat-modal .custom-checkbox input:focus + .checkmark {
      outline: 2px solid #0070cc;
      outline-offset: -3px; }
  .trick-or-treat-modal .custom-checkbox input:checked ~ .checkmark::after {
    display: block; }
  .trick-or-treat-modal .custom-checkbox input:checked ~ .checkmark {
    background-color: black; }
  .trick-or-treat-modal .custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    border: 2px solid #111;
    border-radius: 2px; }
    .trick-or-treat-modal .custom-checkbox .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 0;
      width: 9px;
      height: 15px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
    .trick-or-treat-modal .custom-checkbox .checkmark.disabled {
      opacity: 0.5; }

.cart-trick-or-treat-section .cart-trick-or-treat {
  font-family: "ProximaNova-Medium", sans-serif;
  text-decoration: underline; }
  .cart-trick-or-treat-section .cart-trick-or-treat:hover {
    box-shadow: none; }
  .cart-trick-or-treat-section .cart-trick-or-treat:focus {
    background-color: unset; }

.funko-drop-bg {
  box-shadow: 9px 9px 0 #111; }

.funko-drop-bg-small {
  box-shadow: 4px 4px 0 #111; }

.alert-dismissible .close {
  border-radius: 50%; }
  .alert-dismissible .close:hover {
    background-color: #fff; }
    .alert-dismissible .close:hover .modal-close-x {
      filter: invert(1); }

.alert-dismissible.alert-danger .close .modal-close-x {
  filter: invert(27%) sepia(62%) saturate(2865%) hue-rotate(347deg) brightness(79%) contrast(100%); }

.alert-dismissible.alert-blue .close .modal-close-x {
  filter: inherit; }

.font-family-regular {
  font-family: "ProximaNova-Regular", sans-serif !important; }

.font-family-medium {
  font-family: "ProximaNova-Medium", sans-serif !important; }

.font-family-semibold {
  font-family: "ProximaNova-Semibold", sans-serif !important; }

.font-family-bold {
  font-family: "ProximaNova-Bold", sans-serif !important; }

.font-family-black {
  font-family: "ProximaNova-Black", sans-serif !important; }

b,
strong {
  font-family: "ProximaNova-Black", sans-serif;
  font-weight: normal; }

.embedded-messaging .embeddedMessagingFrame {
  z-index: 10000000000; }

/*# sourceMappingURL=fnk-global.css.map*/