pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}div.ap-wrapper {
  outline: none;
  height: 100%;
  display: flex;
  justify-content: center;
}div.ap-wrapper .title-bar {
  display: none;
  top: -78px;
  transition: top 0.15s linear;
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: content-box;
  font-size: 20px;
  line-height: 1em;
  padding: 15px;
  font-family: sans-serif;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}div.ap-wrapper .title-bar img {
  vertical-align: middle;
  height: 48px;
  margin-right: 16px;
}div.ap-wrapper .title-bar a {
  color: white;
  text-decoration: underline;
}div.ap-wrapper .title-bar a:hover {
  text-decoration: none;
}div.ap-wrapper:fullscreen {
  background-color: #000;
  width: 100%;
  align-items: center;
}div.ap-wrapper:fullscreen div.ap-player {
  position: static;
}div.ap-wrapper:fullscreen .title-bar {
  display: inline;
  display: initial;
}div.ap-wrapper:fullscreen.hud .title-bar {
  top: 0;
}div.ap-wrapper div.ap-player {
  text-align: left;
  display: inline-block;
  padding: 0px;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  max-width: 100%;
  border-radius: 4px;
  font-size: 15px;
}pre.ap-terminal {
  box-sizing: content-box;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  display: block;
  white-space: pre;
  word-wrap: normal;
  word-break: normal;
  border-radius: 0;
  border-style: solid;
  cursor: text;
  border-width: 0.75em;
  font-family: Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace, 'Powerline Symbols';
  font-feature-settings: none;
  font-variant-ligatures: none;
}pre.ap-terminal .ap-line {
  letter-spacing: normal;
  overflow: hidden;
}pre.ap-terminal .ap-line span {
  padding: 0;
  display: inline-block;
  height: 100%;
}pre.ap-terminal .ap-line {
  display: block;
  width: 200%;
}pre.ap-terminal .ap-line .ap-cursor-a {
  display: inline-block;
}pre.ap-terminal .ap-line .ap-cursor-b {
  display: none;
  border-radius: 0.05em;
}pre.ap-terminal .ap-line .ap-blink {
  visibility: hidden;
}pre.ap-terminal.ap-cursor .ap-line .ap-cursor-a {
  display: none;
}pre.ap-terminal.ap-cursor .ap-line .ap-cursor-b {
  display: inline-block;
}pre.ap-terminal.ap-blink .ap-line .ap-blink {
  visibility: visible;
}pre.ap-terminal .ap-bright {
  font-weight: bold;
}pre.ap-terminal .ap-faint {
  opacity: 0.5;
}pre.ap-terminal .ap-underline {
  text-decoration: underline;
}pre.ap-terminal .ap-italic {
  font-style: italic;
}pre.ap-terminal .ap-strikethrough {
  text-decoration: line-through;
}div.ap-player div.ap-control-bar {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, #000000 25%, #000000 100%);
  color: #bbb;
  box-sizing: content-box;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 30;
}div.ap-player div.ap-control-bar * {
  box-sizing: inherit;
  font-size: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}div.ap-control-bar svg.ap-icon path {
  fill: #bbb;
}div.ap-control-bar span.ap-playback-button {
  display: block;
  flex: 0 0 auto;
  cursor: pointer;
  height: 12px;
  width: 12px;
  padding: 10px;
}div.ap-control-bar span.ap-playback-button svg {
  height: 12px;
  width: 12px;
}div.ap-control-bar span.ap-timer {
  display: block;
  flex: 0 0 auto;
  min-width: 50px;
  margin: 0 10px;
  height: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 34px;
  cursor: default;
}div.ap-control-bar span.ap-timer span {
  display: inline-block;
  font-size: inherit;
}div.ap-control-bar span.ap-timer .ap-time-remaining {
  display: none;
}div.ap-control-bar span.ap-timer:hover .ap-time-elapsed {
  display: none;
}div.ap-control-bar span.ap-timer:hover .ap-time-remaining {
  display: inline;
}div.ap-control-bar .ap-progressbar {
  display: block;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}div.ap-control-bar .ap-progressbar .ap-bar {
  display: block;
  position: relative;
  cursor: default;
  height: 100%;
  font-size: 0;
}div.ap-control-bar .ap-progressbar .ap-bar .ap-gutter {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #333;
}div.ap-control-bar .ap-progressbar .ap-bar .ap-gutter .ap-gutter-fill {
  display: inline-block;
  height: 100%;
  background-color: #bbb;
  border-radius: 3px;
  z-index: 10;
}div.ap-control-bar.ap-seekable .ap-progressbar .ap-bar {
  cursor: pointer;
}div.ap-control-bar .ap-fullscreen-button {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  padding: 9px;
  cursor: pointer;
}div.ap-control-bar .ap-fullscreen-button svg {
  width: 14px;
  height: 14px;
}div.ap-control-bar .ap-fullscreen-button svg:first-child {
  display: inline;
}div.ap-control-bar .ap-fullscreen-button svg:last-child {
  display: none;
}div.ap-wrapper.ap-hud .ap-control-bar {
  opacity: 1;
}div.ap-wrapper:fullscreen .ap-fullscreen-button svg:first-child {
  display: none;
}div.ap-wrapper:fullscreen .ap-fullscreen-button svg:last-child {
  display: inline;
}span.ap-progressbar span.ap-marker-container {
  display: block;
  top: 0;
  bottom: 0;
  width: 21px;
  position: absolute;
  margin-left: -10px;
  z-index: 9;
}span.ap-marker-container span.ap-marker {
  display: block;
  top: 13px;
  bottom: 12px;
  left: 7px;
  right: 7px;
  background-color: #555;
  position: absolute;
  transition: top 0.1s, bottom 0.1s, left 0.1s, right 0.1s, background-color 0.1s;
  border-radius: 50%;
}span.ap-marker-container span.ap-marker.ap-marker-past {
  background-color: #bbb;
}span.ap-marker-container span.ap-marker:hover,
span.ap-marker-container:hover span.ap-marker {
  background-color: #bbb;
  top: 11px;
  bottom: 10px;
  left: 5px;
  right: 5px;
}span.ap-marker-container span.ap-marker-tooltip {
  visibility: hidden;
  background-color: #333;
  color: #bbb;
  text-align: center;
  padding: 2px 8px 0px 8px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  /* Prevents the text from wrapping and makes sure the tooltip width adapts to the text length */
  font-size: 11px;
  line-height: 2em;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}span.ap-marker-container:hover span.ap-marker-tooltip {
  visibility: visible;
}.ap-player .ap-overlay {
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.ap-player .ap-overlay-start {
  cursor: pointer;
}.ap-player .ap-overlay-start .ap-play-button {
  font-size: 0px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: white;
  height: 80px;
  max-height: 66%;
  margin: auto;
}.ap-player .ap-overlay-start .ap-play-button div {
  height: 100%;
}.ap-player .ap-overlay-start .ap-play-button div span {
  height: 100%;
  display: block;
}.ap-player .ap-overlay-start .ap-play-button div span svg {
  height: 100%;
}.ap-player .ap-overlay-loading .ap-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: ap-loader-rotation 1s linear infinite;
}.ap-player .ap-overlay-offline span {
  font-family: Consolas, Menlo, 'Bitstream Vera Sans Mono', monospace, 'Powerline Symbols';
  font-feature-settings: none;
  font-variant-ligatures: none;
  font-size: 2em;
}.ap-player .ap-overlay-offline span .ap-line {
  letter-spacing: normal;
  overflow: hidden;
}.ap-player .ap-overlay-offline span .ap-line span {
  padding: 0;
  display: inline-block;
  height: 100%;
}.ap-player .ap-overlay-error span {
  font-size: 8em;
}@keyframes ap-loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.ap-terminal .fg-16 {
  color: #000000;
}.ap-terminal .bg-16 {
  background-color: #000000;
}.ap-terminal .fg-17 {
  color: #00005f;
}.ap-terminal .bg-17 {
  background-color: #00005f;
}.ap-terminal .fg-18 {
  color: #000087;
}.ap-terminal .bg-18 {
  background-color: #000087;
}.ap-terminal .fg-19 {
  color: #0000af;
}.ap-terminal .bg-19 {
  background-color: #0000af;
}.ap-terminal .fg-20 {
  color: #0000d7;
}.ap-terminal .bg-20 {
  background-color: #0000d7;
}.ap-terminal .fg-21 {
  color: #0000ff;
}.ap-terminal .bg-21 {
  background-color: #0000ff;
}.ap-terminal .fg-22 {
  color: #005f00;
}.ap-terminal .bg-22 {
  background-color: #005f00;
}.ap-terminal .fg-23 {
  color: #005f5f;
}.ap-terminal .bg-23 {
  background-color: #005f5f;
}.ap-terminal .fg-24 {
  color: #005f87;
}.ap-terminal .bg-24 {
  background-color: #005f87;
}.ap-terminal .fg-25 {
  color: #005faf;
}.ap-terminal .bg-25 {
  background-color: #005faf;
}.ap-terminal .fg-26 {
  color: #005fd7;
}.ap-terminal .bg-26 {
  background-color: #005fd7;
}.ap-terminal .fg-27 {
  color: #005fff;
}.ap-terminal .bg-27 {
  background-color: #005fff;
}.ap-terminal .fg-28 {
  color: #008700;
}.ap-terminal .bg-28 {
  background-color: #008700;
}.ap-terminal .fg-29 {
  color: #00875f;
}.ap-terminal .bg-29 {
  background-color: #00875f;
}.ap-terminal .fg-30 {
  color: #008787;
}.ap-terminal .bg-30 {
  background-color: #008787;
}.ap-terminal .fg-31 {
  color: #0087af;
}.ap-terminal .bg-31 {
  background-color: #0087af;
}.ap-terminal .fg-32 {
  color: #0087d7;
}.ap-terminal .bg-32 {
  background-color: #0087d7;
}.ap-terminal .fg-33 {
  color: #0087ff;
}.ap-terminal .bg-33 {
  background-color: #0087ff;
}.ap-terminal .fg-34 {
  color: #00af00;
}.ap-terminal .bg-34 {
  background-color: #00af00;
}.ap-terminal .fg-35 {
  color: #00af5f;
}.ap-terminal .bg-35 {
  background-color: #00af5f;
}.ap-terminal .fg-36 {
  color: #00af87;
}.ap-terminal .bg-36 {
  background-color: #00af87;
}.ap-terminal .fg-37 {
  color: #00afaf;
}.ap-terminal .bg-37 {
  background-color: #00afaf;
}.ap-terminal .fg-38 {
  color: #00afd7;
}.ap-terminal .bg-38 {
  background-color: #00afd7;
}.ap-terminal .fg-39 {
  color: #00afff;
}.ap-terminal .bg-39 {
  background-color: #00afff;
}.ap-terminal .fg-40 {
  color: #00d700;
}.ap-terminal .bg-40 {
  background-color: #00d700;
}.ap-terminal .fg-41 {
  color: #00d75f;
}.ap-terminal .bg-41 {
  background-color: #00d75f;
}.ap-terminal .fg-42 {
  color: #00d787;
}.ap-terminal .bg-42 {
  background-color: #00d787;
}.ap-terminal .fg-43 {
  color: #00d7af;
}.ap-terminal .bg-43 {
  background-color: #00d7af;
}.ap-terminal .fg-44 {
  color: #00d7d7;
}.ap-terminal .bg-44 {
  background-color: #00d7d7;
}.ap-terminal .fg-45 {
  color: #00d7ff;
}.ap-terminal .bg-45 {
  background-color: #00d7ff;
}.ap-terminal .fg-46 {
  color: #00ff00;
}.ap-terminal .bg-46 {
  background-color: #00ff00;
}.ap-terminal .fg-47 {
  color: #00ff5f;
}.ap-terminal .bg-47 {
  background-color: #00ff5f;
}.ap-terminal .fg-48 {
  color: #00ff87;
}.ap-terminal .bg-48 {
  background-color: #00ff87;
}.ap-terminal .fg-49 {
  color: #00ffaf;
}.ap-terminal .bg-49 {
  background-color: #00ffaf;
}.ap-terminal .fg-50 {
  color: #00ffd7;
}.ap-terminal .bg-50 {
  background-color: #00ffd7;
}.ap-terminal .fg-51 {
  color: #00ffff;
}.ap-terminal .bg-51 {
  background-color: #00ffff;
}.ap-terminal .fg-52 {
  color: #5f0000;
}.ap-terminal .bg-52 {
  background-color: #5f0000;
}.ap-terminal .fg-53 {
  color: #5f005f;
}.ap-terminal .bg-53 {
  background-color: #5f005f;
}.ap-terminal .fg-54 {
  color: #5f0087;
}.ap-terminal .bg-54 {
  background-color: #5f0087;
}.ap-terminal .fg-55 {
  color: #5f00af;
}.ap-terminal .bg-55 {
  background-color: #5f00af;
}.ap-terminal .fg-56 {
  color: #5f00d7;
}.ap-terminal .bg-56 {
  background-color: #5f00d7;
}.ap-terminal .fg-57 {
  color: #5f00ff;
}.ap-terminal .bg-57 {
  background-color: #5f00ff;
}.ap-terminal .fg-58 {
  color: #5f5f00;
}.ap-terminal .bg-58 {
  background-color: #5f5f00;
}.ap-terminal .fg-59 {
  color: #5f5f5f;
}.ap-terminal .bg-59 {
  background-color: #5f5f5f;
}.ap-terminal .fg-60 {
  color: #5f5f87;
}.ap-terminal .bg-60 {
  background-color: #5f5f87;
}.ap-terminal .fg-61 {
  color: #5f5faf;
}.ap-terminal .bg-61 {
  background-color: #5f5faf;
}.ap-terminal .fg-62 {
  color: #5f5fd7;
}.ap-terminal .bg-62 {
  background-color: #5f5fd7;
}.ap-terminal .fg-63 {
  color: #5f5fff;
}.ap-terminal .bg-63 {
  background-color: #5f5fff;
}.ap-terminal .fg-64 {
  color: #5f8700;
}.ap-terminal .bg-64 {
  background-color: #5f8700;
}.ap-terminal .fg-65 {
  color: #5f875f;
}.ap-terminal .bg-65 {
  background-color: #5f875f;
}.ap-terminal .fg-66 {
  color: #5f8787;
}.ap-terminal .bg-66 {
  background-color: #5f8787;
}.ap-terminal .fg-67 {
  color: #5f87af;
}.ap-terminal .bg-67 {
  background-color: #5f87af;
}.ap-terminal .fg-68 {
  color: #5f87d7;
}.ap-terminal .bg-68 {
  background-color: #5f87d7;
}.ap-terminal .fg-69 {
  color: #5f87ff;
}.ap-terminal .bg-69 {
  background-color: #5f87ff;
}.ap-terminal .fg-70 {
  color: #5faf00;
}.ap-terminal .bg-70 {
  background-color: #5faf00;
}.ap-terminal .fg-71 {
  color: #5faf5f;
}.ap-terminal .bg-71 {
  background-color: #5faf5f;
}.ap-terminal .fg-72 {
  color: #5faf87;
}.ap-terminal .bg-72 {
  background-color: #5faf87;
}.ap-terminal .fg-73 {
  color: #5fafaf;
}.ap-terminal .bg-73 {
  background-color: #5fafaf;
}.ap-terminal .fg-74 {
  color: #5fafd7;
}.ap-terminal .bg-74 {
  background-color: #5fafd7;
}.ap-terminal .fg-75 {
  color: #5fafff;
}.ap-terminal .bg-75 {
  background-color: #5fafff;
}.ap-terminal .fg-76 {
  color: #5fd700;
}.ap-terminal .bg-76 {
  background-color: #5fd700;
}.ap-terminal .fg-77 {
  color: #5fd75f;
}.ap-terminal .bg-77 {
  background-color: #5fd75f;
}.ap-terminal .fg-78 {
  color: #5fd787;
}.ap-terminal .bg-78 {
  background-color: #5fd787;
}.ap-terminal .fg-79 {
  color: #5fd7af;
}.ap-terminal .bg-79 {
  background-color: #5fd7af;
}.ap-terminal .fg-80 {
  color: #5fd7d7;
}.ap-terminal .bg-80 {
  background-color: #5fd7d7;
}.ap-terminal .fg-81 {
  color: #5fd7ff;
}.ap-terminal .bg-81 {
  background-color: #5fd7ff;
}.ap-terminal .fg-82 {
  color: #5fff00;
}.ap-terminal .bg-82 {
  background-color: #5fff00;
}.ap-terminal .fg-83 {
  color: #5fff5f;
}.ap-terminal .bg-83 {
  background-color: #5fff5f;
}.ap-terminal .fg-84 {
  color: #5fff87;
}.ap-terminal .bg-84 {
  background-color: #5fff87;
}.ap-terminal .fg-85 {
  color: #5fffaf;
}.ap-terminal .bg-85 {
  background-color: #5fffaf;
}.ap-terminal .fg-86 {
  color: #5fffd7;
}.ap-terminal .bg-86 {
  background-color: #5fffd7;
}.ap-terminal .fg-87 {
  color: #5fffff;
}.ap-terminal .bg-87 {
  background-color: #5fffff;
}.ap-terminal .fg-88 {
  color: #870000;
}.ap-terminal .bg-88 {
  background-color: #870000;
}.ap-terminal .fg-89 {
  color: #87005f;
}.ap-terminal .bg-89 {
  background-color: #87005f;
}.ap-terminal .fg-90 {
  color: #870087;
}.ap-terminal .bg-90 {
  background-color: #870087;
}.ap-terminal .fg-91 {
  color: #8700af;
}.ap-terminal .bg-91 {
  background-color: #8700af;
}.ap-terminal .fg-92 {
  color: #8700d7;
}.ap-terminal .bg-92 {
  background-color: #8700d7;
}.ap-terminal .fg-93 {
  color: #8700ff;
}.ap-terminal .bg-93 {
  background-color: #8700ff;
}.ap-terminal .fg-94 {
  color: #875f00;
}.ap-terminal .bg-94 {
  background-color: #875f00;
}.ap-terminal .fg-95 {
  color: #875f5f;
}.ap-terminal .bg-95 {
  background-color: #875f5f;
}.ap-terminal .fg-96 {
  color: #875f87;
}.ap-terminal .bg-96 {
  background-color: #875f87;
}.ap-terminal .fg-97 {
  color: #875faf;
}.ap-terminal .bg-97 {
  background-color: #875faf;
}.ap-terminal .fg-98 {
  color: #875fd7;
}.ap-terminal .bg-98 {
  background-color: #875fd7;
}.ap-terminal .fg-99 {
  color: #875fff;
}.ap-terminal .bg-99 {
  background-color: #875fff;
}.ap-terminal .fg-100 {
  color: #878700;
}.ap-terminal .bg-100 {
  background-color: #878700;
}.ap-terminal .fg-101 {
  color: #87875f;
}.ap-terminal .bg-101 {
  background-color: #87875f;
}.ap-terminal .fg-102 {
  color: #878787;
}.ap-terminal .bg-102 {
  background-color: #878787;
}.ap-terminal .fg-103 {
  color: #8787af;
}.ap-terminal .bg-103 {
  background-color: #8787af;
}.ap-terminal .fg-104 {
  color: #8787d7;
}.ap-terminal .bg-104 {
  background-color: #8787d7;
}.ap-terminal .fg-105 {
  color: #8787ff;
}.ap-terminal .bg-105 {
  background-color: #8787ff;
}.ap-terminal .fg-106 {
  color: #87af00;
}.ap-terminal .bg-106 {
  background-color: #87af00;
}.ap-terminal .fg-107 {
  color: #87af5f;
}.ap-terminal .bg-107 {
  background-color: #87af5f;
}.ap-terminal .fg-108 {
  color: #87af87;
}.ap-terminal .bg-108 {
  background-color: #87af87;
}.ap-terminal .fg-109 {
  color: #87afaf;
}.ap-terminal .bg-109 {
  background-color: #87afaf;
}.ap-terminal .fg-110 {
  color: #87afd7;
}.ap-terminal .bg-110 {
  background-color: #87afd7;
}.ap-terminal .fg-111 {
  color: #87afff;
}.ap-terminal .bg-111 {
  background-color: #87afff;
}.ap-terminal .fg-112 {
  color: #87d700;
}.ap-terminal .bg-112 {
  background-color: #87d700;
}.ap-terminal .fg-113 {
  color: #87d75f;
}.ap-terminal .bg-113 {
  background-color: #87d75f;
}.ap-terminal .fg-114 {
  color: #87d787;
}.ap-terminal .bg-114 {
  background-color: #87d787;
}.ap-terminal .fg-115 {
  color: #87d7af;
}.ap-terminal .bg-115 {
  background-color: #87d7af;
}.ap-terminal .fg-116 {
  color: #87d7d7;
}.ap-terminal .bg-116 {
  background-color: #87d7d7;
}.ap-terminal .fg-117 {
  color: #87d7ff;
}.ap-terminal .bg-117 {
  background-color: #87d7ff;
}.ap-terminal .fg-118 {
  color: #87ff00;
}.ap-terminal .bg-118 {
  background-color: #87ff00;
}.ap-terminal .fg-119 {
  color: #87ff5f;
}.ap-terminal .bg-119 {
  background-color: #87ff5f;
}.ap-terminal .fg-120 {
  color: #87ff87;
}.ap-terminal .bg-120 {
  background-color: #87ff87;
}.ap-terminal .fg-121 {
  color: #87ffaf;
}.ap-terminal .bg-121 {
  background-color: #87ffaf;
}.ap-terminal .fg-122 {
  color: #87ffd7;
}.ap-terminal .bg-122 {
  background-color: #87ffd7;
}.ap-terminal .fg-123 {
  color: #87ffff;
}.ap-terminal .bg-123 {
  background-color: #87ffff;
}.ap-terminal .fg-124 {
  color: #af0000;
}.ap-terminal .bg-124 {
  background-color: #af0000;
}.ap-terminal .fg-125 {
  color: #af005f;
}.ap-terminal .bg-125 {
  background-color: #af005f;
}.ap-terminal .fg-126 {
  color: #af0087;
}.ap-terminal .bg-126 {
  background-color: #af0087;
}.ap-terminal .fg-127 {
  color: #af00af;
}.ap-terminal .bg-127 {
  background-color: #af00af;
}.ap-terminal .fg-128 {
  color: #af00d7;
}.ap-terminal .bg-128 {
  background-color: #af00d7;
}.ap-terminal .fg-129 {
  color: #af00ff;
}.ap-terminal .bg-129 {
  background-color: #af00ff;
}.ap-terminal .fg-130 {
  color: #af5f00;
}.ap-terminal .bg-130 {
  background-color: #af5f00;
}.ap-terminal .fg-131 {
  color: #af5f5f;
}.ap-terminal .bg-131 {
  background-color: #af5f5f;
}.ap-terminal .fg-132 {
  color: #af5f87;
}.ap-terminal .bg-132 {
  background-color: #af5f87;
}.ap-terminal .fg-133 {
  color: #af5faf;
}.ap-terminal .bg-133 {
  background-color: #af5faf;
}.ap-terminal .fg-134 {
  color: #af5fd7;
}.ap-terminal .bg-134 {
  background-color: #af5fd7;
}.ap-terminal .fg-135 {
  color: #af5fff;
}.ap-terminal .bg-135 {
  background-color: #af5fff;
}.ap-terminal .fg-136 {
  color: #af8700;
}.ap-terminal .bg-136 {
  background-color: #af8700;
}.ap-terminal .fg-137 {
  color: #af875f;
}.ap-terminal .bg-137 {
  background-color: #af875f;
}.ap-terminal .fg-138 {
  color: #af8787;
}.ap-terminal .bg-138 {
  background-color: #af8787;
}.ap-terminal .fg-139 {
  color: #af87af;
}.ap-terminal .bg-139 {
  background-color: #af87af;
}.ap-terminal .fg-140 {
  color: #af87d7;
}.ap-terminal .bg-140 {
  background-color: #af87d7;
}.ap-terminal .fg-141 {
  color: #af87ff;
}.ap-terminal .bg-141 {
  background-color: #af87ff;
}.ap-terminal .fg-142 {
  color: #afaf00;
}.ap-terminal .bg-142 {
  background-color: #afaf00;
}.ap-terminal .fg-143 {
  color: #afaf5f;
}.ap-terminal .bg-143 {
  background-color: #afaf5f;
}.ap-terminal .fg-144 {
  color: #afaf87;
}.ap-terminal .bg-144 {
  background-color: #afaf87;
}.ap-terminal .fg-145 {
  color: #afafaf;
}.ap-terminal .bg-145 {
  background-color: #afafaf;
}.ap-terminal .fg-146 {
  color: #afafd7;
}.ap-terminal .bg-146 {
  background-color: #afafd7;
}.ap-terminal .fg-147 {
  color: #afafff;
}.ap-terminal .bg-147 {
  background-color: #afafff;
}.ap-terminal .fg-148 {
  color: #afd700;
}.ap-terminal .bg-148 {
  background-color: #afd700;
}.ap-terminal .fg-149 {
  color: #afd75f;
}.ap-terminal .bg-149 {
  background-color: #afd75f;
}.ap-terminal .fg-150 {
  color: #afd787;
}.ap-terminal .bg-150 {
  background-color: #afd787;
}.ap-terminal .fg-151 {
  color: #afd7af;
}.ap-terminal .bg-151 {
  background-color: #afd7af;
}.ap-terminal .fg-152 {
  color: #afd7d7;
}.ap-terminal .bg-152 {
  background-color: #afd7d7;
}.ap-terminal .fg-153 {
  color: #afd7ff;
}.ap-terminal .bg-153 {
  background-color: #afd7ff;
}.ap-terminal .fg-154 {
  color: #afff00;
}.ap-terminal .bg-154 {
  background-color: #afff00;
}.ap-terminal .fg-155 {
  color: #afff5f;
}.ap-terminal .bg-155 {
  background-color: #afff5f;
}.ap-terminal .fg-156 {
  color: #afff87;
}.ap-terminal .bg-156 {
  background-color: #afff87;
}.ap-terminal .fg-157 {
  color: #afffaf;
}.ap-terminal .bg-157 {
  background-color: #afffaf;
}.ap-terminal .fg-158 {
  color: #afffd7;
}.ap-terminal .bg-158 {
  background-color: #afffd7;
}.ap-terminal .fg-159 {
  color: #afffff;
}.ap-terminal .bg-159 {
  background-color: #afffff;
}.ap-terminal .fg-160 {
  color: #d70000;
}.ap-terminal .bg-160 {
  background-color: #d70000;
}.ap-terminal .fg-161 {
  color: #d7005f;
}.ap-terminal .bg-161 {
  background-color: #d7005f;
}.ap-terminal .fg-162 {
  color: #d70087;
}.ap-terminal .bg-162 {
  background-color: #d70087;
}.ap-terminal .fg-163 {
  color: #d700af;
}.ap-terminal .bg-163 {
  background-color: #d700af;
}.ap-terminal .fg-164 {
  color: #d700d7;
}.ap-terminal .bg-164 {
  background-color: #d700d7;
}.ap-terminal .fg-165 {
  color: #d700ff;
}.ap-terminal .bg-165 {
  background-color: #d700ff;
}.ap-terminal .fg-166 {
  color: #d75f00;
}.ap-terminal .bg-166 {
  background-color: #d75f00;
}.ap-terminal .fg-167 {
  color: #d75f5f;
}.ap-terminal .bg-167 {
  background-color: #d75f5f;
}.ap-terminal .fg-168 {
  color: #d75f87;
}.ap-terminal .bg-168 {
  background-color: #d75f87;
}.ap-terminal .fg-169 {
  color: #d75faf;
}.ap-terminal .bg-169 {
  background-color: #d75faf;
}.ap-terminal .fg-170 {
  color: #d75fd7;
}.ap-terminal .bg-170 {
  background-color: #d75fd7;
}.ap-terminal .fg-171 {
  color: #d75fff;
}.ap-terminal .bg-171 {
  background-color: #d75fff;
}.ap-terminal .fg-172 {
  color: #d78700;
}.ap-terminal .bg-172 {
  background-color: #d78700;
}.ap-terminal .fg-173 {
  color: #d7875f;
}.ap-terminal .bg-173 {
  background-color: #d7875f;
}.ap-terminal .fg-174 {
  color: #d78787;
}.ap-terminal .bg-174 {
  background-color: #d78787;
}.ap-terminal .fg-175 {
  color: #d787af;
}.ap-terminal .bg-175 {
  background-color: #d787af;
}.ap-terminal .fg-176 {
  color: #d787d7;
}.ap-terminal .bg-176 {
  background-color: #d787d7;
}.ap-terminal .fg-177 {
  color: #d787ff;
}.ap-terminal .bg-177 {
  background-color: #d787ff;
}.ap-terminal .fg-178 {
  color: #d7af00;
}.ap-terminal .bg-178 {
  background-color: #d7af00;
}.ap-terminal .fg-179 {
  color: #d7af5f;
}.ap-terminal .bg-179 {
  background-color: #d7af5f;
}.ap-terminal .fg-180 {
  color: #d7af87;
}.ap-terminal .bg-180 {
  background-color: #d7af87;
}.ap-terminal .fg-181 {
  color: #d7afaf;
}.ap-terminal .bg-181 {
  background-color: #d7afaf;
}.ap-terminal .fg-182 {
  color: #d7afd7;
}.ap-terminal .bg-182 {
  background-color: #d7afd7;
}.ap-terminal .fg-183 {
  color: #d7afff;
}.ap-terminal .bg-183 {
  background-color: #d7afff;
}.ap-terminal .fg-184 {
  color: #d7d700;
}.ap-terminal .bg-184 {
  background-color: #d7d700;
}.ap-terminal .fg-185 {
  color: #d7d75f;
}.ap-terminal .bg-185 {
  background-color: #d7d75f;
}.ap-terminal .fg-186 {
  color: #d7d787;
}.ap-terminal .bg-186 {
  background-color: #d7d787;
}.ap-terminal .fg-187 {
  color: #d7d7af;
}.ap-terminal .bg-187 {
  background-color: #d7d7af;
}.ap-terminal .fg-188 {
  color: #d7d7d7;
}.ap-terminal .bg-188 {
  background-color: #d7d7d7;
}.ap-terminal .fg-189 {
  color: #d7d7ff;
}.ap-terminal .bg-189 {
  background-color: #d7d7ff;
}.ap-terminal .fg-190 {
  color: #d7ff00;
}.ap-terminal .bg-190 {
  background-color: #d7ff00;
}.ap-terminal .fg-191 {
  color: #d7ff5f;
}.ap-terminal .bg-191 {
  background-color: #d7ff5f;
}.ap-terminal .fg-192 {
  color: #d7ff87;
}.ap-terminal .bg-192 {
  background-color: #d7ff87;
}.ap-terminal .fg-193 {
  color: #d7ffaf;
}.ap-terminal .bg-193 {
  background-color: #d7ffaf;
}.ap-terminal .fg-194 {
  color: #d7ffd7;
}.ap-terminal .bg-194 {
  background-color: #d7ffd7;
}.ap-terminal .fg-195 {
  color: #d7ffff;
}.ap-terminal .bg-195 {
  background-color: #d7ffff;
}.ap-terminal .fg-196 {
  color: #ff0000;
}.ap-terminal .bg-196 {
  background-color: #ff0000;
}.ap-terminal .fg-197 {
  color: #ff005f;
}.ap-terminal .bg-197 {
  background-color: #ff005f;
}.ap-terminal .fg-198 {
  color: #ff0087;
}.ap-terminal .bg-198 {
  background-color: #ff0087;
}.ap-terminal .fg-199 {
  color: #ff00af;
}.ap-terminal .bg-199 {
  background-color: #ff00af;
}.ap-terminal .fg-200 {
  color: #ff00d7;
}.ap-terminal .bg-200 {
  background-color: #ff00d7;
}.ap-terminal .fg-201 {
  color: #ff00ff;
}.ap-terminal .bg-201 {
  background-color: #ff00ff;
}.ap-terminal .fg-202 {
  color: #ff5f00;
}.ap-terminal .bg-202 {
  background-color: #ff5f00;
}.ap-terminal .fg-203 {
  color: #ff5f5f;
}.ap-terminal .bg-203 {
  background-color: #ff5f5f;
}.ap-terminal .fg-204 {
  color: #ff5f87;
}.ap-terminal .bg-204 {
  background-color: #ff5f87;
}.ap-terminal .fg-205 {
  color: #ff5faf;
}.ap-terminal .bg-205 {
  background-color: #ff5faf;
}.ap-terminal .fg-206 {
  color: #ff5fd7;
}.ap-terminal .bg-206 {
  background-color: #ff5fd7;
}.ap-terminal .fg-207 {
  color: #ff5fff;
}.ap-terminal .bg-207 {
  background-color: #ff5fff;
}.ap-terminal .fg-208 {
  color: #ff8700;
}.ap-terminal .bg-208 {
  background-color: #ff8700;
}.ap-terminal .fg-209 {
  color: #ff875f;
}.ap-terminal .bg-209 {
  background-color: #ff875f;
}.ap-terminal .fg-210 {
  color: #ff8787;
}.ap-terminal .bg-210 {
  background-color: #ff8787;
}.ap-terminal .fg-211 {
  color: #ff87af;
}.ap-terminal .bg-211 {
  background-color: #ff87af;
}.ap-terminal .fg-212 {
  color: #ff87d7;
}.ap-terminal .bg-212 {
  background-color: #ff87d7;
}.ap-terminal .fg-213 {
  color: #ff87ff;
}.ap-terminal .bg-213 {
  background-color: #ff87ff;
}.ap-terminal .fg-214 {
  color: #ffaf00;
}.ap-terminal .bg-214 {
  background-color: #ffaf00;
}.ap-terminal .fg-215 {
  color: #ffaf5f;
}.ap-terminal .bg-215 {
  background-color: #ffaf5f;
}.ap-terminal .fg-216 {
  color: #ffaf87;
}.ap-terminal .bg-216 {
  background-color: #ffaf87;
}.ap-terminal .fg-217 {
  color: #ffafaf;
}.ap-terminal .bg-217 {
  background-color: #ffafaf;
}.ap-terminal .fg-218 {
  color: #ffafd7;
}.ap-terminal .bg-218 {
  background-color: #ffafd7;
}.ap-terminal .fg-219 {
  color: #ffafff;
}.ap-terminal .bg-219 {
  background-color: #ffafff;
}.ap-terminal .fg-220 {
  color: #ffd700;
}.ap-terminal .bg-220 {
  background-color: #ffd700;
}.ap-terminal .fg-221 {
  color: #ffd75f;
}.ap-terminal .bg-221 {
  background-color: #ffd75f;
}.ap-terminal .fg-222 {
  color: #ffd787;
}.ap-terminal .bg-222 {
  background-color: #ffd787;
}.ap-terminal .fg-223 {
  color: #ffd7af;
}.ap-terminal .bg-223 {
  background-color: #ffd7af;
}.ap-terminal .fg-224 {
  color: #ffd7d7;
}.ap-terminal .bg-224 {
  background-color: #ffd7d7;
}.ap-terminal .fg-225 {
  color: #ffd7ff;
}.ap-terminal .bg-225 {
  background-color: #ffd7ff;
}.ap-terminal .fg-226 {
  color: #ffff00;
}.ap-terminal .bg-226 {
  background-color: #ffff00;
}.ap-terminal .fg-227 {
  color: #ffff5f;
}.ap-terminal .bg-227 {
  background-color: #ffff5f;
}.ap-terminal .fg-228 {
  color: #ffff87;
}.ap-terminal .bg-228 {
  background-color: #ffff87;
}.ap-terminal .fg-229 {
  color: #ffffaf;
}.ap-terminal .bg-229 {
  background-color: #ffffaf;
}.ap-terminal .fg-230 {
  color: #ffffd7;
}.ap-terminal .bg-230 {
  background-color: #ffffd7;
}.ap-terminal .fg-231 {
  color: #ffffff;
}.ap-terminal .bg-231 {
  background-color: #ffffff;
}.ap-terminal .fg-232 {
  color: #080808;
}.ap-terminal .bg-232 {
  background-color: #080808;
}.ap-terminal .fg-233 {
  color: #121212;
}.ap-terminal .bg-233 {
  background-color: #121212;
}.ap-terminal .fg-234 {
  color: #1c1c1c;
}.ap-terminal .bg-234 {
  background-color: #1c1c1c;
}.ap-terminal .fg-235 {
  color: #262626;
}.ap-terminal .bg-235 {
  background-color: #262626;
}.ap-terminal .fg-236 {
  color: #303030;
}.ap-terminal .bg-236 {
  background-color: #303030;
}.ap-terminal .fg-237 {
  color: #3a3a3a;
}.ap-terminal .bg-237 {
  background-color: #3a3a3a;
}.ap-terminal .fg-238 {
  color: #444444;
}.ap-terminal .bg-238 {
  background-color: #444444;
}.ap-terminal .fg-239 {
  color: #4e4e4e;
}.ap-terminal .bg-239 {
  background-color: #4e4e4e;
}.ap-terminal .fg-240 {
  color: #585858;
}.ap-terminal .bg-240 {
  background-color: #585858;
}.ap-terminal .fg-241 {
  color: #626262;
}.ap-terminal .bg-241 {
  background-color: #626262;
}.ap-terminal .fg-242 {
  color: #6c6c6c;
}.ap-terminal .bg-242 {
  background-color: #6c6c6c;
}.ap-terminal .fg-243 {
  color: #767676;
}.ap-terminal .bg-243 {
  background-color: #767676;
}.ap-terminal .fg-244 {
  color: #808080;
}.ap-terminal .bg-244 {
  background-color: #808080;
}.ap-terminal .fg-245 {
  color: #8a8a8a;
}.ap-terminal .bg-245 {
  background-color: #8a8a8a;
}.ap-terminal .fg-246 {
  color: #949494;
}.ap-terminal .bg-246 {
  background-color: #949494;
}.ap-terminal .fg-247 {
  color: #9e9e9e;
}.ap-terminal .bg-247 {
  background-color: #9e9e9e;
}.ap-terminal .fg-248 {
  color: #a8a8a8;
}.ap-terminal .bg-248 {
  background-color: #a8a8a8;
}.ap-terminal .fg-249 {
  color: #b2b2b2;
}.ap-terminal .bg-249 {
  background-color: #b2b2b2;
}.ap-terminal .fg-250 {
  color: #bcbcbc;
}.ap-terminal .bg-250 {
  background-color: #bcbcbc;
}.ap-terminal .fg-251 {
  color: #c6c6c6;
}.ap-terminal .bg-251 {
  background-color: #c6c6c6;
}.ap-terminal .fg-252 {
  color: #d0d0d0;
}.ap-terminal .bg-252 {
  background-color: #d0d0d0;
}.ap-terminal .fg-253 {
  color: #dadada;
}.ap-terminal .bg-253 {
  background-color: #dadada;
}.ap-terminal .fg-254 {
  color: #e4e4e4;
}.ap-terminal .bg-254 {
  background-color: #e4e4e4;
}.ap-terminal .fg-255 {
  color: #eeeeee;
}.ap-terminal .bg-255 {
  background-color: #eeeeee;
}.asciinema-theme-asciinema {
  background-color: #121314;
}.asciinema-theme-asciinema pre.ap-terminal {
  color: #CCCCCC;
  background-color: #121314;
  border-color: #121314;
}.asciinema-theme-asciinema .fg-default {
  color: #CCCCCC;
}.asciinema-theme-asciinema .fg-bg {
  color: #121314;
}.asciinema-theme-asciinema .bg-default {
  background-color: #121314;
}.asciinema-theme-asciinema .bg-fg {
  background-color: #CCCCCC;
}.asciinema-theme-asciinema .fg-0 {
  color: hsl(0, 0%, 0%);
}.asciinema-theme-asciinema .bg-0 {
  background-color: hsl(0, 0%, 0%);
}.asciinema-theme-asciinema .fg-1 {
  color: hsl(343, 70%, 55%);
}.asciinema-theme-asciinema .bg-1 {
  background-color: hsl(343, 70%, 55%);
}.asciinema-theme-asciinema .fg-2 {
  color: hsl(103, 70%, 44%);
}.asciinema-theme-asciinema .bg-2 {
  background-color: hsl(103, 70%, 44%);
}.asciinema-theme-asciinema .fg-3 {
  color: hsl(43, 70%, 55%);
}.asciinema-theme-asciinema .bg-3 {
  background-color: hsl(43, 70%, 55%);
}.asciinema-theme-asciinema .fg-4 {
  color: hsl(193, 70%, 49.5%);
}.asciinema-theme-asciinema .bg-4 {
  background-color: hsl(193, 70%, 49.5%);
}.asciinema-theme-asciinema .fg-5 {
  color: hsl(283, 70%, 60.5%);
}.asciinema-theme-asciinema .bg-5 {
  background-color: hsl(283, 70%, 60.5%);
}.asciinema-theme-asciinema .fg-6 {
  color: hsl(163, 70%, 60.5%);
}.asciinema-theme-asciinema .bg-6 {
  background-color: hsl(163, 70%, 60.5%);
}.asciinema-theme-asciinema .fg-7 {
  color: hsl(0, 0%, 85%);
}.asciinema-theme-asciinema .bg-7 {
  background-color: hsl(0, 0%, 85%);
}.asciinema-theme-asciinema .fg-8 {
  color: hsl(0, 0%, 30%);
}.asciinema-theme-asciinema .bg-8 {
  background-color: hsl(0, 0%, 30%);
}.asciinema-theme-asciinema .fg-9 {
  color: hsl(343, 70%, 55%);
}.asciinema-theme-asciinema .bg-9 {
  background-color: hsl(343, 70%, 55%);
}.asciinema-theme-asciinema .fg-10 {
  color: hsl(103, 70%, 44%);
}.asciinema-theme-asciinema .bg-10 {
  background-color: hsl(103, 70%, 44%);
}.asciinema-theme-asciinema .fg-11 {
  color: hsl(43, 70%, 55%);
}.asciinema-theme-asciinema .bg-11 {
  background-color: hsl(43, 70%, 55%);
}.asciinema-theme-asciinema .fg-12 {
  color: hsl(193, 70%, 49.5%);
}.asciinema-theme-asciinema .bg-12 {
  background-color: hsl(193, 70%, 49.5%);
}.asciinema-theme-asciinema .fg-13 {
  color: hsl(283, 70%, 60.5%);
}.asciinema-theme-asciinema .bg-13 {
  background-color: hsl(283, 70%, 60.5%);
}.asciinema-theme-asciinema .fg-14 {
  color: hsl(163, 70%, 60.5%);
}.asciinema-theme-asciinema .bg-14 {
  background-color: hsl(163, 70%, 60.5%);
}.asciinema-theme-asciinema .fg-15 {
  color: hsl(0, 0%, 100%);
}.asciinema-theme-asciinema .bg-15 {
  background-color: hsl(0, 0%, 100%);
}.asciinema-theme-asciinema .ap-overlay-loading .ap-loader {
  border-color: rgba(204, 204, 204, 0.3) rgba(204, 204, 204, 0.5) rgba(204, 204, 204, 0.7) #cccccc;
}.asciinema-theme-asciinema .fg-8,
.asciinema-theme-asciinema .fg-9,
.asciinema-theme-asciinema .fg-10,
.asciinema-theme-asciinema .fg-11,
.asciinema-theme-asciinema .fg-12,
.asciinema-theme-asciinema .fg-13,
.asciinema-theme-asciinema .fg-14,
.asciinema-theme-asciinema .fg-15 {
  font-weight: bold;
}/*
  Based on Dracula: https://draculatheme.com
 */.asciinema-theme-dracula {
  background-color: #282a36;
}.asciinema-theme-dracula pre.ap-terminal {
  color: #f8f8f2;
  background-color: #282a36;
  border-color: #282a36;
}.asciinema-theme-dracula .fg-default {
  color: #f8f8f2;
}.asciinema-theme-dracula .fg-bg {
  color: #282a36;
}.asciinema-theme-dracula .bg-default {
  background-color: #282a36;
}.asciinema-theme-dracula .bg-fg {
  background-color: #f8f8f2;
}.asciinema-theme-dracula .fg-0 {
  color: #21222c;
}.asciinema-theme-dracula .bg-0 {
  background-color: #21222c;
}.asciinema-theme-dracula .fg-1 {
  color: #ff5555;
}.asciinema-theme-dracula .bg-1 {
  background-color: #ff5555;
}.asciinema-theme-dracula .fg-2 {
  color: #50fa7b;
}.asciinema-theme-dracula .bg-2 {
  background-color: #50fa7b;
}.asciinema-theme-dracula .fg-3 {
  color: #f1fa8c;
}.asciinema-theme-dracula .bg-3 {
  background-color: #f1fa8c;
}.asciinema-theme-dracula .fg-4 {
  color: #bd93f9;
}.asciinema-theme-dracula .bg-4 {
  background-color: #bd93f9;
}.asciinema-theme-dracula .fg-5 {
  color: #ff79c6;
}.asciinema-theme-dracula .bg-5 {
  background-color: #ff79c6;
}.asciinema-theme-dracula .fg-6 {
  color: #8be9fd;
}.asciinema-theme-dracula .bg-6 {
  background-color: #8be9fd;
}.asciinema-theme-dracula .fg-7 {
  color: #f8f8f2;
}.asciinema-theme-dracula .bg-7 {
  background-color: #f8f8f2;
}.asciinema-theme-dracula .fg-8 {
  color: #6272a4;
}.asciinema-theme-dracula .bg-8 {
  background-color: #6272a4;
}.asciinema-theme-dracula .fg-9 {
  color: #ff6e6e;
}.asciinema-theme-dracula .bg-9 {
  background-color: #ff6e6e;
}.asciinema-theme-dracula .fg-10 {
  color: #69ff94;
}.asciinema-theme-dracula .bg-10 {
  background-color: #69ff94;
}.asciinema-theme-dracula .fg-11 {
  color: #ffffa5;
}.asciinema-theme-dracula .bg-11 {
  background-color: #ffffa5;
}.asciinema-theme-dracula .fg-12 {
  color: #d6acff;
}.asciinema-theme-dracula .bg-12 {
  background-color: #d6acff;
}.asciinema-theme-dracula .fg-13 {
  color: #ff92df;
}.asciinema-theme-dracula .bg-13 {
  background-color: #ff92df;
}.asciinema-theme-dracula .fg-14 {
  color: #a4ffff;
}.asciinema-theme-dracula .bg-14 {
  background-color: #a4ffff;
}.asciinema-theme-dracula .fg-15 {
  color: #ffffff;
}.asciinema-theme-dracula .bg-15 {
  background-color: #ffffff;
}.asciinema-theme-dracula .ap-overlay-loading .ap-loader {
  border-color: rgba(248, 248, 242, 0.3) rgba(248, 248, 242, 0.5) rgba(248, 248, 242, 0.7) #f8f8f2;
}.asciinema-theme-dracula .fg-8,
.asciinema-theme-dracula .fg-9,
.asciinema-theme-dracula .fg-10,
.asciinema-theme-dracula .fg-11,
.asciinema-theme-dracula .fg-12,
.asciinema-theme-dracula .fg-13,
.asciinema-theme-dracula .fg-14,
.asciinema-theme-dracula .fg-15 {
  font-weight: bold;
}/* Based on Monokai from base16 collection - https://github.com/chriskempson/base16 */.asciinema-theme-monokai {
  background-color: #272822;
}.asciinema-theme-monokai pre.ap-terminal {
  color: #f8f8f2;
  background-color: #272822;
  border-color: #272822;
}.asciinema-theme-monokai .fg-default {
  color: #f8f8f2;
}.asciinema-theme-monokai .fg-bg {
  color: #272822;
}.asciinema-theme-monokai .bg-default {
  background-color: #272822;
}.asciinema-theme-monokai .bg-fg {
  background-color: #f8f8f2;
}.asciinema-theme-monokai .fg-0 {
  color: #272822;
}.asciinema-theme-monokai .bg-0 {
  background-color: #272822;
}.asciinema-theme-monokai .fg-1 {
  color: #f92672;
}.asciinema-theme-monokai .bg-1 {
  background-color: #f92672;
}.asciinema-theme-monokai .fg-2 {
  color: #a6e22e;
}.asciinema-theme-monokai .bg-2 {
  background-color: #a6e22e;
}.asciinema-theme-monokai .fg-3 {
  color: #f4bf75;
}.asciinema-theme-monokai .bg-3 {
  background-color: #f4bf75;
}.asciinema-theme-monokai .fg-4 {
  color: #66d9ef;
}.asciinema-theme-monokai .bg-4 {
  background-color: #66d9ef;
}.asciinema-theme-monokai .fg-5 {
  color: #ae81ff;
}.asciinema-theme-monokai .bg-5 {
  background-color: #ae81ff;
}.asciinema-theme-monokai .fg-6 {
  color: #a1efe4;
}.asciinema-theme-monokai .bg-6 {
  background-color: #a1efe4;
}.asciinema-theme-monokai .fg-7 {
  color: #f8f8f2;
}.asciinema-theme-monokai .bg-7 {
  background-color: #f8f8f2;
}.asciinema-theme-monokai .fg-8 {
  color: #75715e;
}.asciinema-theme-monokai .bg-8 {
  background-color: #75715e;
}.asciinema-theme-monokai .fg-9 {
  color: #f92672;
}.asciinema-theme-monokai .bg-9 {
  background-color: #f92672;
}.asciinema-theme-monokai .fg-10 {
  color: #a6e22e;
}.asciinema-theme-monokai .bg-10 {
  background-color: #a6e22e;
}.asciinema-theme-monokai .fg-11 {
  color: #f4bf75;
}.asciinema-theme-monokai .bg-11 {
  background-color: #f4bf75;
}.asciinema-theme-monokai .fg-12 {
  color: #66d9ef;
}.asciinema-theme-monokai .bg-12 {
  background-color: #66d9ef;
}.asciinema-theme-monokai .fg-13 {
  color: #ae81ff;
}.asciinema-theme-monokai .bg-13 {
  background-color: #ae81ff;
}.asciinema-theme-monokai .fg-14 {
  color: #a1efe4;
}.asciinema-theme-monokai .bg-14 {
  background-color: #a1efe4;
}.asciinema-theme-monokai .fg-15 {
  color: #f9f8f5;
}.asciinema-theme-monokai .bg-15 {
  background-color: #f9f8f5;
}.asciinema-theme-monokai .ap-overlay-loading .ap-loader {
  border-color: rgba(248, 248, 242, 0.3) rgba(248, 248, 242, 0.5) rgba(248, 248, 242, 0.7) #f8f8f2;
}.asciinema-theme-monokai .fg-8,
.asciinema-theme-monokai .fg-9,
.asciinema-theme-monokai .fg-10,
.asciinema-theme-monokai .fg-11,
.asciinema-theme-monokai .fg-12,
.asciinema-theme-monokai .fg-13,
.asciinema-theme-monokai .fg-14,
.asciinema-theme-monokai .fg-15 {
  font-weight: bold;
}/*
  Based on Nord: https://github.com/arcticicestudio/nord
  Via: https://github.com/neilotoole/asciinema-theme-nord
 */.asciinema-theme-nord {
  background-color: #2E3440;
}.asciinema-theme-nord pre.ap-terminal {
  color: #ECEFF4;
  background-color: #2E3440;
  border-color: #2E3440;
}.asciinema-theme-nord .fg-default {
  color: #ECEFF4;
}.asciinema-theme-nord .fg-bg {
  color: #2E3440;
}.asciinema-theme-nord .bg-default {
  background-color: #2E3440;
}.asciinema-theme-nord .bg-fg {
  background-color: #ECEFF4;
}.asciinema-theme-nord .fg-0 {
  color: #3B4252;
}.asciinema-theme-nord .bg-0 {
  background-color: #3B4252;
}.asciinema-theme-nord .fg-1 {
  color: #BF616A;
}.asciinema-theme-nord .bg-1 {
  background-color: #BF616A;
}.asciinema-theme-nord .fg-2 {
  color: #A3BE8C;
}.asciinema-theme-nord .bg-2 {
  background-color: #A3BE8C;
}.asciinema-theme-nord .fg-3 {
  color: #EBCB8B;
}.asciinema-theme-nord .bg-3 {
  background-color: #EBCB8B;
}.asciinema-theme-nord .fg-4 {
  color: #81A1C1;
}.asciinema-theme-nord .bg-4 {
  background-color: #81A1C1;
}.asciinema-theme-nord .fg-5 {
  color: #B48EAD;
}.asciinema-theme-nord .bg-5 {
  background-color: #B48EAD;
}.asciinema-theme-nord .fg-6 {
  color: #88C0D0;
}.asciinema-theme-nord .bg-6 {
  background-color: #88C0D0;
}.asciinema-theme-nord .fg-7 {
  color: #ECEFF4;
}.asciinema-theme-nord .bg-7 {
  background-color: #ECEFF4;
}.asciinema-theme-nord .fg-8 {
  color: #3B4252;
}.asciinema-theme-nord .bg-8 {
  background-color: #3B4252;
}.asciinema-theme-nord .fg-9 {
  color: #BF616A;
}.asciinema-theme-nord .bg-9 {
  background-color: #BF616A;
}.asciinema-theme-nord .fg-10 {
  color: #A3BE8C;
}.asciinema-theme-nord .bg-10 {
  background-color: #A3BE8C;
}.asciinema-theme-nord .fg-11 {
  color: #EBCB8B;
}.asciinema-theme-nord .bg-11 {
  background-color: #EBCB8B;
}.asciinema-theme-nord .fg-12 {
  color: #81A1C1;
}.asciinema-theme-nord .bg-12 {
  background-color: #81A1C1;
}.asciinema-theme-nord .fg-13 {
  color: #B48EAD;
}.asciinema-theme-nord .bg-13 {
  background-color: #B48EAD;
}.asciinema-theme-nord .fg-14 {
  color: #88C0D0;
}.asciinema-theme-nord .bg-14 {
  background-color: #88C0D0;
}.asciinema-theme-nord .fg-15 {
  color: #ECEFF4;
}.asciinema-theme-nord .bg-15 {
  background-color: #ECEFF4;
}.asciinema-theme-nord .ap-overlay-loading .ap-loader {
  border-color: rgba(236, 239, 244, 0.3) rgba(236, 239, 244, 0.5) rgba(236, 239, 244, 0.7) #eceff4;
}.asciinema-theme-nord .fg-8,
.asciinema-theme-nord .fg-9,
.asciinema-theme-nord .fg-10,
.asciinema-theme-nord .fg-11,
.asciinema-theme-nord .fg-12,
.asciinema-theme-nord .fg-13,
.asciinema-theme-nord .fg-14,
.asciinema-theme-nord .fg-15 {
  font-weight: bold;
}.asciinema-theme-seti {
  background-color: #111213;
}.asciinema-theme-seti pre.ap-terminal {
  color: #cacecd;
  background-color: #111213;
  border-color: #111213;
}.asciinema-theme-seti .fg-default {
  color: #cacecd;
}.asciinema-theme-seti .fg-bg {
  color: #111213;
}.asciinema-theme-seti .bg-default {
  background-color: #111213;
}.asciinema-theme-seti .bg-fg {
  background-color: #cacecd;
}.asciinema-theme-seti .fg-0 {
  color: #323232;
}.asciinema-theme-seti .bg-0 {
  background-color: #323232;
}.asciinema-theme-seti .fg-1 {
  color: #c22832;
}.asciinema-theme-seti .bg-1 {
  background-color: #c22832;
}.asciinema-theme-seti .fg-2 {
  color: #8ec43d;
}.asciinema-theme-seti .bg-2 {
  background-color: #8ec43d;
}.asciinema-theme-seti .fg-3 {
  color: #e0c64f;
}.asciinema-theme-seti .bg-3 {
  background-color: #e0c64f;
}.asciinema-theme-seti .fg-4 {
  color: #43a5d5;
}.asciinema-theme-seti .bg-4 {
  background-color: #43a5d5;
}.asciinema-theme-seti .fg-5 {
  color: #8b57b5;
}.asciinema-theme-seti .bg-5 {
  background-color: #8b57b5;
}.asciinema-theme-seti .fg-6 {
  color: #8ec43d;
}.asciinema-theme-seti .bg-6 {
  background-color: #8ec43d;
}.asciinema-theme-seti .fg-7 {
  color: #eeeeee;
}.asciinema-theme-seti .bg-7 {
  background-color: #eeeeee;
}.asciinema-theme-seti .fg-8 {
  color: #323232;
}.asciinema-theme-seti .bg-8 {
  background-color: #323232;
}.asciinema-theme-seti .fg-9 {
  color: #c22832;
}.asciinema-theme-seti .bg-9 {
  background-color: #c22832;
}.asciinema-theme-seti .fg-10 {
  color: #8ec43d;
}.asciinema-theme-seti .bg-10 {
  background-color: #8ec43d;
}.asciinema-theme-seti .fg-11 {
  color: #e0c64f;
}.asciinema-theme-seti .bg-11 {
  background-color: #e0c64f;
}.asciinema-theme-seti .fg-12 {
  color: #43a5d5;
}.asciinema-theme-seti .bg-12 {
  background-color: #43a5d5;
}.asciinema-theme-seti .fg-13 {
  color: #8b57b5;
}.asciinema-theme-seti .bg-13 {
  background-color: #8b57b5;
}.asciinema-theme-seti .fg-14 {
  color: #8ec43d;
}.asciinema-theme-seti .bg-14 {
  background-color: #8ec43d;
}.asciinema-theme-seti .fg-15 {
  color: #ffffff;
}.asciinema-theme-seti .bg-15 {
  background-color: #ffffff;
}.asciinema-theme-seti .ap-overlay-loading .ap-loader {
  border-color: rgba(202, 206, 205, 0.3) rgba(202, 206, 205, 0.5) rgba(202, 206, 205, 0.7) #cacecd;
}.asciinema-theme-seti .fg-8,
.asciinema-theme-seti .fg-9,
.asciinema-theme-seti .fg-10,
.asciinema-theme-seti .fg-11,
.asciinema-theme-seti .fg-12,
.asciinema-theme-seti .fg-13,
.asciinema-theme-seti .fg-14,
.asciinema-theme-seti .fg-15 {
  font-weight: bold;
}.asciinema-theme-solarized-dark {
  background-color: #002b36;
}.asciinema-theme-solarized-dark pre.ap-terminal {
  color: #839496;
  background-color: #002b36;
  border-color: #002b36;
}.asciinema-theme-solarized-dark .fg-default {
  color: #839496;
}.asciinema-theme-solarized-dark .fg-bg {
  color: #002b36;
}.asciinema-theme-solarized-dark .bg-default {
  background-color: #002b36;
}.asciinema-theme-solarized-dark .bg-fg {
  background-color: #839496;
}.asciinema-theme-solarized-dark .fg-0 {
  color: #073642;
}.asciinema-theme-solarized-dark .bg-0 {
  background-color: #073642;
}.asciinema-theme-solarized-dark .fg-1 {
  color: #dc322f;
}.asciinema-theme-solarized-dark .bg-1 {
  background-color: #dc322f;
}.asciinema-theme-solarized-dark .fg-2 {
  color: #859900;
}.asciinema-theme-solarized-dark .bg-2 {
  background-color: #859900;
}.asciinema-theme-solarized-dark .fg-3 {
  color: #b58900;
}.asciinema-theme-solarized-dark .bg-3 {
  background-color: #b58900;
}.asciinema-theme-solarized-dark .fg-4 {
  color: #268bd2;
}.asciinema-theme-solarized-dark .bg-4 {
  background-color: #268bd2;
}.asciinema-theme-solarized-dark .fg-5 {
  color: #d33682;
}.asciinema-theme-solarized-dark .bg-5 {
  background-color: #d33682;
}.asciinema-theme-solarized-dark .fg-6 {
  color: #2aa198;
}.asciinema-theme-solarized-dark .bg-6 {
  background-color: #2aa198;
}.asciinema-theme-solarized-dark .fg-7 {
  color: #eee8d5;
}.asciinema-theme-solarized-dark .bg-7 {
  background-color: #eee8d5;
}.asciinema-theme-solarized-dark .fg-8 {
  color: #002b36;
}.asciinema-theme-solarized-dark .bg-8 {
  background-color: #002b36;
}.asciinema-theme-solarized-dark .fg-9 {
  color: #cb4b16;
}.asciinema-theme-solarized-dark .bg-9 {
  background-color: #cb4b16;
}.asciinema-theme-solarized-dark .fg-10 {
  color: #586e75;
}.asciinema-theme-solarized-dark .bg-10 {
  background-color: #586e75;
}.asciinema-theme-solarized-dark .fg-11 {
  color: #657b83;
}.asciinema-theme-solarized-dark .bg-11 {
  background-color: #657b83;
}.asciinema-theme-solarized-dark .fg-12 {
  color: #839496;
}.asciinema-theme-solarized-dark .bg-12 {
  background-color: #839496;
}.asciinema-theme-solarized-dark .fg-13 {
  color: #6c71c4;
}.asciinema-theme-solarized-dark .bg-13 {
  background-color: #6c71c4;
}.asciinema-theme-solarized-dark .fg-14 {
  color: #93a1a1;
}.asciinema-theme-solarized-dark .bg-14 {
  background-color: #93a1a1;
}.asciinema-theme-solarized-dark .fg-15 {
  color: #fdf6e3;
}.asciinema-theme-solarized-dark .bg-15 {
  background-color: #fdf6e3;
}.asciinema-theme-solarized-dark .ap-overlay-loading .ap-loader {
  border-color: rgba(131, 148, 150, 0.3) rgba(131, 148, 150, 0.5) rgba(131, 148, 150, 0.7) #839496;
}.asciinema-theme-solarized-light {
  background-color: #fdf6e3;
}.asciinema-theme-solarized-light pre.ap-terminal {
  color: #657b83;
  background-color: #fdf6e3;
  border-color: #fdf6e3;
}.asciinema-theme-solarized-light .fg-default {
  color: #657b83;
}.asciinema-theme-solarized-light .fg-bg {
  color: #fdf6e3;
}.asciinema-theme-solarized-light .bg-default {
  background-color: #fdf6e3;
}.asciinema-theme-solarized-light .bg-fg {
  background-color: #657b83;
}.asciinema-theme-solarized-light .fg-0 {
  color: #073642;
}.asciinema-theme-solarized-light .bg-0 {
  background-color: #073642;
}.asciinema-theme-solarized-light .fg-1 {
  color: #dc322f;
}.asciinema-theme-solarized-light .bg-1 {
  background-color: #dc322f;
}.asciinema-theme-solarized-light .fg-2 {
  color: #859900;
}.asciinema-theme-solarized-light .bg-2 {
  background-color: #859900;
}.asciinema-theme-solarized-light .fg-3 {
  color: #b58900;
}.asciinema-theme-solarized-light .bg-3 {
  background-color: #b58900;
}.asciinema-theme-solarized-light .fg-4 {
  color: #268bd2;
}.asciinema-theme-solarized-light .bg-4 {
  background-color: #268bd2;
}.asciinema-theme-solarized-light .fg-5 {
  color: #d33682;
}.asciinema-theme-solarized-light .bg-5 {
  background-color: #d33682;
}.asciinema-theme-solarized-light .fg-6 {
  color: #2aa198;
}.asciinema-theme-solarized-light .bg-6 {
  background-color: #2aa198;
}.asciinema-theme-solarized-light .fg-7 {
  color: #eee8d5;
}.asciinema-theme-solarized-light .bg-7 {
  background-color: #eee8d5;
}.asciinema-theme-solarized-light .fg-8 {
  color: #002b36;
}.asciinema-theme-solarized-light .bg-8 {
  background-color: #002b36;
}.asciinema-theme-solarized-light .fg-9 {
  color: #cb4b16;
}.asciinema-theme-solarized-light .bg-9 {
  background-color: #cb4b16;
}.asciinema-theme-solarized-light .fg-10 {
  color: #586e75;
}.asciinema-theme-solarized-light .bg-10 {
  background-color: #586e75;
}.asciinema-theme-solarized-light .fg-11 {
  color: #657c83;
}.asciinema-theme-solarized-light .bg-11 {
  background-color: #657c83;
}.asciinema-theme-solarized-light .fg-12 {
  color: #839496;
}.asciinema-theme-solarized-light .bg-12 {
  background-color: #839496;
}.asciinema-theme-solarized-light .fg-13 {
  color: #6c71c4;
}.asciinema-theme-solarized-light .bg-13 {
  background-color: #6c71c4;
}.asciinema-theme-solarized-light .fg-14 {
  color: #93a1a1;
}.asciinema-theme-solarized-light .bg-14 {
  background-color: #93a1a1;
}.asciinema-theme-solarized-light .fg-15 {
  color: #fdf6e3;
}.asciinema-theme-solarized-light .bg-15 {
  background-color: #fdf6e3;
}.asciinema-theme-solarized-light .ap-overlay-loading .ap-loader {
  border-color: rgba(101, 123, 131, 0.3) rgba(101, 123, 131, 0.5) rgba(101, 123, 131, 0.7) #657b83;
}.asciinema-theme-solarized-light .ap-overlay-start .ap-play-button svg .ap-play-btn-fill {
  fill: #dc322f;
}.asciinema-theme-solarized-light .ap-overlay-start .ap-play-button svg .ap-play-btn-stroke {
  stroke: #dc322f;
}.asciinema-theme-tango {
  background-color: #121314;
}.asciinema-theme-tango pre.ap-terminal {
  color: #CCCCCC;
  background-color: #121314;
  border-color: #121314;
}.asciinema-theme-tango .fg-default {
  color: #CCCCCC;
}.asciinema-theme-tango .fg-bg {
  color: #121314;
}.asciinema-theme-tango .bg-default {
  background-color: #121314;
}.asciinema-theme-tango .bg-fg {
  background-color: #CCCCCC;
}.asciinema-theme-tango .fg-0 {
  color: #000000;
}.asciinema-theme-tango .bg-0 {
  background-color: #000000;
}.asciinema-theme-tango .fg-1 {
  color: #CC0000;
}.asciinema-theme-tango .bg-1 {
  background-color: #CC0000;
}.asciinema-theme-tango .fg-2 {
  color: #4E9A06;
}.asciinema-theme-tango .bg-2 {
  background-color: #4E9A06;
}.asciinema-theme-tango .fg-3 {
  color: #C4A000;
}.asciinema-theme-tango .bg-3 {
  background-color: #C4A000;
}.asciinema-theme-tango .fg-4 {
  color: #3465A4;
}.asciinema-theme-tango .bg-4 {
  background-color: #3465A4;
}.asciinema-theme-tango .fg-5 {
  color: #75507B;
}.asciinema-theme-tango .bg-5 {
  background-color: #75507B;
}.asciinema-theme-tango .fg-6 {
  color: #06989A;
}.asciinema-theme-tango .bg-6 {
  background-color: #06989A;
}.asciinema-theme-tango .fg-7 {
  color: #D3D7CF;
}.asciinema-theme-tango .bg-7 {
  background-color: #D3D7CF;
}.asciinema-theme-tango .fg-8 {
  color: #555753;
}.asciinema-theme-tango .bg-8 {
  background-color: #555753;
}.asciinema-theme-tango .fg-9 {
  color: #EF2929;
}.asciinema-theme-tango .bg-9 {
  background-color: #EF2929;
}.asciinema-theme-tango .fg-10 {
  color: #8AE234;
}.asciinema-theme-tango .bg-10 {
  background-color: #8AE234;
}.asciinema-theme-tango .fg-11 {
  color: #FCE94F;
}.asciinema-theme-tango .bg-11 {
  background-color: #FCE94F;
}.asciinema-theme-tango .fg-12 {
  color: #729FCF;
}.asciinema-theme-tango .bg-12 {
  background-color: #729FCF;
}.asciinema-theme-tango .fg-13 {
  color: #AD7FA8;
}.asciinema-theme-tango .bg-13 {
  background-color: #AD7FA8;
}.asciinema-theme-tango .fg-14 {
  color: #34E2E2;
}.asciinema-theme-tango .bg-14 {
  background-color: #34E2E2;
}.asciinema-theme-tango .fg-15 {
  color: #EEEEEC;
}.asciinema-theme-tango .bg-15 {
  background-color: #EEEEEC;
}.asciinema-theme-tango .ap-overlay-loading .ap-loader {
  border-color: rgba(204, 204, 204, 0.3) rgba(204, 204, 204, 0.5) rgba(204, 204, 204, 0.7) #cccccc;
}.asciinema-theme-tango .fg-8,
.asciinema-theme-tango .fg-9,
.asciinema-theme-tango .fg-10,
.asciinema-theme-tango .fg-11,
.asciinema-theme-tango .fg-12,
.asciinema-theme-tango .fg-13,
.asciinema-theme-tango .fg-14,
.asciinema-theme-tango .fg-15 {
  font-weight: bold;
}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#55c1e2 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#29b1db !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !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-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#55c1e2 !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.shadow-sm{box-shadow:0 .125rem .25rem rgba(66,66,66,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(66,66,66,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(66,66,66,.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:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.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)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#55c1e2 !important}a.text-primary:hover,a.text-primary:focus{color:#22a1c8 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(66,66,66,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}*,*::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(66,66,66,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(.focus-visible){outline:0 !important}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;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:-0.25em}sup{top:-0.5em}a{color:#55c1e2;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:#22a1c8;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(.focus-visible){outline:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.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}/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.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:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.btn{display:inline-block;font-family:"Averta",sans-serif;font-weight:600;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.375rem .75rem;font-size:0.75rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@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 .2rem rgba(85,193,226,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#212529;background-color:#55c1e2;border-color:#55c1e2}.btn-primary:hover{color:#fff;background-color:#34b5dc;border-color:#29b1db}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#34b5dc;border-color:#29b1db;box-shadow:0 0 0 .2rem rgba(77,170,198,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#212529;background-color:#55c1e2;border-color:#55c1e2}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#29b1db;border-color:#24aad3}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,170,198,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.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{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.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 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.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 .2rem rgba(216,217,219,.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{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.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 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#55c1e2;border-color:#55c1e2}.btn-outline-primary:hover{color:#212529;background-color:#55c1e2;border-color:#55c1e2}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(85,193,226,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#55c1e2;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#212529;background-color:#55c1e2;border-color:#55c1e2}.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 .2rem rgba(85,193,226,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.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 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.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 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:rgba(0,0,0,0)}.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 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.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:#f8f9fa;border-color:#f8f9fa}.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 .2rem rgba(248,249,250,.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 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:rgba(0,0,0,0)}.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 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#55c1e2;text-decoration:none}.btn-link:hover{color:#22a1c8;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .875rem;margin-left:-1px;line-height:1.25;color:#8a8a8a;background-color:#fff;border:1px solid rgba(228,232,236,.5)}.page-link:hover{z-index:2;color:#22a1c8;text-decoration:none;background-color:rgba(0,0,0,0);border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(85,193,226,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#55c1e2;background-color:rgba(0,0,0,0);border-color:#e4e8ec}.page-item.disabled .page-link{color:rgba(138,138,138,.5);pointer-events:none;cursor:auto;background-color:#fff;border-color:rgba(228,232,236,.5)}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(66,66,66,.1)}small,.small{font-size:0.875em;font-weight:400}mark,.mark{padding:.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:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}[dir="ltr"] .tooltip {text-align:left;
}[dir="rtl"] .tooltip {text-align:right;
}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.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:.4rem .4rem 0;border-top-color:#424242}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#424242}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.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 .4rem .4rem;border-bottom-color:#424242}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#424242}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#424242;border-radius:.25rem}[dir="ltr"] .popover {text-align:left;
}[dir="rtl"] .popover {text-align:right;
}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:508px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #e4e8ec;border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#e4e8ec}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#e4e8ec}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#e4e8ec}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px;border-width:0 .5rem .5rem .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:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#e4e8ec}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1.875rem 1.875rem;color:#8a8a8a}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #e4e8ec;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#c2e9f5;outline:0;box-shadow:0 0 0 .2rem rgba(85,193,226,.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);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:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{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:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}@font-face{font-family:"Averta";font-style:normal;font-weight:400;src:url(eca5880bdd0d56216be7.eot);src:local("Averta Regular"),local("Averta-Regular"),url(eca5880bdd0d56216be7.eot) format("embedded-opentype"),url(260ba608ba852e560f5e.woff2) format("woff2"),url(5dd8325dc1b241795c6f.woff) format("woff"),url(45a8fd31d67be61c70d3.ttf) format("truetype")}@font-face{font-family:"Averta";font-style:normal;font-weight:500;src:url(78fc1a37032629b203a0.eot);src:local("Averta Semi-Bold"),local("Averta-Semi-Bold"),url(78fc1a37032629b203a0.eot) format("embedded-opentype"),url(687f1c1443233978216d.woff2) format("woff2"),url(6ab936703bdea2ae6c05.woff) format("woff"),url(41bd5c571fb1b269eeb2.ttf) format("truetype")}@font-face{font-family:"Averta";font-style:normal;font-weight:600;src:url(eb6d2d142b581d75d3a5.eot);src:local("Averta Bold"),local("Averta-Bold"),url(eb6d2d142b581d75d3a5.eot) format("embedded-opentype"),url(43b67e4a3ff240135217.woff2) format("woff2"),url(c99c83039779c840370c.woff) format("woff"),url(0af8786a5738fbe650df.ttf) format("truetype")}@font-face{font-family:"Roboto Mono";font-style:normal;font-weight:400;src:url(170e2d2835c9f3d633ff.eot);src:local("Roboto Mono Regular"),local("Roboto-Mono-Regular"),url(170e2d2835c9f3d633ff.eot) format("embedded-opentype"),url(c6db1f382cd2d38db83f.woff2) format("woff2"),url(8c12dec86f8b17eac652.woff) format("woff"),url(298b5da119f5df16e243.ttf) format("truetype")}@font-face{font-family:"Roboto Mono";font-style:normal;font-weight:700;src:url(8624ef1a318407967e98.eot);src:local("Roboto Mono Bold"),local("Roboto-Mono-Bold"),url(8624ef1a318407967e98.eot) format("embedded-opentype"),url(748d636ff52fb239f8e9.woff2) format("woff2"),url(261f3e0dd4c8a3e46805.woff) format("woff"),url(0b9de534a4607f0cf55d.ttf) format("truetype")}html{font-size:100%;overflow-x:hidden;max-width:100%}body{background-color:#fff;font-size:1rem;font-family:"Averta",sans-serif;font-weight:400;overflow-x:hidden;max-width:100%}strong{font-weight:500;color:#000}.container{max-width:75rem;padding:0 .9375rem;margin-left:auto;margin-right:auto}.btn{text-transform:uppercase;line-height:1;letter-spacing:.875px}@media(max-width: 575.98px){.btn{font-size:.625rem}}.btn-primary{padding:1rem 1rem .875rem 1rem;color:#fff}@media(min-width: 576px){.btn-primary{padding:1.25rem 2.1875rem 1rem 2.1875rem}}.btn-outline-primary{padding:1rem 1rem .875rem 1rem}.btn-outline-primary:hover,.btn-outline-primary:active{color:#fff}@media(min-width: 576px){.btn-outline-primary{padding:1.25rem 1.25rem 1rem 1.25rem}}.popover{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);max-width:17.5rem}@media(min-width: 576px){.popover{max-width:21.75rem}}@media(min-width: 768px){.popover{max-width:21.75rem}}@media(min-width: 992px){.popover{max-width:31.75rem}}.workshop-popover>h4{color:#000;font-weight:500;font-size:.875rem}.workshop-popover>p{font-size:.875rem;font-weight:400;line-height:1.5714;white-space:pre-wrap}.workshop-popover>p:last-child{margin-bottom:0}.hero h1{color:#424242;font-weight:600;line-height:1.25;margin-bottom:1.5rem}@media(min-width: 768px){.hero h1{font-size:2.8rem;margin-bottom:0}}@media(min-width: 1200px){.hero h1{font-size:3.5rem}}h1{color:#424242;font-size:2rem}@media(min-width: 768px){h1{font-size:2.8rem}}h2{color:#424242;font-size:1.7rem}@media(min-width: 768px){h2{font-size:2rem}}h3{color:#424242;font-size:1.25rem;line-height:1.5}@media(min-width: 768px){h3{font-size:1.4rem;line-height:1.77777}}p{color:#8a8a8a;font-size:1rem;line-height:1.5}@media(min-width: 768px){p{font-size:1.125rem;line-height:1.77777}}code[class*=language-],pre[class*=language-]{color:#393a34;font-family:"Roboto Mono",Courier,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.9em;line-height:2em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;hyphens:none}pre>code[class*=language-]{font-size:.75rem}@media(min-width: 768px){pre>code[class*=language-]{font-size:1em}}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{background:#b3d4fc}pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection{background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{background:#b3d4fc}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;background-color:#fff}:not(pre)>code[class*=language-]{padding:.2em;padding-top:1px;padding-bottom:1px;background:#f8f8f8;border:1px solid #ddd}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#998;font-style:italic}.token.namespace{opacity:.7}.token.string,.token.attr-value{color:#e3116c}.token.punctuation,.token.operator{color:#393a34}.token.entity,.token.url,.token.symbol,.token.number,.token.boolean,.token.variable,.token.constant,.token.property,.token.regex,.token.inserted{color:#36acaa}.token.atrule,.token.keyword,.token.attr-name,.language-autohotkey .token.selector{color:#000;font-weight:bold}.token.function,.token.deleted,.language-autohotkey .token.tag{color:#28b797}.token.tag,.token.selector,.language-autohotkey .token.keyword{color:#00009f}.token.class-name{color:#55c1e2;font-weight:bold}.token.important,.token.function,.token.bold{font-weight:400}.token.italic{font-style:italic}.line-numbers .line-numbers-rows{border-right:medium none}.line-numbers .line-numbers-rows>span:before{color:#d4d4d4}.heading{margin-bottom:2%}.wrap{position:relative}.header{position:absolute;top:0;right:0;left:0;padding-top:2.6875rem;padding-bottom:2.6875rem;z-index:1030}.header .container{position:relative}.header .header-content{flex-wrap:nowrap !important;align-items:center;justify-content:space-between;min-height:40px}@media(max-width: 991.98px){.header{padding-top:1.8rem;padding-bottom:1.8rem}}@media(max-width: 767.98px){.header{padding-top:1.2rem;padding-bottom:1.2rem}}.header .header-content{position:relative}.header-logo{margin-top:.4rem}.header-logo>a{display:block;max-width:9.0625rem;overflow:hidden}.header-logo>a>img{height:auto;max-width:100%}@media(max-width: 767.98px){.header-logo{margin-top:.2rem}.header-logo>a{max-width:7.5rem}}.header-mobile{position:relative;right:auto;top:auto;z-index:1031;margin-left:15px;display:inline-block}@media(max-width: 767.98px){.header-mobile{margin-left:8px}}.header-mobile>button:focus{box-shadow:none}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%;height:100%;top:0;left:0}.header-mobile__nav{position:static;z-index:1032}.header-mobile__nav #menuCollapse{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;padding:0;margin:0}.header-mobile__nav #menuCollapse.show{display:block}.header-mobile__nav #menuCollapse .mobile-menu-container{background-color:#55c1e2;color:#fff;position:fixed;top:40px;left:0;width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;animation:slideInRight .3s forwards}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-header{position:absolute;top:1.5rem;right:1.5rem;z-index:2}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-header .close-menu-btn{color:#fff;padding:.5rem;background:rgba(0,0,0,0);border:none}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-header .close-menu-btn:focus{box-shadow:none;outline:none}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-header .close-menu-btn svg{width:24px;height:24px}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items{list-style:none;padding:1.5rem 4rem 1.5rem 1.5rem;margin:0;display:flex;flex-direction:column}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li{margin-bottom:1.5rem}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li>a{display:block;color:#fff;text-transform:uppercase;font-size:1rem;letter-spacing:.8px;text-decoration:none;padding:.5rem 0;transition:color .2s ease-in-out}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li>a.active{color:#272727}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li>a:hover:not(.active){color:#556370}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li.mobile-sign-in{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li.mobile-sign-in a.btn-outline-light{display:block;width:100%;border:1px solid #fff;border-radius:4px;padding:.75rem 1rem;text-align:center;font-weight:500;transition:all .2s ease-in-out}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li.mobile-sign-in a.btn-outline-light:hover{background-color:#fff;color:#55c1e2}.header-mobile__nav #menuCollapse .mobile-menu-container .mobile-menu-items li .description{font-size:.875rem;text-transform:none;color:#fff;padding-top:.25rem}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.sign-in-button{margin-right:0;position:relative;z-index:1031;margin-left:auto;white-space:nowrap}@media(min-width: 768px){.sign-in-button{margin-right:20px}}@media(max-width: 1115px)and (min-width: 992px){.sign-in-button{margin-right:0;flex-shrink:0;flex-basis:auto;margin-left:2px;min-width:60px}}@media(max-width: 911px)and (min-width: 768px){.sign-in-button{margin-right:0;flex-shrink:0;flex-basis:auto;margin-left:2px;min-width:55px}}.sign-in-button>a{display:flex;width:auto;justify-content:center;white-space:nowrap;min-width:90px;position:relative}@media(max-width: 1115px)and (min-width: 992px){.sign-in-button>a{min-width:60px;padding:1rem 2.5rem;font-size:.75rem;max-width:60px}}@media(max-width: 911px)and (min-width: 768px){.sign-in-button>a{min-width:45px;padding:1rem .2rem;font-size:.7rem;max-width:55px}}@media(max-width: 991.98px){.sign-in-button>a{min-width:85px;font-size:.7rem;padding:1rem .75rem}}@media(max-width: 767.98px){.sign-in-button>a{min-width:75px;font-size:.75rem;padding:.85rem .75rem}}.platform-nav-button-container:hover .platform__nav,.solution-nav-button-container:hover .platform__nav,.resource-nav-button-container:hover .platform__nav,.company-nav-button-container:hover .platform__nav,.platform__nav:hover{position:absolute;z-index:5;width:100%;left:0;justify-content:center;display:flex;flex-direction:row;visibility:visible;opacity:1;height:-moz-fit-content;height:fit-content;transition:opacity .5s ease-in-out,height .5s ease-in-out;transition-delay:0s}.platform-nav-button-container:hover .platform__nav>ul,.solution-nav-button-container:hover .platform__nav>ul,.resource-nav-button-container:hover .platform__nav>ul,.company-nav-button-container:hover .platform__nav>ul,.platform__nav:hover>ul{background-color:#55c1e2;color:#fff;padding:2rem;margin-bottom:0;display:flex;flex-direction:column;opacity:.95;width:100%;max-width:500px}.platform-nav-button-container:hover .platform__nav>ul>li,.solution-nav-button-container:hover .platform__nav>ul>li,.resource-nav-button-container:hover .platform__nav>ul>li,.company-nav-button-container:hover .platform__nav>ul>li,.platform__nav:hover>ul>li{width:100%;display:flex;flex-direction:column}.platform-nav-button-container:hover .platform__nav>ul>li>a,.solution-nav-button-container:hover .platform__nav>ul>li>a,.resource-nav-button-container:hover .platform__nav>ul>li>a,.company-nav-button-container:hover .platform__nav>ul>li>a,.platform__nav:hover>ul>li>a{width:100%;display:block;color:#f8f9fa;text-transform:capitalize;font-size:.875rem;letter-spacing:.8px;text-decoration:none;padding:.5rem 0;transition:color .2s ease-in-out;margin-left:0}.platform-nav-button-container:hover .platform__nav>ul>li>a.active,.solution-nav-button-container:hover .platform__nav>ul>li>a.active,.resource-nav-button-container:hover .platform__nav>ul>li>a.active,.company-nav-button-container:hover .platform__nav>ul>li>a.active,.platform__nav:hover>ul>li>a.active{color:#fff}.platform-nav-button-container:hover .platform__nav>ul>li>a:hover:not(.active),.solution-nav-button-container:hover .platform__nav>ul>li>a:hover:not(.active),.resource-nav-button-container:hover .platform__nav>ul>li>a:hover:not(.active),.company-nav-button-container:hover .platform__nav>ul>li>a:hover:not(.active),.platform__nav:hover>ul>li>a:hover:not(.active){color:#000}.platform-nav-button-container:hover .platform__nav>ul>li .menu-description,.solution-nav-button-container:hover .platform__nav>ul>li .menu-description,.resource-nav-button-container:hover .platform__nav>ul>li .menu-description,.company-nav-button-container:hover .platform__nav>ul>li .menu-description,.platform__nav:hover>ul>li .menu-description{font-size:.75rem;color:#293036;padding-top:.25rem;font-weight:normal}.nav-button{display:inline-block;text-decoration:none;cursor:pointer;padding:6px;min-width:auto;white-space:nowrap;font-size:.75rem;text-align:center;position:relative}@media(min-width: 768px){.nav-button{min-width:85px;padding:8px 6px;font-size:.8rem}}@media(max-width: 1115px)and (min-width: 992px){.nav-button{min-width:55px;max-width:70px;padding:4px 2px;font-size:.68rem;margin:0;letter-spacing:-0.02em}}@media(max-width: 911px)and (min-width: 768px){.nav-button{min-width:45px;max-width:60px;padding:3px 1px;font-size:.63rem;margin:0;letter-spacing:-0.03em}}@media(min-width: 992px){.nav-button{min-width:110px;padding:8px;font-size:.85rem}}@media(min-width: 1200px){.nav-button{min-width:150px;padding:10px;font-size:.9rem}}.nav-button svg{transition:transform .3s ease-in-out;vertical-align:middle}.platform-nav-button-container .nav-button,.solution-nav-button-container .nav-button,.resource-nav-button-container .nav-button,.company-nav-button-container .nav-button{position:relative}.platform__nav{visibility:hidden;opacity:0;height:0;transition:opacity .5s ease-in-out,height .5s ease-in-out;position:absolute;left:0;right:0;top:100%;z-index:5;width:500px;box-shadow:0 4px 10px rgba(0,0,0,.15);border-radius:4px}.platform-nav-button-container:hover .nav-button svg,.solution-nav-button-container:hover .nav-button svg,.resource-nav-button-container:hover .nav-button svg,.company-nav-button-container:hover .nav-button svg,.platform__nav:hover~.nav-button svg{transform:rotate(180deg)}.header-nav{position:relative;width:auto;flex-grow:1;margin:0 15px;order:1}@media(max-width: 1115px)and (min-width: 992px){.header-nav{flex-shrink:1;margin:0 3px;width:75%;min-width:0;flex-grow:1}}.header-nav .platform-nav-button-container[focus-within] .platform__nav,.header-nav .solution-nav-button-container[focus-within] .platform__nav,.header-nav .resource-nav-button-container[focus-within] .platform__nav,.header-nav .company-nav-button-container[focus-within] .platform__nav{visibility:visible;opacity:1;height:-moz-fit-content;height:fit-content;transition-delay:0s}.header-nav .platform-nav-button-container:focus-within .platform__nav,.header-nav .solution-nav-button-container:focus-within .platform__nav,.header-nav .resource-nav-button-container:focus-within .platform__nav,.header-nav .company-nav-button-container:focus-within .platform__nav{visibility:visible;opacity:1;height:-moz-fit-content;height:fit-content;transition-delay:0s}@media(max-width: 911px)and (min-width: 768px){.header-nav{flex-shrink:1;margin:0 2px;width:75%;min-width:0;flex-grow:1}}@media(min-width: 992px){.header-nav{width:70%}}@media(min-width: 768px)and (max-width: 991.98px){.header-nav{margin:0 12px;width:68%}}.header-nav>nav{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap}@media(max-width: 1115px)and (min-width: 992px){.header-nav>nav{grid-gap:0;gap:0;justify-content:space-between;max-width:100%;padding:0}}@media(max-width: 911px)and (min-width: 768px){.header-nav>nav{grid-gap:0;gap:0;justify-content:space-between;max-width:100%;padding:0}}@media(min-width: 768px)and (max-width: 991.98px){.header-nav>nav{grid-gap:0;gap:0;justify-content:space-between}}.header-nav>nav a{color:#000;text-decoration:none;font-size:.75rem;text-transform:uppercase;font-weight:500;letter-spacing:.8px}.header-nav>nav a.active{color:#55c1e2;text-decoration:none}.header-nav>nav a:hover:not(.active){text-decoration:none}.book-hero-content{padding-top:9.5rem;padding-bottom:3.125rem;position:relative}.book-hero-content>.row{z-index:2;position:relative}@media(min-width: 768px){.book-hero-content{padding-top:9.5rem;padding-bottom:3.5rem}}@media(min-width: 992px){.book-hero-content{padding-top:12.5rem;padding-bottom:3.5rem}}.book-section-split{border-bottom:2px dotted rgba(187,194,206,.55)}.first-para{padding:9;margin-top:2%}.hero-content{border-bottom:0px dotted rgba(187,194,206,.55);padding-top:9.5rem;padding-bottom:3.125rem;position:relative}.hero-content>.row{z-index:2;position:relative}@media(min-width: 768px){.hero-content{padding-top:9.5rem;padding-bottom:9.5rem}}@media(min-width: 992px){.hero-content{padding-top:12.5rem;padding-bottom:12.5rem}}.hero-content-live{padding-top:9.5rem;padding-bottom:.5rem;position:relative}.hero-content-live>.row{z-index:2;position:relative}@media(min-width: 768px){.hero-content-live{padding-top:9.5rem;padding-bottom:1.5rem}}@media(min-width: 992px){.hero-content-live{padding-top:12.5rem;padding-bottom:1.5rem}}.hero-deco__top{position:absolute;top:10.625rem;left:-11.375rem}.hero-deco__top>img{height:auto;max-width:100%}.hero-deco__bottom{position:absolute;bottom:7.625rem;right:-5.375rem}.hero-deco__bottom>img{height:auto;max-width:100%}.hero-article{padding-bottom:3.2rem}@media(min-width: 768px){.hero-article{max-width:29rem}}.hero-image>img{max-width:100%}@media(min-width: 1200px){.hero-image{position:relative;padding-bottom:78.8%;width:100%}.hero-image>img{position:absolute;height:auto;top:0;left:0;max-width:130%;width:130%}}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.hide{display:none}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}#video_overlay{position:relative;float:left;background-color:rgba(255,255,255,.98);color:#000;text-align:center;z-index:5;opacity:1}.responsive-aspect-ratio{display:block;width:100%;max-width:566px;max-height:347px;height:auto !important}@media(max-width: 991.98px){.responsive-aspect-ratio{align-self:center;margin-left:auto;margin-right:auto}}.responsive-aspect-ratio img{max-width:100%;-o-object-fit:contain;object-fit:contain;overflow:hidden}.features-content{padding-top:4.2rem;padding-bottom:5.5rem}@media(min-width: 992px){.features-content{padding-top:5.3125rem;padding-bottom:7.5rem}}.features-items{padding-top:3.6875rem}@media(min-width: 768px){.features-items{padding-top:4.6875rem}}.feature-article{padding-top:2.8125rem;padding-bottom:2.8125rem}@media(min-width: 768px){.feature-article{padding-top:5.625rem;padding-bottom:5.625rem}}.feature-article:first-child{padding-top:0}.feature-article:last-child{padding-bottom:0}@media(min-width: 768px){.feature-article:nth-child(even)>div:first-child{order:2}}@media(min-width: 768px){.feature-article:nth-child(even)>div:last-child{order:1}}.feature-article__content>div{max-width:27.5rem;text-align:center;margin-left:auto;margin-right:auto}@media(min-width: 768px){.feature-article__content>div{text-align:left;margin-left:0;margin-right:0}}.feature-article__content>div>p:last-child{margin-bottom:0}.feature-article__image>img{display:block;height:auto;max-width:20.625rem;margin-left:auto;margin-right:auto;width:100%}@media(min-width: 768px){.feature-article__image>img{max-width:100%;margin-left:0;margin-right:0;width:auto}}.discuss-content__image{max-width:100%;margin-bottom:15px}.discuss-content__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:transform .2s ease-in-out;min-height:100px;min-width:200px}.discuss-content__image img:hover{transform:scale(1.02)}.discuss-row-margin{margin-top:15px}.text-decoration-none{text-decoration:none !important}.discuss{background-color:#fff;height:100%}.discuss.--private{background-color:#eef8fc}.discuss.--private .discuss-article{border-color:#55c1e2}.discusss-content{padding-top:5rem;padding-bottom:3.5625rem;border-top:2px dotted rgba(187,194,206,.55)}.discusss-content.--border-bottom{border-bottom:2px dotted rgba(187,194,206,.55)}@media(min-width: 768px){.discusss-content{padding-top:5rem;padding-bottom:6.5625rem}}.discuss-snippets-header{padding-bottom:1.875rem}.discuss-article{box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);border:1px solid #e4e8ec;border-radius:.375rem;height:100%;padding:1.875rem;transition:box-shadow .2s ease-in-out}.discuss-article:hover{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1)}.discuss-header{flex:0 0 5.9375rem;max-height:5.9375rem;position:relative}.discuss-items{margin-left:auto;margin-right:auto}@media(min-width: 576px){.discuss-items{max-width:36rem}}@media(min-width: 768px){.discuss-items{max-width:none;margin-left:0;margin-right:0}}.discuss-items>.row>div{margin-bottom:1.5625rem}.discuss-content{flex:1 1 auto;position:relative;padding-top:1.875rem}.discuss-content__text>h3{font-size:1.125rem;font-weight:500;line-height:1.444}.discuss-content__text>h3>a{text-decoration:none}.discuss-content__text>p{font-size:.875rem;font-weight:400;line-height:1.57}.discuss-content__details p{font-size:.875rem;font-weight:400}.discuss-content__details p strong{color:#000;font-weight:500}.discuss-content__date{position:absolute;top:0;left:0}.discuss-content__date>a,.discuss-content__date>span{color:#55c1e2;letter-spacing:.8px;font-weight:600;font-size:.75rem;text-decoration:none;text-transform:uppercase}.discuss-footer{flex:0 0 5.0625rem;max-height:5.0625rem}.discuss-pagination{padding-top:1.7rem}@media(min-width: 768px){.discuss-pagination{padding-top:3.125rem}}.discuss-pagination .paginationjs-page,.discuss-pagination .paginationjs-prev,.discuss-pagination .paginationjs-next{margin-left:.3125rem;margin-right:.3125rem}.discuss-pagination .paginationjs-page>a,.discuss-pagination .paginationjs-prev>a,.discuss-pagination .paginationjs-next>a{font-family:Arial,sans-serif;padding:.75rem 1rem .65rem}.discuss-pagination .paginationjs-page:first-child>a,.discuss-pagination .paginationjs-prev:first-child>a,.discuss-pagination .paginationjs-next:first-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.discuss-pagination .paginationjs-page:last-child>a,.discuss-pagination .paginationjs-prev:last-child>a,.discuss-pagination .paginationjs-next:last-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.discuss-pagination .paginationjs-page a,.discuss-pagination .paginationjs-prev a,.discuss-pagination .paginationjs-next a{font-size:.875rem}.quick-start-ints{background:#55c1e2;color:#fff;border-radius:50%;padding:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:15px;font-weight:bold;font-size:.9em}.step{display:flex;align-items:center;margin-bottom:15px}.step .code{background:#fff;padding:2px 6px;border-radius:3px;font-size:.85em}.blog-content{flex:1 1 auto;position:relative;padding-top:1.875rem;margin-top:5rem !important;margin-bottom:5rem !important;margin-left:0;margin-right:0;border:solid #55c1e2;border-width:.125px;border-radius:25px}@media(max-width: 575.98px){.blog-content{border:none;border-radius:0;padding:0 !important}}.blog-content .blog-title{margin-bottom:1rem;text-align:center}.blog-content .blog-title>h1{color:#424242;margin-bottom:1.5rem}.blog-content .blog-title .blog-meta{display:flex;flex-direction:column;margin-right:1rem}.blog-content .blog-title .blog-meta .last-edited{font-size:.875rem;color:#8a8a8a;margin-bottom:.1rem}.blog-content .blog-title .blog-meta .reading-time{font-size:1.375rem;color:#424242}.blog-content .blog-title .blog-meta .reading-time .reading-time-number{color:#55c1e2;font-weight:400}.blog-content .cooked{width:720px;display:block;margin:auto}@media(max-width: 770px){.blog-content .cooked{width:100%}}.blog-content p{font-weight:400;line-height:1.57;color:#8a8a8a;white-space:pre-wrap}.blog-content p strong{color:#424242;font-weight:500}.blog-content h1{color:#424242;margin-top:1.5rem;margin-bottom:1rem;font-size:2.5rem}.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{color:#424242;margin-top:1.5rem;margin-bottom:1rem}.blog-content a{color:#55c1e2;font-weight:300;text-decoration:none}.blog-content a:hover{text-decoration:underline}.blog-content ul,.blog-content ol{margin-left:1.5rem;margin-bottom:1.5rem}.blog-content ul li,.blog-content ol li{margin-bottom:1.5rem;font-weight:300;line-height:1.37}.blog-content ul li p,.blog-content ol li p{white-space:normal !important}.blog-content pre{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:1rem;overflow-x:auto;margin-bottom:1.5rem}.blog-content pre code{display:block;color:#333;font-size:.9rem}.blog-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;color:#c7254e;font-size:.9rem}[dir="ltr"] .blog-content blockquote {margin-left:40px;
}[dir="rtl"] .blog-content blockquote {margin-right:40px;
}[dir="ltr"] .blog-content blockquote {margin-right:40px;
}[dir="rtl"] .blog-content blockquote {margin-left:40px;
}.blog-content blockquote{display:block;margin-top:1em;margin-bottom:1em;unicode-bidi:-webkit-isolate;unicode-bidi:-moz-isolate;unicode-bidi:isolate;margin-left:0;margin-right:0;padding:12px;border-left:5px solid #8a8a8a;background-color:#f9f9f9;clear:both}.blog-content .youtube-onebox{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000;margin-bottom:1rem}.blog-content .youtube-onebox iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.discuss-blog-pagination{padding-top:1.7rem}@media(min-width: 768px){.discuss-blog-pagination{padding-top:3.125rem}}.discuss-blog-pagination .paginationjs-page,.discuss-blog-pagination .paginationjs-prev,.discuss-blog-pagination .paginationjs-next{margin-left:.3125rem;margin-right:.3125rem}.discuss-blog-pagination .paginationjs-page>a,.discuss-blog-pagination .paginationjs-prev>a,.discuss-blog-pagination .paginationjs-next>a{font-family:Arial,sans-serif;padding:.75rem 1rem .65rem}.discuss-blog-pagination .paginationjs-page:first-child>a,.discuss-blog-pagination .paginationjs-prev:first-child>a,.discuss-blog-pagination .paginationjs-next:first-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.discuss-blog-pagination .paginationjs-page:last-child>a,.discuss-blog-pagination .paginationjs-prev:last-child>a,.discuss-blog-pagination .paginationjs-next:last-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.discuss-blog-pagination .paginationjs-page a,.discuss-blog-pagination .paginationjs-prev a,.discuss-blog-pagination .paginationjs-next a{font-size:.875rem}.workshop{background-color:#fff;height:100%}.workshop.--private{background-color:#eef8fc}.workshop.--private .workshop-article{border-color:#55c1e2}.workshops-content{padding-top:5rem;padding-bottom:3.5625rem;border-top:2px dotted rgba(187,194,206,.55)}.workshops-content.--border-bottom{border-bottom:2px dotted rgba(187,194,206,.55)}@media(min-width: 768px){.workshops-content{padding-top:5rem;padding-bottom:6.5625rem}}.workshops-header{padding-bottom:4.375rem}.workshop-article{box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);border:1px solid #e4e8ec;border-radius:.375rem;height:100%;padding:1.875rem;transition:box-shadow .2s ease-in-out}.workshop-article:hover{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.1)}.workshop-header{flex:0 0 5.9375rem;max-height:5.9375rem;position:relative}.workshop-icon>div>img{display:block;height:auto;width:100%}.workshop-icon.--one>div{max-width:4.375rem}.workshop-icon.--two>div{max-width:4.125rem;margin-right:.375rem}.workshop-icon.--two>div:last-child{margin-right:0}.workshop-icon.--three>div{max-width:3.75rem;margin-right:.25rem}.workshop-icon.--three>div:last-child{margin-right:0}.workshop-pricetag{background:#f7f7f7;border:1px dotted #c7d1db;border-radius:0 5px 5px 0;color:#9da8b5;font-weight:600;display:inline-block;font-size:.75rem;line-height:2.23rem;height:2.125rem;position:absolute;top:0;right:0;padding:0 .875rem 0 1.05rem;text-transform:uppercase;margin:0 0 0 10px;white-space:nowrap;z-index:2}.workshop-pricetag:before{position:absolute;background:#f7f7f7;content:"●";color:#fff;text-shadow:0 0 1px #aaa;font-size:14px;line-height:24px;text-indent:6px;top:.25rem;left:-0.8125rem;width:1.5rem;height:1.5rem;transform:rotate(45deg);border-left:1px dotted #c7d1db;border-bottom-left-radius:6px;border-bottom:1px dotted #c7d1db}.workshop-pricetag.--discount{background-color:#feead3;border-color:#dca795;color:#f85822}.workshop-pricetag.--discount:before{background-color:#feead3;border-left:1px dotted #dca795;border-bottom-left-radius:6px;border-bottom:1px dotted #dca795;text-shadow:0 0 1px #dca795}.workshops-items{margin-left:auto;margin-right:auto}@media(min-width: 576px){.workshops-items{max-width:36rem}}@media(min-width: 768px){.workshops-items{max-width:none;margin-left:0;margin-right:0}}.workshops-items>.row>div{margin-bottom:1.5625rem}.workshop-content{flex:1 1 auto;position:relative;padding-top:1.875rem}.workshop-content__text>h3{font-size:1.125rem;font-weight:500;line-height:1.444}.workshop-content__text>h3>a{text-decoration:none}.workshop-content__text>p{font-size:.875rem;font-weight:400;line-height:1.57;white-space:pre-wrap}.workshop-content__details p{font-size:.875rem;font-weight:400}.workshop-content__details p strong{color:#424242;font-weight:500}.workshop-content__date{position:absolute;top:0;left:0}.workshop-content__date>a,.workshop-content__date>span{color:#55c1e2;letter-spacing:.8px;font-weight:600;font-size:.75rem;text-decoration:none;text-transform:uppercase}.workshop-footer{flex:0 0 5.0625rem;max-height:5.0625rem}.workshop-pagination{padding-top:1.7rem}@media(min-width: 768px){.workshop-pagination{padding-top:3.125rem}}.workshop-pagination .paginationjs-page,.workshop-pagination .paginationjs-prev,.workshop-pagination .paginationjs-next{margin-left:.3125rem;margin-right:.3125rem}.workshop-pagination .paginationjs-page>a,.workshop-pagination .paginationjs-prev>a,.workshop-pagination .paginationjs-next>a{font-family:Arial,sans-serif;padding:.75rem 1rem .65rem}.workshop-pagination .paginationjs-page:first-child>a,.workshop-pagination .paginationjs-prev:first-child>a,.workshop-pagination .paginationjs-next:first-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.workshop-pagination .paginationjs-page:last-child>a,.workshop-pagination .paginationjs-prev:last-child>a,.workshop-pagination .paginationjs-next:last-child>a{border-radius:0;padding-left:1.1rem;padding-right:1.1rem}.workshop-pagination .paginationjs-page a,.workshop-pagination .paginationjs-prev a,.workshop-pagination .paginationjs-next a{font-size:.875rem}.snippet-content{padding-top:6.25rem;padding-bottom:6.25rem}.snippet-header{padding-bottom:4.0625rem}.snippet-code{box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);max-width:53.75rem;margin-left:auto;margin-right:auto}.snippet-code__header{background-color:#e5eaee;border-top-left-radius:.25rem;border-top-right-radius:.25rem;flex:0 0 3.125rem;max-height:3.125rem}.snippet-code__header>div{margin-top:auto;margin-bottom:auto;margin-right:auto;padding-left:1.875rem}.snippet-code__header>div>span{background-color:#fff;border-radius:50%;display:inline-block;height:.5rem;width:.5rem}.snippet-code__body{background-color:#fff;flex:0 0 26.125rem;max-height:26.125rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;overflow:hidden;position:relative}.snippet-code__editor{position:absolute;top:0;left:0;bottom:0;right:0;height:100%}.snippet-code__oval{position:absolute;bottom:2.5rem;right:2.5rem;z-index:2}.snippet-code__oval>a>img{height:auto;max-width:3.125rem}.snippet-code__wrap{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;overflow:auto;z-index:1}.action-content{padding-bottom:5rem}.action-wrap{border:1px solid #e4e8ec;border-radius:.25rem;background-image:url(ec07ae309ab89b7c123e.png),url(979fecede7f046838380.png);background-position:left 20px bottom,right 0 bottom;background-repeat:no-repeat,no-repeat;position:relative}.author-wrap{border:1px solid #e4e8ec;border-radius:.25rem;position:relative}.action-deco__top,.action-deco__bottom{position:absolute}.action-deco__top>img,.action-deco__bottom>img{height:auto;max-width:50%}.action-deco__top{top:-0.8125rem;left:2rem}.action-deco__top.--fix{top:-0.875rem}.action-deco__bottom{bottom:-0.75rem;right:1rem}.action-deco__bottom.--fix{bottom:-0.6875rem}.action-article{max-width:40.625rem;padding-top:3.75rem;padding-right:2.5rem;padding-bottom:.875rem;padding-left:2.5rem;margin-left:auto;margin-right:auto}.hidden{display:none !important}.footer-content{border-top:1px solid #e1e1e1;padding-top:3.1875rem;padding-bottom:2.4375rem;position:relative}@media(min-width: 768px){.footer-content{padding-bottom:5.4375rem}}.footer-deco{position:absolute;top:-0.875rem;left:6.25rem}.footer-deco>img{height:auto;max-width:50%}@media(min-width: 768px){.footer-deco{top:-0.8125rem}.footer-deco.--fix{top:-0.875rem}}.footer-about>a{display:inline-block;padding-bottom:.675rem}.footer-about>a>img{display:block;height:auto;max-width:100%}.footer-about>p{font-size:.875rem;font-weight:400;line-height:1.857;max-width:18.75rem;margin-left:auto;margin-right:auto}@media(min-width: 992px){.footer-about>p{margin-left:0;margin-right:0}}.footer-links>p,.footer-info>p,.footer-resources>p,.footer-contact>p{color:#000;font-size:.75rem;font-weight:500;text-transform:uppercase;margin-bottom:2.4rem}.footer-links>ul>li>a,.footer-info>ul>li>a,.footer-resources>ul>li>a,.footer-contact>ul>li>a{color:#919191;font-size:.75rem;font-weight:400;line-height:3;letter-spacing:.8px;text-transform:uppercase;text-decoration:none}.footer-links>ul>li.active>a,.footer-info>ul>li.active>a,.footer-resources>ul>li.active>a,.footer-contact>ul>li.active>a{color:#000}.footer-address{padding-bottom:2.0625rem}.footer-address>p{color:#919191;font-weight:400;font-size:.875rem;line-height:1.857;margin:0}.footer-social{padding-bottom:1.25rem}.footer-social>ul>li{margin-right:1.25rem}.footer-social>ul>li:last-child{margin-right:0}.footer-social>ul>li>a{filter:grayscale(1);opacity:.7;transition:all .3s ease}.footer-social>ul>li>a svg{transition:all .3s ease}.footer-social>ul>li>a .footer-social__circle{transition:fill .2s ease-in-out}.footer-social>ul>li>a:hover{filter:grayscale(0);opacity:1}.footer-social>ul>li>a:hover .footer-social__circle{fill:#55c1e2}.footer-social>ul>li>a:hover svg[viewBox="0 0 24 24"] path{fill:#0077b5}.footer-social>ul>li>a:hover svg[viewBox="0 0 32.6 31.8"] path{fill:currentColor}.footer-social>ul>li>a:hover svg[viewBox="0 0 300 271"] path{fill:#000}.cursorIcon{cursor:pointer}@media(max-width: 767.98px){.footer-copyright{padding-top:3.625rem;order:12}}.footer-copyright>p{color:#ababab;font-size:.875rem;font-weight:500;line-height:3}.footer-copyright a{color:#919191;font-size:.875rem;font-weight:400;line-height:1.857;text-decoration:none}.footer-end-links>p{color:#ababab;font-size:.875rem;font-weight:500;line-height:1.857}.footer-end-links a{color:#919191;font-size:.875rem;font-weight:400;line-height:3;letter-spacing:.8px;text-decoration:none}.workshop-page-module{margin:8%}.notification-enabled{padding-top:0rem;padding-bottom:2.6875rem}.notification-enabled .notification-top-bar{display:flex;justify-content:center;position:relative;top:0;left:0;width:100%;background:#55c1e2;text-align:center;color:#fff;font-weight:normal;font-size:1.125rem;padding:.5rem 1rem;z-index:1033;box-shadow:0 1px 3px rgba(0,0,0,.1);pointer-events:auto}@media(max-width: 767.98px){.notification-enabled .notification-top-bar{display:flex;flex-direction:column;height:auto;padding:.75rem 1rem}}.notification-enabled .notification-top-bar p{padding:0;margin:0;color:#fff;font-size:1.125rem;line-height:1.4}@media(max-width: 575.98px){.notification-enabled .notification-top-bar p{font-size:.95rem}}.notification-enabled .notification-top-bar p a{color:#fff;font-weight:500;text-decoration:none;font-size:1.125rem;border-bottom:1px dotted rgba(255,255,255,.7);transition:all .2s ease}@media(max-width: 575.98px){.notification-enabled .notification-top-bar p a{font-size:.95rem}}.notification-enabled .notification-top-bar p a:hover{color:#fff;text-decoration:none;border-bottom:1px solid #fff}@media(max-width: 575.98px){.notification-enabled .notification-top-bar p a:hover{font-size:.95rem}}.notification-disabled .notification-top-bar{display:none}.abstract-section{min-width:100%;padding:1.25rem}.step-container{margin:1.875rem 0}.step-item{margin-bottom:1.5625rem;padding:1.25rem;border-left:4px solid #dc3545}.step-item.--blue{border-left-color:#55c1e2}.step-item.--blue h3{color:#55c1e2}.step-item.--green{border-left-color:#28a745}.step-item.--green h3{color:#28a745}.step-item.--yellow{border-left-color:#ffc107}.step-item.--yellow h3{color:#e0a800}.step-item h3{color:#dc3545;margin-bottom:.625rem}.reward-info-box{background-color:#f8f9fa;padding:.9375rem;border-radius:.3125rem;margin:.625rem 0;border-left:4px solid #55c1e2}.reward-margin-top{margin-top:1.25rem}.snippets-content{padding-bottom:4.5625rem}@media(min-width: 768px){.snippets-content{padding-bottom:6.5625rem}}.snippets-header{padding-bottom:2.0625rem}@media(min-width: 768px){.snippets-header{padding-bottom:4.0625rem}}.snippets-code{box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03)}.snippets-code__header{background-color:#e5eaee;border-top-left-radius:.25rem;border-top-right-radius:.25rem;flex:0 0 3.125rem;max-height:3.125rem}.snippets-code__header>div{margin-top:auto;margin-bottom:auto;margin-right:auto;padding-left:1.875rem}.snippets-code__header>div>span{background-color:#fff;border-radius:50%;display:inline-block;height:.5rem;width:.5rem}.snippets-code__body{flex:0 0 25.9375rem;max-height:25.9375rem;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;overflow:hidden}.snippets-code__sidebar{background-color:#f2f5f7;padding:.5rem 1rem}@media(min-width: 576px){.snippets-code__sidebar{flex:0 0 11rem;max-width:11rem;padding:1rem}}@media(min-width: 768px){.snippets-code__sidebar{flex:0 0 15rem;max-width:15rem;padding:1.875rem}}.snippets-code__editor{flex:1 1 auto;position:relative}.snippets-code__wrap{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;overflow:auto;z-index:1}.snippets-code__oval{position:absolute;bottom:2.5rem;right:2.5rem;z-index:2}.snippets-code__oval>a>img{height:auto;max-width:3.125rem}.snippets-code__languages>ul{list-style:none;margin:0;padding:0 0 .5rem 0}@media(min-width: 768px){.snippets-code__languages>ul{padding:0 0 1rem 0}}.snippets-code__languages>ul>li.active>a{color:#1b4670}.snippets-code__languages>ul>li>a{color:#a9adb1;font-size:.875rem;line-height:2;font-weight:500;text-decoration:none}@media(min-width: 768px){.snippets-code__languages>ul>li>a{font-size:1rem}}.snippets-code__text{border-top:1px solid #e4e8ec;padding-top:.5rem}@media(min-width: 768px){.snippets-code__text{padding-top:1rem}}.snippets-code__text>p{font-weight:400;font-size:.875rem;line-height:1.4667;margin-bottom:.5rem}@media(min-width: 768px){.snippets-code__text>p{margin-bottom:1rem}}.snippets-code__text>a{font-size:.75rem;text-decoration:none}.community-header{padding-bottom:4.6875rem}.community-articles{padding-bottom:1.25rem}.community-articles>.row>div:first-child{margin-bottom:1.875rem}.community-articles>.row>div:first-child .community-article{background-image:url(061de540612107c397ce.png)}@media(min-width: 768px){.community-articles>.row>div:first-child{margin-bottom:0}}.community-articles>.row>div:last-child .community-article{background-image:url(0501fbe85505edc9a7ee.png);background-size:50%}@media(min-width: 768px){.community-articles>.row>div:last-child .community-article{background-size:auto}}.community-article{background-repeat:no-repeat;background-position:right bottom;border:1px solid #e4e8ec;border-radius:.25rem;height:100%;padding:1.875rem;position:relative}@media(min-width: 576px){.community-article{padding:3.75rem 5rem 3.75rem 3.125rem}}.community-deco__top>img,.community-deco__bottom>img,.community-deco__left>img{max-width:50%;height:auto;margin:0}.community-deco__top{position:absolute;top:-0.875rem;left:6.25rem}@media(min-width: 768px){.community-deco__top{top:-0.8125rem}}.community-deco__bottom{position:absolute;bottom:-0.6875rem;right:0}@media(min-width: 768px){.community-deco__bottom{bottom:-0.75rem}}.community-deco__left{position:absolute;left:-0.125rem;bottom:3rem}@media(min-width: 768px){.community-deco__left{left:-0.125rem}}.community-content{overflow:hidden;margin-bottom:2rem}.community-content .community-title{font-size:1.125rem;line-height:1.77777;margin-bottom:5rem;font-weight:400;text-align:center !important}.community-partners{overflow:hidden;width:100%}.community-partners .marquee-content{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;grid-gap:2rem;gap:2rem}.community-partners .marquee-content li{display:inline-flex;align-items:center;justify-content:center;list-style:none}.community-partners .marquee-content li img,.community-partners .marquee-content li svg,.community-partners .marquee-content li a img,.community-partners .marquee-content li a svg{max-width:150px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.5;transition:filter .3s ease,opacity .3s ease}.community-partners .marquee-content li img:hover,.community-partners .marquee-content li a img:hover,.community-partners .marquee-content li svg:hover,.community-partners .marquee-content li a svg:hover{filter:grayscale(0%);opacity:1}@media(max-width: 950px){.community-partners .marquee-content{flex-wrap:wrap;justify-content:center;height:calc(300px + 2rem);overflow:hidden}.marquee-content li{flex:1 1 calc(33.33% - 2rem);max-width:calc(33.33% - 2rem)}}@media(max-width: 768px){.community-partners .marquee-content{flex-wrap:wrap;justify-content:center;height:auto;overflow:visible}.marquee-content li{flex:1 1 auto;max-width:150px}}.collab-logos{display:flex;justify-content:space-between}.collab-logos>#sectalks_logo{margin-top:2rem}.collab-logos ul{display:table;width:100%;list-style:none;position:relative}.collab-logos ul li{display:table-cell;text-align:center;justify-content:center}.collab-logos ul li a{display:block;text-decoration:none}.collab-logos ul li a img{filter:grayscale(100%)}.collab-logos ul li a img:hover{filter:grayscale(0%)}@media(max-width: 730px){.collab-logos{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;padding-top:auto;padding-bottom:auto}.collab-logos>#defcon_logo{margin-bottom:2rem}.collab-logos>#firstcon_logo{margin-top:3rem;margin-bottom:2rem}.collab-logos ul li{display:block;text-align:center;margin-bottom:20px}}.collab-logos .defcon__description{color:#55c1e2;position:relative;bottom:-20px;left:50%;transform:translateX(-50%);visibility:hidden;opacity:0;font-size:small;width:75%;transition:opacity .4s,visibility .4s}.collab-logos .defcon__wrap:hover .defcon__description{visibility:visible;z-index:1;opacity:1}.collab-logos .firstcon__description{color:#55c1e2;position:relative;bottom:-20px;left:50%;transform:translateX(-50%);visibility:hidden;opacity:0;font-size:small;width:75%;transition:opacity .4s,visibility .4s}.collab-logos .firstcon__wrap:hover .firstcon__description{visibility:visible;z-index:1;opacity:1}.collab-logos .sectalks__description{color:#55c1e2;position:relative;bottom:-20px;left:50%;transform:translateX(-50%);visibility:hidden;opacity:0;font-size:small;width:75%;margin-top:35px;transition:opacity .4s,visibility .4s}.collab-logos .sectalks__wrap:hover .sectalks__description{visibility:visible;z-index:1;opacity:1}.btn{text-transform:uppercase;font-weight:600;border-radius:4px}.video-wrapper{max-width:850px;margin:3rem auto;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.1);background-color:#fff}.responsive-video{width:100%;height:auto;display:block;border-radius:7px;margin-top:3%}.fullwidth-bg{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}features-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.features-header p{font-size:1.125rem;color:#4a4a4a;margin-bottom:2rem}.video-wrapper{position:relative;max-width:850px;margin:3rem auto;cursor:pointer}.video-thumbnail{width:100%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70px;height:70px;background:rgba(0,0,0,.7);color:#fff;border-radius:50%;font-size:2rem;line-height:70px;text-align:center;pointer-events:none;transition:transform .3s ease,background .3s ease}.video-wrapper:hover .play-button{transform:translate(-50%, -50%) scale(1.1);background:rgba(0,0,0,.9)}.video-modal{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);align-items:center;justify-content:center}.video-modal-content{position:relative;max-width:1000px;width:90%}.close-modal{position:absolute;top:-20px;right:-20px;color:#fff;font-size:40px;cursor:pointer}.community-section{padding-top:3rem}.discuss{padding-bottom:3rem}.action-borderless{background:linear-gradient(180deg, rgba(85, 193, 226, 0.02) 0%, rgba(255, 255, 255, 0) 100%)}.action-borderless .action-wrap{border:none;background-image:none;box-shadow:none}.action-borderless .action-deco__top,.action-borderless .action-deco__bottom{display:none}.action-borderless .action-article{padding-top:2.5rem;padding-bottom:2rem}@media(min-width: 768px){.action-borderless .action-article{padding-top:3rem;padding-bottom:2.5rem}}.action-borderless .action-content{padding-bottom:3rem}.roles-section{background:#f7f8fa;padding-top:3rem;padding-bottom:3rem}.roles-filter{margin-bottom:2rem}.roles-filter .filter-title{margin-bottom:15px;font-weight:600;font-size:1.1rem;text-align:center;display:block;width:100%}.roles-filter .filter-list{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;justify-content:center;margin:0 auto;width:100%}.roles-filter .filter-list .filter-item{padding:8px 15px;background-color:#fff;border-radius:20px;border:1px solid #e0e0e0;font-size:14px;cursor:pointer;transition:all .3s ease}.roles-filter .filter-list .filter-item:hover{background-color:#f0f0f0}.roles-filter .filter-list .filter-item.active{background-color:#55c1e2;color:#fff;border-color:#55c1e2;font-weight:bold}.roles-filter .filter-list .filter-item.custom-filter{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border:1px solid #667eea;font-weight:600}.roles-filter .filter-list .filter-item.custom-filter:hover{background:linear-gradient(135deg, #5a67d8 0%, #6b46a3 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.roles-filter .filter-list .filter-item.custom-filter.active{background:linear-gradient(135deg, #5a67d8 0%, #6b46a3 100%);border-color:#5a67d8}.custom-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);backdrop-filter:blur(4px)}.custom-modal.show{display:flex;align-items:center;justify-content:center}.custom-modal-content{background-color:#fff;border-radius:16px;padding:2rem;max-width:90%;max-height:90%;width:600px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}@media(max-width: 767.98px){.custom-modal-content{padding:1.5rem;width:95%}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(0.9)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-modal-close{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:bold;cursor:pointer;color:#999;transition:color .3s ease}.custom-modal-close:hover{color:#333}.custom-modal-body{text-align:center}.custom-modal-video{width:100%;max-width:500px;height:auto;border-radius:8px;margin-bottom:1.5rem}.custom-modal-text{font-size:1.125rem;color:#555;margin-bottom:2rem;line-height:1.6}.custom-modal-btn{padding:.875rem 2rem;font-size:1rem;border-radius:8px;min-width:160px}.roles-cards-row{display:flex;grid-gap:2rem;gap:2rem;flex-wrap:wrap;justify-content:center}.role-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:2rem 1.5rem;min-width:220px;max-width:260px;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.role-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.role-card:hover h3{color:#55c1e2}.role-card:hover .role-languages img:not(.more-indicator){transform:scale(1.1)}.role-card:hover .role-languages .mitre-icon-large{transform:scale(1)}.role-card h3{margin-bottom:.5rem;font-size:1.2rem;transition:color .3s ease}.role-languages{display:flex;grid-gap:.25rem;gap:.25rem;margin-top:.5rem;align-items:center;justify-content:center;flex-wrap:wrap;min-height:24px}.role-languages img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.role-languages img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.role-languages .mitre-icon-large{width:80px;margin:.3rem 0;-o-object-fit:contain;object-fit:contain;filter:grayscale(0.5);opacity:.9}.role-card:hover .role-languages .mitre-icon-large{filter:grayscale(0);opacity:1}.action-article.text-center{text-align:center}.action-article.text-center .subheading{font-size:1.125rem;color:#6b7280;margin-top:.75rem;margin-bottom:2rem}.role-languages .more-indicator{opacity:.6;margin-left:.25rem}.role-card{transition:all .3s ease}.role-card.filtered-out{display:none}.roles-section p{text-align:center}.roles-section .btn-group{display:flex;justify-content:center;grid-gap:1rem;gap:1rem;flex-wrap:wrap}.roles-section .btn-group .btn.btn-primary,.roles-section .btn-group .btn.btn-outline-primary{padding:.75rem 2rem !important;font-size:.875rem;border-radius:4px !important;min-width:160px}@media(min-width: 768px){.roles-section .btn-group .btn.btn-primary,.roles-section .btn-group .btn.btn-outline-primary{min-width:180px;padding:.875rem 2.25rem !important;font-size:.9375rem}}.roles-section .btn-group .btn.btn-primary{box-shadow:0 4px 14px 0 rgba(85,193,226,.25);transition:all .3s ease}.roles-section .btn-group .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(85,193,226,.35)}.roles-section .btn-group .btn.btn-outline-primary{border-width:2px;transition:all .3s ease}.roles-section .btn-group .btn.btn-outline-primary:hover{transform:translateY(-2px);box-shadow:0 4px 14px 0 rgba(85,193,226,.15)}.hero h1 .hero-line-1{white-space:nowrap;font-size:.95em}@media(max-width: 991.98px){.hero h1 .hero-line-1{white-space:normal;font-size:.95em}}@media(max-width: 767.98px){.hero h1 .hero-line-1{font-size:.95em}}.hero-wargame-highlight{display:inline-block;position:relative;overflow:visible;background:linear-gradient(135deg, #424242 0%, #5c5c5c 100%);-webkit-background-clip:text !important;-webkit-text-fill-color:rgba(0,0,0,0) !important;background-clip:text !important}.hero-wargame-highlight::before{content:"";animation:wargame-typing 1s steps(1) .5s forwards;background:linear-gradient(135deg, #424242 0%, #5c5c5c 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-wargame-highlight::after{content:"";border-right:3px solid #55c1e2;animation:wargame-blink .8s linear infinite .5s;margin-left:3px}@keyframes wargame-typing{0%{content:""}14.28%{content:"W"}28.57%{content:"Wa"}42.86%{content:"War"}57.14%{content:"Warg"}71.43%{content:"Warga"}85.71%{content:"Wargam"}100%{content:"Wargame"}}@keyframes wargame-blink{0%,50%{opacity:1}51%,100%{opacity:0}}.hero-homepage{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(85, 193, 226, 0.03) 100%)}.hero-homepage .hero-content{padding-top:8rem;padding-bottom:3rem;border-bottom:none}@media(min-width: 768px){.hero-homepage .hero-content{padding-top:10rem;padding-bottom:4rem}}.hero-homepage .hero-deco__top,.hero-homepage .hero-deco__bottom,.hero-homepage .hero-image{display:none}.hero-homepage .hero-center{text-align:center;max-width:52rem;margin:0 auto;padding:0 1rem}.hero-homepage .hero-center h1{font-size:2.25rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;background:linear-gradient(135deg, #424242 0%, #5c5c5c 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(min-width: 576px){.hero-homepage .hero-center h1{font-size:2.5rem;line-height:1.2}}@media(min-width: 768px){.hero-homepage .hero-center h1{font-size:3.25rem;line-height:1.15}}@media(min-width: 992px){.hero-homepage .hero-center h1{font-size:3.75rem;line-height:1.1}}@media(min-width: 1200px){.hero-homepage .hero-center h1{font-size:4rem}}.hero-homepage .hero-center .hero-description{font-size:1.125rem;line-height:1.6;color:#979797;margin-bottom:2.5rem}@media(min-width: 768px){.hero-homepage .hero-center .hero-description{font-size:1.25rem;margin-bottom:3rem}}.hero-homepage .hero-center .hero-actions{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;align-items:center}@media(min-width: 576px){.hero-homepage .hero-center .hero-actions{flex-direction:row;justify-content:center}}.hero-homepage .hero-center .hero-actions .btn{min-width:160px;padding:.75rem 2rem;font-size:.875rem}@media(min-width: 768px){.hero-homepage .hero-center .hero-actions .btn{min-width:180px;padding:.875rem 2.25rem;font-size:.9375rem}}.hero-homepage .hero-center .hero-actions .btn.btn-primary{box-shadow:0 4px 14px 0 rgba(85,193,226,.25);transition:all .3s ease}.hero-homepage .hero-center .hero-actions .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(85,193,226,.35)}.hero-homepage .hero-center .hero-actions .btn.glow-ai{position:relative;background:#55c1e2;color:#fff;border:none;z-index:0;border-radius:4px;overflow:visible}.hero-homepage .hero-center .hero-actions .btn.glow-ai::before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg, #00d4ff, #55c1e2, #80d0e9, #00ffea, #00d4ff, #3d8bff, #55c1e2, #00a8cc, #00d4ff);background-size:400%;border-radius:4px;filter:blur(8px);animation:glowing 20s linear infinite;z-index:-1;opacity:.8}.hero-homepage .hero-center .hero-actions .btn.glow-ai::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#55c1e2;border-radius:4px;z-index:-1}.hero-homepage .hero-center .hero-actions .btn.glow-ai span{position:relative;z-index:1}.hero-homepage .hero-center .hero-actions .btn.glow-ai:hover{transform:translateY(-2px)}.hero-homepage .hero-center .hero-actions .btn.glow-ai:hover::before{opacity:1;filter:blur(10px)}.hero-homepage .hero-center .hero-actions .btn.btn-outline-primary{border-width:2px;transition:all .3s ease}.hero-homepage .hero-center .hero-actions .btn.btn-outline-primary:hover{transform:translateY(-2px);box-shadow:0 4px 14px 0 rgba(85,193,226,.15)}.hero-homepage .hero-center .hero-g2-rating{margin-top:1.5rem;padding-top:.5rem;max-width:100%;overflow:hidden}@media(max-width: 767.98px){.hero-homepage .hero-center .hero-g2-rating{margin-top:1rem;padding-top:.5rem}}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:400px;margin:0 auto;font-size:.8125rem;color:#8a8a8a;cursor:default;transition:all .3s ease;filter:grayscale(1);opacity:.7}@media(max-width: 1199.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper{grid-gap:1rem;gap:1rem;font-size:.75rem}}@media(max-width: 991.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper{max-width:350px;grid-gap:.75rem;gap:.75rem}}@media(max-width: 767.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper{grid-template-columns:1fr;text-align:center;grid-gap:.5rem;gap:.5rem;max-width:250px}}@media(max-width: 575.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper{font-size:.7rem;grid-gap:.25rem;gap:.25rem}}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper:hover{filter:grayscale(0);opacity:1}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper:hover .g2-text{opacity:1}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper:hover .g2-stars svg{transform:scale(1.1)}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text{font-weight:500;letter-spacing:.01em;display:block;white-space:nowrap}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text:first-child{text-align:right;grid-column:1;padding-right:.5rem}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text:last-child{text-align:left;grid-column:3;padding-left:.5rem}@media(max-width: 991.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text:first-child,.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text:last-child{padding:0}}@media(max-width: 767.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-text{text-align:center !important;grid-column:auto !important}}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-stars{display:inline-flex;grid-gap:2px;gap:2px;align-items:center;justify-content:center;grid-column:2;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}@media(max-width: 767.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-stars{grid-column:auto;margin:0 auto}}.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-stars svg{transition:all .3s ease;flex-shrink:0}@media(max-width: 767.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-stars svg{width:13px;height:13px}}@media(max-width: 575.98px){.hero-homepage .hero-center .hero-g2-rating .g2-rating-wrapper .g2-stars svg{width:12px;height:12px}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}100%{background-position:0 0}}.header .header-logo>a{max-width:10.5rem}.header .header-nav{margin:0 8px !important}@media(min-width: 992px){.header .header-nav{margin:0 15px !important}}@media(min-width: 992px){.header .header-nav{width:auto !important;max-width:680px}}@media(min-width: 768px)and (max-width: 991.98px){.header .header-nav{width:auto !important;max-width:580px;margin:0 8px !important}}@media(max-width: 1115px)and (min-width: 992px){.header .header-nav{width:auto !important;max-width:620px;margin:0 5px !important}}@media(max-width: 991px)and (min-width: 768px){.header .header-nav{width:auto !important;max-width:520px;margin:0 3px !important}}.header .sign-in-button{margin-left:15px}@media(min-width: 992px){.header .sign-in-button{margin-left:20px}}.features-tabs{padding:2rem 0;background:#f8f9fa}@media(min-width: 768px){.features-tabs{padding:2.5rem 0}}.features-tabs .features-tab-nav{display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem;padding:0;list-style:none;position:relative;border-bottom:2px solid #e4e8ec;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.features-tabs .features-tab-nav::-webkit-scrollbar{display:none}@media(min-width: 768px){.features-tabs .features-tab-nav{margin-bottom:2rem;overflow-x:visible}}.features-tabs .features-tab-nav::after{content:"";position:absolute;bottom:-2px;left:0;height:2px;background:#55c1e2;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:1}.features-tabs .features-tab-nav li{flex:0 0 auto;white-space:nowrap}.features-tabs .features-tab-nav .tab-link{display:inline-block;padding:.75rem 1rem;color:#8a8a8a;font-weight:500;font-size:.875rem;text-align:center;text-decoration:none;background:rgba(0,0,0,0);border:none;border-bottom:2px solid rgba(0,0,0,0);position:relative;transition:all .2s ease;cursor:pointer;white-space:nowrap;border-radius:4px 4px 0 0}@media(min-width: 576px){.features-tabs .features-tab-nav .tab-link{padding:.875rem 1.25rem;font-size:.9375rem}}@media(min-width: 768px){.features-tabs .features-tab-nav .tab-link{padding:1rem 1.5rem;font-size:1rem}}.features-tabs .features-tab-nav .tab-link:hover{color:#55c1e2;background:rgba(85,193,226,.05)}.features-tabs .features-tab-nav .tab-link.active{color:#55c1e2;font-weight:600}.features-tabs .features-tab-content .tab-pane{display:none}.features-tabs .features-tab-content .tab-pane.active{display:block;animation:fadeInUp .4s ease}.features-tabs .feature-showcase{max-width:1200px;margin:0 auto}.features-tabs .feature-showcase .feature-media-wrapper{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:1.5rem;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media(min-width: 768px){.features-tabs .feature-showcase .feature-media-wrapper{margin-bottom:2rem}}.features-tabs .feature-showcase .feature-media-wrapper::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg, #55C1E2, #ace1f1, #55C1E2);background-size:300% 300%;border-radius:12px;opacity:0;z-index:-1;transition:opacity .3s ease;animation:glow 3s ease-in-out infinite}.features-tabs .feature-showcase .feature-media-wrapper:hover::before{opacity:.3}.features-tabs .feature-showcase .feature-media-wrapper.has-fade::after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0.95) 100%);pointer-events:none;z-index:2}.features-tabs .feature-showcase .feature-media-wrapper img,.features-tabs .feature-showcase .feature-media-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.features-tabs .feature-showcase .feature-media-wrapper video{background:#000}.features-tabs .feature-showcase .feature-media-wrapper .play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);cursor:pointer;transition:background .3s ease;z-index:3}.features-tabs .feature-showcase .feature-media-wrapper .play-overlay:hover{background:rgba(0,0,0,.5)}.features-tabs .feature-showcase .feature-media-wrapper .play-overlay:hover .play-button{background-color:rgba(1,1,1,.5)}.features-tabs .feature-showcase .feature-media-wrapper .play-overlay .play-button{width:70px;height:70px;background:rgba(255,255,255,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.3)}@media(min-width: 768px){.features-tabs .feature-showcase .feature-media-wrapper .play-overlay .play-button{width:80px;height:80px}}.features-tabs .feature-showcase .feature-media-wrapper .play-overlay .play-button::after{content:"";width:0;height:0;border-left:20px solid #55c1e2;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0);margin-left:4px}@media(min-width: 768px){.features-tabs .feature-showcase .feature-media-wrapper .play-overlay .play-button::after{border-left-width:25px;border-top-width:15px;border-bottom-width:15px;margin-left:5px}}.features-tabs .feature-showcase .feature-media-wrapper.video-playing::after{display:none}.features-tabs .feature-showcase .feature-info{text-align:center;padding:0 1rem}@media(min-width: 768px){.features-tabs .feature-showcase .feature-info{padding:0}}.features-tabs .feature-showcase .feature-info h3{font-size:1.25rem;font-weight:600;color:#424242;margin-bottom:.5rem}@media(min-width: 768px){.features-tabs .feature-showcase .feature-info h3{font-size:1.5rem;margin-bottom:.75rem}}.features-tabs .feature-showcase .feature-info p{font-size:.875rem;line-height:1.5;color:#8a8a8a;max-width:600px;margin:0 auto 1rem}@media(min-width: 768px){.features-tabs .feature-showcase .feature-info p{font-size:1rem;margin-bottom:1.25rem}}.features-tabs .feature-showcase .feature-info .feature-cta{display:inline-block}.features-tabs .feature-showcase .feature-info .feature-cta .btn{padding:.625rem 1.75rem;font-size:.813rem}@media(min-width: 768px){.features-tabs .feature-showcase .feature-info .feature-cta .btn{padding:.75rem 2rem;font-size:.875rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@media(max-width: 575.98px){.features-tabs{padding:1.5rem 0}.features-tabs .features-tab-nav{justify-content:flex-start;padding:0 1rem}.features-tabs .features-tab-nav .tab-link{padding:.625rem .75rem;font-size:.813rem}}.features-tab-nav[data-active-index="0"]::after{width:var(--tab-0-width);left:var(--tab-0-left)}.features-tab-nav[data-active-index="1"]::after{width:var(--tab-1-width);left:var(--tab-1-left)}.features-tab-nav[data-active-index="2"]::after{width:var(--tab-2-width);left:var(--tab-2-left)}.features-tab-nav[data-active-index="3"]::after{width:var(--tab-3-width);left:var(--tab-3-left)}.features-tab-nav[data-active-index="4"]::after{width:var(--tab-4-width);left:var(--tab-4-left)}.appsec-action-buttons{display:flex;flex-direction:row}@media(max-width: 575.98px){.appsec-action-buttons{justify-content:center;align-items:center;flex-direction:column;padding-bottom:15px}.appsec-action-buttons>a:first-child{margin-top:0;justify-content:center;align-items:center;margin-right:0 !important}.appsec-action-buttons>a{width:175px;margin-top:15px;justify-content:center;align-items:center;margin-right:0 !important}}@media(max-width: 1006px)and (min-width: 768px){.appsec-action-buttons{flex-direction:column;padding-bottom:15px}.appsec-action-buttons>a:first-child{margin-top:0}.appsec-action-buttons>a{width:175px;margin-top:15px}}@media(max-width: 575.98px){.post-community{text-align:center}}.blog-content img.emoji{height:1em !important;width:1em !important;margin:0 .1em !important;vertical-align:-0.1em !important;display:inline !important}.blog-content{max-width:1024px;margin:0 auto;padding:2rem 4rem;font-family:"Averta","Segoe UI",sans-serif;font-size:1rem;line-height:1.8;color:#202124;font-weight:100}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{margin-top:2.5rem;margin-bottom:1rem;line-height:1.3;font-weight:200}.blog-content h1 strong,.blog-content h2 strong,.blog-content h3 strong,.blog-content h4 strong,.blog-content h5 strong,.blog-content h6 strong{font-weight:400}.blog-content h1{color:#424242;margin-top:1.5rem;margin-bottom:1rem;font-size:2.5rem}.blog-content h2{font-size:2rem}.blog-content h3{font-size:1.5rem}.blog-content h4{font-size:1.25rem}.blog-content h5,.blog-content h6{font-size:1.125rem}.blog-content p{margin-bottom:1.5rem;color:#202124}.blog-content p strong{font-weight:1000}.blog-content ul,.blog-content ol{margin-bottom:1.5rem;padding-left:2rem;list-style-position:outside}.blog-content ul{list-style-type:disc}.blog-content ol{list-style-type:decimal}.blog-content li{margin-bottom:.5rem;display:list-item;line-height:1.8}.blog-content li p{margin-bottom:.75rem}.blog-content li p:last-child{margin-bottom:0}.blog-content ul ul,.blog-content ol ol,.blog-content ul ol,.blog-content ol ul{margin-top:.5rem;margin-bottom:.5rem}.blog-content img{max-width:100%;height:auto;margin:2rem auto;border-radius:8px;display:block;aspect-ratio:16/9;-o-object-fit:contain;object-fit:contain;background-color:#f8f8f8;width:100%;max-height:calc((100vw - 8rem)*.5625);max-width:1920px}.blog-content .lightbox-wrapper{margin-bottom:46px}.blog-content a{color:#55c1e2;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.blog-content a strong{font-weight:1000}.blog-content a:hover{color:#55c1e2}.blog-content code{font-family:"Roboto Mono",monospace;background-color:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-size:.95rem}.blog-content pre{background-color:#f0f0f0;padding:1rem;overflow-x:auto;border-radius:6px;margin-bottom:1.5rem}.blog-content pre code{padding:0;background:none}.blog-content blockquote{border-left:4px solid #55c1e2;padding-left:1rem;margin:1.5rem 0;color:#555;font-style:italic}.blog-content hr{margin:2.5rem 0;border:none;border-top:1px solid #ddd}.blog-content table{width:100%;border-collapse:collapse;margin-bottom:2rem}.blog-content th,.blog-content td{padding:.75rem 1rem;border:1px solid #ccc}.blog-content th{background-color:#f0f0f0;text-align:left}.discuss-blog-pagination{padding-top:1.7rem}@media(min-width: 768px){.discuss-blog-pagination{padding-top:3.125rem}}.discuss-blog-pagination .pagination{display:inline-flex;list-style:none;padding-left:0}.discuss-blog-pagination .pagination li{margin:0 .3125rem}.discuss-blog-pagination .pagination li a{display:block;font-family:Arial,sans-serif;font-size:.875rem;padding:.75rem 1rem .65rem;border:1px solid;border-color:rgba(228,232,236,.5);background-color:rgba(0,0,0,0);text-decoration:none;color:#8a8a8a;border-radius:0;transition:background-color .2s ease}.discuss-blog-pagination .pagination li a:hover{background-color:rgba(0,0,0,0);border-color:#e4e8ec;color:#55c1e2}.discuss-blog-pagination .pagination li:hover{background-color:rgba(0,0,0,0)}.discuss-blog-pagination .pagination li.active a{font-weight:400;color:#55c1e2;border-color:#e4e8ec}.discuss-blog-pagination .pagination li.active a:hover{color:#333}.discuss-blog-pagination .pagination li:first-child a,.discuss-blog-pagination .pagination li:last-child a{padding-left:1.1rem;padding-right:1.1rem}.author-section{margin-top:4rem}.author-section .author-article{display:flex;align-items:center;padding-top:3.75rem;padding-right:2.5rem;padding-bottom:2.875rem;padding-left:2.5rem;margin-left:auto;margin-right:auto}@media(max-width: 575.98px){.author-section .author-article{flex-direction:column;padding-top:2rem;padding-right:1rem;padding-bottom:2rem;padding-left:1rem}.author-section .author-article .author-details{margin-top:1rem;text-align:center}.author-section .author-article .author-details h3{margin:0;font-size:1rem;font-weight:700}.author-section .author-article .author-details p{margin:0;font-size:.75rem;color:#8a8a8a}}.author-section .author-article .author-photo{width:100px;height:100px;border-radius:50%}.author-section .author-article .author-details{margin-left:3rem}.author-section .author-article .author-details h3{margin:0;font-size:1.5rem;font-weight:700}.author-section .author-article .author-details p{margin:0;font-size:1rem;color:#8a8a8a}.hero-about{padding-top:5rem}.secdim-content{padding-bottom:3.25rem}@media(min-width: 768px){.secdim-content{padding-bottom:6.25rem}}.secdim-article{max-width:40.625rem;margin-left:auto;margin-right:auto;padding-top:3.125rem}.team-header{padding-bottom:4.375rem}.team-content{border-top:2px dotted rgba(187,194,206,.55);border-bottom:2px dotted rgba(187,194,206,.55);padding-top:6.25rem;padding-bottom:4.375rem}.team-members{padding-top:9.375rem}.team-members>div>div{margin-bottom:13rem}.team-members>div>div:last-child{margin-bottom:0}@media(min-width: 768px){.team-members>div>div{margin-bottom:0}.team-members>div>div:last-child{margin-bottom:0}}.team-member{border-radius:.25rem;border:1px solid #e4e8ec;background-color:#fff;height:100%;padding:8.125rem 1.5625rem 1.5625rem 1.5625rem;position:relative;box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03);-moz-box-shadow:0px 10px 30px 0px rgba(0,0,0,.03)}.team-member__image{position:absolute;top:-9.375rem;left:0;right:0}.team-member__image>img{border-radius:.25rem;display:block;margin-left:auto;margin-right:auto;height:auto;max-width:100%}.team-member__position{color:#55c1e2;font-weight:400}.team-member__content p{font-size:1rem;font-weight:400;line-height:1.5}.contact-content{padding-top:4.375rem;padding-bottom:5rem}.contact-touch__header{padding-bottom:4.6875rem}.contact-touch__articles{padding-bottom:2.5rem}.contact-touch__articles>.row>div:first-child .contact-article{background-image:url(a45f63e7beb19adecf7c.png)}.contact-touch__articles>.row>div:last-child .contact-article{background-image:url(8569d8d1ad886d5ab6a9.png)}.contact-article{background-repeat:no-repeat;background-position:right bottom;border:1px solid #e4e8ec;border-radius:.25rem;height:100%;padding:3.75rem 5rem 3.75rem 3.125rem}.contact-deco__top,.contact-deco__bottom,.contact-deco__left{position:absolute}.contact-deco__top>img,.contact-deco__bottom>img,.contact-deco__left>img{max-width:50%;height:auto;margin:0}.contact-deco__top{top:-0.8125rem;left:6.25rem}@media(min-width: 768px){.contact-deco__top{top:-0.8125rem}}.contact-deco__bottom{bottom:-0.625rem;right:0}@media(min-width: 768px){.contact-deco__bottom{bottom:-0.625rem}}.contact-deco__left{left:.875rem;bottom:3rem}@media(min-width: 768px){.contact-deco__left{left:.875rem}}.contact-questions{padding-top:3.25rem}@media(min-width: 768px){.contact-questions{padding-top:6.25rem}}.contact-questions__header{padding-bottom:3.75rem}.contact-form{border:1px solid #e4e8ec;border-radius:.25rem;max-width:45rem;margin-left:auto;margin-right:auto;padding:1.15rem 1.75rem;position:relative}.contact-form label{color:#8a8a8a}.contact-form textarea{resize:none}.contact-form textarea::-moz-placeholder{opacity:.5;color:gray}.contact-form textarea::placeholder{opacity:.5;color:gray}@media(min-width: 768px){.contact-form{padding:1.875rem 3.125rem}}.form-deco__top,.form-deco__left{position:absolute}.form-deco__top>img,.form-deco__left>img{max-width:50%;height:auto;margin:0}.form-deco__top{top:-0.875rem;left:6.25rem}@media(min-width: 768px){.form-deco__top{top:-0.875rem}}.form-deco__left{left:-2px;bottom:3rem}@media(min-width: 768px){.form-deco__left{left:-2px}}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.paginationjs-page>a,.paginationjs-prev>a,.paginationjs-next>a{position:relative;display:block;padding:.5rem .875rem;margin-left:-1px;line-height:1.25;color:#8a8a8a;background-color:#fff;border:1px solid rgba(228,232,236,.5)}.paginationjs-page>a:hover,.paginationjs-prev>a:hover,.paginationjs-next>a:hover{z-index:2;color:#22a1c8;text-decoration:none;background-color:rgba(0,0,0,0);border-color:#dee2e6}.paginationjs-page>a:focus,.paginationjs-prev>a:focus,.paginationjs-next>a:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(85,193,226,.25)}.paginationjs-prev:first-child .page-link,.paginationjs-page:first-child .page-link,.paginationjs-next:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.paginationjs-prev:last-child .page-link,.paginationjs-page:last-child .page-link,.paginationjs-next:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.paginationjs-prev.active>a,.paginationjs-page.active>a,.paginationjs-next.active>a{z-index:3;color:#55c1e2;background-color:rgba(0,0,0,0);border-color:#e4e8ec}.paginationjs-prev.disabled>a,.paginationjs-page.disabled>a,.paginationjs-next.disabled>a{color:rgba(138,138,138,.5);pointer-events:none;cursor:auto;background-color:#fff;border-color:rgba(228,232,236,.5)}.status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:4px;vertical-align:middle;position:relative;top:-1px;transition:all .3s ease}.status-indicator.operational{background-color:#2ecc71;box-shadow:0 0 4px rgba(46,204,113,.5)}.status-indicator.degraded,.status-indicator.partial{background-color:#f39c12;box-shadow:0 0 4px rgba(243,156,18,.5)}.status-indicator.major,.status-indicator.critical{background-color:#e74c3c;box-shadow:0 0 4px rgba(231,76,60,.5)}.status-indicator.loading{background-color:#95a5a6;animation:statusPulse 1.5s infinite}.status-indicator.maintenance{background-color:#3498db;box-shadow:0 0 4px rgba(52,152,219,.5)}.status-indicator.unknown{background-color:#7f8c8d;box-shadow:0 0 4px rgba(127,140,141,.5)}@keyframes statusPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.95)}}a:hover .status-indicator{transform:scale(1.2)}.status-indicator-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.integrations-tools{padding:60px 0;background-color:#f9f9f9}.integrations-tools-header{margin:0 auto}.integrations-tools-header h1{margin-bottom:15px}.integrations-tools-header p{max-width:700px;margin:0 auto 15px}.integrations-tools-content{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px}.integrations-tools-search{flex:0 0 100%;margin-bottom:30px}.integrations-tools-search .search-container{position:relative;max-width:600px;margin:0 auto}.integrations-tools-search .search-container input{width:100%;padding:15px 20px;border-radius:50px;border:1px solid #e0e0e0;box-shadow:0 2px 5px rgba(0,0,0,.05);font-size:16px}.integrations-tools-search .search-container input:focus{outline:none;border-color:#55c1e2;box-shadow:0 2px 10px rgba(85,193,226,.2)}.integrations-tools-search .search-container .search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#999}.integrations-tools-filter{flex:0 0 100%;margin-bottom:30px}.integrations-tools-filter .filter-title{margin-bottom:15px;font-weight:600;text-align:center;display:block;width:100%}.integrations-tools-filter .filter-list{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;justify-content:center;margin:0 auto;width:100%}.integrations-tools-filter .filter-list .filter-item{padding:8px 15px;background-color:#fff;border-radius:20px;border:1px solid #e0e0e0;font-size:14px;cursor:pointer;transition:all .3s ease}.integrations-tools-filter .filter-list .filter-item:hover{background-color:#f0f0f0}.integrations-tools-filter .filter-list .filter-item.active{background-color:#55c1e2;color:#fff;border-color:#55c1e2;font-weight:bold}.integrations-tools-grid{flex:0 0 100%}.integrations-tools-grid .integration-item{margin-bottom:30px;transition:all .3s ease}.integrations-tools-grid .integration-item.hidden{display:none !important}.integrations-tools-grid .integration-card{display:block;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:20px;text-align:center;transition:all .3s ease;height:100%}.integrations-tools-grid .integration-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1);text-decoration:none}.integrations-tools-grid .integration-card .integration-icon{margin-bottom:15px;height:80px;display:flex;align-items:center;justify-content:center}.integrations-tools-grid .integration-card .integration-icon img{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;max-width:100%}.integrations-tools-grid .integration-card .integration-name h4{font-size:16px;margin:0;color:#333}@media(max-width: 768px){.integrations-tools .integration-card{padding:15px}.integrations-tools .integration-card .integration-icon img{max-width:50px;max-height:50px}.integrations-tools .integration-card .integration-name h4{font-size:14px}}.no-results{text-align:center;padding:30px;display:none;width:100%;margin-top:20px}.no-results.show{display:block}.no-results h3{margin-bottom:10px;color:#666}.no-results p{color:#999}.hero-pricing h1{margin-bottom:0rem;font-size:2.5rem}@media(min-width: 768px){.hero-pricing h1{font-size:3rem}}.hero-pricing p{font-size:1.25rem;color:#8a8a8a}.pricing-section{padding:0rem 0 4rem}.pricing-content{max-width:1200px;margin:0 auto}.billing-toggle-container{margin-bottom:3rem}.billing-toggle{display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;padding:.5rem;background-color:#f8f9fa;border-radius:50px;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 5px rgba(0,0,0,.05)}.monthly-label,.yearly-label{padding:.5rem 1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:50px}.active-interval{color:#55c1e2;background-color:rgba(85,193,226,.1);font-weight:700}.billing-savings{color:#28a745;font-size:.875rem;font-weight:500}.toggle-switch{position:relative;display:inline-block;width:60px;height:30px;margin:0 .5rem}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1)}input:checked+.toggle-slider{background-color:#55c1e2}input:focus+.toggle-slider{box-shadow:0 0 1px #55c1e2}input:checked+.toggle-slider:before{transform:translateX(30px)}.pricing-cards{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width: 768px){.pricing-cards{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.pricing-cards{grid-template-columns:repeat(3, 1fr)}}.pricing-card{position:relative;background:#fff;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.pricing-card-tag{position:absolute;top:12px;right:-35px;background:#28a745;color:#fff;padding:5px 40px;font-size:.8rem;font-weight:600;transform:rotate(45deg);z-index:1}.pricing-card-header{padding:2rem;text-align:center;background:linear-gradient(to bottom, #f8f9fa, #fff);border-bottom:1px solid #f1f1f1}.pricing-card-header h3{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#424242}.pricing-amount{margin-bottom:1rem}.pricing-currency{font-size:1.5rem;font-weight:600;vertical-align:top;position:relative;top:.5rem}.pricing-price{font-size:3.5rem;font-weight:700;line-height:1;color:#424242}.pricing-price sup{font-size:1rem;font-weight:400;vertical-align:top;position:relative;top:.5rem}.pricing-period{display:block;font-size:.9rem;color:#8a8a8a;margin-top:.25rem}.pricing-discount{margin:1rem 0;padding:.5rem;background-color:rgba(40,167,69,.1);border-radius:8px}.pricing-discount p{margin:0;color:#28a745;font-size:.875rem;font-weight:500}.pricing-discount .monthly-equivalent{font-weight:600;margin-top:.25rem}.pricing-subtitle{font-size:.9rem;color:#8a8a8a;margin:0}.pricing-card-body{padding:2rem}.pricing-features{list-style:none;padding:0;margin-top:2rem}.pricing-features li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#8a8a8a}.pricing-features li:before{content:"✓";position:absolute;left:0;top:0;color:#55c1e2;font-weight:bold}.pricing-features li:last-child{margin-bottom:0}.pricing-cta{text-align:center}.pricing-cta .btn{padding:.6rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:100%}.pricing-cta .btn-primary{background-color:#55c1e2;border-color:#55c1e2}.pricing-cta .btn-primary:hover{background-color:#29b1db;border-color:#29b1db}.pricing-cta .btn-outline-primary{color:#55c1e2;border-color:#55c1e2}.pricing-cta .btn-outline-primary:hover{background-color:#55c1e2;color:#fff}.featured-plan{border:2px solid #55c1e2;transform:scale(1.05);z-index:1}@media(max-width: 991px){.featured-plan{transform:none}}.featured-plan:hover{transform:translateY(-5px) scale(1.05)}@media(max-width: 991px){.featured-plan:hover{transform:translateY(-5px)}}.enterprise-plan .pricing-card-header{background:linear-gradient(to bottom, #d8f1f8, #fff)}.pricing-g2-section{padding:60px 0;background-color:#f8f9fa;text-align:center}.pricing-g2-content h2{font-size:2rem;margin-bottom:1rem;color:#333}.pricing-g2-stars{display:flex;justify-content:center;align-items:center;grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.pricing-g2-stars .star{color:#ff9500;font-size:2rem}.pricing-g2-text{font-size:1.25rem;color:#666;margin-bottom:2rem}.pricing-g2-badges{display:flex;justify-content:center;align-items:center;grid-gap:2rem;gap:2rem;flex-wrap:wrap}.pricing-g2-badge{display:inline-block;transition:transform .3s ease,opacity .3s ease}.pricing-g2-badge:hover{transform:translateY(-5px);opacity:.9}.pricing-g2-badge img{width:125px;height:auto}.testimonial-section{padding:5rem 0;background-color:#f8f9fa}.testimonial-content{max-width:800px;margin:0 auto}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);padding:3rem}.testimonial-quote{position:relative;padding-left:2rem;margin-bottom:2rem}.testimonial-quote:before{content:"";position:absolute;left:-1rem;top:-2rem;font-size:6rem;color:rgba(85,193,226,.2);font-family:Georgia,serif;line-height:1}.testimonial-quote p{font-size:1.1rem;line-height:1.6;color:#8a8a8a;font-style:italic}.testimonial-author{display:flex;align-items:center}.author-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:1rem;border:3px solid #55c1e2}.author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-info h4{margin:0;font-size:1.1rem;font-weight:700;color:#424242}.author-info p{margin:.25rem 0 0;font-size:.9rem;color:#8a8a8a}.faq-section{padding:5rem 0}.faq-content{max-width:800px;margin:0 auto}.section-title{margin-bottom:3rem;font-size:2rem;font-weight:700;color:#424242}.faq-list{margin-top:2rem}.faq-item{margin-bottom:1rem;border:1px solid #f1f1f1;border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.05)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;background-color:#fff}.faq-question h3{margin:0;font-size:1.1rem;font-weight:600;color:#424242}.faq-icon{position:relative;width:20px;height:20px}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background-color:#55c1e2;transition:all .3s ease}.faq-icon:before{top:9px;left:0;width:100%;height:2px}.faq-icon:after{top:0;left:9px;width:2px;height:100%}.faq-answer{padding:1.5rem 1.5rem 1.5rem;display:none}.faq-answer p{margin:0;color:#8a8a8a;line-height:1.6}.faq-answer p a{color:#55c1e2;text-decoration:none}.faq-answer p a:hover{text-decoration:underline}.faq-active .faq-question{background-color:rgba(85,193,226,.05)}.faq-active .faq-icon:after{transform:rotate(90deg);opacity:0}.faq-active .faq-answer{display:block}@media(max-width: 767px){.pricing-section{padding:1rem 0 3rem}.pricing-card{margin-bottom:2rem}.testimonial-card{padding:2rem}.testimonial-quote{padding-left:1rem}.testimonial-quote:before{font-size:4rem;left:-0.5rem;top:-1.5rem}.testimonial-quote p{font-size:1rem}.faq-question h3{font-size:1rem}.pricing-g2-badges{grid-gap:1rem;gap:1rem}.pricing-g2-badge img{width:100px}.pricing-g2-content h2{font-size:1.5rem}.pricing-g2-stars .star{font-size:1.5rem}.pricing-g2-text{font-size:1rem}}.book-demo-hero{padding-top:9.5rem;padding-bottom:.5rem;background:linear-gradient(135deg, rgba(85, 193, 226, 0.03) 0%, rgba(255, 255, 255, 0) 50%);position:relative}.book-demo-hero h1{font-size:2.5rem;font-weight:700;color:#424242;margin-bottom:0;position:relative}@media(min-width: 768px){.book-demo-hero h1{font-size:3rem}}.book-demo-hero h1::after{content:"";position:absolute;bottom:-0.5rem;left:54%;transform:translateX(-50%);width:160px;height:3px;background:linear-gradient(90deg, #55c1e2 0%, #1e88e5 100%);border-radius:2px}.book-demo-hero p{font-size:1.125rem;color:#6c757d;margin-bottom:0;margin-top:1rem}.book-demo-content{padding:3rem 0 5rem}.book-demo-content .row{align-items:stretch}.book-demo-calendly-wrapper{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.08);padding:2rem;height:100%;transition:all .3s ease;position:relative;overflow:hidden}.book-demo-calendly-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #55c1e2 0%, #1e88e5 100%)}.book-demo-calendly-wrapper:hover{box-shadow:0 15px 50px rgba(0,0,0,.12);transform:translateY(-2px)}.book-demo-calendly-container{min-height:700px;border-radius:8px;overflow:hidden}.book-demo-sidebar{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;height:100%}.book-demo-testimonial{background:linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);border-radius:16px;padding:2.5rem;box-shadow:0 5px 25px rgba(0,0,0,.05);position:relative;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;height:-moz-fit-content;height:fit-content}.book-demo-testimonial::before{content:"❝";position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:rgba(85,193,226,.15);font-family:Georgia,serif;line-height:1}.book-demo-testimonial:hover{transform:translateY(-3px);box-shadow:0 8px 35px rgba(0,0,0,.08)}.book-demo-testimonial-quote{font-size:1.125rem;line-height:1.8;color:#495057;margin-bottom:1.5rem;font-style:italic;position:relative;z-index:1}.book-demo-testimonial-quote strong{color:#55c1e2;font-weight:600}.book-demo-testimonial-author-info{display:flex;flex-direction:column;align-items:center;text-align:center}.book-demo-testimonial-author-info p{margin:0;font-weight:600;color:#343a40;font-size:1rem}.book-demo-testimonial-author-info img{margin-top:1rem;max-width:150px;height:auto;opacity:.8;transition:opacity .3s ease}.book-demo-testimonial-author-info img:hover{opacity:1}.book-demo-demo-info{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 5px 25px rgba(0,0,0,.05);margin-bottom:2rem;transition:all .3s ease}.book-demo-demo-info:hover{transform:translateY(-3px);box-shadow:0 8px 35px rgba(0,0,0,.08)}.book-demo-demo-info h3{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:1rem}.book-demo-demo-info ul{list-style:none;padding:0;margin:0}.book-demo-demo-info ul li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;color:#495057;line-height:1.6}.book-demo-demo-info ul li::before{content:"✓";position:absolute;left:0;color:#55c1e2;font-weight:bold;font-size:1.125rem}.book-demo-demo-info ul li strong{color:#343a40}.book-demo-g2-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 5px 25px rgba(0,0,0,.05);text-align:center;transition:all .3s ease}.book-demo-g2-section:hover{transform:translateY(-3px);box-shadow:0 8px 35px rgba(0,0,0,.08)}.book-demo-g2-rating{margin-bottom:1.5rem}.book-demo-g2-rating .stars{display:flex;justify-content:center;grid-gap:.25rem;gap:.25rem;margin-bottom:.5rem;font-size:1.5rem}.book-demo-g2-rating .stars .star{color:#ffb800;transition:all .2s ease}.book-demo-g2-rating .stars .star:hover{transform:scale(1.2)}.book-demo-g2-rating p{font-size:1.125rem;font-weight:600;color:#343a40;margin:0}.book-demo-g2-badges{display:flex;justify-content:center;align-items:center;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap}.book-demo-g2-badges a{display:inline-block;transition:all .3s ease}.book-demo-g2-badges a:hover{transform:translateY(-5px) scale(1.05);filter:drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1))}.book-demo-g2-badges a img{height:80px;width:auto}.book-demo-accent{position:absolute;width:300px;height:300px;background:radial-gradient(circle, rgba(85, 193, 226, 0.1) 0%, transparent 70%);border-radius:50%;filter:blur(40px);z-index:-1;animation:float 6s ease-in-out infinite}.book-demo-accent--top{top:-150px;right:-150px}.book-demo-accent--bottom{bottom:-150px;left:-150px;animation-delay:3s}.book-demo-customers{margin-top:4rem;padding:3rem 0;background:linear-gradient(135deg, rgba(85, 193, 226, 0.02) 0%, rgba(255, 255, 255, 0) 50%)}.book-demo-customers-title{font-size:1.5rem;font-weight:600;color:#343a40;text-align:center;margin-bottom:2rem}.book-demo-customers-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;grid-gap:3rem;gap:3rem}.book-demo-customers-logos img{height:50px;width:auto;opacity:.6;filter:grayscale(1);transition:all .3s ease}.book-demo-customers-logos img:hover{opacity:1;filter:grayscale(0);transform:scale(1.1)}.book-demo-customers-logos img.big{height:70px}.book-demo-customers-logos img.medium{height:60px}.book-demo-customers-logos img.svg{height:45px}@keyframes float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.calendly-loading{display:flex;justify-content:center;align-items:center;min-height:700px}.calendly-loading::after{content:"";width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #55c1e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width: 991px){.book-demo-content .col-lg-7{margin-bottom:2rem}.book-demo-calendly-container{min-height:600px}}@media(max-width: 767px){.book-demo-hero{padding-top:7rem;padding-bottom:.5rem}.book-demo-hero h1{font-size:2rem}.book-demo-hero p{font-size:1rem}.book-demo-content{padding:2rem 0 3rem}.book-demo-calendly-wrapper{padding:1.5rem}.book-demo-calendly-container{min-height:500px}.book-demo-testimonial{padding:2rem}.book-demo-testimonial-quote{font-size:1rem}.book-demo-g2-section{padding:1.5rem}.book-demo-g2-badges{grid-gap:1rem;gap:1rem}.book-demo-g2-badges a img{height:60px}}.interactive-image{position:relative;overflow:visible}.interactive-image img{width:100%;height:auto;display:block}.image-markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.marker{position:absolute;pointer-events:all;z-index:10}.marker[data-position-x="20"]{left:20%}.marker[data-position-x="25"]{left:25%}.marker[data-position-x="30"]{left:30%}.marker[data-position-x="35"]{left:35%}.marker[data-position-x="40"]{left:40%}.marker[data-position-x="45"]{left:45%}.marker[data-position-x="50"]{left:50%}.marker[data-position-x="55"]{left:55%}.marker[data-position-x="60"]{left:60%}.marker[data-position-x="65"]{left:65%}.marker[data-position-x="70"]{left:70%}.marker[data-position-x="75"]{left:75%}.marker[data-position-x="80"]{left:80%}.marker[data-position-y="10"]{top:10%}.marker[data-position-y="15"]{top:15%}.marker[data-position-y="20"]{top:20%}.marker[data-position-y="25"]{top:25%}.marker[data-position-y="30"]{top:30%}.marker[data-position-y="35"]{top:35%}.marker[data-position-y="40"]{top:40%}.marker[data-position-y="45"]{top:45%}.marker[data-position-y="50"]{top:50%}.marker[data-position-y="55"]{top:55%}.marker[data-position-y="60"]{top:60%}.marker[data-position-y="65"]{top:65%}.marker[data-position-y="70"]{top:70%}.marker[data-position-y="75"]{top:75%}.marker[data-position-y="80"]{top:80%}.marker[data-position-y="85"]{top:85%}.marker-dot{width:20px;height:20px;background:#55c1e2;border-radius:50%;cursor:pointer;position:relative;transform:translate(-50%, -50%);transition:all .3s ease}.marker-dot::before,.marker-dot::after{content:"";position:absolute;border:2px solid #55c1e2;border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;pointer-events:none}.marker-dot::after{animation-delay:1s}.marker-tooltip{position:absolute;background:#fff;border-radius:8px;padding:1.25rem;min-width:280px;max-width:320px;box-shadow:0 10px 30px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;pointer-events:none;z-index:100}.marker-tooltip::before{content:"";position:absolute;width:0;height:0;border-style:solid}.marker-tooltip h4{font-size:1.125rem;font-weight:600;color:#424242;margin-bottom:.5rem;line-height:1.3}.marker-tooltip p{font-size:.9375rem;color:#8a8a8a;margin:0;line-height:1.5}.marker[data-tooltip-position=top-left] .marker-tooltip{bottom:calc(100% + 15px);right:-10px}.marker[data-tooltip-position=top-left] .marker-tooltip::before{bottom:-8px;right:15px;border-width:8px 8px 0 8px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.marker[data-tooltip-position=top-right] .marker-tooltip{bottom:calc(100% + 15px);left:-10px}.marker[data-tooltip-position=top-right] .marker-tooltip::before{bottom:-8px;left:15px;border-width:8px 8px 0 8px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.marker[data-tooltip-position=bottom-left] .marker-tooltip{top:calc(100% + 15px);right:-10px}.marker[data-tooltip-position=bottom-left] .marker-tooltip::before{top:-8px;right:15px;border-width:0 8px 8px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.marker[data-tooltip-position=bottom-right] .marker-tooltip{top:calc(100% + 15px);left:-10px}.marker[data-tooltip-position=bottom-right] .marker-tooltip::before{top:-8px;left:15px;border-width:0 8px 8px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.marker:hover .marker-dot{background:#29b1db;transform:translate(-50%, -50%) scale(1.2)}.marker:hover .marker-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.marker.active .marker-dot{background:#29b1db;transform:translate(-50%, -50%) scale(1.2)}.marker.active .marker-tooltip{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}@keyframes pulse{0%{width:20px;height:20px;opacity:1}100%{width:40px;height:40px;opacity:0}}@media(max-width: 991px){.marker-tooltip{min-width:280px;max-width:320px;padding:1rem}.marker-tooltip h4{font-size:1rem;margin-bottom:.5rem}.marker-tooltip p{font-size:.875rem;line-height:1.5}}@media(max-width: 767px){.marker-dot{width:24px;height:24px}.marker-dot::before,.marker-dot::after{content:"";position:absolute;border:2px solid #55c1e2;border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.marker-dot::after{animation-delay:1s}.marker-tooltip{min-width:280px;max-width:calc(90vw - 20px);max-height:60vh;overflow-y:auto;z-index:1000;background:#fff !important;cursor:pointer;padding:1rem}.marker-tooltip h4{font-size:.9rem !important;margin-bottom:.4rem}.marker-tooltip p{font-size:.8rem !important;line-height:1.4}.marker-tooltip::before{display:none}.marker[data-tooltip-position=top-left] .marker-tooltip,.marker[data-tooltip-position=top-right] .marker-tooltip{left:50%;right:auto;transform:translateX(-50%)}.marker[data-tooltip-position=bottom-left] .marker-tooltip,.marker[data-tooltip-position=bottom-right] .marker-tooltip{left:50%;right:auto;transform:translateX(-50%)}.marker.active .marker-tooltip{transform:translateX(-50%) translateY(0) !important;opacity:1 !important;visibility:visible !important;pointer-events:all !important}}@media(max-width: 480px){.marker-tooltip{min-width:260px;max-width:calc(100% - 10px);padding:.75rem}.marker-tooltip h4{font-size:.85rem !important;margin-bottom:.3rem}.marker-tooltip p{font-size:.75rem !important;line-height:1.3}}@media(hover: none){.marker:hover .marker-tooltip{opacity:0;visibility:hidden}}.hero-trainers .star{color:#ff9500;font-size:1.25rem;margin-right:.125rem}.hero-trainers .g2-rating-wrapper{display:flex !important;grid-template-columns:none !important;align-items:center;grid-gap:.75rem;gap:.75rem;margin-top:1.5rem;max-width:none !important;opacity:.7 !important;filter:grayscale(1)}.hero-trainers .g2-rating-wrapper .g2-text{color:#667085;font-size:.875rem;white-space:nowrap;grid-column:auto !important;text-align:left !important;padding:0 !important;opacity:1 !important}.hero-trainers .g2-rating-wrapper .g2-stars{display:flex !important;grid-gap:.125rem;gap:.125rem;grid-column:auto !important}.hero-trainers .g2-rating-wrapper .g2-stars svg{width:14px;height:14px;transform:none !important}@media(max-width: 767.98px){.hero-trainers .g2-rating-wrapper{flex-wrap:wrap;justify-content:center;text-align:center}}.hero-trainers .g2-rating-wrapper:hover{filter:grayscale(0) !important;opacity:1 !important}.hero-trainers .g2-rating-wrapper:hover .g2-text{opacity:1 !important}.hero-trainers .g2-rating-wrapper:hover .g2-stars svg{transform:none !important}.hero-trainers .btn-group{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}.hero-trainers .btn-group .btn{margin-right:0 !important}@media(max-width: 767.98px){.hero-trainers .btn-group{flex-direction:column;width:100%}.hero-trainers .btn-group .btn{width:100%}}.feature-article ul{list-style:none;padding-left:0}.feature-article ul li{padding:.5rem 0;color:#8a8a8a;font-size:1rem;line-height:1.5}@media(min-width: 768px){.feature-article ul li{font-size:1.125rem;line-height:1.77777}}.action .pricing-g2-badge{display:inline-block;transition:transform .2s ease}.action .pricing-g2-badge:hover{transform:scale(1.05)}.contact-form .form-group select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2714%27%20height%3D%278%27%20viewBox%3D%270%200%2014%208%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%201l6%206%206-6%27%20stroke%3D%27%23667085%27%20stroke-width%3D%272%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:2.5rem}.feature-article__image img{max-width:100%;height:auto}.feature-article__image img[src$=".webp"]{border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.author-article{background-color:rgba(0,0,0,0)}.author-article .author-details h3{color:#55c1e2;margin-bottom:1rem}.author-article .author-details p{font-style:italic}.author-article .author-details p:last-child{font-style:normal;font-size:.9rem;color:#6c757d;margin-top:1rem}.contact-questions__header h1{margin-bottom:1rem}.contact-questions__header p{max-width:600px;margin:0 auto 2rem;color:#6c757d}

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