/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}@charset "UTF-8";
/** Config */ /**
 * Variables
 */
/**
 * External
 */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFEEC2;
  --green: #0E905A;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #0E905A;
  --info: #17a2b8;
  --warning: #FFEEC2;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E3E2E2;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E3E2E2;
}
.table tbody + tbody {
  border-top: 2px solid #E3E2E2;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bce0d1;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #82c5a9;
}

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffaee;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6df;
}

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

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

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  border-radius: 50%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-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;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(14, 144, 90, 0.9);
  border-radius: 50%;
}
.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: #0E905A;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230E905A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 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: #0E905A;
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.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: #0E905A;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230E905A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") 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: #0E905A;
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #0E905A;
}
.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: #0E905A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #0E905A;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #13be77;
  background-color: #13be77;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0E905A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #0E905A;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0E905A;
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 50%;
}
.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='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") 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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #0E905A;
  border-color: #0E905A;
}
.btn-success:hover {
  color: #fff;
  background-color: #0b6d44;
  border-color: #09623d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0b6d44;
  border-color: #09623d;
  box-shadow: 0 0 0 0.2rem rgba(50, 161, 115, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #0E905A;
  border-color: #0E905A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #09623d;
  border-color: #085636;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 161, 115, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFEEC2;
  border-color: #FFEEC2;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe39c;
  border-color: #ffe08f;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffe39c;
  border-color: #ffe08f;
  box-shadow: 0 0 0 0.2rem rgba(222, 208, 171, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFEEC2;
  border-color: #FFEEC2;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe08f;
  border-color: #ffdc82;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 208, 171, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #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 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #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 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #0E905A;
  border-color: #0E905A;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #0E905A;
  border-color: #0E905A;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #0E905A;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #0E905A;
  border-color: #0E905A;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFEEC2;
  border-color: #FFEEC2;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFEEC2;
  border-color: #FFEEC2;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 194, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFEEC2;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFEEC2;
  border-color: #FFEEC2;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 194, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #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 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #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 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-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: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .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;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #cacaca;
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 50% 50% 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 50%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 50%;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(50% - 1px);
  border-top-right-radius: calc(50% - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(50% - 1px);
  border-bottom-left-radius: calc(50% - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(50% - 1px) calc(50% - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(50% - 1px) calc(50% - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(50% - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(50% - 1px);
  border-top-right-radius: calc(50% - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(50% - 1px);
  border-bottom-left-radius: calc(50% - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 50%;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 50%;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #0E905A;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #09623d;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 144, 90, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FFEEC2;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffe08f;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 238, 194, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 50%;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #074b2f;
  background-color: #cfe9de;
  border-color: #bce0d1;
}
.alert-success hr {
  border-top-color: #abd8c5;
}
.alert-success .alert-link {
  color: #031c12;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #857c65;
  background-color: #fffcf3;
  border-color: #fffaee;
}
.alert-warning hr {
  border-top-color: #fff3d5;
}
.alert-warning .alert-link {
  color: #68614f;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 50%;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 50%;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 50%;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #074b2f;
  background-color: #bce0d1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #074b2f;
  background-color: #abd8c5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #074b2f;
  border-color: #074b2f;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #857c65;
  background-color: #fffaee;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857c65;
  background-color: #fff3d5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857c65;
  border-color: #857c65;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E3E2E2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #E3E2E2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "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-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #0E905A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #09623d !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: #FFEEC2 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe08f !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: transparent !important;
}

.border {
  border: 1px solid #E3E2E2 !important;
}

.border-top {
  border-top: 1px solid #E3E2E2 !important;
}

.border-right {
  border-right: 1px solid #E3E2E2 !important;
}

.border-bottom {
  border-bottom: 1px solid #E3E2E2 !important;
}

.border-left {
  border-left: 1px solid #E3E2E2 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #0E905A !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #FFEEC2 !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: 0.2rem !important;
}

.rounded {
  border-radius: 50% !important;
}

.rounded-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-right {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-left {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
      -ms-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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #0E905A !important;
}

a.text-success:hover, a.text-success:focus {
  color: #074a2e !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #FFEEC2 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffd976 !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(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #E3E2E2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #E3E2E2;
  }
}
/** Components */
/**
 * Components
 */
.custom_author_cl .m-user-profile-picture,
.m-user-profile-picture {
  display: flex;
  width: 20px;
  height: 20px;
}
.custom_author_cl .m-user-profile-picture img,
.m-user-profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 50%;
}
.custom_author_cl .m-user-profile-picture--48,
.m-user-profile-picture--48 {
  width: 48px;
  height: 48px;
}
.custom_author_cl .m-user-profile-picture--120,
.m-user-profile-picture--120 {
  width: 120px;
  height: 120px;
}
.custom_author_cl .m-user-profile-picture--80,
.m-user-profile-picture--80 {
  width: 60px;
  height: 60px;
}

.archive-pagination {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .navigation.pagination .nav-links {
    max-width: 290px;
  }
}
.prev.page-numbers {
  width: 48%;
  max-width: 44px !important;
  margin-top: 0;
  margin-right: 4px;
  margin-left: 4px;
  background-position: 15px center !important;
  text-align: left;
  padding-left: 36px;
}

.next.page-numbers {
  order: 2;
  width: 48%;
  max-width: 44px !important;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 4px;
  background-position: center !important;
  text-align: right;
  padding-right: 36px;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #616161;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.page_total_count_cat {
  margin-bottom: 27px;
}

.tag-list-outer {
  padding-top: 10px;
}

.nav-links .page-numbers {
  height: 44px;
  margin-bottom: 10px;
}

nav.navigation.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.navigation.pagination .nav-links {
  border: none;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links {
    flex-wrap: wrap;
  }
}

.nav-links .page-numbers {
  border: 1px solid #E0E0E0;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background-color: #EEE;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  max-width: 44px;
  font-size: 0;
}

.nav-links .page-numbers.next {
  background-image: url("../images/arrow-next.svg");
}

@media screen and (max-width: 768px) {
  .nav-links .page-numbers.prev {
    justify-content: flex-end;
  }
  .prev.page-numbers {
    order: 1;
  }
}
/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
@font-face {
  font-family: ShortcodesUltimateIcons;
  src: url(../../vendor/fork-awesome/fonts/forkawesome-webfont.eot?v=1.2.0);
  src: url(../../vendor/fork-awesome/fonts/forkawesome-webfont.eot?#iefix&v=1.2.0) format("embedded-opentype"), url(../../vendor/fork-awesome/fonts/forkawesome-webfont.woff2?v=1.2.0) format("woff2"), url(../../vendor/fork-awesome/fonts/forkawesome-webfont.woff?v=1.2.0) format("woff"), url(../../vendor/fork-awesome/fonts/forkawesome-webfont.ttf?v=1.2.0) format("truetype"), url(../../vendor/fork-awesome/fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.sui {
  display: inline-block;
  font: normal normal normal 14px/1 ShortcodesUltimateIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sui-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.sui-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.sui-ul > li {
  position: relative;
}

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

.sui-li.sui-lg {
  left: -1.85714em;
}

.sui-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.sui.sui-pull-left {
  margin-right: 0.3em;
}

.sui.sui-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.sui.pull-left {
  margin-right: 0.3em;
}

.sui.pull-right {
  margin-left: 0.3em;
}

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

.sui-pulse {
  animation: sui-spin 1s infinite steps(8);
}
@keyframes sui-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.sui-rotate-90 {
  transform: rotate(90deg);
}

.sui-rotate-180 {
  transform: rotate(180deg);
}

.sui-rotate-270 {
  transform: rotate(270deg);
}

.sui-flip-horizontal {
  transform: scale(-1, 1);
}

.sui-flip-vertical {
  transform: scale(1, -1);
}

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

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

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

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

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

.sui-inverse {
  color: #fff;
}

.sui-glass:before {
  content: "\F000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-refresh:before, .sui-sync:before {
  content: "\F021";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-globe-e:before {
  content: "\F304";
}

.sui-globe-w:before {
  content: "\F305";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-google-plus-g:before, .sui-google-plus:before {
  content: "\F0D5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-cutlery:before, .sui-utensils:before {
  content: "\F0F5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-gbp:before, .sui-pound:before {
  content: "\F154";
}

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

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

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

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

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

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

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

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

.sui-sort-alpha-asc:before, .sui-sort-alpha-down:before {
  content: "\F15D";
}

.sui-sort-alpha-desc:before, .sui-sort-alpha-up:before {
  content: "\F15E";
}

.sui-sort-amount-asc:before, .sui-sort-amount-down:before {
  content: "\F160";
}

.sui-sort-amount-desc:before, .sui-sort-amount-up:before {
  content: "\F161";
}

.sui-sort-numeric-asc:before, .sui-sort-numeric-down:before {
  content: "\F162";
}

.sui-sort-numeric-desc:before, .sui-sort-numeric-up:before {
  content: "\F163";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-spoon:before, .sui-utensil-spoon:before {
  content: "\F1B1";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-header:before, .sui-heading:before {
  content: "\F1DC";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-cc:before, .sui-closed-captioning:before {
  content: "\F20A";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-diamond:before, .sui-gem:before {
  content: "\F219";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sui-medium-square:before {
  content: "\F2F8";
}

.sui-y-combinator:before, .sui-yc:before {
  content: "\F23B";
}

.sui-optin-monster:before {
  content: "\F23C";
}

.sui-opencart:before {
  content: "\F23D";
}

.sui-expeditedssl:before {
  content: "\F23E";
}

.sui-battery-4:before, .sui-battery-full:before, .sui-battery:before {
  content: "\F240";
}

.sui-battery-3:before, .sui-battery-three-quarters:before {
  content: "\F241";
}

.sui-battery-2:before, .sui-battery-half:before {
  content: "\F242";
}

.sui-battery-1:before, .sui-battery-quarter:before {
  content: "\F243";
}

.sui-battery-0:before, .sui-battery-empty:before {
  content: "\F244";
}

.sui-mouse-pointer:before {
  content: "\F245";
}

.sui-i-cursor:before {
  content: "\F246";
}

.sui-object-group:before {
  content: "\F247";
}

.sui-object-ungroup:before {
  content: "\F248";
}

.sui-sticky-note:before {
  content: "\F249";
}

.sui-sticky-note-o:before {
  content: "\F24A";
}

.sui-cc-jcb:before {
  content: "\F24B";
}

.sui-cc-diners-club:before {
  content: "\F24C";
}

.sui-clone:before {
  content: "\F24D";
}

.sui-balance-scale:before {
  content: "\F24E";
}

.sui-hourglass-o:before {
  content: "\F250";
}

.sui-hourglass-1:before, .sui-hourglass-start:before {
  content: "\F251";
}

.sui-hourglass-2:before, .sui-hourglass-half:before {
  content: "\F252";
}

.sui-hourglass-3:before, .sui-hourglass-end:before {
  content: "\F253";
}

.sui-hourglass:before {
  content: "\F254";
}

.sui-hand-grab-o:before, .sui-hand-rock-o:before {
  content: "\F255";
}

.sui-hand-paper-o:before, .sui-hand-stop-o:before {
  content: "\F256";
}

.sui-hand-scissors-o:before {
  content: "\F257";
}

.sui-hand-lizard-o:before {
  content: "\F258";
}

.sui-hand-spock-o:before {
  content: "\F259";
}

.sui-hand-pointer-o:before {
  content: "\F25A";
}

.sui-hand-peace-o:before {
  content: "\F25B";
}

.sui-trademark:before {
  content: "\F25C";
}

.sui-registered:before {
  content: "\F25D";
}

.sui-creative-commons:before {
  content: "\F25E";
}

.sui-gg:before {
  content: "\F260";
}

.sui-gg-circle:before {
  content: "\F261";
}

.sui-tripadvisor:before {
  content: "\F262";
}

.sui-odnoklassniki:before {
  content: "\F263";
}

.sui-odnoklassniki-square:before {
  content: "\F264";
}

.sui-get-pocket:before {
  content: "\F265";
}

.sui-wikipedia-w:before {
  content: "\F266";
}

.sui-safari:before {
  content: "\F267";
}

.sui-chrome:before {
  content: "\F268";
}

.sui-firefox:before {
  content: "\F269";
}

.sui-opera:before {
  content: "\F26A";
}

.sui-internet-explorer:before {
  content: "\F26B";
}

.sui-television:before, .sui-tv:before {
  content: "\F26C";
}

.sui-contao:before {
  content: "\F26D";
}

.sui-500px:before {
  content: "\F26E";
}

.sui-amazon:before {
  content: "\F270";
}

.sui-calendar-plus-o:before {
  content: "\F271";
}

.sui-calendar-minus-o:before {
  content: "\F272";
}

.sui-calendar-times-o:before {
  content: "\F273";
}

.sui-calendar-check-o:before {
  content: "\F274";
}

.sui-industry:before {
  content: "\F275";
}

.sui-map-pin:before {
  content: "\F276";
}

.sui-map-signs:before {
  content: "\F277";
}

.sui-map-o:before {
  content: "\F278";
}

.sui-map:before {
  content: "\F279";
}

.sui-commenting:before {
  content: "\F27A";
}

.sui-commenting-o:before {
  content: "\F27B";
}

.sui-houzz:before {
  content: "\F27C";
}

.sui-vimeo-v:before, .sui-vimeo:before {
  content: "\F27D";
}

.sui-black-tie:before {
  content: "\F27E";
}

.sui-fonticons:before {
  content: "\F280";
}

.sui-reddit-alien:before {
  content: "\F281";
}

.sui-edge:before {
  content: "\F282";
}

.sui-credit-card-alt:before {
  content: "\F283";
}

.sui-codiepie:before {
  content: "\F284";
}

.sui-modx:before {
  content: "\F285";
}

.sui-fort-awesome:before {
  content: "\F286";
}

.sui-usb:before {
  content: "\F287";
}

.sui-product-hunt:before {
  content: "\F288";
}

.sui-mixcloud:before {
  content: "\F289";
}

.sui-scribd:before {
  content: "\F28A";
}

.sui-pause-circle:before {
  content: "\F28B";
}

.sui-pause-circle-o:before {
  content: "\F28C";
}

.sui-stop-circle:before {
  content: "\F28D";
}

.sui-stop-circle-o:before {
  content: "\F28E";
}

.sui-shopping-bag:before {
  content: "\F290";
}

.sui-shopping-basket:before {
  content: "\F291";
}

.sui-hashtag:before {
  content: "\F292";
}

.sui-bluetooth:before {
  content: "\F293";
}

.sui-bluetooth-b:before {
  content: "\F294";
}

.sui-percent:before {
  content: "\F295";
}

.sui-gitlab:before {
  content: "\F296";
}

.sui-wpbeginner:before {
  content: "\F297";
}

.sui-wpforms:before {
  content: "\F298";
}

.sui-envira:before {
  content: "\F299";
}

.sui-universal-access:before {
  content: "\F29A";
}

.sui-wheelchair-alt:before {
  content: "\F29B";
}

.sui-question-circle-o:before {
  content: "\F29C";
}

.sui-blind:before {
  content: "\F29D";
}

.sui-audio-description:before {
  content: "\F29E";
}

.sui-phone-volume:before, .sui-volume-control-phone:before {
  content: "\F2A0";
}

.sui-braille:before {
  content: "\F2A1";
}

.sui-assistive-listening-systems:before {
  content: "\F2A2";
}

.sui-american-sign-language-interpreting:before, .sui-asl-interpreting:before {
  content: "\F2A3";
}

.sui-deaf:before, .sui-deafness:before, .sui-hard-of-hearing:before {
  content: "\F2A4";
}

.sui-glide:before {
  content: "\F2A5";
}

.sui-glide-g:before {
  content: "\F2A6";
}

.sui-sign-language:before, .sui-signing:before {
  content: "\F2A7";
}

.sui-low-vision:before {
  content: "\F2A8";
}

.sui-viadeo:before {
  content: "\F2A9";
}

.sui-viadeo-square:before {
  content: "\F2AA";
}

.sui-snapchat:before {
  content: "\F2AB";
}

.sui-snapchat-ghost:before {
  content: "\F2AC";
}

.sui-snapchat-square:before {
  content: "\F2AD";
}

.sui-first-order:before {
  content: "\F2B0";
}

.sui-yoast:before {
  content: "\F2B1";
}

.sui-themeisle:before {
  content: "\F2B2";
}

.sui-google-plus-circle:before, .sui-google-plus-official:before {
  content: "\F2B3";
}

.sui-fa:before, .sui-font-awesome:before {
  content: "\F2B4";
}

.sui-handshake-o:before {
  content: "\F2B5";
}

.sui-envelope-open:before {
  content: "\F2B6";
}

.sui-envelope-open-o:before {
  content: "\F2B7";
}

.sui-linode:before {
  content: "\F2B8";
}

.sui-address-book:before {
  content: "\F2B9";
}

.sui-address-book-o:before {
  content: "\F2BA";
}

.sui-address-card:before, .sui-vcard:before {
  content: "\F2BB";
}

.sui-address-card-o:before, .sui-vcard-o:before {
  content: "\F2BC";
}

.sui-user-circle:before {
  content: "\F2BD";
}

.sui-user-circle-o:before {
  content: "\F2BE";
}

.sui-user-o:before {
  content: "\F2C0";
}

.sui-id-badge:before {
  content: "\F2C1";
}

.sui-drivers-license:before, .sui-id-card:before {
  content: "\F2C2";
}

.sui-drivers-license-o:before, .sui-id-card-o:before {
  content: "\F2C3";
}

.sui-quora:before {
  content: "\F2C4";
}

.sui-free-code-camp:before {
  content: "\F2C5";
}

.sui-telegram:before {
  content: "\F2C6";
}

.sui-thermometer-4:before, .sui-thermometer-full:before, .sui-thermometer:before {
  content: "\F2C7";
}

.sui-thermometer-3:before, .sui-thermometer-three-quarters:before {
  content: "\F2C8";
}

.sui-thermometer-2:before, .sui-thermometer-half:before {
  content: "\F2C9";
}

.sui-thermometer-1:before, .sui-thermometer-quarter:before {
  content: "\F2CA";
}

.sui-thermometer-0:before, .sui-thermometer-empty:before {
  content: "\F2CB";
}

.sui-shower:before {
  content: "\F2CC";
}

.sui-bath:before, .sui-bathtub:before, .sui-s15:before {
  content: "\F2CD";
}

.sui-podcast:before {
  content: "\F2CE";
}

.sui-window-maximize:before {
  content: "\F2D0";
}

.sui-window-minimize:before {
  content: "\F2D1";
}

.sui-window-restore:before {
  content: "\F2D2";
}

.sui-times-rectangle:before, .sui-window-close:before {
  content: "\F2D3";
}

.sui-times-rectangle-o:before, .sui-window-close-o:before {
  content: "\F2D4";
}

.sui-bandcamp:before {
  content: "\F2D5";
}

.sui-grav:before {
  content: "\F2D6";
}

.sui-etsy:before {
  content: "\F2D7";
}

.sui-imdb:before {
  content: "\F2D8";
}

.sui-ravelry:before {
  content: "\F2D9";
}

.sui-eercast:before {
  content: "\F2DA";
}

.sui-microchip:before {
  content: "\F2DB";
}

.sui-snowflake-o:before {
  content: "\F2DC";
}

.sui-superpowers:before {
  content: "\F2DD";
}

.sui-wpexplorer:before {
  content: "\F2DE";
}

.sui-meetup:before {
  content: "\F2E0";
}

.sui-mastodon:before {
  content: "\F2E1";
}

.sui-mastodon-alt:before {
  content: "\F2E2";
}

.sui-fork-awesome:before, .sui-fork-circle:before {
  content: "\F2E3";
}

.sui-peertube:before {
  content: "\F2E4";
}

.sui-diaspora:before {
  content: "\F2E5";
}

.sui-friendica:before {
  content: "\F2E6";
}

.sui-gnu-social:before {
  content: "\F2E7";
}

.sui-liberapay-square:before {
  content: "\F2E8";
}

.sui-liberapay:before {
  content: "\F2E9";
}

.sui-scuttlebutt:before, .sui-ssb:before {
  content: "\F2EA";
}

.sui-hubzilla:before {
  content: "\F2EB";
}

.sui-social-home:before {
  content: "\F2EC";
}

.sui-artstation:before {
  content: "\F2ED";
}

.sui-discord:before {
  content: "\F2EE";
}

.sui-discord-alt:before {
  content: "\F2EF";
}

.sui-patreon:before {
  content: "\F2F0";
}

.sui-snowdrift:before {
  content: "\F2F1";
}

.sui-activitypub:before {
  content: "\F2F2";
}

.sui-ethereum:before {
  content: "\F2F3";
}

.sui-keybase:before {
  content: "\F2F4";
}

.sui-shaarli:before {
  content: "\F2F5";
}

.sui-shaarli-o:before {
  content: "\F2F6";
}

.sui-cut-key:before, .sui-key-modern:before {
  content: "\F2F7";
}

.sui-xmpp:before {
  content: "\F2F9";
}

.sui-archive-org:before {
  content: "\F2FC";
}

.sui-freedombox:before {
  content: "\F2FD";
}

.sui-facebook-messenger:before {
  content: "\F2FE";
}

.sui-debian:before {
  content: "\F2FF";
}

.sui-mastodon-square:before {
  content: "\F300";
}

.sui-tipeee:before {
  content: "\F301";
}

.sui-react:before {
  content: "\F302";
}

.sui-dogmazic:before {
  content: "\F303";
}

.sui-zotero:before {
  content: "\F309";
}

.sui-nodejs:before {
  content: "\F308";
}

.sui-nextcloud:before {
  content: "\F306";
}

.sui-nextcloud-square:before {
  content: "\F307";
}

.sui-hackaday:before {
  content: "\F30A";
}

.sui-laravel:before {
  content: "\F30B";
}

.sui-signalapp:before {
  content: "\F30C";
}

.sui-gnupg:before {
  content: "\F30D";
}

.sui-php:before {
  content: "\F30E";
}

.sui-ffmpeg:before {
  content: "\F30F";
}

.sui-joplin:before {
  content: "\F310";
}

.sui-syncthing:before {
  content: "\F311";
}

.sui-inkscape:before {
  content: "\F312";
}

.sui-matrix-org:before {
  content: "\F313";
}

.sui-pixelfed:before {
  content: "\F314";
}

.sui-bootstrap:before {
  content: "\F315";
}

.sui-dev-to:before {
  content: "\F316";
}

.sui-hashnode:before {
  content: "\F317";
}

.sui-jirafeau:before {
  content: "\F318";
}

.sui-emby:before {
  content: "\F319";
}

.sui-wikidata:before {
  content: "\F31A";
}

.sui-gimp:before {
  content: "\F31B";
}

.sui-c:before {
  content: "\F31C";
}

.sui-digitalocean:before {
  content: "\F31D";
}

.sui-att:before {
  content: "\F31E";
}

.sui-gitea:before {
  content: "\F31F";
}

.sui-file-epub:before {
  content: "\F321";
}

.sui-python:before {
  content: "\F322";
}

.sui-archlinux:before {
  content: "\F323";
}

.sui-pleroma:before {
  content: "\F324";
}

.sui-unsplash:before {
  content: "\F325";
}

.sui-hackster:before {
  content: "\F326";
}

.sui-spell-check:before {
  content: "\F327";
}

.sui-moon:before {
  content: "\F328";
}

.sui-sun:before {
  content: "\F329";
}

.sui-f-droid:before {
  content: "\F32A";
}

.sui-biometric:before {
  content: "\F32B";
}

.sui-wire:before {
  content: "\F32C";
}

.sui-tor-onion:before {
  content: "\F32E";
}

.sui-volume-mute:before {
  content: "\F32F";
}

.sui-bell-ringing:before {
  content: "\F32D";
}

.sui-bell-ringing-o:before {
  content: "\F330";
}

.sui-hal:before {
  content: "\F333";
}

.sui-jupyter:before {
  content: "\F335";
}

.sui-julia:before {
  content: "\F334";
}

.sui-classicpress:before {
  content: "\F331";
}

.sui-classicpress-circle:before {
  content: "\F332";
}

.sui-open-collective:before {
  content: "\F336";
}

.sui-orcid:before {
  content: "\F337";
}

.sui-researchgate:before {
  content: "\F338";
}

.sui-funkwhale:before {
  content: "\F339";
}

.sui-askfm:before {
  content: "\F33A";
}

.sui-blockstack:before {
  content: "\F33B";
}

.sui-boardgamegeek:before {
  content: "\F33C";
}

.sui-bunny:before {
  content: "\F35F";
}

.sui-buymeacoffee:before {
  content: "\F33D";
}

.sui-cc-by:before {
  content: "\F33E";
}

.sui-cc-cc:before, .sui-creative-commons-alt:before {
  content: "\F33F";
}

.sui-cc-nc-eu:before {
  content: "\F341";
}

.sui-cc-nc-jp:before {
  content: "\F342";
}

.sui-cc-nc:before {
  content: "\F340";
}

.sui-cc-nd:before {
  content: "\F343";
}

.sui-cc-pd:before {
  content: "\F344";
}

.sui-cc-remix:before {
  content: "\F345";
}

.sui-cc-sa:before {
  content: "\F346";
}

.sui-cc-share:before {
  content: "\F347";
}

.sui-cc-zero:before {
  content: "\F348";
}

.sui-conway-glider:before, .sui-conway-hacker:before {
  content: "\F349";
}

.sui-csharp:before {
  content: "\F34A";
}

.sui-email-bulk:before {
  content: "\F34B";
}

.sui-email-bulk-o:before {
  content: "\F34C";
}

.sui-gnu:before {
  content: "\F34D";
}

.sui-google-play:before {
  content: "\F34E";
}

.sui-heroku:before {
  content: "\F34F";
}

.sui-hassio:before, .sui-home-assistant:before {
  content: "\F350";
}

.sui-java:before {
  content: "\F351";
}

.sui-mariadb:before {
  content: "\F352";
}

.sui-markdown:before {
  content: "\F353";
}

.sui-mysql:before {
  content: "\F354";
}

.sui-nordcast:before {
  content: "\F355";
}

.sui-plume:before {
  content: "\F356";
}

.sui-postgresql:before {
  content: "\F357";
}

.sui-sass-alt:before {
  content: "\F359";
}

.sui-sass:before {
  content: "\F358";
}

.sui-skate:before {
  content: "\F35A";
}

.sui-sketchfab:before {
  content: "\F35B";
}

.sui-tex:before {
  content: "\F35C";
}

.sui-textpattern:before {
  content: "\F35D";
}

.sui-unity:before {
  content: "\F35E";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/** Slick */
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/** Partials */
/*SU-NOTE*/
.su-note .su-note-inner h2 {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding-bottom: 18px !important;
}

.su-note {
  border-width: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.su-note.bg-lyellow .su-note-inner .su-button {
  margin-top: 15px !important;
}

.su-note.bg-lyellow .su-note-inner .bubble {
  float: right;
  margin: 0;
  position: relative;
  height: 65px;
  width: 93px;
  visibility: hidden;
}

@media (min-width: 0px) {
  .su-note.bg-lyellow .su-note-inner {
    padding: 16px 16px 16px 16px !important;
  }
  .su-note.bg-lyellow .su-note-inner .bubble {
    margin-right: -16px;
    margin-top: -16px !important;
  }
}
@media (min-width: 768px) {
  .su-note.bg-lyellow .su-note-inner {
    padding: 20px 20px 20px 20px !important;
  }
  .su-note.bg-lyellow .su-note-inner .bubble {
    margin-right: -20px;
    margin-top: -20px !important;
  }
}
.su-note .su-note-inner {
  background-color: #F1F5FF !important;
  border-width: 0 !important;
  border-radius: 0 !important;
}

.su-note.bg-lyellow .su-note-inner {
  background: #FFF8D5 !important;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.su-note.bg-lyellow {
  position: relative;
  filter: drop-shadow(0px 4px 20px rgba(8, 53, 134, 0.1));
  border-radius: 6px !important;
}

.su-note.bg-lyellow .su-note-inner:after,
.su-note.bg-lyellow:after {
  content: "";
  position: absolute;
}

.su-note.bg-lyellow .su-note-inner h3 {
  margin: 0 0 10px !important;
}

@media (min-width: 0px) {
  .su-note.bg-lyellow .su-note-inner h3 {
    font-size: 18px !important;
    line-height: 125% !important;
  }
}
@media (min-width: 768px) {
  .su-note.bg-lyellow .su-note-inner h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
.su-note-inner p {
  margin-bottom: 15px !important;
}

.su-note ul,
.su-note ol {
  margin: 0;
}

.su-note ul {
  padding-left: 22px;
}

.su-note ol {
  padding: 0 20px 0 20px !important;
}

.su-note.bg-lyellow ul li,
.su-note.bg-lyellow ol li {
  padding-bottom: 5px !important;
  line-height: 24px !important;
}

.su-note ul li:last-child,
.su-note ol li:last-child {
  padding-bottom: 0 !important;
}

.su-note.bg-lyellow .su-list ul li {
  padding: 2.5px 0 2.5px 23px !important;
}

.su-note.bg-lyellow:not(.has-icon) .su-list ul li > i {
  left: 0 !important;
  transform: unset !important;
  top: 4px !important;
}

.su-note.bg-lyellow .su-list ul li > i {
  width: 13px;
}

.made-section .su-column-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #EEF3FB;
  text-align: center;
}

.su-pullquote {
  color: var(--pullquotes-color);
  font-weight: bold;
}

.su-button span {
  padding: 5px 10px !important;
}

.su-button {
  font-size: 18px;
  text-align: center;
  border: none !important;
  padding: 6px 32px !important;
  line-height: 40px !important;
  border-radius: 4px !important;
  margin: 0 5px 15px;
  max-width: 100%;
  width: auto;
}
.su-button span {
  color: var(--white) !important;
  font-size: 18px !important;
  border: none !important;
  padding: 0 !important;
  line-height: 40px !important;
}

.su-button-style-flat:hover span {
  top: 0px !important;
}

body .su-button span {
  line-height: 40px !important;
}

.su-note img {
  margin-bottom: 10px;
}

.su-row {
  display: flex;
  flex-wrap: wrap;
}
.su-row h2, .su-row h2, .su-row h3, .su-row h4, .su-row h5, .su-row h6 {
  width: 100%;
}
.su-row .su-column.su-column-size-1-2 {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .su-row .su-column.su-column-size-1-2 {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .su-row .su-column.su-column-size-1-2:last-child {
    margin-left: 15px;
  }
}
.su-row .su-list ul li {
  margin-bottom: 4px !important;
  padding-left: 18px !important;
}
.su-row .su-list ul li > i {
  position: absolute;
  height: 8px;
  width: 8px;
  top: 4px;
  left: 0;
}

.su-button {
  border-radius: 4px;
  background-color: var(--cloud-dark) !important;
}

.su-button.su-button-style-3d:hover {
  top: 0;
}

.su-image-carousel-item-content img,
.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
  width: auto;
  height: 350px;
  max-width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
}

.su-image-carousel-item-content {
  text-align: center;
}
.su-image-carousel-item-content img {
  display: inline-block !important;
  position: relative !important;
  object-fit: cover !important;
}

.su-spoiler-style-default > .su-spoiler-title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 4px;
}

.usp .usp-content {
  margin: 12px;
}

.usp .usp-content .usp-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 20px 10px;
  background: #EEF3FB;
  text-align: center;
  border-radius: 6px;
  min-height: 198px;
}

.usp .usp-content .usp-wrapper .usp-icon > img {
  margin-top: 10px;
}

.usp .usp-content .usp-wrapper .usp-title > h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #001A31;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-family: "Arial";
}

.usp .usp-content .usp-wrapper .usp-description > p {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3A3A3A;
  margin-bottom: auto;
}

/* XYZ PLUGIN */
.step-guidenew-outer {
  float: left;
  width: 100%;
  margin: 10px 0;
  margin-bottom: 0;
}

.step-guidenew-outer + * {
  clear: both;
}

.step-guidenew-inner {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 !important;
  list-style: none;
  justify-content: center;
  padding: 0px !important;
}

.step-guidenew-one {
  float: left;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 19px 19px 0;
  padding: 0;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  width: calc(33.3% - 28px);
  width: 142px;
}

.step-guidenew-one:hover {
  transform: scale(1.1);
  z-index: 99;
}

.step-guidenew-one a {
  color: #141519;
  display: block;
  padding: 30px 11px 20px;
  text-decoration: none !important;
  font-family: Arial, sans-serif !important;
}

.step-guidenew-one a > * {
  font-family: Arial, sans-serif !important;
}

.step-guidenew-one-icon {
  width: 45px;
  height: 45px;
  float: none;
  margin: auto;
  background-color: #ebfbf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 100%;
  color: #069cff;
}

.step-guidenew-one h4 {
  text-align: center;
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #3C3C3C !important;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 21px !important;
}

@media only screen and (min-width: 640px) and (max-width: 766px) {
  .step-guidenew-one {
    float: none;
    width: 31.3%;
    margin: 0 5px 10px 5px;
    display: inline-block;
  }
  .step-guidenew-one a {
    padding: 20px 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .step-guidenew-one {
    float: none;
    width: 47%;
    margin: 0 5px 10px 5px;
    display: inline-block;
  }
  .step-guidenew-one a {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 479px) {
  .step-guidenew-one {
    float: none;
    width: 46%;
    margin: 0 5px 10px;
    display: inline-block;
  }
  .step-guidenew-one a {
    padding: 20px 10px;
  }
}
.pc-wrapper {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc-wrapper li {
  position: relative;
  padding-left: 18px;
}
.pc-wrapper li + li {
  margin-top: 8px;
}
.pc-wrapper .pc-cons li:before,
.pc-wrapper .pc-pros li:before {
  position: absolute;
  width: 12px;
  height: 10px;
  left: 0;
  top: 7px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.pc-wrapper .pc-pros li:before {
  background: url("../images/pros.svg");
}
.pc-wrapper .pc-cons li:before {
  background: url("../images/cons.svg");
}
.pc-wrapper .pc-column h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .pc-wrapper .pc-column h4 {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

.pc-column {
  margin-bottom: 16px;
  padding: 17px;
  background-color: #FAFAFA;
  width: calc(50% - 8px);
}
.pc-column h4 {
  display: flex;
  align-items: center;
  color: #060606;
  font-size: 18px;
  font-weight: 600;
  font-family: Arial;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .pc-column {
    width: 100%;
  }
}

body.tradingplatforms .su-row.listing1-row {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.tradingplatforms .su-row.listing1-row {
    gap: 16px;
  }
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 {
  margin-left: 0;
  margin-right: 0;
}
body.tradingplatforms .su-row.listing1-row img {
  display: none;
}
body.tradingplatforms .su-row.listing1-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.tradingplatforms .su-row.listing1-row li {
  position: relative;
  padding-left: 18px;
}
body.tradingplatforms .su-row.listing1-row li i {
  display: none;
}
body.tradingplatforms .su-row.listing1-row li + li {
  margin-top: 8px !important;
}
body.tradingplatforms .su-row.listing1-row li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../images/cons.svg");
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child li:before {
  background: url("../images/pros.svg");
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > h2:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > h3:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > h4:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > h5:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > h6:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > strong:before,
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2:first-child .su-column-inner > p:before {
  background: url("../images/pros-big.svg");
  background-repeat: no-repeat;
}
body.tradingplatforms .su-row.listing1-row .su-column-inner > h2,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h3,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h4,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h5,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h6,
body.tradingplatforms .su-row.listing1-row .su-column-inner > strong,
body.tradingplatforms .su-row.listing1-row .su-column-inner > p {
  margin-top: 0;
  margin-bottom: 16px;
}
body.tradingplatforms .su-row.listing1-row .su-column-inner > h2::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h3::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h4::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h5::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h6::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > strong::before,
body.tradingplatforms .su-row.listing1-row .su-column-inner > p::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/cons-big.svg");
  background-repeat: no-repeat;
}
body.tradingplatforms .su-row.listing1-row .su-column-inner > h2 img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h3 img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h4 img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h5 img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h6 img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > strong img,
body.tradingplatforms .su-row.listing1-row .su-column-inner > p img {
  display: none;
}
@media screen and (max-width: 767px) {
  body.tradingplatforms .su-row.listing1-row .su-column-inner > h2,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h3,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h4,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h5,
body.tradingplatforms .su-row.listing1-row .su-column-inner > h6,
body.tradingplatforms .su-row.listing1-row .su-column-inner > strong,
body.tradingplatforms .su-row.listing1-row .su-column-inner > p {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 {
  margin-bottom: 16px;
  padding: 17px;
  background-color: #FAFAFA;
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 {
    width: 100%;
  }
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner p:empty {
  display: none !important;
}
body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > h2, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > h3, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > h4, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > h5, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > h6, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > strong, body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner > p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #060606;
  font-size: 18px;
  font-weight: 600;
  font-family: Arial;
}
@media screen and (max-width: 767px) {
  body.tradingplatforms .su-row.listing1-row .su-column-size-1-2 .su-column-inner {
    width: 100%;
  }
}

body.compraracciones .su-row.pros-cons,
body.buyshares .su-row.pros-cons {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.compraracciones .su-row.pros-cons > br,
body.buyshares .su-row.pros-cons > br {
  display: none;
}
@media screen and (min-width: 768px) {
  body.compraracciones .su-row.pros-cons,
body.buyshares .su-row.pros-cons {
    gap: 16px;
  }
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2,
body.buyshares .su-row.pros-cons .su-column-size-1-2 {
  margin-left: 0;
  margin-right: 0;
}
body.compraracciones .su-row.pros-cons img,
body.buyshares .su-row.pros-cons img {
  display: none;
}
body.compraracciones .su-row.pros-cons ul,
body.buyshares .su-row.pros-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.compraracciones .su-row.pros-cons li,
body.buyshares .su-row.pros-cons li {
  position: relative;
  padding-left: 18px;
}
body.compraracciones .su-row.pros-cons li i,
body.buyshares .su-row.pros-cons li i {
  display: none;
}
body.compraracciones .su-row.pros-cons li + li,
body.buyshares .su-row.pros-cons li + li {
  margin-top: 8px !important;
}
body.compraracciones .su-row.pros-cons li:before,
body.buyshares .su-row.pros-cons li:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../images/cons.svg");
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2:first-of-type li:before,
body.buyshares .su-row.pros-cons .su-column-size-1-2:first-of-type li:before {
  background: url("../images/pros.svg");
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2:first-of-type .su-column-inner .su-list > strong:before,
body.buyshares .su-row.pros-cons .su-column-size-1-2:first-of-type .su-column-inner .su-list > strong:before {
  background: url("../images/pros-big.svg");
  background-repeat: no-repeat;
}
body.compraracciones .su-row.pros-cons .su-column-inner > br,
body.buyshares .su-row.pros-cons .su-column-inner > br {
  display: none;
}
body.compraracciones .su-row.pros-cons .su-column-inner .su-list > strong,
body.buyshares .su-row.pros-cons .su-column-inner .su-list > strong {
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
body.compraracciones .su-row.pros-cons .su-column-inner .su-list > strong:before,
body.buyshares .su-row.pros-cons .su-column-inner .su-list > strong:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/cons-big.svg");
  background-repeat: no-repeat;
}
body.compraracciones .su-row.pros-cons .su-column-inner .su-list > strong img,
body.buyshares .su-row.pros-cons .su-column-inner .su-list > strong img {
  display: none;
}
@media screen and (max-width: 767px) {
  body.compraracciones .su-row.pros-cons .su-column-inner .su-list > strong,
body.buyshares .su-row.pros-cons .su-column-inner .su-list > strong {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2,
body.buyshares .su-row.pros-cons .su-column-size-1-2 {
  margin-bottom: 16px;
  padding: 17px;
  background-color: #FAFAFA;
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  body.compraracciones .su-row.pros-cons .su-column-size-1-2,
body.buyshares .su-row.pros-cons .su-column-size-1-2 {
    width: 100%;
  }
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner p:empty,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner p:empty {
  display: none !important;
}
body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h2, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h3, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h4, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h5, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h6, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > strong, body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner > p,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h2,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h3,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h4,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h5,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > h6,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > strong,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner > p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #060606;
  font-size: 18px;
  font-weight: 600;
  font-family: Arial;
}
@media screen and (max-width: 767px) {
  body.compraracciones .su-row.pros-cons .su-column-size-1-2 .su-column-inner,
body.buyshares .su-row.pros-cons .su-column-size-1-2 .su-column-inner {
    width: 100%;
  }
}

.best-beginner-outer {
  background: #F6F7FA;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
  border: 3px solid #51649F;
}
.best-beginner-outer .colbest-beginner-right {
  padding: 0 0 0 53px;
  text-align: center;
}
.best-beginner-outer ul {
  list-style: none;
  padding-left: 22px;
}
.best-beginner-outer ul li {
  position: relative;
}
.best-beginner-outer ul li:after {
  position: absolute;
  width: 14px;
  height: 12px;
  left: -22px;
  top: 7px;
  content: "";
  background: url(../images/pros.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.best-beginner-outer .colbest-beginner-left {
  padding: 0;
}
.best-beginner-outer .colbest-beginner-left h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin: 0 0 13px;
}
.best-beginner-outer .colbest-beginner-left .top-re {
  background: #000;
  width: auto;
  display: inline-block;
  font-weight: 800;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  padding: 1px 25px 1px 12px;
  position: relative;
  left: -28px;
  margin-bottom: 28px;
}
.best-beginner-outer .colbest-beginner-left .top-re::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #C4C4C4;
  border-left: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 22px;
}
.best-beginner-outer .colbest-beginner-left .top-re::after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  right: 0;
}

.etro-logo {
  display: inline-block;
  text-align: center;
  margin: 30px 0 33px;
}

.free-account-button {
  display: inline-block;
  width: 100%;
}
.free-account-button a {
  background: #51649f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff !important;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
  text-decoration: none !important;
}
.free-account-button a:hover {
  text-decoration: none;
  background: #7c95fb;
}
.free-account-button span {
  width: 100%;
  display: inline-block;
  font-family: Arial;
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #888888;
  margin-top: 12px;
}

.Mobile01 {
  display: none !important;
}

.rating {
  text-align: right;
}
.rating .ratingcs {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  margin-right: 10px;
}

.free-account-button a {
  background: #51649f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: "manropebold";
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .best-beginner-outer .colbest-beginner-right {
    padding: 0;
  }
  .Mobile01 .rating .ratingcs {
    width: 100%;
    display: block;
  }
  .DeskTopHide {
    display: none !important;
  }
  .Mobile01 {
    display: flex !important;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .Mobile01 .etro-logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }
  .Mobile01 .rating {
    margin-left: auto;
  }
}
/** Partials */
/**
 * SinglePost
 */
p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  margin-bottom: 15px;
}

h3 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 15px;
}

h4 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 17px;
  line-height: 135%;
  margin-bottom: 8px;
}

.latest-new-outer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: var(--cloud-dark);
}

.latest-new-inner {
  display: inline-block;
  width: 100%;
  padding: 40px 0 40px;
}
.latest-new-inner h2 {
  color: var(--white);
  border-color: var(--dark-highlight);
  margin-bottom: 12px;
}
.latest-new-inner h2:before {
  background: var(--dark-highlight);
}
.latest-new-inner ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  counter-reset: cupcake;
}
.latest-new-inner li {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: var(--white);
  padding-left: 48px;
  position: relative;
  counter-increment: cupcake;
}
.latest-new-inner li:before {
  content: counters(cupcake, ".");
  position: absolute;
  left: 17px;
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: var(--dark-highlight);
  top: 5px;
}
.latest-new-inner a {
  color: var(--white);
}
.latest-new-inner .tagscl {
  width: 100%;
  display: inline-block;
  font-family: "Arial";
  font-weight: 700;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
}
.latest-new-inner .tagscl:before {
  content: "";
  background: var(--white);
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 5px;
}

.single-page-news-section {
  margin-top: 44px;
}
.single-page-news-section h2 {
  width: 100%;
}

.single-post .sidebar {
  width: calc(100% - 840px);
  margin-left: 40px;
  display: inline-block;
  margin-top: 214px;
}

.single-post .post-main-outer {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  padding-top: 30px;
}

.post-heading .cat {
  font-family: "Arial";
  font-weight: 700;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cloud-dark);
  position: relative;
  padding-left: 10px;
  width: 100%;
}
.post-heading .cat a {
  color: var(--brand-accent-color);
}
.post-heading .cat:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 4px;
  background: var(--cloud-dark);
}
.post-heading .entry-meta.custom_author {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.post-heading .author_imag {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.post-heading .author_imag img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-heading .name_author_out strong {
  font-family: "Arial";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  text-transform: capitalize;
}
.post-heading .posttim.posdate {
  font-family: "Arial";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #757575;
  vertical-align: top;
}

.featuredimg-outer {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.featuredimg-outer .featuredimg {
  width: 100%;
  height: auto;
}
.featuredimg-outer img {
  height: 100%;
  object-fit: cover;
}

.telegram-subscribe {
  background: rgba(34, 158, 217, 0.1);
  border: 1px solid rgba(0, 108, 167, 0.2);
  border-radius: 4px;
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #006CA7;
  padding: 12px 22px;
  border-left: 6px solid #229ED9;
  margin-bottom: 16px;
}

.bold-testimonial {
  position: relative;
}

.bold-font {
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #060606;
}

.bold-testimonial p {
  font-family: "Arial";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #060606;
  padding-left: 40px;
}
.bold-testimonial span {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}

.single-post .post-main-outer ul {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  list-style: disc outside;
}
.single-post .post-main-outer ol {
  padding-left: 15px;
}
.single-post .post-main-outer li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #060606;
  padding-bottom: 7px;
}
.single-post .post-main-outer li a {
  color: var(--theme-colors);
}

.highlight-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.highlight-img {
  float: left;
  width: auto;
}
.highlight-img small {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}

.align-left {
  margin-right: 16px;
  float: left;
}

.align-right {
  float: right;
  margin-left: 16px;
}

.highlight-section2 small {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}

.highlight-box {
  background: #F6F9FF;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px;
  margin-bottom: 20px;
}
.highlight-box p {
  color: #060606;
}

.newsguard-section {
  background: var(--white);
  border: 1px solid #E8E8E8;
  border-radius: 1px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 22px 10px;
  margin: 20px 0 30px;
  position: relative;
}
.newsguard-section:before {
  content: "";
  position: absolute;
  left: 0;
  background: #0C8;
  width: 4px;
  top: 0;
  height: 100%;
}
.newsguard-section p {
  margin-bottom: 0;
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #404040;
  padding-left: 35px;
}
.newsguard-section p img {
  position: absolute;
  left: 23px;
  top: 38px;
}

p:empty {
  display: none;
}

.author-info-box {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  border-width: 8px 0px;
  border-style: solid;
  border-color: #E0E0E0;
  margin-bottom: 40px;
}
.author-info-box .author-avatar {
  width: 120px;
  margin-right: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: baseline;
}
.author-info-box .author-avatar-img {
  display: inline-block;
  width: 100%;
}
.author-info-box .author-avatar-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.author-info-box .author-description {
  width: calc(100% - 146px);
}
.author-info-box .author-description h4 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  text-transform: capitalize;
}
.author-info-box .author-description .boot_tooltip {
  margin-left: 3px;
  vertical-align: top;
  width: auto;
  display: inline-block;
  padding-left: 0;
}
.author-info-box .author-description p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #424242;
  margin-bottom: 10px;
}

.author-link a {
  font-family: "Arial";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

.author-avatar-social {
  text-align: center;
  margin-top: 10px;
}
.author-avatar-social a {
  margin: 0 7px;
}

.cat-latest-outer {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}

img {
  max-width: 100%;
  height: auto;
}

.cat-latest_text {
  width: 100%;
  display: inline-block;
  margin-right: 0;
}
.cat-latest_text h3 {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 3px;
}

.cat-latest_img {
  width: calc(100% - 209px);
}
.cat-latest_img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.cat-latest-second .cat-latest_text {
  width: 100%;
  margin-right: 0;
}

.cat-latest-outer.cat-latest-second:last-child {
  border-bottom: none;
}

.post-template-default .sidebar h2,
.sidebar h2 {
  margin-bottom: 5px;
  color: var(--highlight-color);
}
.post-template-default .sidebar h2::before,
.sidebar h2::before {
  background: var(--highlight-color);
}

.load-morecl {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  padding: 40px 0 10px;
  bottom: 60px;
  position: relative;
}
.load-morecl a {
  background-color: #000000;
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  padding: 12px 44px 12px 70px;
  display: inline-block;
  text-decoration: none;
  background-image: url("../images/white-down.svg");
  background-repeat: no-repeat;
  background-position: 21% center;
}

.custom_author2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-share .at-share-btn-elements a {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 4px;
}

.custom-share .at-icon.at-icon-facebook, .custom-share .at-icon.at-icon-twitter {
  width: 30px !important;
  height: 23px !important;
}

.custom-share .at-icon-wrapper.at-share-btn.at-svc-compact .at-icon-wrapper {
  display: none;
}

.custom-share .at-share-btn-elements a.at-svc-compact {
  background-image: url("../images/Share-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
  border: 1px solid #E8E8E8;
}

.share-bottom-outer {
  display: flex;
  border-top: 1px solid #E0E0E0;
  padding: 20px 0 25px;
  justify-content: space-between;
}

.custom-share-bottom {
  display: inline-block;
  width: auto;
}

.share-heading {
  font-family: "Arial";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 3px;
  display: inline-block;
  width: 100%;
}

.custom-share-bottom .at-icon-wrapper .at4-visually-hidden {
  font-size: 14px;
  font-family: "Arial";
  position: relative;
  line-height: 32px;
}

.custom-share-bottom .at-icon {
  height: 20px !important;
  width: 20px !important;
}

.custom-share-bottom .at-share-btn-elements {
  display: flex;
  flex-wrap: wrap-reverse;
}

.custom-share-bottom .at-resp-share-element .at-share-btn {
  display: flex;
  width: auto;
  flex-direction: row-reverse;
  margin: 0 8px 5px 0;
}

.custom-share-bottom .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 20px !important;
}

.custom-share-bottom .at-icon-wrapper .at4-visually-hidden {
  font-size: 14px;
  font-family: "Arial";
  position: relative;
  line-height: 32px;
  display: flex;
  text-indent: -55px;
  overflow: hidden;
  flex-wrap: wrap;
}

.custom-share-bottom .at-icon-wrapper.at-share-btn.at-svc-compact {
  background-color: #000000 !important;
}

.custom-share-bottom .at-style-responsive .at-share-btn {
  padding: 5px 10px 5px 5px;
}

.share-bottom-tages {
  text-align: right;
  width: 50%;
}
.share-bottom-tages a {
  padding: 4.5px 6px;
  background: #000000;
  margin: 0 0 2px 3px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}

.guide-list-section .custom-share {
  display: none;
}

.author-info-box .author-description .boot_tooltip.pro-investercl {
  width: 100%;
  margin-left: 0;
}

.author-info-box .author-description h4 img {
  margin-left: 3px;
}

.wp-caption {
  text-align: center;
  background-color: var(--white);
  padding: 0px;
  margin: 5px 0 20px 30px;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  z-index: 1;
}

.alignright {
  float: right;
  padding: 0px;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  padding: 0px;
  margin: 0 20px 20px 0;
}

.wp-caption img {
  margin: 0 10px 0 0;
  padding: 0px;
  border: 0px;
  border-radius: 20px;
}

.sidebar .custom_author_cl .name_author_out {
  line-height: 15px;
}

a.fillOut_form {
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  background-color: var(--cloud-dark);
  border-radius: 5px;
  padding: 3px 10px;
  text-decoration: none !important;
  text-transform: capitalize;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: var(--cloud-dark);
  border-radius: unset;
  padding: 3px 10px;
  text-decoration: none !important;
  text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
  .post-outer-section {
    padding: 0 15px;
  }
  .single-post .post-main-outer {
    max-width: 70%;
  }
  .single-post .sidebar {
    width: 26%;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-post .post-main-outer {
    max-width: 69%;
  }
  .single-post .sidebar {
    width: 28%;
    margin-left: 20px;
  }
  .cat-latest_text {
    width: 100%;
  }
  .cat-latest_img {
    width: 27%;
  }
  h1 {
    font-size: 27px;
    line-height: 125%;
  }
  .latest-new-inner li::before {
    left: 4px;
    top: 0px;
  }
  .latest-new-inner li {
    padding-left: 28px;
  }
  .share-bottom-tages {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .post-main-outer {
    max-width: 100%;
  }
  .single-post .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  .single-post .post-main-outer {
    padding-top: 20px;
  }
  h1 {
    font-size: 24px;
    line-height: 135%;
  }
  .telegram-subscribe {
    border-radius: 0px;
  }
  h3 {
    font-size: 20px;
  }
  .align-left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .highlight-img small {
    margin-bottom: 10px;
    display: inline-block;
  }
  .align-right {
    margin-left: 0;
    width: 100%;
  }
  h4 {
    font-size: 18px;
  }
  .author-info-box .author-avatar {
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
  }
  .author-info-box .author-avatar-img {
    width: 80px;
    margin-right: 15px;
  }
  .author-avatar-social .boot_tooltip {
    margin-left: 10px;
  }
  .author-info-box .author-description {
    width: calc(100% - 0px);
    margin-top: 16px;
  }
  .author-description h4 {
    display: none;
  }
  .author-info-box {
    padding: 15px 0;
    border-width: 8px 0px 1px;
    margin-bottom: 20px;
  }
  .sidebar h2 {
    width: 100%;
  }
  .cat-latest-outer {
    padding: 10px 0;
    width: 48.5%;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-right: 9px;
  }
  .cat-latest-outer:nth-child(2n+1) {
    margin-right: 0;
  }
  .cat-latest_img {
    display: block !important;
  }
  .cat-latest-authorname .author_imag {
    display: none;
  }
  .cat-latest-authorname .custom_author_cl .custom_author_info {
    width: 100%;
  }
  .cat-latest_text {
    width: 100%;
    margin-right: 0;
  }
  .cat-latest_img {
    width: 100%;
  }
  .cat-latest_img img {
    width: 100%;
    height: 93px;
  }
  .cat-latest_text h3 {
    min-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
    margin-top: 10px;
  }
  .cat-latest-outer.cat-latest-second:nth-child(6) {
    border-bottom: none;
  }
  .latest-new-inner {
    padding: 17px 0 6px;
  }
  .latest-new-inner ul {
    flex-wrap: wrap;
  }
  .latest-new-inner li::before {
    font-size: 24px;
    left: 2px;
    top: 18px;
  }
  .latest-new-inner li {
    padding-left: 28px;
    border-bottom: 1px solid #81AAF2;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 16px;
    padding-top: 14px;
    width: 100%;
  }
  .latest-new-inner li:last-child {
    border-bottom: none;
  }
  .latest-new-inner h2 {
    margin-bottom: 5px;
  }
  .single-page-news-section {
    margin-top: 16px;
  }
  .highlight-img {
    width: 100%;
  }
  .custom-share .at-icon-wrapper.at-share-btn.at-svc-facebook, .custom-share .at-icon-wrapper.at-share-btn.at-svc-twitter {
    display: none;
  }
  .share-bottom-outer {
    flex-wrap: wrap;
  }
  .custom-share-bottom {
    width: 100%;
    padding: 0;
  }
  .share-bottom-tages {
    width: 100%;
    text-align: left;
    margin-top: 6px;
  }
  .share-bottom-outer {
    padding: 10px 0 15px;
  }
  .author-info-box .author-avatar-social {
    text-align: left;
    margin-top: 10px;
    width: calc(100% - 100px);
  }
  .author-info-box .boot_tooltip.pro-investercl {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }
  .wp-caption {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .wp-caption img {
    margin: 0;
  }
  .sidebar .widget_text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .home .footer-info {
    margin-top: 40px;
  }
  .alignleft,
.alignright {
    margin: 0 0 20px 0;
    float: none;
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 766px) {
  .cat-latest_img img {
    height: 210px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .cat-latest_img img {
    height: 160px;
  }
}
@media only screen and (max-width: 330px) {
  .cat-latest-outer {
    width: 48%;
  }
}
blockquote {
  font-weight: 600;
  padding-left: 72px;
  position: relative;
}
blockquote p {
  font-weight: 600;
}
blockquote .pullquote-icon {
  top: 4px;
  left: 0;
  width: 48px;
  height: 36px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  blockquote {
    padding-left: 40px;
  }
  blockquote .pullquote-icon {
    width: 24px;
    height: 18px;
  }
}

.twitter-tweet-rendered iframe {
  width: auto !important;
  max-width: calc(100vw - 30px);
}

/** Partials */
/**
 * guidepage
 */
.guide-page-inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.guide-page-inner .page-header {
  margin-bottom: 9px;
}

.guide-list-section .m-more {
  color: #fff;
}
.guide-list-section .m-more path {
  stroke: #fff;
}

.boot_tooltip.pro-investercl {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  padding-left: 10px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
}
.boot_tooltip.pro-investercl:before {
  content: "";
  background: #757575;
  opacity: 0.5;
  border-radius: 7px;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
}
.boot_tooltip.pro-investercl img {
  vertical-align: top;
  margin-top: 2px;
}

.custom_author_info .date-author-cl {
  margin-top: 2px;
}

.pros-icon strong,
.cons-icon strong {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: #060606;
  position: relative;
  padding-left: 45px;
}

.pros-icon strong::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/pros-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 31px;
  height: 32px;
}
.pros-icon p {
  margin-bottom: 0;
}

.cons-icon strong::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/cons-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 31px;
  height: 32px;
}
.cons-icon p {
  margin-bottom: 0;
}

.pros-icon,
.cons-icon {
  padding: 29px 24px 25px;
  background: var(--white);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.rereview-button {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.casino-button {
  border: 1px solid #060606 !important;
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #060606 !important;
  margin: 0 7px 18px;
}
.casino-button span {
  font-weight: 700;
  font-size: 16px !important;
  color: #060606 !important;
  padding: 5px 75px !important;
  background: var(--white);
  border: none !important;
}

.guide-page-inner p small {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #737373;
  display: inline-block;
  width: 100%;
}

.guide-page-inner .author-info-box .author-description h4 .boot_tooltip.pro-investercl {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}
.guide-page-inner .author-info-box .author-description h4 img {
  margin-left: 6px;
  vertical-align: top;
  margin-top: 3px;
}

.step-sectioncl ul {
  counter-reset: cupcake;
  list-style: none;
  margin: 0;
  padding: 0;
}
.step-sectioncl li {
  position: relative;
  counter-increment: cupcake;
  padding-left: 50px;
}
.step-sectioncl li:before {
  content: counters(cupcake, ".");
  position: absolute;
  left: 0;
  background: #FFEEC2;
  width: 32px;
  height: 28px;
  line-height: 28px;
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #060606;
}
.step-sectioncl li:after {
  content: "";
  background: #FFCB3F;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 24px;
  left: 22px;
}
.step-sectioncl h3 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 20px;
  line-height: 135%;
  color: #060606;
  margin-bottom: 5px;
}

@media screen and (min-width: 991px) {
  body:not(.page-template-template-review) {
    overflow-x: hidden;
  }
}

.page-template-smart-guide .guide-list-section,
.page-template-default .guide-list-section,
.post-template-default .guide-list-section {
  background: var(--cloud-dark);
  padding: 40px 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .page-template-smart-guide .guide-list-section,
.page-template-default .guide-list-section,
.post-template-default .guide-list-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-smart-guide .guide-list-section h2,
.page-template-default .guide-list-section h2,
.post-template-default .guide-list-section h2 {
  width: 100%;
  color: var(--white);
  border-color: var(--dark-highlight);
}
.page-template-smart-guide .guide-list-section h2:before,
.page-template-default .guide-list-section h2:before,
.post-template-default .guide-list-section h2:before {
  background: var(--dark-highlight);
}
.page-template-smart-guide .view-cl a,
.page-template-default .view-cl a,
.post-template-default .view-cl a {
  color: var(--white);
  background-image: url("../images/Arrow-right-white.svg");
}

.guide-list-section .container,
.single-page-news-section .container {
  max-width: 1140px;
}

.page-guidecl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.page-guidecl .page-guide-list {
  display: inline-block;
  width: 24%;
  margin-right: 15px;
}
.page-guidecl .page-guide-list:last-child {
  margin-right: 0;
}
.page-guidecl .featuredimg-outer {
  margin-bottom: 8px;
  height: 152px;
}

.guide-list-text h3 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: var(--white);
  margin-bottom: 10px;
  min-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 65px;
}
.guide-list-text h3 a {
  color: var(--white);
}

.page-author .author_imag {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
.page-author .author_imag img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.page-author .custom_author_info {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
.page-author .custom_author_info .boot_tooltip.pro-investercl {
  color: var(--white);
}
.page-author .custom_author_info strong {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
}
.page-author .custom_author_info .date-author-cl {
  display: none;
}

li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #404040;
  margin-bottom: 5px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

picture.aligncenter {
  display: flex;
  justify-content: center;
}

.rc-page-wrapper small,
.rc-page-wrapper .small {
  font-size: 10px;
  font-weight: 400;
  color: #737373;
  text-align: center;
  display: inherit;
  margin-top: 10px;
}

.btn_with_tooltip:hover > .btn_with_tooltip__tip {
  display: block;
}

.factchecked-outer {
  display: flex;
  gap: 9px;
  margin-left: auto;
  position: relative;
}

.btn_with_tooltip {
  position: relative;
}

.btn_with_tooltip__btn {
  align-items: center;
  background-position: left 8px top 11px;
  background-repeat: no-repeat;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 38px;
  line-height: 21px;
  padding: 0 8px 0 32px;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
}

.btn_with_tooltip__tip {
  background: #060606;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 12px;
  left: 50%;
  line-height: 18px;
  max-width: 300px;
  padding: 12px 16px;
  position: absolute;
  text-align: center;
  top: 48px;
  transform: translateX(-50%);
  width: max-content;
  z-index: 10;
}

.btn_with_tooltip__tip::before {
  border: 8px solid transparent;
  border-bottom-color: #060606;
  bottom: 100%;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

.factchecked .btn_with_tooltip__btn {
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
}

.disclaimer .btn_with_tooltip__btn {
  background-image: url("../images/Disclosure.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
}

table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n) {
  background-color: #F5F5F5 !important;
}

table tr:nth-child(2n) td {
  border-bottom: 0 !important;
}

table td {
  padding: 9px 8px;
  background: #ffffff;
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #373A3D;
  border-bottom: 0 !important;
  border-right: 1px solid #E3E3F1;
  border-top: 0 !important;
}

table th {
  padding: 15px 10px;
  font-family: "Arial";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #373A3D;
}

table tr {
  border-color: #E3E3F1 !important;
}

body td .register-btn {
  background: #006AF2;
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white) !important;
  display: inline-block;
  padding: 6px 20px;
  width: 200px;
}
body td .register-btn:hover {
  text-decoration: underline;
}

.page-guidecl .entry-meta.custom_author {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .main.guide-page-inner {
    padding: 30px 15px 0;
  }
  .guide-list-section {
    padding: 40px 15px 40px;
  }
  .page-guidecl .page-guide-list {
    margin-right: 12px;
  }
  .btn_with_tooltip__tip {
    max-width: 220px;
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-guidecl .page-guide-list {
    width: 23.7%;
  }
  .page-guidecl .featuredimg-outer {
    height: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .view-cl {
    display: none;
  }
  .guide-list-section {
    background: transparent;
  }
  .page-guidecl .page-guide-list {
    width: 48.7%;
    margin-bottom: 15px;
  }
  .page-guidecl .page-guide-list:nth-child(2n) {
    margin-right: 0;
  }
  .page-template-default .guide-list-section h2,
.post-template-default .guide-list-section h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-template-default .page-guide-list:nth-child(1) .guide-list-text,
.post-template-default .page-guide-list:nth-child(3) .guide-list-text,
.page-template-default .page-guide-list:nth-child(1) .guide-list-text,
.page-template-default .page-guide-list:nth-child(3) .guide-list-text {
    padding-left: 10px;
  }
  .post-template-default .page-guide-list:nth-child(2) .guide-list-text,
.post-template-default .page-guide-list:nth-child(4) .guide-list-text,
.page-template-default .page-guide-list:nth-child(2) .guide-list-text,
.page-template-default .page-guide-list:nth-child(4) .guide-list-text {
    padding-right: 10px;
  }
  .post-template-default .guide-list-text h3,
.page-template-default .guide-list-text h3 {
    font-size: 14px;
    color: var(--white);
    min-height: 55px;
    height: 55px;
    margin-bottom: 4px;
  }
  .post-template-default .guide-list-text .custom_author_info strong,
.page-template-default .guide-list-text .custom_author_info strong {
    color: var(--white);
  }
  .guide-list-text .author_imag {
    display: none;
  }
  .page-author .custom_author_info strong {
    color: #757575;
  }
  .guide-list-section {
    padding: 10px 15px 0px;
    background: transparent;
  }
  .featuredimg-outer img {
    width: 100%;
  }
  .page-guidecl .page-guide-list {
    margin-right: 8px;
  }
  .pros-icon,
.cons-icon {
    padding: 15px 15px;
  }
  .casino-button {
    margin-bottom: 15px;
  }
  .step-sectioncl h3 {
    font-size: 18px;
  }
  .step-sectioncl li {
    padding-left: 40px;
  }
  .casino-button span {
    padding: 5px 10px !important;
  }
  .main.guide-page-inner {
    padding: 12px 0 0;
  }
  .post-heading .entry-meta.custom_author {
    flex-wrap: wrap-reverse;
  }
  .factchecked-outer {
    margin-left: 0;
    margin: 3px 0 10px;
    width: 100%;
  }
  .btn_with_tooltip__tip {
    left: 60%;
    max-width: 140px;
    padding: 10px;
  }
  .btn_with_tooltip__tip::before {
    left: 18%;
  }
  table {
    overflow: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .page-guidecl .page-guide-list {
    width: 49.3%;
  }
  .page-guidecl .featuredimg-outer {
    height: 122px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .page-guidecl .page-guide-list {
    width: 49%;
  }
}
/** Partials */
/* CATEGORIES MENU [BEGIN] */
body.archive.category .m-archive-title {
  margin-bottom: 0;
}

.category .hidden {
  display: none !important;
}
.category .categories-menu {
  height: auto;
  position: relative;
  z-index: 1;
}
.category .categories-wrapper {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
.category .categories-wrapper a {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  padding: 11px 16px;
  color: #404040;
  font-weight: 400;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.category .categories-wrapper > div {
  display: flex;
  align-items: stretch;
}
.category .categories-wrapper > div > div {
  position: relative;
}
.category .categories-wrapper .menu-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.category .categories-wrapper .menu-item i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 10px;
  pointer-events: none;
}
.category .categories-wrapper div.children {
  display: none;
}
.category .categories-wrapper div.children .menu-item-active a.text-link {
  color: var(--title-color);
}
.category #news-menu-collapse-btn {
  display: flex;
  align-items: center;
  pointer-events: none;
  color: inherit;
}
.category #news-menu-collapse-btn i {
  transition: transform 0.3s linear;
}
.category #news-menu-collapse-btn:hover {
  text-decoration: none;
}
.category #news-menu-collapse-btn:not(.has-children) {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .category label.news-menu-collapse-btn.has-children.parent {
    margin: 0;
  }
  .category label.news-menu-collapse-btn.has-children.parent span {
    position: relative;
  }
  .category label.news-menu-collapse-btn.has-children.parent i {
    left: 0;
  }
  .category label.news-menu-collapse-btn.has-children.parent img {
    opacity: 0;
  }
  .category .categories-wrapper .parent-menu-item:hover, .category .categories-wrapper .parent-menu-item.active,
.category .categories-wrapper .parent-menu-item:hover,
.category .categories-wrapper .parent-menu-item.active {
    background-color: #F5F5F5;
  }
  .category .categories-wrapper .parent-menu-item:hover a, .category .categories-wrapper .parent-menu-item.active a,
.category .categories-wrapper .parent-menu-item:hover a,
.category .categories-wrapper .parent-menu-item.active a {
    color: #000000;
    font-weight: 700;
  }
  .category .categories-wrapper .parent-menu-item:hover::after, .category .categories-wrapper .parent-menu-item.active::after,
.category .categories-wrapper .parent-menu-item:hover::after,
.category .categories-wrapper .parent-menu-item.active::after {
    content: "";
    display: block;
    border-bottom: 3px solid var(--title-decor);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .category .categories-wrapper .parent-menu-item:hover:hover, .category .categories-wrapper .parent-menu-item.active:hover,
.category .categories-wrapper .parent-menu-item:hover:hover,
.category .categories-wrapper .parent-menu-item.active:hover {
    color: #060606;
  }
  .category .categories-wrapper .parent-menu-item div.children,
.category .categories-wrapper .parent-menu-item div.children {
    left: 0;
    position: absolute;
    background: var(--grey-7);
    padding: 20px 24px;
    min-width: 219px;
  }
  .category .categories-wrapper .parent-menu-item div.children > div.menu-item + .menu-item,
.category .categories-wrapper .parent-menu-item div.children > div.menu-item + .menu-item {
    margin-top: 10px;
  }
  .category .categories-wrapper .parent-menu-item div.children a,
.category .categories-wrapper .parent-menu-item div.children a {
    padding: 0;
    color: #404040;
    font-weight: 400;
  }
  .category .categories-wrapper .parent-menu-item div.children a:hover,
.category .categories-wrapper .parent-menu-item div.children a:hover {
    color: #060606;
  }
  .category .categories-wrapper .parent-menu-item-has-children:hover::after {
    display: none;
  }
  .category .categories-wrapper > div > div:hover > div.children {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .category .categories-menu {
    margin-bottom: 12px;
  }
  .category .categories-wrapper {
    padding: 0;
  }
  .category .categories-wrapper a {
    padding: 11px 0;
  }
  .category .categories-wrapper div {
    padding: 0;
  }
  .category .categories-wrapper div.children {
    min-height: auto;
    padding-left: 16px;
    background-color: var(--grey-7);
  }
  .category .categories-wrapper div.first-category > .menu-item #news-menu-collapse-btn {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    margin: 0;
  }
  .category .categories-wrapper div.first-category > .menu-item #news-menu-collapse-btn span {
    width: 24px;
    height: 24px;
    background: var(--title-color);
    border-radius: 24px;
    transform: rotate(-180deg);
    justify-content: center;
    transition: all ease-in-out 0.5s;
    display: flex;
    cursor: pointer;
  }
  .category .categories-wrapper div.first-category > .menu-item #news-menu-collapse-btn span .td-icon-menu-down {
    display: none;
  }
  .category .categories-wrapper div.first-category > .menu-item #news-menu-collapse-btn.active span {
    transform: rotate(0deg);
  }
  .category .categories-wrapper div:not(.first-category) > .menu-item #news-menu-collapse-btn span img {
    display: none;
  }
  .category .categories-wrapper div.menu-item > div.children > div,
.category .categories-wrapper div.menu-item {
    padding: 0 16px;
    justify-content: space-between;
  }
  .category .categories-wrapper .categories-menu-wrapper {
    width: 100%;
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .category .categories-wrapper .categories-menu-wrapper .parent-menu-item,
.category .categories-wrapper .categories-menu-wrapper .children {
    display: none;
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item {
    background-color: var(--grey-7);
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item div.menu-item,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item div.menu-item {
    position: relative;
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item div.menu-item::after,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item div.menu-item::after {
    content: "";
    left: 0;
    position: absolute;
    display: none;
    width: 3px;
    height: 100%;
    background-color: var(--title-decor);
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item div.menu-item:hover,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item div.menu-item:hover {
    color: #404040;
    background-color: #F5F5F5;
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item div.menu-item:hover a,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item div.menu-item:hover a {
    color: #060606;
  }
  .category .categories-wrapper .categories-menu-wrapper .children .menu-item div.menu-item:hover::after,
.category .categories-wrapper .categories-menu-wrapper .parent-menu-item div.menu-item:hover::after {
    display: inline-block;
  }
  .category .categories-wrapper .categories-menu-wrapper .parent-menu-item:not(.first-category):first-child {
    padding-top: 10px;
  }
  .category .categories-wrapper .categories-menu-wrapper .parent-menu-item:last-child {
    padding-bottom: 10px;
  }
  .category .categories-wrapper .categories-menu-wrapper .text-link {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .category .categories-wrapper .categories-menu-wrapper.menu-opened div.first-category:not(.active) {
    margin-bottom: 6px;
  }
  .category .categories-wrapper .categories-menu-wrapper.menu-opened div.first-category > .menu-item #news-menu-collapse-btn span {
    transform: rotate(0);
  }
  .category .categories-wrapper div.parent-menu-item:not(.first-category) .has-children {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -16px 0 0;
    height: 100%;
    height: 42px;
    width: 42px;
  }
  .category .categories-wrapper div.menu-item .has-children span {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: transform 0.4s;
    transform: rotate(180deg);
  }
  .category .categories-wrapper .submenu-opened:checked + .parent-menu-item div.menu-item .has-children span {
    transform: rotate(180deg);
  }
  .category .categories-wrapper .submenu-opened + .parent-menu-item div.menu-item .has-children span {
    transform: rotate(0);
  }
  .category .categories-menu-wrapper.close-menu div.first-category > .menu-item #news-menu-collapse-btn span {
    transform: rotate(-180deg);
  }
  .category .categories-menu-wrapper .menu-item .has-children i {
    margin: auto;
    color: #000000;
    font-size: 12px;
  }
  .category .categories-menu-wrapper .parent-menu-item {
    width: 100%;
    order: 2;
  }
  .category .categories-menu-wrapper .parent-menu-item.active {
    display: block;
  }
  .category .categories-menu-wrapper .first-category {
    order: 1;
    overflow: hidden;
    background-color: #fff !important;
  }
  .category .categories-menu-wrapper .first-category > .menu-item {
    border-radius: 4px;
    border: 1px solid var(--title-color);
    background-color: #fff;
    margin-bottom: 6px;
  }
  .category .categories-menu-wrapper .first-category > .menu-item:hover {
    color: var(--title-color) !important;
    background-color: #fff !important;
  }
  .category .categories-menu-wrapper .first-category > .menu-item:hover a {
    color: var(--title-color) !important;
  }
  .category .categories-menu-wrapper .first-category > .menu-item:hover::after {
    display: none !important;
  }
  .category .categories-menu-wrapper .first-category > .menu-item .text-link {
    font-size: 18px;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    color: var(--title-color);
  }
  .category .categories-menu-wrapper .first-category > .menu-item + .children {
    padding-top: 10px;
  }
  .category .categories-menu {
    display: block;
    width: auto;
    min-height: 46px;
    position: relative;
  }
  .category #news-menu-collapse-menu div.children .menu-item:not(.menu-item-active) a, .category #news-menu-collapse-menu > div:not(.active) .menu-item a {
    font-weight: normal;
  }
  .category #news-menu-collapse-menu.active {
    position: relative;
  }
  .category #news-menu-collapse-menu.active div.active > .menu-item {
    display: flex;
    filter: none;
    background-color: #eef3fb;
  }
  .category #news-menu-collapse-menu.active div.active > .menu-item a.text-link {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--title-color);
  }
  .category #news-menu-collapse-btn {
    pointer-events: initial;
  }
  .category #news-menu-collapse-btn i {
    transform: rotate(180deg);
  }
  .category .parent-menu-item.active > .menu-item {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .category .parent-menu-item.active,
.category .categories-wrapper,
.category .categories-menu-wrapper .parent-menu-item.first-category.active img,
.category .categories-menu-wrapper.menu-opened .parent-menu-item.first-category .children,
.category .categories-menu-wrapper.menu-opened .parent-menu-item,
.category .submenu-opened:checked + .parent-menu-item .children {
    display: block;
  }
  .category .submenu-opened:checked + .parent-menu-item .first-category .has-children span {
    transform: rotate(0deg) translateX(0);
  }
  #category-menu-toggler:checked + #news-menu-collapse-menu.categories-menu-wrapper > div {
    display: block;
    text-align: left;
  }
  .category-menu-collapse-btn {
    transition: 0.4s transform;
    transform-origin: center;
  }
  .categories-menu-wrapper .has-children img {
    display: none;
  }
}
/* CATEGORIES MENU [END] */
/** Partials */
/**
 * breadcrumb
 */
.page-template-default .bread-wrapper .m-container,
.page-child:not(.page-template-template-review) .bread-wrapper .m-container {
  max-width: 890px;
}

.archive.author .bread-wrapper-top,
.page-template-template-authors .bread-wrapper-top {
  margin-top: 0;
  padding-top: 14px;
  background-color: var(--grey-light);
}

.bread-separator img {
  height: 11px;
  width: 7px;
  min-height: 11px;
  min-width: 7px;
}
.bread-home {
  display: flex;
  align-items: center;
  height: 18px;
}
.bread-home img {
  min-height: 12px;
  min-width: 11px;
  height: 12px;
  width: 11px;
  vertical-align: text-bottom;
}
.bread-wrapper {
  padding: 14px 0;
}
.bread-wrapper-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.bread-wrapper-inner > span {
  gap: 6px;
}
.bread-wrapper-inner span {
  display: flex;
  align-items: center;
}
.bread-wrapper-inner span, .bread-wrapper-inner a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #737373;
  text-transform: capitalize;
}
.bread-wrapper-inner a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}

/** Partials */
/** Partials */
/**
 * Authorpage
 */
.author-pagecl {
  display: inline-block;
  width: 100%;
  background: #F5F5F5;
  margin-bottom: 20px;
}
.author-pagecl .author-info-box {
  background: #F5F5F5;
  border-width: 0;
  margin-bottom: 0;
  padding: 22px 0 25px;
}
.author-pagecl .author-avatar-social a {
  margin: 0 2px;
}
.author-pagecl .author-info-box .author-description h4 {
  font-size: 22px;
  line-height: 135%;
  color: #060606;
}
.author-pagecl .author-info-box .author-description p {
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .author-pagecl .author-info-box {
    padding: 22px 15px 25px;
  }
}
/** Partials */
/**
 * Searchpage
 */
.srarch-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.srarch-section .search-result-left {
  max-width: 300px;
  margin-right: 30px;
  width: 100%;
  height: 170px;
}
.srarch-section .search-result-left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.srarch-section .search-result-right {
  width: calc(100% - 330px);
}
.srarch-section .search-result-right .entry-title {
  margin-bottom: 0;
}
.srarch-section .search-result-right .entry-title a {
  color: #060606;
  text-decoration: none;
}
.srarch-section .entry-meta.custom_author {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.srarch-section .entry-meta.custom_author .author_imag {
  width: 20px;
  margin-right: 5px;
}
.srarch-section .entry-meta.custom_author .author_imag img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.srarch-section .custom_author_info {
  width: calc(100% - 25px);
  display: flex;
  flex-wrap: wrap;
}
.srarch-section .name_author_out {
  margin-right: 10px;
}
.srarch-section .name_author_out a {
  color: #0C1226;
}
.srarch-section .name_author_out strong {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #757575;
  position: relative;
}
.srarch-section .name_author_out strong:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #757575;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  top: 4px;
  right: -6px;
}
.srarch-section .date-author-cl {
  margin-top: 0;
}
.srarch-section .posttim.posdate {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #757575;
}

.search .nav-links {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.search .nav-links a {
  font-family: "Arial";
  line-height: 150%;
  margin: 0 0px;
  text-transform: capitalize;
  border: 1px solid #E0E0E0;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

.srarch-section .search-result-right .custom-share {
  display: none;
}

.srarch-section .custom_author2 {
  margin-bottom: 5px;
}

body #pt-cv-view-83f10a9w1b .pt-cv-title a,
#pt-cv-view-83f10a9w1b .panel-title {
  font-weight: normal !important;
}

@media only screen and (max-width: 1200px) {
  .search .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .srarch-section .search-result-left {
    max-width: 200px;
    margin-right: 20px;
    height: 160px;
  }
  .srarch-section .search-result-right {
    width: calc(100% - 222px);
  }
  .search .prev.page-numbers {
    padding-left: 36px;
  }
  .search .next.page-numbers {
    padding-right: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .srarch-section .search-result-left {
    max-width: 100%;
    margin-right: 0;
    height: 170px;
  }
  .srarch-section .search-result-left img {
    object-fit: cover;
    width: 100%;
  }
  .srarch-section .search-result-right {
    width: 100%;
    margin-top: 10px;
  }
  .srarch-section p {
    margin-bottom: 0;
  }
}
.coins-wrapper {
  background-color: #F5F5F5;
  padding: 40px 0;
}
.coins-wrapper .m-section-title {
  margin-bottom: 16px;
}
.coins-description {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .coins-description {
    flex-direction: column;
    align-items: flex-start;
  }
}
.coins-description p {
  color: #404040;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .coins-description p {
    margin-bottom: 16px;
  }
}
.coins-avatar {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border: 2px solid #C4C4C4;
  border-radius: 50%;
  margin: auto auto auto -8px;
  overflow: hidden;
}
.coins-avatar-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .coins-avatar-wrapper {
    transform: translateX(8px);
  }
}
.coins-avatar-wrapper .coins-avatar {
  order: 2;
}
.coins-avatar-wrapper .check-svg {
  transform: translateX(-3px);
}
.coins-row {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .coins-row {
    flex-direction: column;
  }
}
.coins-card {
  width: calc(20% - 1px);
  background-color: #fff;
  padding: 16px;
}
.coins-card:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .coins-card {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
  }
}
.coins-logo {
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  margin-right: 16px;
}
@media screen and (max-width: 992px) {
  .coins-logo {
    height: 48px;
    width: 48px;
    max-width: 48px;
    max-height: 48px;
  }
}
.coins-upper {
  display: flex;
}
@media screen and (min-width: 991px) {
  .coins-upper {
    margin-bottom: 16px;
  }
}
.coins-upper .description {
  color: var(--grey-2);
  font-size: 14px;
  margin-bottom: 0;
}
.coins-title {
  font-family: var(--main-font);
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .coins-title {
    margin-bottom: 4px;
  }
}
.coins-title-arrow {
  stroke: #060606;
  margin-left: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .coins-title-arrow {
    position: absolute;
    top: 21px;
    right: 16px;
  }
}
.coins-price {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}
.coins-price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .coins-price-info {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 32px;
  }
}
.coins-index {
  padding: 2px 8px;
  min-width: 64px;
  min-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}
.coins-index.up {
  background-color: #9BC655;
}
.coins-index.down {
  background-color: #CC4752;
}

@media screen and (min-width: 992px) {
  .coins-card:hover .coins-title-arrow {
    transform: translateX(5px);
  }
}
/**
 * Posts Slider
 */
.post-authorname {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #888DA0;
  width: 100%;
  margin-bottom: 5px;
}
.post-authorname spam {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #888DA0;
}

.custom_author_cl {
  display: inline-block;
  width: 100%;
}
.custom_author_cl .author_imag img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.custom_author_cl .author_imag {
  max-width: 20px;
  height: 20px;
  display: inline-block;
}
.custom_author_cl .custom_author_info {
  display: inline-block;
  width: calc(100% - 28px);
  vertical-align: top;
}
.custom_author_cl .name_author_out {
  flex-wrap: wrap;
  min-height: 20px;
  line-height: 9px;
  display: flex;
  align-items: center;
}
.custom_author_cl .post_author_name {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #757575;
  position: relative;
}
.custom_author_cl .authore-update-row .posttim.posdate {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #757575;
  padding-left: 10px;
  position: relative;
}
.custom_author_cl .authore-update-row .posttim.posdate::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #757575;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.tranding-news-section .cat a {
  font-family: "Arial";
  font-weight: 700;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark-highlight);
  position: relative;
  padding-left: 10px;
}
.tranding-news-section .cat a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 4px;
  background: var(--dark-highlight);
}
.tranding-news-section .post-slider-left .cat {
  font-family: "Arial";
  font-weight: 700;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark-highlight);
  position: relative;
  padding-left: 10px;
}

.custom_author_cl img {
  width: 100%;
  height: auto;
}

.more-autohr-section {
  margin-top: 27px;
}

.more-category-outer {
  background: #FAFAFA;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 42px;
  padding: 40px 0 16px;
}

.category-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.category-inner .ms_cat_list_outer {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px;
}

.ms_cat_list_outer h5 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #060606;
  margin-bottom: 12px;
}
.ms_cat_list_outer .ms_cat_list_element {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ms_cat_list_outer li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #444B54;
  margin-bottom: 7px;
}
.ms_cat_list_outer a {
  color: #444B54;
}
.ms_cat_list_outer a:hover {
  color: var(--cloud-dark);
}

.author-more {
  display: flex;
  flex-wrap: wrap;
}
.author-more .author-listing-outer {
  border: 1px solid #E8E8E8;
  margin-right: 17px;
  padding: 16px 15px;
  flex: 0 0 23.8%;
  max-width: 23.8%;
}
.author-more .author-listing-outer:last-child {
  margin-right: 0;
}
.author-more .custom_author_cl .author_imag {
  max-width: 48px;
  height: 48px;
}
.author-more .custom_author_cl .custom_author_info {
  width: calc(100% - 54px);
}
.author-more .custom_author_cl .name_author_out {
  display: flex;
  flex-wrap: wrap;
}
.author-more .custom_author_cl .post_author_name {
  font-family: "Arial";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  width: 100%;
  display: inline-block;
}
.author-more .custom_author_cl .post_author_name::after {
  display: none;
}
.author-more .custom_author_cl .posttim.posdate {
  font-family: "Arial";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #757575;
  padding-left: 0;
  vertical-align: top;
  text-transform: capitalize;
}
.author-more .author-listing {
  margin-bottom: 15px;
}
.author-more .cat.tagscl {
  font-family: "Arial";
  font-weight: 700;
  font-size: 10px;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cloud-dark);
  padding-left: 10px;
  position: relative;
  height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.author-more .cat.tagscl a:before {
  content: "";
  background: var(--cloud-dark);
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 4px;
}
.author-more h4 {
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #060606;
  min-height: 85px;
  margin-top: 4px;
}
.author-more p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #616161;
  margin-bottom: 0;
  min-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.author-listing-outer .authore-update-row {
  display: inline-block;
  width: 100%;
}

.home-datecl {
  text-align: right;
  width: auto;
  float: right;
  display: flex;
  align-content: center;
  align-items: center;
}
.home-datecl span {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #757575;
  position: relative;
  padding-right: 16px;
  margin-right: 5px;
}
.home-datecl span:after {
  content: "";
  background: #BDBDBD;
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 2px;
}

.cur_temp_sec span::after {
  display: none;
}

.cur_temp_sec span {
  margin: 0;
  padding: 0 4px 0 0px;
}

.cur_temp_sec {
  display: flex;
  align-content: center;
  align-items: center;
}

.cur_temp_sec #wIcon {
  width: 30px;
}

.sprots-mobile-showcl {
  display: none;
}

.ads-home-outer,
.ads-home-outer2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.ads-home-outer2 {
  margin: 40px 0 10px;
}

.mobile-ads-local-section {
  display: none;
}

.home-virginia-section .home-sports-outer .latest_post_cont.home-post3 h4 {
  margin-top: 3px;
}

.local-news-right img {
  margin-bottom: 15px;
}

.author-more .custom_author_cl .posttim.posdate::before {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .home-page-top,
.home-sports-section,
.more-autohr-section,
.more-category-listion {
    padding: 0 15px !important;
  }
  .footer-info {
    padding: 40px 15px 0;
  }
  .latest_post_cont.home-post1 {
    max-width: 48.9%;
  }
  .latest_post_cont.home-post2 {
    max-width: 23.8%;
  }
  .latest_post_cont.home-post3 {
    max-width: 23.8%;
  }
  .local-news-left {
    width: 71.8%;
  }
  .home-local-outer .latest_post_cont {
    width: 48.8%;
  }
  .home-virginia-outer .latest_post_cont.home-post3 {
    width: 32.2%;
  }
  .author-more .author-listing-outer {
    flex: 0 0 23.6%;
    max-width: 23.6%;
  }
  .home-local-news {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-post2 .latest_news_text h4,
.home-post3 .latest_news_text h4 {
    min-height: 68px;
    height: 68px;
  }
}
@media only screen and (max-width: 991px) {
  .latest_post_cont.home-post1 {
    max-width: 49.5%;
    margin-right: 10px;
  }
  .latest_post_cont.home-post1 .latest_news_img {
    height: 202px;
  }
  .latest_post_cont .latest_news_img {
    height: 112px;
  }
  .latest_post_cont.home-post2 {
    margin-right: 10px;
  }
  .custom_author_cl .name_author_out {
    flex-wrap: wrap;
  }
  .authore-update-row {
    display: inline-block;
    vertical-align: top;
  }
  .custom_author_cl .authore-update-row .posttim.posdate {
    padding-left: 10px;
  }
  .custom_author_cl .post_author_name {
    margin-right: 0;
  }
  .custom_author_cl {
    min-height: 40px;
  }
  .latest_post_cont.home-post3.home-post4 {
    margin-right: 10px;
  }
  .latest_post_cont.home-post3 {
    max-width: 23.8%;
  }
  .latest_post_cont.home-post2 {
    max-width: 23.8%;
  }
  .latest_post_cont.home-post3.home-post4 h4 {
    min-height: 68px;
    height: 68px;
  }
  .home-sports-outer .latest_post_cont.home-post3 {
    margin-right: 10px;
  }
  .local-news-left {
    width: 71.2%;
  }
  .home-local-outer .latest_post_cont {
    margin-right: 10px;
  }
  .author-more .author-listing-outer {
    flex: 0 0 49.3%;
    max-width: 49.3%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .author-more .author-listing-outer:last-child,
.author-more .author-listing-outer:nth-child(2) {
    margin-right: 0;
  }
  .author-more h4 {
    min-height: 55px;
  }
  .home-local-outer .latest_news_img,
.home-virginia-outer .latest_news_img {
    height: 139px;
  }
  .home-sports-outer .latest_post_cont.home-post3 h4 {
    min-height: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .latest_post_cont.home-post1 .latest_news_img {
    height: 211px;
    margin: -12px -15px 0;
  }
  .custom_author_cl {
    min-height: inherit;
  }
  .latest_post_cont {
    margin-bottom: 0;
  }
  .latest_post_cont.home-post2,
.latest_post_cont.home-post3 {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .latest_post_cont.home-post1 {
    max-width: 100%;
    margin-right: 0;
  }
  .home-post2 .latest_news_text,
.home-post3 .latest_news_text {
    margin-top: 0;
    width: calc(100% - 98px);
  }
  .home-post2 .latest_news_img,
.home-post3 .latest_news_img {
    height: 88px;
    width: 88px;
    margin-left: 10px;
  }
  .latest_post_cont .latest_news_text p {
    display: none;
  }
  .latest_post_cont.home-post3.home-post4 {
    margin-right: 0;
  }
  .latest_post_cont.home-post3.home-post4 {
    margin-right: 0;
    border-bottom: 1px solid #E0E0E0;
  }
  .home-sports-outer .latest_post_cont.home-post3 {
    margin-right: 10px;
    flex: 0 0 160px;
    max-width: 160px;
    align-content: first baseline;
    border-bottom: none;
  }
  .sprots-mobile-showcl {
    display: block;
  }
  .home-sports-section .home-post4 .latest_news_text {
    width: 100%;
  }
  .view-cl a {
    font-size: 0;
    padding-right: 61px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .mobile-ads-local-section {
    display: block;
    width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }
  .desktop-ads-local-section {
    display: none;
  }
  .local-news-left {
    width: 100%;
    padding: 0;
  }
  .home-local-outer .latest_post_cont {
    width: 100%;
  }
  .latest_post_cont.post_cont-thumbnail,
.latest_post_cont.post_no-thumbnail {
    width: 48.4%;
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .home-virginia-outer .latest_post_cont.home-post3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }
  .home-virginia-outer .latest_post_cont .latest_news_text p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    height: 45px;
    min-height: 45px;
  }
  .author-more .author-listing-outer {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .author-more {
    display: flex;
    flex-wrap: inherit;
    width: 100%;
    overflow: auto;
  }
  .more-category-outer {
    margin-top: 5px;
    padding: 20px 0 0;
  }
  .category-inner .ms_cat_list_outer {
    width: 100%;
    margin-bottom: 0;
  }
  .category-inner .ms_cat_list_outer {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: top;
    padding: 17px 0;
  }
  .ms_cat_list_outer h5 {
    margin-bottom: 0;
  }
  .accordButcl,
.accordButcl.over {
    cursor: pointer;
    background-image: url("../images/down-acd.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
  }
  .accordButcl.on {
    background-image: url("../images/up-acd.svg");
  }
  .ms_cat_list_outer .ms_cat_list_element {
    margin: 15px 0 0;
  }
  .homecate_scrolling {
    display: flex;
    width: 100%;
    overflow: auto;
  }
  .homecate_scrolling .home-post3 .latest_news_img {
    height: 90px;
    width: 100%;
    margin-left: 0;
    display: block !important;
  }
  .homecate_scrolling .author_imag {
    display: none;
  }
  .home-sports-outer .latest_post_cont.home-post3:nth-child(5) {
    margin-right: 10px;
  }
  .home-local-outer .latest_post_cont:nth-child(2n) {
    margin-right: 10px;
  }
}
/*authors-list shortcode*/
.authors-list-items-s1 {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.authors-list-item-clearfix {
  display: inline-block;
  padding: 0 10px 40px;
  text-align: center;
  vertical-align: top;
  width: 24.5%;
}

.authors-list-item-thumbnail img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 90px;
  width: 90px;
}

.authors-list-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}

.authors-list-item-title a {
  color: #2a2a2a;
}

.authors-list-item-excerpt {
  color: #2a2a2a;
  font-weight: 400;
  line-height: 150%;
}

.authors-list-item-link {
  color: #2a2a2a;
}

/*authors-list shortcode*/
.header-nav {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.header-nav a {
  font-size: 14px;
  color: var(--black);
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
}
.header-nav > .menu-item {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav > .menu-item > li {
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (min-width: 992px) {
  .header-nav > .menu-item.current-menu-item:before {
    background: var(--cloud-dark);
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.header-nav > .menu-item.current-menu-item > a {
  font-weight: 700;
  color: var(--cloud-dark);
}
.header-nav > .menu-item:hover {
  background-color: #F5F5F5;
}
@media screen and (min-width: 992px) {
  .header-nav > .menu-item:hover > span {
    transform: rotate(-180deg);
  }
}
.header-nav > .menu-item:hover > .sub-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header-nav > .menu-item > .sub-menu {
    padding-right: 480px;
  }
  .header-nav > .menu-item > .sub-menu.reverse-menu {
    right: 0;
    left: unset;
    padding-left: 480px;
    padding-right: 0;
  }
  .header-nav > .menu-item > .sub-menu li.top-level-item-card {
    display: none;
  }
}
.header-nav > .menu-item > .sub-menu li.top-level-item-card {
  background-color: transparent;
}
.header-nav > .menu-item > .sub-menu > li {
  background-color: #F5F5F5;
}
.header-nav > .menu-item.menu-item-has-children > a {
  padding-right: 30px;
}
.header-nav > .menu-item > a {
  padding: 25px 14px;
}
.header-nav > .menu-item > span {
  background: url(../images/arrow-down.svg) center center no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  content: "";
  position: absolute;
  right: 12px;
  transition: 0.4s transform;
}
.header-nav .menu-item-has-children:hover > .sub-menu {
  display: flex;
}
.header-nav .menu-item {
  margin: 0;
}
.header-nav .sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  height: 540px;
  flex-direction: column;
  transition: 0.3s background-color;
  z-index: 1;
}
.header-nav .sub-menu .menu-item-has-children {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.header-nav .sub-menu .menu-item-has-children > span {
  background: url(../images/arrow-down.svg) center center no-repeat;
  transform: rotate(-90deg);
  width: 10px;
  height: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header-nav .sub-menu .menu-item-has-children > span {
    width: 38px;
    height: 38px;
    padding: 5px;
    margin: 0;
  }
}
.header-nav .sub-menu .menu-item {
  transition: 0.3s background-color;
}
.header-nav .sub-menu .menu-item a {
  width: 215px;
}
.header-nav .sub-menu .menu-item:hover {
  background-color: #eee;
}
.header-nav .sub-menu.reverse-menu .sub-menu {
  left: unset;
  right: 240px;
}
.header-nav .sub-menu .sub-menu {
  left: 240px;
  top: 0;
}
.header-nav .sub-menu .sub-menu > li {
  background: #FAFAFA;
}
.header-nav .sub-menu .sub-menu .sub-menu > li {
  background: #fff;
}
.header-nav .sub-menu.reverse-menu {
  left: -240px;
  min-width: 240px;
}
@media screen and (min-width: 992px) {
  .header-nav .sub-menu .current-menu-item a:before,
.header-nav .sub-menu a:before {
    content: "";
    width: 4px;
    height: 100%;
    background: var(--highlight-color);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.header-nav .sub-menu a {
  padding: 8px 16px;
  position: relative;
  width: 100%;
}
.header-nav .sub-menu a:before {
  opacity: 0;
}
.header-nav .sub-menu a:hover {
  font-weight: 700;
}
.header-nav .sub-menu a:hover:before {
  opacity: 1;
}
.header-burger {
  height: 100%;
  padding: 28px 18px;
  cursor: pointer;
  transition: 0.4s background-color;
}
.header-burger:hover {
  background-color: #F5F5F5;
}
.header-burger-inner {
  position: relative;
  display: flex;
  height: 14px;
  width: 15px;
}
.header-burger-inner-dot {
  display: block;
  width: 3px;
  height: 3px;
  bottom: 0;
  background: #000;
  position: absolute;
  transition: 0.4s opacity;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .header-burger-inner-dot {
    display: none;
  }
}
.header-burger-inner:after, .header-burger-inner:before {
  content: "";
  width: 3px;
  height: 3px;
  bottom: 0;
  background: #000;
  position: absolute;
  transition: 0.4s transform, background-color, width, height, top, bottom;
  transform: rotate(0) translate(0, 0);
}
.header-burger-inner:after {
  right: 0;
}
.header-burger-inner::before {
  left: 0;
}

@media screen and (min-width: 992px) {
  .additional-nav,
.additional-nav ul {
    list-style: none;
    padding: 0;
  }
  .additional-nav .menu-item {
    padding: 0 16px;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .additional-nav .menu-item:hover > .sub-menu {
    display: flex;
  }
  .additional-nav .menu-item .sub-menu {
    height: 540px;
    background-color: #fafafa;
    display: none;
    flex-direction: column;
    top: 0;
    right: 240px;
    position: absolute;
  }
  .additional-nav .menu-item .sub-menu a:hover {
    font-weight: 700;
  }
  .additional-nav .menu-item .sub-menu .sub-menu {
    background-color: var(--white);
    flex-direction: column;
    height: auto;
    right: 240px;
    width: 280px;
    left: auto;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children > a {
    font-weight: 700;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children span {
    display: none;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children .sub-menu {
    display: flex;
    position: static;
    width: 100%;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children .sub-menu a {
    padding-left: 16px;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children .sub-menu .menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children .sub-menu .menu-item a {
    padding-left: 0;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item-has-children .sub-menu .menu-item span {
    display: none;
  }
  .additional-nav .menu-item .sub-menu .sub-menu > .menu-item-has-children > a {
    font-weight: 700;
    padding-left: 0;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .sub-menu a {
    padding-left: 16px !important;
    font-weight: 400 !important;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .sub-menu a:hover {
    font-weight: 700 !important;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item {
    flex-wrap: wrap;
    min-width: 100%;
    width: 100%;
    padding-left: 16px;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item .sub-menu {
    order: 3;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item .sub-menu a {
    padding-left: 16px;
  }
  .additional-nav .menu-item .sub-menu .sub-menu .menu-item span {
    background: none;
  }
  .additional-nav .menu-item:hover > .sub-menu {
    display: flex;
  }
  .additional-nav .menu-item.menu-item-has-children {
    padding-left: 10px;
  }
  .additional-nav .menu-item span {
    background: url(../images/arrow-down.svg) center center no-repeat;
    width: 10px;
    height: 6px;
    display: inline-block;
    transform: rotate(90deg) translateY(-100%);
    order: 1;
  }
  .additional-nav .menu-item a {
    width: 100%;
    padding: 8px 0 8px 20px;
    border-bottom: 1px solid rgba(206, 214, 232, 0.2);
    color: var(--black);
    display: inline-block;
    order: 2;
    font-size: 14px;
  }
  .additional-nav .menu-item a:hover {
    text-decoration: none;
  }
  .additional-nav .sub-menu {
    display: none;
  }
  .desktop-additional {
    display: none;
    position: absolute;
    top: 100%;
    right: 24px;
    background-color: #f5f5f5;
    height: 540px;
  }
  .desktop-additional .menu-item {
    padding: 0 16px;
    width: 100%;
  }
  .desktop-additional .menu-item .sub-menu {
    top: 0;
    left: -240px;
  }
  .desktop-additional .menu-item span {
    left: 16px;
  }
  .desktop-additional .menu-item a {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(206, 214, 232, 0.2);
  }
  .desktop-additional .top-level-item-card {
    display: none;
  }
  .desktop-additional .header-nav {
    display: flex;
    flex-direction: column;
  }
  .desktop-additional .menu-item {
    min-width: 240px;
  }
  .burger-active {
    background-color: #F5F5F5;
  }
  .burger-active .header-burger-inner {
    box-shadow: inset 0px -2px 0 rgb(245, 245, 245);
  }
  .burger-active .header-burger-inner:after, .burger-active .header-burger-inner:before {
    width: 18px;
    height: 2px;
    background-color: var(--black);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .burger-active .header-burger-inner-dot {
    opacity: 0;
  }
  .burger-active .header-burger-inner:after {
    transform: rotate(45deg) translate(30%, -50%);
    right: 3px;
  }
  .burger-active .header-burger-inner:before {
    transform: rotate(-45deg) translate(-30%, -50%);
    left: 3px;
  }
  .burger-active + .desktop-additional {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .active-menu .header-primary-nav {
    display: block;
  }
  .header-nav .sub-menu .menu-item-has-children > span {
    width: 40px;
    position: static;
    height: 40px;
    flex-shrink: 0;
    display: block;
    transform: none;
    background-image: url(../../dist/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
  }
  .header-primary-nav {
    font-size: 14px;
    position: relative;
    height: calc(100vh - 112px);
    display: none;
  }
  .header-primary-nav .back-menu {
    display: block;
    background-attachment: fixed;
    background-color: #F5F5F5;
    cursor: pointer;
    padding: 12px 10px 12px 35px;
    background-image: url(../images/arrow-back.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center left 14px;
  }
  .header-primary-nav .activetext-heading {
    font-weight: 700;
    padding: 16px;
    display: block;
  }
  .header-primary-nav .menu-item.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    position: static;
  }
  .header-primary-nav .menu-item > a {
    padding-right: 16px;
  }
  .header-primary-nav .menu-item a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }
  .header-primary-nav .menu-item a:hover {
    color: #060606;
    text-decoration: none;
  }
  .header-primary-nav .menu-item .sub-menu {
    background-color: var(--white);
    top: 0;
    left: 0;
    width: 260px;
    min-height: 100vh;
    opacity: 0;
    transition: 0.4s;
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 1;
  }
  .header-primary-nav .menu-item .sub-menu.open-menu {
    opacity: 1;
  }
  .header-primary-nav .menu-item .sub-menu.current-open-menu.open-menu {
    pointer-events: all;
    overflow: scroll;
    z-index: 11111;
  }
  .header-primary-nav .menu-item span {
    width: 40px;
    position: static;
    height: 40px;
    flex-shrink: 0;
    display: block;
    background-image: url(../../dist/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
  }
  .header-primary-nav .menu-item .sub-menu,
.header-nav .sub-menu {
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    padding-bottom: 64px;
  }
  .header-primary-nav .menu-item .sub-menu li:last-child,
.header-nav .sub-menu li:last-child {
    margin-bottom: 104px;
  }
  .header .sub-menu,
.header .menu-navbar-container {
    padding-bottom: 64px;
  }
}
.header {
  background: var(--white);
  position: relative;
  z-index: 1111;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}
.header-search-icon {
  min-width: 22px;
  min-height: 22px;
}
.header-telegram-outer {
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .header-telegram-outer {
    order: 2;
  }
}
.header-container {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-container .additional-nav > .menu-item > .sub-menu > .menu-item > .sub-menu {
    height: 540px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.header-nav-wrapper {
  position: relative;
  padding-right: 24px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header-nav-wrapper {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 420px) {
  .header-nav-wrapper {
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .header-nav-wrapper {
    margin-right: 4px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 26px);
    background-color: #E3E2E2;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.menu-burger {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #000000;
  margin: auto;
  position: relative;
  transition: all 0.3s ease-out;
}

.menu-label {
  color: #212121;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .search-modal .header-search-button {
    background-color: var(--black);
  }
  .search-modal .header-search-button::after, .search-modal .header-search-button::before {
    opacity: 1;
  }
  .header-country-current {
    display: block;
    transition: all 0.4s;
    background-color: #fff;
  }
  .active-menu .header-country-current {
    transform: translateX(0);
  }
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 11;
  }
  .header-search-button {
    order: 3;
    width: 56px;
    position: relative;
  }
  .header-search-button::after, .header-search-button::before {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    margin: auto;
  }
  .header-search-button:after {
    transform: rotate(45deg);
  }
  .header-search-button:before {
    transform: rotate(-45deg);
    top: 1px;
    left: 2px;
  }
  .header-burger {
    padding: 21px 18px;
    position: relative;
    z-index: 1;
  }
  .header-burger-inner {
    height: 14px;
    width: 20px;
    box-shadow: inset 0px -2px 0 #000;
  }
  .header-burger-inner::before, .header-burger-inner::after {
    width: 20px;
    height: 2px;
    left: 0;
    background-color: #000;
  }
  .header-burger-inner::before {
    top: 0;
  }
  .header-burger-inner::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header-logo {
    order: 2;
    position: relative;
    z-index: 1;
    margin-right: auto;
  }
  .header-nav-wrapper {
    order: 1;
    padding: 0;
  }
  .header-country-button {
    display: flex;
    padding: 21px 0 !important;
    margin-left: 12px;
    margin-right: 12px;
    width: 236px;
    line-height: 1;
    align-items: center;
    box-shadow: inset 0 1px 0 rgba(206, 214, 232, 0.2);
  }
  .header-country-title {
    display: block !important;
    color: #060606;
    font-size: 12px;
    font-weight: 700;
    margin-left: 12px;
  }
  .header-country-current {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .header-logo-link img {
    height: 39px;
  }
  .header .preview_navigation {
    display: none;
  }
  .header .header-primary-nav > .menu-item > a {
    font-weight: 700;
  }
  .header .burger-active + .menu-navbar-container {
    transform: translateX(0);
  }
  .header .burger-active .header-burger-inner {
    box-shadow: inset 0 2px 0 #f5f5f5;
  }
  .header .burger-active .header-burger-inner:after {
    transform: rotate(45deg) translate(-1%, -50%);
  }
  .header .burger-active .header-burger-inner:before {
    transform: rotate(-45deg) translate(-25%, 50%);
    top: 1px;
    left: 2px;
  }
  .header .menu-navbar-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    background-color: var(--white);
    margin: 0;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.4s transform;
    padding-top: 54px;
  }
  .header .menu-navbar-container a {
    width: 260px;
    padding: 12px 16px 12px 16px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
  }
  .header .menu-navbar-container li {
    margin-bottom: 0;
  }
  .header .menu-navbar-container ul {
    list-style: none;
    padding: 0;
  }
  .header-logo-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .header-logo-link {
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .header-logo-link svg {
    max-height: 32px;
    width: auto;
  }
}
.header {
  display: flex;
  align-items: center;
  height: auto;
}

.header-nav-wrapper + .m-button {
  margin-left: 24px;
}

.m-button + .header-country-current,
.header-telegram-outer + .header-country-current {
  margin-left: 0;
}

.header-country-button span:not(.header-country-title) {
  display: flex;
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .header-logo {
    width: 50%;
  }
  .header-container {
    flex-wrap: wrap;
  }
  .header-nav-wrapper {
    order: 3;
    padding: 0;
    margin: 0 auto;
  }
  .header-nav-wrapper + .m-button {
    margin-left: auto;
  }
  .header-country-current {
    margin-left: auto;
    margin-right: 0;
  }
  .desktop-additional {
    right: 0;
  }
  .header-telegram-outer {
    margin-right: 0;
    margin-left: auto;
  }
  .header-search-button {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  body.search-modal,
.active-menu,
.active-lang,
.modal-mode {
    overflow: hidden;
    max-height: 100vh;
  }
  .menu-navbar-container a {
    color: #000;
  }
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
  .header-nav .sub-menu {
    height: 623px;
    pointer-events: none;
  }
  .header-nav .sub-menu li {
    pointer-events: initial;
  }
  .header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
    pointer-events: initial;
  }
  .header-nav > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    background: #FAFAFA;
  }
  .header-nav > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    background: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-logo-link {
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-logo-link svg {
    max-height: 32px;
    width: auto;
  }
}
.header {
  display: flex;
  align-items: center;
  height: auto;
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
  .header-logo {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  body.search-modal,
.active-menu,
.active-lang,
.modal-mode {
    overflow: hidden;
    max-height: 100vh;
  }
  .menu-navbar-container a {
    color: #000;
  }
}
.home .header {
  margin-bottom: 29px;
}

.header-country {
  z-index: 1111;
}
.header-country-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 336px;
}
.header-country-button {
  border: none;
  background: transparent;
  outline: none;
  padding: 20px;
}
.header-country-image {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.header-country-title {
  display: none;
}
.header-country-menu {
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.1));
  background-color: var(--white);
  height: 380px;
  border: 1px solid #E3E2E2;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.4 transform, opacity;
}
@media screen and (max-width: 991px) {
  .header-country-menu {
    width: 260px;
  }
}
.header-country-item {
  display: block;
  width: 100%;
  padding: 12px 16px;
  clear: both;
  font-weight: 400;
  color: #414143;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 6px;
  position: relative;
  transition: 0.3s background-color;
  text-decoration: none;
}
.header-country-item:before {
  width: calc(100% - 32px);
  height: 1px;
  background-color: #E8E8E8;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header-country-item:last-child:before {
  display: none;
}
.header-country-item:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}
.header-country-item.activeflag {
  background-image: url(../images/check-lang.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-color: #f3f3f3;
  padding-right: 40px;
}
.header-country-item span:last-child {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  position: relative;
  top: 1px;
  vertical-align: top;
  font-size: 14px;
  padding-left: 0;
  color: #060606;
  text-transform: capitalize;
}
.header-country .flag-countries-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #E8E8E8;
}
.header-country .flag-countries-label {
  font-weight: 700;
  color: #000000;
}
.header-country .flag-countries-close {
  text-decoration: underline;
  color: #060606;
  cursor: pointer;
}
.header-country .img-flag {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

.active-lang .header {
  z-index: 1111;
}
.active-lang .header-country-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  z-index: 1111;
}

.header-search-button {
  outline: none;
  background: transparent;
  border: none;
  padding: 16px;
}
.header-search-image {
  width: 24px;
  height: 24px;
}

.search-container-cus {
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
}

.search-container-cus-inner {
  pointer-events: initial;
  background-color: var(--header-search-bar-color);
  transition: all 0.5s ease-out;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.1));
  padding: 16px;
  max-height: 76px;
  transform: translateX(101%);
}

.search-modal .header {
  z-index: 1111;
}
.search-modal .search-container-cus-inner {
  transform: translateX(0);
}

.search_bar {
  max-width: 560px;
  margin: 0 auto;
  background: var(--white);
}
.search_bar form {
  position: relative;
  outline: none;
}

.input_search {
  background: #F5F5F5;
  border: transparent;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  height: 44px;
  padding: 12px 20px 12px 44px;
  outline: 0;
  color: #6a6a6a;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  outline: none !important;
}

.input_search:focus-visible {
  outline: none;
}

.search_bar form button {
  border: 0;
  outline: 0;
  text-indent: -999em;
  background-image: url("../images/search-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 100%;
  position: absolute;
  left: 14px;
  top: 0;
  background-color: transparent;
}

.search_result .search-list {
  padding: 16px;
}

.search_result .search-item > a {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 35px 10px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 150%;
}

.search-item:last-child > a {
  border-bottom: none;
}

.search-item {
  position: relative;
}

.close-search-item {
  background-image: url("../images/close-circle-icon.svg");
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.search-modal .search-container-cus {
  transform: translateX(0);
  opacity: 1;
  left: 0;
  min-height: 80vh;
}

/**
 * Footer
 */
.footer-bottom a,
.footer-info a {
  text-decoration: none;
}
.footer-bottom a:hover,
.footer-info a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-info .container {
  max-width: 1130px;
}

.copy {
  border-top: none;
  margin-top: 15px;
}
.copy p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  margin: 0;
  padding: 19px 0;
}
.copy p a {
  color: var(--white);
}

.telegrame-foooter {
  display: none;
}

.footer-mobile {
  display: none;
}

.clock-search-item {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/clock.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.trending-search-item {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/trending-up.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.search_result .search-item > a {
  display: flex;
  padding: 10px 35px 10px 10px;
  position: relative;
  flex-wrap: wrap;
}

.title-date {
  width: calc(100% - 20px);
}

/*authors-list shortcode*/
.authors-list-items-s1 {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.authors-list-item-clearfix {
  display: inline-block;
  padding: 0 10px 40px;
  text-align: center;
  vertical-align: top;
  width: 24.5%;
}

.authors-list-item-thumbnail img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 90px;
  width: 90px;
}

.authors-list-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}

.authors-list-item-title a {
  color: #2a2a2a;
}

.authors-list-item-excerpt {
  color: #2a2a2a;
  font-weight: 400;
  line-height: 150%;
}

.authors-list-item-link {
  color: #2a2a2a;
}

/*authors-list shortcode*/
.contact-outer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact-outer input {
  width: 100%;
  display: inline-block;
  height: 35px;
  font-size: 17px;
  color: #1a1a1a;
  padding: 0 10px;
  border: 1px solid #403838;
  margin-bottom: 13px;
  border-radius: 4px;
}
.contact-outer label {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  color: #1a1a1a;
  margin: 0 0 5px;
}
.contact-outer textarea {
  font-size: 17px;
  color: #1a1a1a;
  padding: 10px 10px;
  border: 1px solid #403838;
  width: 100%;
  display: inline-block;
  height: 193px;
  resize: none;
  border-radius: 4px;
}
.contact-outer .submit-contact input {
  background: #006AF2;
  width: auto;
  border: none;
  border-radius: 4px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 6px 20px !important;
  height: auto;
  float: right;
}

.contact-left {
  display: inline-block;
  width: 50%;
  padding-right: 20px;
}

.contact-right {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
}

.submit-contact {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .telegrame-foooter {
    display: block;
    background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%), #229ED9;
    border-radius: 3px;
    padding: 10px 10px;
  }
  .telegrame-foooter img {
    display: inline-block;
    width: 23px;
    margin-right: 20px;
  }
  .telegrame-foooter span {
    display: inline-block;
    width: calc(100% - 43px);
    vertical-align: top;
    font-family: "Arial";
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-shadow: 0px 0.397059px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
  }
  .telegrame-foooter a {
    color: #FFFFFF;
  }
  #menu-footer-nav {
    display: block;
  }
  .copy {
    margin-top: 0;
  }
  .footer-mobile {
    padding: 5px 10px 5px;
    background: var(--white);
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 8px 32px rgba(0, 0, 0, 0.1);
  }
  .footer-mobile .betting-offer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-mobile .betting-one h5 {
    letter-spacing: 0.01em;
    margin: 2px 0 0;
    font-family: "Arial";
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    color: #060606;
  }
  .footer-mobile .betting-one {
    width: 20%;
    position: relative;
  }
  .footer-mobile .betting-one br {
    display: none;
  }
  .footer-mobile .betting-one p {
    margin: 0;
  }
  .footer-mobile .betting-one img {
    height: 17px;
  }
  .footer-mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .authors-list-item-clearfix {
    padding: 0 10px 30px;
    width: 100%;
  }
  .contact-left {
    width: 100%;
    padding-right: 0;
  }
  .contact-right {
    width: 100%;
    padding-left: 0;
  }
  .contact-outer textarea {
    height: 120px;
  }
}
.home .footer {
  margin-top: 40px;
}

.footer-bottom {
  overflow: hidden;
  background: var(--footer-bottom-color);
}

.socials-wrapper a {
  padding: 14px;
  color: #fff;
  font-size: 20px;
}
.socials-wrapper a:hover {
  text-decoration: none;
  color: var(--highlight-color);
}

.footer-info {
  background-color: var(--footer-top-color);
  padding: 40px 0 0;
}

.footer-expanded-menu {
  display: flex;
  flex: 1 1 0px;
  padding-top: 24px;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 1130px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-expanded-menu > .menu-item {
  padding-right: 16px;
}
@media screen and (min-width: 991px) {
  .footer-expanded-menu {
    gap: 1em;
  }
  .footer-expanded-menu > .menu-item {
    flex: 1;
    padding-right: 0;
  }
}
.footer-expanded-menu .menu-item {
  padding-left: 0 !important;
  text-align: left;
  list-style: none;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-expanded-menu .menu-item {
    max-width: 100%;
  }
  .footer-expanded-menu .menu-item.menu-item-has-children {
    padding-right: 32px;
  }
  .footer-expanded-menu .menu-item.menu-item-has-children > span {
    right: -12px;
  }
}
.footer-expanded-menu a {
  color: #fff;
  white-space: nowrap;
}
.footer-expanded-menu .menu-item-has-children > a {
  font-weight: 600;
  font-size: 16px;
  font-family: var(--main-font);
  line-height: 1.35;
  text-decoration: none;
}
.footer-expanded-menu .menu-item-has-children > a:hover {
  color: var(--white);
}
.footer-expanded-menu .sub-menu {
  padding-left: 0;
  margin-top: 12px;
}
.footer-expanded-menu .sub-menu .menu-item {
  padding-left: 0;
}
.footer-expanded-menu .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-expanded-menu .sub-menu a:hover {
  text-decoration: underline;
}

.footer-top {
  border-bottom: 1px solid var(--footer-highlight);
  padding-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
  }
}

.footer-bottom {
  color: #eee;
  padding-bottom: 24px;
  padding-top: 24px;
}
.footer-bottom .p-0.col-md-6 p {
  line-height: 2;
}
.footer-bottom .row {
  align-items: center;
}
.footer-bottom p {
  font-size: 12px;
  line-height: 1.5;
  color: #eee;
}
.footer-bottom p:last-child {
  margin-bottom: 0;
}
.footer-bottom .bottom-line {
  margin-bottom: 12px;
  border-bottom: 1px solid var(--footer-highlight);
}
.footer-bottom .bottom-line p:last-child {
  margin-bottom: 12px;
}
.footer-bottom a {
  color: #eee;
}
.footer-bottom .footer-quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-quick-links {
    justify-content: center;
  }
}
.footer-bottom .footer-quick-links li {
  margin-left: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-bottom .footer-quick-links li:first-of-type {
    margin-left: 0;
  }
}
.footer-bottom .footer-quick-links li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  left: -6px;
  bottom: 4px;
}
.footer-bottom .footer-quick-links li:first-child:after {
  display: none;
}
.footer-bottom .footer-quick-links a {
  font-size: 12px;
  line-height: 1.5;
}

.footer-info {
  padding-top: 20px;
}

@media screen and (max-width: 1080px) {
  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-info {
    padding-bottom: 24px;
  }
  .footer-bottom .footer-quick-links li:after {
    height: 12px;
    bottom: 5px;
  }
  .footer-expanded-menu .sub-menu a {
    font-size: 12px;
  }
  .footer-top {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-bottom p {
    margin-bottom: 12px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .footer-bottom .p-0.col-md-6 {
    text-align: center;
  }
  #menu-footer-quick-links {
    margin-left: 0;
    margin-top: 0;
    justify-content: flex-start;
  }
  #menu-footer-quick-links a {
    font-size: 12px;
    line-height: 1.5;
  }
  #menu-footer-quick-links li:first-child {
    margin-left: 0;
  }
  .footer-info {
    padding-top: 28px;
  }
  .footer-top {
    text-align: center;
  }
  .socials-wrapper {
    margin-top: 24px;
  }
  .footer-nav {
    flex-direction: column;
    margin-bottom: 14px;
    padding-top: 0 !important;
  }
  .footer-nav > .menu-item {
    border-bottom: 1px solid var(--footer-highlight);
  }
  .footer-nav .menu-item {
    margin-bottom: 0 !important;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .footer-nav .sub-menu {
    display: none;
  }
  .menu-footer-menu-container {
    width: 100%;
  }
  .footer-expanded-menu > .menu-item {
    position: relative;
  }
  .footer-expanded-menu > .menu-item span {
    display: block;
    position: absolute;
    background: url(../images/dropdown-arrow-white.svg) center center no-repeat;
    min-width: 50px;
    min-height: 50px;
    cursor: pointer;
    z-index: 999;
    right: 0;
    top: 0;
    transition: transform 0.3s;
  }
  .footer-expanded-menu > .menu-item.open span {
    transform: rotate(180deg);
  }
  .footer-expanded-menu > .menu-item.open .sub-menu {
    display: block;
    height: 100%;
  }
  .footer-expanded-menu .sub-menu {
    height: 0;
    transition: 0.3s height;
  }
  .footer-expanded-menu .sub-menu .menu-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .footer-expanded-menu .sub-menu .menu-item {
    padding-right: 0;
  }
  .footer-expanded-menu {
    flex-wrap: wrap;
  }
  .footer-expanded-menu > .menu-item {
    width: 33%;
  }
}
.footer-expanded-menu .sub-menu a {
  color: #eee;
  text-decoration: none;
}

@media screen and (min-width: 991px) {
  .footer-logo-col {
    display: flex;
    align-items: center;
  }
  .footer-logo-col a {
    display: block;
  }
  .menu-footer-nav-container .footer-top-line-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-quick-links li {
    margin-bottom: 0;
  }
}
.socials-wrapper a {
  transition: 0.3s;
}
.socials-wrapper a:hover {
  color: var(--highlight-color);
}
.socials-wrapper a:hover svg path {
  fill: var(--highlight-color);
}

.footer-top-line-menu {
  padding-top: 12px;
  border-bottom: 1px solid var(--footer-highlight);
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer-top-line-menu {
    display: none;
  }
}
.footer-top-line-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
}
.footer-top-line-menu .menu-item {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-top-line-menu a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}

.cur_temp_sec {
  display: none;
}

.home-datecl span {
  margin-right: 0;
  padding-right: 0;
}
.home-datecl span:after {
  display: none;
}

.latest_post_cont.home-post1 {
  background-color: var(--cloud-dark);
}
.latest_post_cont.home-post1 .cat a {
  color: var(--white);
}
.latest_post_cont.home-post1 a:hover h4 {
  color: #fff;
}
@media screen and (min-width: 991px) {
  .latest_post_cont.home-post1 .latest_news_text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.latest_post_cont.home-post1 .cat,
.latest_post_cont.home-post1 h4,
.latest_post_cont.home-post1 .posttim.posdate,
.latest_post_cont.home-post1 .post_author_name {
  color: var(--white);
}
.latest_post_cont.home-post1 a:hover {
  color: var(--highlight-color);
}
.latest_post_cont.home-post1 .latest_news_text {
  position: relative;
}

.post-template-default .latest-new-outer,
.latest-new-outer {
  background-color: var(--cloud-dark);
}
.post-template-default .latest-new-outer h2,
.latest-new-outer h2 {
  border-color: var(--highlight-color);
  color: var(--white);
}
.post-template-default .latest-new-outer h2:before,
.latest-new-outer h2:before {
  background-color: var(--highlight-color);
}
.post-template-default .latest-new-outer li:before,
.latest-new-outer li:before {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .layout-grid-7 h2 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 991px) {
  .home-sports-outer .latest_post_cont.home-post3 h4 {
    min-height: 71px;
    height: 71px;
  }
  .home-sports-outer .latest_post_cont.home-post3:nth-child(5) {
    margin-right: 15px;
  }
  .latest_post_cont.home-post1 .latest_news_img {
    height: 205px;
  }
  .layout-grid-7 .latest_post_cont.home-post1 .latest_news_img {
    height: 312px;
  }
  .latest-new-inner li {
    width: 20%;
  }
  .home-sports-outer .latest_post_cont.home-post3:nth-child(4) {
    margin-right: 0;
  }
  .local-wrapper .left .latest_post_cont {
    height: 100%;
  }
  .local-wrapper .latest_post_cont.home-post1 .latest_news_text {
    height: calc(100% - 205px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .local-wrapper .latest_post_cont.home-post1 .latest_news_text .post-authorname {
    margin-top: auto;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .latest_post_cont.home-post1 .latest_news_text::before,
.latest_post_cont.home-post1 .latest_news_text::after {
    position: absolute;
    width: 16px;
    height: calc(100% + 24px);
    content: "";
    display: block;
    background: var(--cloud-dark);
    top: -13px;
    border-bottom: 1px solid #E0E0E0;
  }
  .latest_post_cont.home-post1 .latest_news_text::before {
    left: -15px;
  }
  .latest_post_cont.home-post1 .latest_news_text::after {
    right: -15px;
  }
}
.local-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.local-wrapper h2 {
  width: 100%;
}
.local-wrapper .right {
  width: 66.6%;
  min-width: 66.6%;
}
.local-wrapper .right .latest_post_cont {
  max-width: 100%;
  width: calc(50% - 15px);
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.local-wrapper .left {
  width: 33.3%;
  min-width: 33.3%;
}
.local-wrapper .left .latest_post_cont {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 997px) {
  .home-sports-outer .latest_post_cont.home-post3 {
    max-width: 100%;
    width: 100%;
    flex: auto;
    flex-wrap: nowrap;
  }
  .latest_post_cont .latest_news_img img {
    min-width: 88px;
  }
  .latest_post_cont.home-post1 .latest_news_img img {
    min-width: 100%;
  }
  .local-wrapper {
    flex-direction: column;
  }
  .local-wrapper .left,
.local-wrapper .right {
    width: 100%;
    min-width: 100%;
  }
  .local-wrapper .right .latest_post_cont {
    width: 100%;
    flex-wrap: nowrap;
    margin-left: 0;
  }
  .home-post3 .latest_news_text {
    width: 100%;
  }
  .latest_post_cont.home-post2,
.latest_post_cont.home-post3 {
    flex-wrap: nowrap;
  }
  .layout-grid-5 .local-wrapper h2 {
    margin-bottom: 11px;
  }
  .layout-grid-5 .local-wrapper .right .latest_post_cont {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    border-bottom: none !important;
  }
  .layout-grid-5 .home-post3 .latest_news_img {
    width: 100%;
  }
  .layout-grid-5 .latest_news_text {
    width: 100%;
  }
  .layout-grid-5 .latest_post_cont .latest_news_img {
    height: 102px;
    width: 100%;
  }
  .layout-grid-5 .latest_post_cont .latest_news_img img {
    width: 100%;
  }
  .layout-grid-5 .home-local-outer {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout-grid-5 .posttim.posdate {
    display: none;
  }
  .layout-grid-5 .latest_post_cont .latest_news_img {
    margin-left: 0;
  }
  .layout-grid-5 .latest_post_cont.home-post1 .latest_news_img img {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    height: 211px;
  }
  .layout-grid-5 .latest_post_cont.home-post1 .latest_news_img {
    height: 211px;
    min-height: 211px;
  }
  .layout-grid-5 .latest_post_cont.home-post1 .latest_news_text::before,
.layout-grid-5 .latest_post_cont.home-post1 .latest_news_text::after {
    height: calc(100% + 18px);
    top: -7px;
  }
  .layout-grid-8 .authore-update-row {
    display: none;
  }
  .layout-grid-8 .latest_post_cont.d-md-none {
    padding-top: 0 !important;
  }
  .layout-grid-8 .latest_post_cont.d-md-none h4 {
    height: auto;
    min-height: auto;
  }
  .layout-grid-8 .latest_post_cont.d-md-none .latest_news_img,
.layout-grid-8 .latest_post_cont.d-md-none .latest_news_img img {
    height: 193px !important;
    min-height: 193px !important;
    margin: 0 !important;
    min-width: calc(100% + 30px) !important;
  }
  .layout-grid-8 .latest_post_cont.d-md-none .latest_news_img {
    margin-left: -15px !important;
  }
  .layout-grid-8 .latest_post_cont {
    flex-direction: column;
  }
  .layout-grid-8 .rc-horizontal-scroll {
    flex-wrap: nowrap;
    overflow-x: scroll;
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .layout-grid-8 .rc-horizontal-scroll .latest_post_cont {
    max-width: 170px !important;
    min-width: 170px !important;
  }
  .layout-grid-8 .rc-horizontal-scroll .latest_post_cont h4 {
    height: 4.2em;
    min-height: auto;
  }
  .layout-grid-8 .rc-horizontal-scroll .latest_news_text {
    padding-left: 10px;
  }
  .layout-grid-8 .rc-horizontal-scroll .latest_post_cont .latest_news_img {
    width: 100%;
    height: 102px;
  }
  .layout-grid-8 .rc-horizontal-scroll .latest_post_cont .latest_news_img img {
    min-width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .latest_post_cont.home-post1 .latest_news_text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-grid-8 .rc-horizontal-scroll {
    flex-wrap: wrap;
    min-width: inherit;
    margin-left: 0;
    overflow: hidden;
  }
  .layout-grid-8 .rc-horizontal-scroll.home-sports-outer .latest_post_cont {
    max-width: calc(25% - 10px) !important;
  }
  .layout-grid-8 h2 {
    margin-bottom: 20px;
  }
  .latest-new-inner li {
    width: 20%;
  }
  .home-sports-outer .latest_post_cont.home-post3:nth-child(5) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .layout-grid-8 h2 {
    margin-bottom: 0;
  }
}
.page-template-template-flexible h2 {
  font-family: var(--main-font);
}

.latest_post_cont .cat {
  font-weight: 700;
}

.latest_post_cont:first-of-type .cat::before {
  background-color: var(--white);
}

.advertisment-wrapper {
  margin: 24px auto;
}

.advertisment-wrapper {
  max-width: 1166px;
}
@media screen and (min-width: 767px) {
  .advertisment-wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .cta-link {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .cta-link-mobile {
    display: none !important;
  }
}
.wp-caption {
  max-width: 100%;
}

.right-search .right-search-icon {
  min-width: 22px;
  min-height: 22px;
}

/*cookie*/
#cookie-notice {
  z-index: 1000000000;
}

#cookie-notice a.cn-button {
  background-color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0 0 0 10px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: #fff;
  transition: background-color 0.3s;
}

#cookie-notice a#cn-refuse-cookie.cn-button {
  opacity: 0.8;
}

#cookie-notice a#cn-refuse-cookie.cn-button:hover,
#cookie-notice a.cn-button:hover {
  background-color: #006eb7;
}

.toc-sticky-list .btn-primary {
  background-color: var(--title-color) !important;
  border-color: var(--title-color) !important;
}

.StepProgress-item.current::after {
  background: var(--title-color) !important;
  border-color: var(--title-color) !important;
  color: var(--title-color) !important;
}

.StepProgress-item.current::before {
  border-color: var(--title-color) !important;
  color: var(--title-color) !important;
}

.cta_btn_outer .cta-link-mobile,
.cta_btn_outer .cta-link {
  background: var(--title-color) !important;
  border-color: var(--title-color) !important;
  padding: 10px 40px !important;
  font-size: 18px !important;
  border-radius: 3px !important;
}

@media screen and (min-width: 767px) {
  .country-right {
    margin-left: 20px;
  }
}
.entry-summary img {
  position: relative;
  z-index: 1;
}
.entry-summary .attachment-post-thumbnail {
  width: 100%;
}
.entry-summary .thumbnail-caption {
  margin-top: 8px;
  text-align: center;
  color: #737373;
  font-size: 14px;
}
.entry-summary-thumbnail {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .entry-summary-thumbnail img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.entry-summary-thumbnail .m-mb-22 {
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .entry-summary-thumbnail .m-mb-22 {
    margin-top: 16px;
  }
}

.post-slider-out {
  display: none;
}
.post-slider-out:first-child {
  display: block;
}

.slick-initialized .post-slider-out {
  display: block;
}

@media screen and (min-width: 991px) {
  .page-template-template-home .home-sports-outer .latest_post_cont.home-post3:nth-child(5) {
    margin-right: 0;
  }
  .page-template-template-home .home-sports-outer .latest_post_cont.home-post3:nth-child(4) {
    margin-right: 15px;
  }
}
.page-template-template-flexible.augustafreepress .m-section-title:not(.tranding-news-section-title) {
  color: var(--brand-accent-color);
}
.page-template-template-flexible.augustafreepress .m-section-title:not(.tranding-news-section-title)::before {
  background: var(--brand-accent-color);
}

@media screen and (max-width: 373px) {
  .header div.header-telegram-outer {
    position: static;
  }
}
.entry-summary h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .entry-summary h2 {
    margin-top: 24px;
    font-size: 20px;
  }
}

.footer-bottom .container.m-container {
  max-width: 1125px;
}

.entry-summary p {
  max-width: calc(100vw - 30px);
}

.archive.author .bread-wrapper {
  background: var(--grey-light);
}

.home .footer-info {
  margin-top: 40px;
}

.buyshares.home .header,
.compraracciones.home .header,
.tradingplatforms.home .header,
.cryptonaute.home .header {
  margin-bottom: 0;
}

.tradingplatforms.home .footer-info {
  margin-top: 0;
}

iframe {
  max-width: 100%;
}

.twitter-tweet-rendered iframe {
  width: auto !important;
  max-width: calc(100vw - 30px);
}

.bread-wrapper-pseudo {
  min-height: 46px;
}

.bm-cmprs-tbl_cta-btn {
  display: block;
}

body.tradingplatforms .su-button-center {
  margin-bottom: 16px;
}
body.tradingplatforms .su-button-center a {
  margin-bottom: 0;
}

:root {
  --grey-light: #FAFAFA;
  --grey-light-2: #E0E0E0;
  --grey-light-3: #E8E8E8;
  --grey: #444B54;
  --grey-2: #757575;
  --grey-3: #BDBDBD;
  --grey-4: #888DA0;
  --grey-5: #616161;
  --grey-6: #9E9E9E;
  --grey-7: #F5F5F5;
  --black: #000000;
}

/* DROPDOWN */
.m-item-active .rc_faq_title .icon {
  transform: rotate(180deg);
}

.rc_faq_title {
  position: relative;
  margin: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.rc_faq_title p br {
  display: none;
  margin-bottom: 0;
}
.rc_faq_title:first-child {
  border-top: 1px solid rgba(227, 226, 226, 0.6);
}
.rc_faq_title .icon {
  pointer-events: none;
  transition: 0.4s;
}

.rc_faq_item:last-child {
  border-bottom: 1px solid rgba(227, 226, 226, 0.6);
}

.rc_faq_section {
  margin-bottom: 40px;
}

.rc_faq_item_content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  margin-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(227, 226, 226, 0.6);
}
.rc_faq_item_content p {
  margin-bottom: 0;
}

.steps-wrapper {
  padding-left: 48px;
}
.steps-wrapper > .step-wrapper {
  margin-bottom: 16px;
  min-height: 32px;
  position: relative;
  counter-increment: my-counter;
}
.steps-wrapper > .step-wrapper::before, .steps-wrapper > .step-wrapper::after {
  content: "";
  display: block;
  position: absolute;
}
.steps-wrapper > .step-wrapper::before {
  width: 7px;
  height: 7px;
  background: #222;
  top: 24px;
  left: -27px;
  z-index: 11;
}
.steps-wrapper > .step-wrapper::after {
  width: 32px;
  height: 28px;
  content: counter(my-counter);
  background: #DEDEDE;
  top: 0;
  left: -48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.steps-wrapper .step-title {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
  font-family: var(--main-font);
}
@media screen and (max-width: 768px) {
  .steps-wrapper .step-title {
    font-size: 18px;
  }
}
.steps-wrapper .step-title h1, .steps-wrapper .step-title h2, .steps-wrapper .step-title h3, .steps-wrapper .step-title h4, .steps-wrapper .step-title h5, .steps-wrapper .step-title h6 {
  font-size: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .steps-wrapper .step-title h1, .steps-wrapper .step-title h2, .steps-wrapper .step-title h3, .steps-wrapper .step-title h4, .steps-wrapper .step-title h5, .steps-wrapper .step-title h6 {
    font-size: 18px;
  }
}

.m-grid {
  display: grid;
  grid-template-columns: 100%;
}

.m-shrink-0 {
  flex-shrink: 0;
}

.m-transparent {
  opacity: 0;
}

.m-flex {
  display: flex;
}

.m-flex-wrap {
  flex-wrap: wrap;
}

.m-flex-column {
  flex-direction: column;
}
@media (min-width: 769px) {
  .m-flex-column--sm {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .m-flex-row--sm {
    flex-direction: row;
  }
}

.m-items-center {
  align-items: center;
}
@media (min-width: 769px) {
  .m-items-center--sm {
    align-items: center;
  }
}

.m-text-right {
  text-align: right;
}
.m-text-right--sm {
  text-align: left;
}
@media (min-width: 769px) {
  .m-text-right--sm {
    text-align: right;
  }
}

.m-space-between {
  justify-content: space-between;
}

.m-mb-8 {
  margin-bottom: 8px;
}

.m-mt-8 {
  margin-top: 8px;
}

.m-mr-8 {
  margin-right: 8px;
}

.m-mr-4 {
  margin-right: 4px;
}

.m-mb-4 {
  margin-bottom: 4px;
}

.m-mb-12 {
  margin-bottom: 12px;
}

.m-mb-16 {
  margin-bottom: 16px;
}

.m-mb-22 {
  margin-bottom: 22px;
}

.m-mb-24 {
  margin-bottom: 24px;
}

.m-mt-16 {
  margin-top: 16px;
}

.m-mt-30 {
  margin-top: 30px;
}

.m-mr-12 {
  margin-right: 12px;
}

@media (min-width: 769px) {
  .m-mr-14--sm {
    margin-right: 14px;
  }
}

@media (min-width: 769px) {
  .m-mr-0--sm {
    margin-right: 0;
  }
}

.m-mt-0 {
  margin-top: 0;
}
@media (min-width: 769px) {
  .m-mt-0--sm {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .m-show--sm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .m-show--sm2 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .m-hide--sm {
    display: none;
  }
}
@media (min-width: 991px) {
  .m-hide--sm2 {
    display: none;
  }
}

.m-button {
  color: var(--white);
  font-size: 16px;
  display: inline-block;
  min-width: 243px;
  padding: 10px 8px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid transparent;
}
.m-button:hover {
  text-decoration: none;
}
.m-button--main {
  background-color: var(--brand-accent-color);
}
.m-button--main:hover {
  color: var(--brand-accent-color);
  background-color: var(--white);
}
.m-button--cta {
  background-color: var(--alt-button-color);
}
.m-button--cta:hover {
  color: var(--alt-button-color);
  background-color: var(--white);
  border-color: var(--alt-button-color);
}
.m-button--sec {
  background-color: #0088CC;
}
.m-button--sec:hover {
  color: var(--white);
  text-decoration: none;
  background-color: #006699;
}
.m-button--alt {
  background-color: var(--alt-button-color);
}
.m-button--alt:hover {
  color: var(--white);
  background-color: var(--brand-accent-color);
}
.m-button--small {
  padding: 8px 16px;
  min-width: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.hidden {
  display: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.wp-video,
.mejs-container {
  width: 100% !important;
}

.grecaptcha-badge {
  display: none !important;
}

.m-explorer {
  padding: 40px 0;
  background-color: var(--grey-light);
}
.m-explorer-grid {
  padding-top: 8px;
  grid-gap: 0;
}
@media (min-width: 769px) {
  .m-explorer-grid {
    grid-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .m-explorer-grid {
    grid-gap: 40px;
  }
}
.m-explorer-grid-item:last-child .m-explorer-item:last-child {
  border-bottom: 0;
}
.m-explorer-item {
  border-bottom: 1px solid var(--grey-light-3);
}
@media (min-width: 769px) {
  .m-explorer-item {
    border-bottom: 0;
  }
  .m-explorer-item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.m-explorer-item-title {
  cursor: pointer;
  position: relative;
  padding: 17px 0;
  margin-bottom: 0;
  font-size: 16px;
}
.m-explorer-item-title::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: flex;
  width: 12px;
  height: 7px;
  transform: rotate(0) translateY(-50%);
  background-image: url("../../images/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  transform-origin: center center;
}
@media (min-width: 769px) {
  .m-explorer-item-title {
    cursor: initial;
    padding: 0;
    margin-bottom: 12px;
  }
  .m-explorer-item-title::after {
    display: none;
  }
}
.m-explorer-item-content {
  display: none;
  flex-direction: column;
  padding-bottom: 12px;
}
@media (min-width: 769px) {
  .m-explorer-item-content {
    display: flex;
    padding-bottom: 0px;
  }
}
.m-explorer-item-link-wrap + .m-explorer-item-link-wrap {
  margin-top: 12px;
}
.m-explorer-item-link {
  color: var(--grey);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
.m-explorer .m-item-active .m-explorer-item-title::after {
  transform: rotate(180deg) translateY(50%);
}

.lightboxOverlay:focus, .lightboxOverlay:active, .lightboxOverlay:hover {
  outline: none;
}

.m-post-picture-wrap__horizontal {
  margin: 16px 16px 16px 0;
  height: 135px;
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .m-post-picture-wrap__horizontal {
    max-width: 240px;
  }
}

.m-post-card-horizontal {
  display: flex;
}
.m-post-card-horizontal .m-post-card-terms {
  margin-bottom: 4px;
}
.m-post-card-horizontal .m-post-card-content {
  padding-top: 24px;
  padding-right: 16px;
}
@media screen and (min-width: 991px) {
  .m-post-card-horizontal .m-post-card-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 991px) {
  .m-archive-container {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-column-gap: 40px;
    grid-template-areas: "posts posts posts posts posts posts posts posts sidebar sidebar sidebar";
  }
  .m-archive-top {
    border-bottom: 1px solid var(--grey-light-3);
    margin-bottom: 24px;
  }
  .m-archive-title {
    grid-area: title;
    grid-column-start: 1;
    grid-column-end: 12;
    grid-row-start: 1;
    border-bottom: 1px solid var(--grey-light-2) !important;
  }
  .m-archive-main {
    grid-area: posts;
  }
  .m-archive-sidebar {
    grid-area: sidebar;
  }
  .m-archive .m-post-card {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .m-archive .m-archive-title {
    margin-bottom: 0;
  }
  .m-archive .m-archive-title::before {
    background-color: var(--grey-3);
  }
  .m-archive .m-post-card-horizontal {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .m-archive .m-post-card-title {
    font-size: 14px;
  }
  .m-archive .m-user-profile-picture {
    display: none;
  }
  .m-archive .m-post-archive-preview.highlighted {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-archive .m-post-archive-preview.highlighted .m-post-card-horizontal {
    flex-direction: column;
  }
  .m-archive .m-post-archive-preview.highlighted .m-post-picture-wrap__horizontal {
    width: 100%;
  }
  .m-archive .m-post-archive-preview.highlighted .m-user-profile-picture {
    display: flex;
  }
  .m-archive .m-post-picture-wrap__horizontal {
    margin: 12px 0 12px 8px;
    height: 88px;
    width: 88px;
    min-width: 88px;
  }
}

@media screen and (min-width: 991px) {
  .highlighted .m-post-card-title {
    font-size: 22px;
  }
}
.highlighted .m-post-card-content {
  padding: 16px;
}
.highlighted .m-post-author {
  justify-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}
.highlighted .m-post-card {
  background-color: var(--cloud-dark);
  border-bottom: none;
}
.highlighted .m-post-picture-wrap__horizontal {
  margin: 0;
  min-width: 375px;
  height: 211px;
}

.dark-bg .m-post-card {
  background-color: var(--cloud-dark);
  color: var(--white);
}
.dark-bg .m-post-card .m-post-author-date::before {
  background-color: var(--white);
}
.dark-bg .m-post-card time,
.dark-bg .m-post-card a {
  color: var(--white);
}
.dark-bg .m-post-card time:hover,
.dark-bg .m-post-card a:hover {
  color: var(--white);
}
.dark-bg .m-post-card-terms {
  color: var(--white);
}
.dark-bg .m-post-card-terms::before {
  background-color: var(--white);
}

.archive-pagination {
  margin-top: 24px;
  margin-bottom: 41px;
}

.m-sidebar-block {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-sidebar-block.m-related-posts {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 16px;
    color: var(--white);
  }
  .m-sidebar-block.m-related-posts .m-related-item {
    padding-bottom: 16px;
    border-color: var(--footer-highlight);
  }
  .m-sidebar-block.m-related-posts .m-related-item:last-of-type {
    border-bottom: none;
    padding-bottom: 32px;
  }
  .m-sidebar-block.m-related-posts .m-related-item,
.m-sidebar-block.m-related-posts .m-section-title {
    margin-left: 16px;
    margin-right: 16px;
    color: var(--white);
  }
  .m-sidebar-block.m-related-posts .m-related-item-index {
    color: var(--white);
    font-size: 24px;
  }
  .m-sidebar-block.m-related-posts .m-related-item-title {
    color: var(--white);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.m-sidebar-block .btn.bordered {
  width: 100%;
  border: 1px solid var(--grey-light-2);
  margin-top: 8px;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.m-sidebar-block .btn.bordered span {
  font-size: 16px;
  font-weight: 700;
}
.m-sidebar-block .btn.bordered .m-more-icon {
  margin-left: 8px;
  transition: 0.4s;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 991px) {
  .m-sidebar-block .btn.bordered .m-more-icon path {
    stroke: #000 !important;
  }
}
@media screen and (max-width: 991px) {
  .m-sidebar-block .btn.bordered .m-more-icon path {
    stroke: var(--title-color) !important;
  }
}
@media screen and (max-width: 991px) {
  .m-sidebar-block .btn.bordered {
    border: none;
    height: 44px;
    width: 44px;
    position: absolute;
    top: -24px;
    right: -10px;
  }
  .m-sidebar-block .btn.bordered span {
    font-size: 0;
  }
  .m-sidebar-block .btn.bordered .m-more-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 991px) {
  .m-sidebar-block .btn.bordered:hover .m-more-icon {
    transform: translateX(5px);
  }
}

.m-related-item {
  border-bottom: 1px solid var(--grey-light-2);
  margin-bottom: 16px;
}
.m-related-item a {
  display: flex;
}
.m-related-item-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
}
.m-related-item-index {
  font-size: 24px;
  font-weight: 600;
  min-width: 26px;
  margin-right: 16px;
  color: var(--cloud-dark);
}

.m-author.square {
  border: 1px solid var(--grey-light-2);
  margin-bottom: 8px;
  padding: 16px;
}
.m-author.square a {
  display: flex;
  text-decoration: none;
}
.m-author.square .m-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
}
.m-author.square .m-author-name {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
}

.m-author-expertise {
  margin-bottom: 8px;
  font-size: 12px;
}
.m-author-expertise img {
  margin-left: 2px;
}

.m-author-count {
  padding: 4px 6px;
  border: 1px solid #000000;
  color: #000;
  border-radius: 2px;
  font-weight: 700;
  font-size: 10px;
  min-width: 95px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
}

.m-author-meta {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .m-author-meta {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.m-author-info-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black);
  line-height: 1.5;
  margin-bottom: 4px;
  text-decoration: none;
}
.m-author-info-name__link {
  font-weight: 700;
}
.m-author-info-name__pro-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-left: 5px;
}
.m-author-info-name__pro-label img {
  margin-left: 4px;
}
.m-author-info-name__pro-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  opacity: 0.5;
  border-radius: 100%;
  background-color: var(--grey-2);
  transform: translateY(-50%);
}

.m-author-date {
  color: var(--grey-2);
  font-size: 12px;
  line-height: 1.5;
}
.m-author-date__date {
  margin-left: 3px;
}

.m-author-box {
  display: flex;
  padding: 16px 0 10px;
  flex-direction: column;
  border-top: 8px solid var(--grey-light-2);
  border-bottom: 8px solid var(--grey-light-2);
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .m-author-box {
    flex-direction: row;
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .m-author-box .m-user-profile-picture {
    width: 80px;
    height: 80px;
  }
}
.m-author-box--alt {
  border: 0;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .m-author-box--alt {
    padding: 20px 15px;
  }
}

.m-author-socials {
  display: flex;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .m-author-socials {
    margin-top: 12px;
  }
}
.m-author-socials a {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  background-color: var(--grey-7);
}
@media (min-width: 769px) {
  .m-author-socials a {
    width: 32px;
    height: 32px;
  }
}
.m-author-socials a + a {
  margin-left: 6px;
}

.m-author-about {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .m-author-about {
    margin-top: 0;
    padding-left: 24px;
  }
}
.m-author-about__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  align-items: flex-start;
  flex-direction: column;
}
.m-author-about__title a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 769px) {
  .m-author-about__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (min-width: 500px) {
  .m-author-about__title {
    flex-direction: row;
    align-items: center;
  }
}
.m-author-about__title .m-author-info-name__pro-label {
  font-weight: 400;
}
@media (max-width: 500px) {
  .m-author-about__title .m-author-info-name__pro-label {
    margin: 0;
    padding: 0;
  }
  .m-author-about__title .m-author-info-name__pro-label::before {
    display: none;
  }
}
.m-author-about__description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .m-author-about__description {
    margin-bottom: 8px;
  }
}
.m-author-about__link {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.m-author-about__expertise {
  display: flex;
}
.m-author-about__expertise-label {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  margin-left: 5px;
  padding-left: 10px;
}
.m-author-about__expertise-label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  opacity: 0.5;
  border-radius: 100%;
  background-color: var(--grey-2);
  transform: translateY(-50%);
}
.m-author-about__expertise-icon {
  margin-left: 8px;
  align-self: center;
}
.m-author-entry-meta {
  background-color: var(--grey-light);
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .m-author-entry-meta {
    margin-bottom: 40px;
  }
}

.m-author-entry-meta-container .m-author-socials a {
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  background-color: transparent;
}
.m-author-entry-meta-container .m-author-about__title {
  font-size: 24px;
  margin-bottom: 3.5px;
}
@media (min-width: 769px) {
  .m-author-entry-meta-container .m-author-about__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.m-author-entry-meta-container .m-author-expertise {
  font-size: 16px;
  margin-bottom: 8px;
}
.m-author-entry-meta-container .m-author-expertise img {
  top: -1px;
  width: 14px;
  height: 14px;
  position: relative;
}
@media (min-width: 769px) {
  .m-author-entry-meta-container .m-author-expertise {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.m-author-entry-meta-container .m-author-count {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .m-author-entry-meta-container .m-author-count {
    margin-bottom: 16px;
  }
  .m-author-entry-meta-container .m-author-count.m-hide--sm {
    display: none;
  }
}
@media (max-width: 768px) {
  .m-author-entry-meta-container .m-author-count.m-show--sm {
    display: none;
  }
}

.m-tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .m-tags-list {
    justify-content: flex-end;
  }
}
.m-tags-list a {
  display: inline-block;
  padding: 4px 6px;
  font-size: 10px;
  color: var(--white);
  background-color: var(--black);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.m-tags-list a:hover {
  color: var(--white);
  text-decoration: underline;
}
.m-tags-list a + a {
  margin-left: 4px;
}

.m-cta-section {
  padding: 24px 0;
  background-color: var(--cta-background);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-image: url(../images/telegramPlaneDecorationMobile.png);
}
@media screen and (min-width: 769px) {
  .m-cta-section {
    padding: 40px 0;
    background-size: auto;
    background-position: bottom right;
    background-image: url(../images/telegramPlaneDecoration.png);
  }
}
.m-cta-section--title {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .m-cta-section--title {
    font-size: 32px;
  }
}
.m-cta-section--content-wrap {
  max-width: 600px;
}

.m-hero {
  position: relative;
  background-color: var(--cloud-dark);
}
.m-hero .m-container {
  position: relative;
}
.m-hero--title {
  font-size: 24px;
  text-align: center;
  color: var(--title-alternative-color);
}
@media screen and (min-width: 769px) {
  .m-hero--title {
    font-size: 32px;
    text-align: left;
  }
}
.m-hero--description {
  font-size: 16px;
  text-align: center;
  color: var(--title-alternative-color);
}
@media screen and (min-width: 769px) {
  .m-hero--description {
    text-align: left;
  }
}
.m-hero--content {
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .m-hero--content {
    padding: 63px 0px;
  }
}
.m-hero--right-image {
  display: none;
}
.m-hero--right-image picture {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.m-hero--right-image img {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .m-hero--right-image {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .m-hero--grid {
    display: grid;
    grid-template-columns: 70% 30%;
  }
}
.m-hero--menu-grid {
  display: grid;
  position: relative;
  grid-gap: 1px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--grey-light-2);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .m-hero--menu-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.m-hero--menu-grid-item {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  flex-direction: column;
  background-color: var(--white);
}
@media screen and (min-width: 769px) {
  .m-hero--menu-grid-item {
    padding: 14px 24px;
    flex-direction: row;
  }
}
.m-hero--menu-grid-item:hover {
  text-decoration: none;
  background-color: #E0EBFF;
  transition: all 0.3s;
  box-shadow: 0 0 5px 2px rgba(8, 53, 134, 0.08);
}
.m-hero--menu-item-title {
  font-family: "Arial";
  color: var(--black);
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .m-hero--menu-item-title {
    font-size: 16px;
  }
}
.m-hero--menu-item-icon-wrap {
  margin-bottom: 6px;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 769px) {
  .m-hero--menu-item-icon-wrap {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
  }
}
.m-hero--menu-item-icon-wrap img {
  width: 100%;
  height: 100%;
}
.m-hero--button-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .m-hero--button-wrap {
    justify-content: flex-start;
  }
}
.m-hero--text-list {
  padding: 12px;
  background-color: var(--cloud-dark);
}
@media screen and (min-width: 769px) {
  .m-hero--text-list {
    padding: 0;
    background-color: transparent;
  }
}
.m-hero--text-list-item {
  color: var(--white);
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.m-hero--text-list-item-check {
  left: 0;
  top: 6px;
  position: absolute;
}
.m-hero .m-button {
  margin-top: 8px;
  margin-bottom: 24px;
}

.m-hero-decoration {
  right: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .m-hero-decoration {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .m-hero-decoration {
    top: 0;
    bottom: 0;
    left: unset;
    height: 100%;
    right: 60px;
  }
}
.m-hero-decoration img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-hero-decoration-wrap {
  left: 0;
  right: 0;
  bottom: 0;
  height: 54%;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .m-hero-decoration-wrap {
    height: 100%;
    top: 0;
  }
}

.m-advantages-list {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}

.m-advantages-grid {
  display: grid;
  padding: 18px 0;
  grid-gap: 18px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .m-advantages-grid {
    display: flex;
    max-width: initial;
    justify-content: center;
  }
}
.m-advantages-grid--item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .m-advantages-grid--item {
    padding: 0 20px;
  }
}
.m-advantages-grid--item-image {
  height: 26px;
  margin-right: 10px;
}
.m-advantages-grid--item-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Arial";
}

.m-dropdown {
  cursor: pointer;
  position: relative;
  z-index: 2;
  max-width: 460px;
  margin-bottom: 24px;
  background-color: var(--white);
}
.m-dropdown-title {
  display: flex;
  padding: 13.5px;
  font-size: 14px;
}
.m-dropdown-title::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: var(--brand-accent-color);
}
.m-dropdown-title::after {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  border-bottom: 0;
  border-top: 6px solid var(--white);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateY(-50%);
}
.m-dropdown-list {
  display: none;
  width: 100%;
  position: absolute;
  top: calc(100% + 6px);
  background: #ffffff;
  border: 1px solid #E3E2E2;
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.08);
  padding: 5px;
  flex-direction: column;
}
.m-dropdown-list i {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 18px;
}
.m-dropdown-list-item a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-family: "Arial";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #2A2A2A;
}
.m-dropdown-list-item a:hover {
  background: var(--brand-accent-color);
  color: #fff;
  text-decoration: none;
}
.m-dropdown-list-item a:hover img {
  mix-blend-mode: color-dodge;
}
.m-dropdown--active .m-dropdown-list {
  display: flex;
}

.m-authors-hero-section {
  background-color: var(--grey-light);
}

.m-authors-section {
  margin-bottom: 40px;
}

.m-authors-hero {
  margin-bottom: 28px;
  padding: 16px 0 30px;
}
@media (min-width: 769px) {
  .m-authors-hero {
    display: grid;
    margin-bottom: 40px;
    padding: 30px 0 40px;
    grid-template-columns: 65% 35%;
  }
}
.m-authors-hero__title {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .m-authors-hero__title {
    font-size: 32px;
  }
}
.m-authors-hero__content {
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .m-authors-hero__content {
    margin-bottom: 0;
  }
}
.m-authors-hero__stats {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .m-authors-hero__stats {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid var(--grey-light-2);
    flex-direction: row;
  }
}
.m-authors-hero__stats-item {
  display: flex;
  border-bottom: 1px solid var(--grey-light-2);
  padding: 0 0 12px 0;
}
@media (min-width: 769px) {
  .m-authors-hero__stats-item {
    border: 0;
    padding: 0;
  }
}
.m-authors-hero__stats-item + .m-authors-hero__stats-item {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .m-authors-hero__stats-item + .m-authors-hero__stats-item {
    margin-top: 0;
    margin-left: 40px;
  }
}
.m-authors-hero__stats-item p {
  color: var(--grey-2);
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.m-authors-hero__stats-icon {
  height: 28px;
  width: 28px;
  margin-right: 20px;
}
.m-authors-hero__stats-icon path {
  stroke: var(--author-counts-color);
}
.m-authors-hero__stats-count {
  color: var(--author-counts-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.m-authors-hero__image-wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .m-authors-hero__image-wrap {
    justify-content: flex-end;
  }
}
.m-authors-hero__image-wrap img {
  max-width: 86px;
}
@media (min-width: 769px) {
  .m-authors-hero__image-wrap img {
    max-width: 171px;
  }
}

.m-authors-grid {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 500px) {
  .m-authors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .m-authors-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .m-authors-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.m-authors-grid-item {
  display: flex;
  padding: 16px;
  border: 1px solid var(--grey-light-2);
}
.m-authors-grid-item:hover {
  text-decoration: none;
}
@media (min-width: 500px) {
  .m-authors-grid-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.m-authors-grid-item .m-author-expertise {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.m-authors-grid-item .m-author-expertise img {
  margin-left: 4px;
}
@media (min-width: 500px) {
  .m-authors-grid-item .m-author-expertise {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.m-authors-grid-item .m-author-count {
  display: inline-block;
  margin-top: auto;
}
.m-authors-grid-item .m-author-count:hover {
  text-decoration: underline;
}
.m-authors-grid-item .m-user-profile-picture {
  margin-right: 16px;
}
@media (min-width: 500px) {
  .m-authors-grid-item .m-user-profile-picture {
    margin-right: 0;
  }
}
.m-authors-grid-item__title {
  margin-bottom: 2px;
  font-size: 16px;
}
@media (min-width: 500px) {
  .m-authors-grid-item__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.m-authors-grid-item__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 500px) {
  .m-authors-grid-item__content {
    align-items: center;
  }
}

ul.page-numbers {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 24px 0 0;
}
ul.page-numbers a,
ul.page-numbers span {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border: 1px solid #E0E0E0;
}
ul.page-numbers a.prev, ul.page-numbers a.next,
ul.page-numbers span.prev,
ul.page-numbers span.next {
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  font-size: 0;
}
ul.page-numbers a.next,
ul.page-numbers span.next {
  background-image: url(../images/arrow-next.svg);
}
ul.page-numbers a.prev,
ul.page-numbers span.prev {
  background-image: url(../images/arrow-prev.svg);
}
ul.page-numbers a:hover, ul.page-numbers a.current,
ul.page-numbers span:hover,
ul.page-numbers span.current {
  background-color: #EEEEEE;
}
ul.page-numbers a:hover,
ul.page-numbers span:hover {
  text-decoration: none;
}

.tranding-news-section {
  background: var(--cloud-dark);
  padding: 41px 0 38px;
  margin: 40px 0 40px;
}
@media (max-width: 768px) {
  .tranding-news-section .m-container {
    max-width: 560px;
  }
}
.tranding-news-section .tranding-news-section-title {
  font-family: var(--main-font);
  margin: 0 0 15px;
  padding: 0 15px 15px;
  border-color: var(--dark-highlight);
  color: var(--white);
}
@media (min-width: 769px) {
  .tranding-news-section .tranding-news-section-title {
    margin: 0 0 15px;
    padding: 0 0 12px 0;
  }
}
.tranding-news-section .tranding-news-section-title::before {
  background-color: var(--dark-highlight);
}
.tranding-news-section .swiper {
  margin: 0 -15px;
}
@media (min-width: 769px) {
  .tranding-news-section .swiper {
    margin: 0;
  }
}
.tranding-news-section .m-post-card-terms {
  color: var(--dark-highlight);
}
.tranding-news-section .m-post-card-terms::before {
  background-color: var(--dark-highlight);
}
.tranding-news-section .m-post-card-terms a {
  text-decoration: none;
  color: var(--dark-highlight);
}

.m-slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .m-slide {
    display: grid;
    flex-direction: unset;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    grid-gap: 32px;
  }
}
.m-slide .m-post-author {
  margin-bottom: 4px;
}
.m-slide .m-post-author-info {
  color: var(--white);
}

.m-slide-title {
  margin-top: 8px;
  margin-bottom: 10px;
  position: relative;
}
.m-slide-title a {
  font-family: var(--main-font);
  font-weight: 700;
  line-height: 1.35;
  font-size: 18px;
  color: var(--white);
}
.m-slide-title a:hover {
  color: var(--white);
}
@media (min-width: 769px) {
  .m-slide-title a {
    font-size: 24px;
  }
}

.m-slide-count {
  position: absolute;
  left: -32px;
  top: 0;
  color: var(--dark-highlight);
  font-family: var(--main-font);
  font-weight: normal;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}

.m-slide-left {
  order: 2;
  position: relative;
  margin: 0 15px;
  padding: 16px 0 20px 32px;
}
@media (min-width: 769px) {
  .m-slide-left {
    order: 1;
    margin: 0;
    padding: 16px 0 0 32px;
  }
}

.m-slide-right {
  order: 1;
  height: 222px;
  display: block;
  cursor: pointer;
}
@media (min-width: 769px) {
  .m-slide-right {
    order: 2;
    height: 262px;
  }
}
@media (min-width: 991px) {
  .m-slide-right {
    height: 312px;
  }
}
.m-slide-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.m-slide-excerpt {
  display: none;
  font-family: var(--sub-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media (min-width: 769px) {
  .m-slide-excerpt {
    display: -webkit-box;
  }
}

.m-posts-slide-pagination {
  display: flex;
  position: absolute;
}
.m-posts-slide-pagination.swiper-pagination-fraction, .m-posts-slide-pagination.swiper-pagination-custom, .m-posts-slide-pagination.swiper-horizontal > .swiper-pagination-bullets, .m-posts-slide-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  top: unset;
  left: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 769px) {
  .m-posts-slide-pagination.swiper-pagination-fraction, .m-posts-slide-pagination.swiper-pagination-custom, .m-posts-slide-pagination.swiper-horizontal > .swiper-pagination-bullets, .m-posts-slide-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: calc(50% - 16px);
    left: unset;
  }
}
.m-posts-slide-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background-color: var(--dark-highlight);
}
.m-posts-slide-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.m-posts-slide-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.m-posts-slide-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.m-posts-slide-pagination .swiper-pagination-bullet-active::before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: var(--white);
  animation: 6.2s linear 0s normal slide-progress;
}

@keyframes slide-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.m-links-grid-section {
  padding: 40px 0;
}
.m-links-grid-section .m-hero--menu-grid {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.04)) drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.06));
  border-radius: 4px;
}

.m-brokers {
  padding: 40px 0;
  margin: 40px auto;
}
.m-brokers-star-wrapper {
  display: flex;
  gap: 2px;
}
.m-brokers-rating-wrap {
  display: flex;
  gap: 8px;
}
.m-brokers-star {
  width: 16px;
}
@media screen and (min-width: 768px) and (max-width: 846px) {
  .m-brokers-star {
    width: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 846px) {
  .m-brokers-star-half {
    width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .m-brokers-wrapper {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
  }
  .m-brokers-wrapper--5 .m-brokers-card {
    width: calc(20% - 16px);
  }
  .m-brokers-wrapper--4 .m-brokers-card {
    width: calc(25% - 16px);
  }
  .m-brokers-wrapper--3 .m-brokers-card {
    width: calc(33.3333% - 16px);
  }
  .m-brokers-wrapper--2 .m-brokers-card {
    width: calc(50% - 16px);
  }
}
.m-brokers-card {
  width: 100%;
  background: #fff;
  padding: 16px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .m-brokers-card {
    margin-bottom: 4px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.m-brokers-index {
  color: #060606;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}
.m-brokers-logo {
  height: 40px;
  width: 84px;
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 4px;
}
@media screen and (max-width: 768px) {
  .m-brokers-logo {
    margin-left: 16px;
    margin-right: 16px;
    height: 44px;
    width: 92px;
  }
}
.m-brokers-rating {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .m-brokers-rating {
    display: none;
  }
}
.m-brokers-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-brokers-reviews {
    flex-direction: column;
    max-width: 97px;
    margin-bottom: 0;
  }
}
.m-brokers-read {
  margin-top: 4px;
  color: #212121;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-brokers-read {
    text-align: left;
  }
}
.m-brokers-visit {
  background-color: var(--alt-button-color);
  font-weight: 700;
  border-radius: 4px;
  padding: 9px 16px;
  text-align: center;
  color: #fff;
  display: block;
  margin-bottom: auto;
  margin-top: auto;
  border: 1px solid var(--alt-button-color);
}
.m-brokers-visit:hover {
  color: var(--alt-button-color);
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .m-brokers-visit {
    margin-right: 0;
    margin-left: auto;
  }
}
.m-brokers-disclamer-wrapper {
  width: 100%;
  align-self: flex-start;
}
.m-brokers-disclamer {
  font-size: 10px;
  text-align: center;
  color: var(--grey-6);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  margin: 5px auto auto auto;
}
@media screen and (max-width: 768px) {
  .m-brokers-disclamer {
    margin: 5px auto 0 0;
    text-align: left;
    max-width: 100%;
  }
}

body.rtl {
  direction: rtl;
  text-align: right;
}
body.rtl .m-hero--description, body.rtl .m-hero--title {
  text-align: right;
}
body.rtl .m-hero--text-list-item-check {
  right: 0;
  left: unset;
}
body.rtl .m-hero--text-list-item {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .m-hero-decoration {
  transform: scaleX(-1);
}
@media screen and (min-width: 769px) {
  body.rtl .m-hero-decoration {
    left: 20px;
    right: unset;
  }
}
body.rtl .m-dropdown-list i {
  margin-right: unset;
  margin-left: 18px;
}
body.rtl .m-dropdown-title::after {
  left: 18px;
  right: unset;
}
body.rtl .m-dropdown-title::before {
  right: unset;
  left: 0;
}
body.rtl .m-advantages-grid--item-image {
  margin-right: unset;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  body.rtl .m-author-meta {
    margin-right: unset;
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  body.rtl .m-author-about {
    padding-left: unset;
    padding-right: 24px;
  }
}
body.rtl .m-author-info-name__pro-label img {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .m-mr-12 {
  margin-right: unset;
  margin-left: 12px;
}
body.rtl .m-mr-8 {
  margin-right: unset;
  margin-left: 8px;
}
body.rtl .m-mr-4 {
  margin-right: unset;
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  body.rtl .m-mr-0--sm {
    margin-right: unset;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  body.rtl .m-mr-14--sm {
    margin-right: unset;
    margin-left: 14px;
  }
}
body.rtl .su-row h2::before,
body.rtl .m-section-title::before {
  left: unset;
  right: 0;
}
body.rtl .m-post-card-terms {
  padding-left: unset;
  padding-right: 10px;
}
body.rtl .m-post-card-terms::before {
  left: unset;
  right: 0;
}
body.rtl .pc-column h4 img {
  margin-right: unset;
  margin-left: 12px;
}
body.rtl .pc-wrapper li {
  padding-left: unset;
  padding-right: 18px;
}
body.rtl .pc-wrapper .pc-cons li:before,
body.rtl .pc-wrapper .pc-pros li:before {
  left: unset;
  right: 0;
}
body.rtl .best-beginner-outer ul {
  padding-left: unset;
  padding-right: 22px;
}
body.rtl .best-beginner-outer ul li:after {
  right: -22px;
  left: unset;
}
body.rtl .social-sharing-icon,
body.rtl .rating .ratingcs {
  margin-left: 10px;
  margin-right: unset;
}
body.rtl .m-author-date__date {
  margin-right: 3px;
  margin-left: 0px;
}
body.rtl .header-nav-wrapper {
  padding-left: 24px;
  padding-right: unset;
}
body.rtl .header-nav-wrapper + .m-button {
  margin-left: unset;
  margin-right: 24px;
}
body.rtl .header-nav .sub-menu .menu-item-has-children {
  padding-left: 16px;
  padding-right: unset;
}
body.rtl .header-nav .sub-menu .menu-item-has-children > span {
  transform: rotate(90deg);
}
body.rtl .social-sharing-button-icon,
body.rtl .m-tooltip-box-icon {
  margin-right: 0px;
  margin-left: 4px;
}
body.rtl .srarch-section .search-result-left {
  margin-right: 0px;
  margin-left: 30px;
}
body.rtl #cookie-notice .cn-button:not(.cn-button-custom) {
  margin-right: 10px;
}
body.rtl .cn-close-icon {
  left: 15px;
  right: unset;
}
body.rtl .su-list ul li > i {
  left: unset;
  right: 0;
}
body.rtl .su-list ul li {
  padding: 4px 2em 4px 0px !important;
}
body.rtl .m-post-author-date {
  padding-left: 0px;
  padding-right: 10px;
}
body.rtl .m-post-author-date::before {
  right: 3px;
  left: unset;
}
body.rtl .m-brokers-star-half {
  transform: scaleX(-1);
}
body.rtl .nav-links .page-numbers.prev,
body.rtl .nav-links .page-numbers.next {
  transform: rotate(180deg);
}
body.rtl .closeicon {
  left: 30px;
  right: unset;
}
@media screen and (max-width: 1200px) {
  body.rtl .closeicon {
    left: 15px;
    right: unset;
  }
}
body.rtl .m-more-icon {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}
body.rtl .rc_faq_title h3 {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .rc_faq_title span {
  right: unset;
  left: 13px;
}
body.rtl .bread-separator {
  transform: rotate(180deg);
}
body.rtl .input_search {
  padding: 12px 44px 12px 20px;
}
body.rtl .search_bar form button {
  left: unset;
  right: 14px;
}
body.rtl .m-authors-hero__stats-icon {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  body.rtl .m-authors-hero__stats-item + .m-authors-hero__stats-item {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  body.rtl .header-nav-wrapper:after {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  body.rtl .header-nav-wrapper {
    margin-left: 4px;
    margin-right: auto;
  }
  body.rtl .header-nav .sub-menu .current-menu-item a:before,
body.rtl .header-nav .sub-menu a:before {
    left: unset;
    right: 0;
  }
  body.rtl .header-nav .sub-menu .sub-menu {
    left: -215px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  body.rtl .header-nav-wrapper {
    order: 0;
  }
  body.rtl .header-country-current {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  body.rtl .header-nav-wrapper {
    margin-right: 0;
    margin-left: auto;
  }
  body.rtl .header-search-button {
    margin-right: auto;
    margin-left: unset;
  }
  body.rtl .header .menu-navbar-container {
    right: 0;
    left: unset;
    transform: translateX(100%);
  }
  body.rtl .header .menu-navbar-container a {
    width: 240px;
    padding: 12px 16px;
  }
  body.rtl .header .burger-active + .menu-navbar-container {
    transform: translateX(0);
  }
  body.rtl .header-primary-nav .menu-item span {
    margin-right: unset;
    margin-left: 4px;
    transform: rotate(180deg);
  }
  body.rtl .header-nav .sub-menu .menu-item-has-children {
    padding-left: 0;
  }
  body.rtl .header-nav .sub-menu .menu-item-has-children > span {
    width: 38px;
    height: 38px;
    padding: 5px;
    margin: 0;
    transform: rotate(180deg);
  }
  body.rtl .header-country-current {
    left: unset;
    right: 0;
  }
  body.rtl .header-country-title {
    margin-left: 0;
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  body.rtl .social-sharing-dropdown {
    left: unset;
    right: 0;
  }
}

body.tradingplatforms.rtl .su-row .su-column-inner > strong:first-child::before, body.tradingplatforms.rtl .su-row .su-column-inner > p:first-child::before {
  margin-right: 0;
  margin-left: 12px;
}
body.tradingplatforms.rtl .su-row li,
body.tradingplatforms.rtl .su-row .su-list ul li {
  padding-left: 0px;
  padding-right: 18px !important;
}
body.tradingplatforms.rtl .su-row li:before {
  left: unset;
  right: 0;
}

/**
 * Comment
 */
.commnet_outer_cus {
  background: #f9f8ff;
  border-radius: 6px;
  display: flex;
  padding: 20px 20px 17px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 24px;
}
.commnet_outer_cus span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2a2a2a;
}
.commnet_outer_cus .commnet_outer_cus_ancher {
  font-weight: 450;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--white);
  background: var(--cloud-dark);
  border: 1px solid var(--cloud-dark);
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  padding: 10px 37px;
}
.commnet_outer_cus .commnet_outer_cus_ancher:hover {
  text-decoration: none;
  background-color: var(--white);
  color: var(--cloud-dark);
}

.comment-list {
  border-top: 1px solid var(--cloud-dark);
  display: inline-block;
  margin-top: 25px;
  width: 100%;
  margin-left: 0;
}

.comment-list .children {
  margin-left: 0;
}

#content .commentlist li:first-child {
  border-top: none;
}

.comment {
  display: inline-block;
  width: 100%;
}

#comments .comment-content {
  clear: both;
  padding-top: 0;
}

.question_cus {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.question_cus p {
  margin: 0;
  float: right;
  width: calc(100% - 130px);
}

.question_cus span {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
  font-weight: 600;
  margin-right: 49px;
  font-family: var(--main-font);
}

.comment-meta.comment-author.vcard {
  display: inline-block;
  padding-left: 128px;
  padding-top: 10px;
  margin-bottom: 5px;
}

.comment-meta.comment-author.vcard span {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #000;
}

.comment-meta.comment-author.vcard time {
  color: #888;
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
}

.reply {
  padding-left: 128px;
}

.reply .comment-reply-link {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
}

.reply span {
  font-size: 0;
  background-image: url("../images/reply.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  float: left;
  margin-top: 5px;
  margin-right: 7px;
}

.comment-meta.comment-author.vcard img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
}

.comment-list > .comment {
  border-bottom: 1px solid var(--cloud-dark);
  padding: 32px 0 0;
  margin-bottom: 0 !important;
}

.comment > .comment-content.comment {
  padding-bottom: 30px;
}

.comment-meta.comment-author.vcard time samp {
  font-size: 20px;
  vertical-align: top;
}

.comment-respond #reply-title {
  display: none;
}

.comment-meta.comment-author.vcard .investor_cus {
  background-image: url("../images/author-icon.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 2px 0;
  vertical-align: middle;
  background-size: 10px;
}

.comment-respond {
  width: 100%;
  display: flex;
  margin-top: 23px;
  background: #f9f8ff;
  border-radius: 6px;
  padding: 20px 20px 36px;
  flex-wrap: wrap;
}
.comment-respond .comment-form .comment-notes {
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  color: #2a2a2a;
  margin-bottom: 9px;
  font-family: var(--main-font);
}
.comment-respond .comment-form {
  width: 100%;
  display: inline-block;
}
.comment-respond .comment-form span {
  width: 100%;
  display: inline;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 20px;
}
.comment-respond .comment-form label {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: #2a2a2a;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: var(--main-font);
  font-weight: 800;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent {
  display: inline-block;
  width: 40.6%;
  margin: 0 0 17px;
}
.comment-respond .comment-form #comment {
  background: var(--white);
  border-radius: 6px;
  border: none;
  height: 129px;
  resize: none;
  padding: 15px 10px;
  width: 100%;
}
.comment-respond .comment-form #comment:focus {
  outline: none;
}
.comment-respond .comment-form input {
  width: 100%;
  background: var(--white);
  border-radius: 6px;
  border: none;
  height: 40px;
  padding: 0 11px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #AFAFAF;
}
.comment-respond .comment-form input:focus {
  outline: none;
}
.comment-respond .comment-form .comment-form-author {
  width: 100%;
  max-width: 56%;
  margin: 0 0 0 25px;
  float: right;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 3px;
}
.comment-respond .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 8px;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  width: calc(100% - 30px);
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #AFAFAF;
  font-weight: 400;
  font-family: arial;
}
.comment-respond .comment-form .form-submit {
  width: 100%;
  max-width: 56%;
  float: right;
  margin-bottom: 0;
  margin-top: 3px;
}
.comment-respond .comment-form .form-submit #submit {
  font-weight: 800;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: var(--white);
  background: var(--cloud-dark);
  display: inline-block;
  width: auto;
  padding: 0 45px;
  border: 1px solid var(--cloud-dark);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: var(--main-font);
}
.comment-respond .comment-form .form-submit #submit:hover {
  color: var(--cloud-dark);
  background: var(--white);
}

#comments {
  margin-top: 30px;
  margin-bottom: 40px;
}

.logged-in .comment-respond .comment-form .form-submit {
  max-width: 100%;
  margin-left: 0;
}

.comment-form input:-ms-input-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

.comment-form input::placeholder {
  color: #AFAFAF;
  opacity: 1;
}

.comment-form input:-ms-input-placeholder {
  color: #AFAFAF;
}

.comment-form input::-ms-input-placeholder {
  color: #AFAFAF;
}

.comment-list li::before {
  display: none;
}

.comment-awaiting-moderation {
  display: none;
}

.comment-meta.comment-author.vcard span a {
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}

.comment-form-cookies-consent label {
  position: relative;
  padding-left: 30px;
}
.comment-form-cookies-consent label:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 16px;
  height: 16px;
  background: white;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.comment-form-cookies-consent label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  left: 3px;
  top: 5px;
}
.comment-form-cookies-consent input {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.comment-form-cookies-consent input:checked ~ label:after {
  background-color: #51649F;
}
.comment-form-cookies-consent input:checked ~ label:before {
  border-color: #51649F;
}

@media only screen and (max-width: 1200px) {
  .comment-respond .comment-form .comment-form-author {
    max-width: 430px;
    margin: 0;
  }
  .comment-respond .comment-form .form-submit {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .form-submit {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-meta.comment-author.vcard .investor_cus {
    margin-left: 8px;
    width: 12.27px;
    height: 15px;
  }
  .commnet_outer_cus {
    padding: 16px 16px 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .commnet_outer_cus span {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 17px;
  }
  .commnet_outer_cus .commnet_outer_cus_ancher {
    width: 100%;
  }
  .question_cus span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9px;
  }
  .question_cus p {
    width: calc(100% - 0px);
    font-size: 15px;
  }
  .comment-meta.comment-author.vcard {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .reply {
    padding-left: 0;
  }
  .comment > .comment-content.comment {
    padding-bottom: 20px;
  }
  .children {
    padding-left: 16px;
  }
  .comment-list > .comment {
    padding: 23px 0 0;
  }
  .comment-respond {
    margin-top: 28px;
    padding: 20px 16px;
  }
  .comment-respond .comment-form .comment-notes {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    order: 1;
  }
  .comment-respond .comment-form span {
    font-size: 15px;
    margin-bottom: 20px;
    order: 2;
  }
  .comment-respond .comment-form #comment {
    height: 160px;
  }
  .comment-respond .comment-form .comment-form-author {
    max-width: 100%;
    margin: 0;
    order: 5;
  }
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-title,
.comment-respond .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
  }
  .comment-respond .comment-form .comment-form-cookies-consent label {
    color: #888;
  }
  .comment-respond .comment-form .form-submit #submit {
    font-size: 15px;
    width: 100%;
    height: 44px;
  }
  .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
  }
  .comment-form-author {
    order: 3;
  }
  .comment-form-email {
    order: 4;
  }
  .comment-respond .comment-form .comment-form-cookies-consent {
    order: 6;
    margin-top: 10px;
  }
  .comment-respond .comment-form .form-submit {
    width: 100%;
    order: 7;
    margin-top: 15px;
  }
  #comments {
    margin-top: 30px;
  }
  .comment-form .comment-form-cookies-consent label {
    font-weight: 300;
  }
  .comments .children {
    padding-left: 0;
  }
  .comment-meta.comment-author.vcard time {
    font-size: 12px;
  }
  .comment-meta.comment-author.vcard span a,
.reply .comment-reply-link {
    font-size: 12px;
  }
}
.comment-meta.comment-author.vcard time {
  display: inline-flex;
  align-items: center;
}

.comment-meta.comment-author.vcard {
  display: flex;
  align-items: center;
}

.comment-meta.comment-author.vcard time .CenterDot {
  width: 2px;
  height: 2px;
  background-color: #888888;
  border-radius: 50%;
  -webkit-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 7px;
}

.page-template-template-review .bread-wrapper {
  background-color: var(--grey-light);
}

.m-grid-review main {
  order: 2;
}
.m-grid-review aside {
  order: 1;
}
@media (min-width: 769px) {
  .m-grid-review main {
    order: 1;
  }
  .m-grid-review aside {
    order: 2;
  }
}

.m-review-header-grid {
  padding-top: 25px;
  padding-bottom: 32px;
  display: flex;
  grid-gap: 16px;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .m-review-header-grid {
    grid-gap: 60px;
    flex-direction: row;
  }
}

.m-review-header {
  background-color: var(--grey-light);
}
.m-review-header__left {
  min-width: 256px;
  flex-shrink: 0;
  padding-top: 16px;
}
@media (min-width: 769px) {
  .m-review-header__left {
    padding-top: 0;
  }
}
.m-review-header__logo-title {
  gap: 24px;
}
.m-review-header__logo-wrap {
  display: flex;
  max-width: 94px;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .m-review-header__logo-wrap {
    height: 112px;
    align-items: center;
    max-width: 100%;
  }
}
.m-review-header__logo {
  max-height: 100%;
}
.m-review-header .m-button {
  min-width: 195px;
}
.m-review-header .m-button--light {
  color: #060606;
  background-color: transparent;
  border-color: #9E9E9E;
}
.m-review-header .m-button--light:hover {
  color: #ffffff;
  background-color: #060606;
  border-color: #060606;
}

.m-review__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .m-review__title {
    font-size: 32px;
  }
}
.m-review__list {
  list-style: none;
  padding-left: 0;
}
.m-review__list-item {
  gap: 12px;
  color: #424242;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.m-review__list-item + .m-review__list-item {
  margin-top: 2px;
}
.m-review__header-buttons {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .m-review__header-buttons {
    flex-direction: row;
  }
}
.m-review__header-disclaimer {
  font-size: 10px;
  color: #757575;
  text-align: center;
}
@media (min-width: 769px) {
  .m-review__header-disclaimer {
    text-align: left;
  }
}
.m-review__rating-box-wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.m-review__rating-box {
  display: flex;
  text-align: center;
  padding: 10px 16px;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
}
.m-review__rating-box .m-brokers-star-wrapper {
  margin-bottom: 16px;
}
.m-review__rating-star-wrap {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media (min-width: 769px) {
  .m-review__rating-star-wrap {
    flex-direction: column;
  }
}
.m-review__rating-box-rating {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.m-review__rating-box-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.m-review__rating-box-link {
  color: #404040;
  font-size: 14px;
  text-decoration: underline;
}
.m-review__rating-box-link:hover {
  text-decoration: none;
}

.m-editors-choice {
  top: 0;
  left: 0;
  color: #ffffff;
  position: absolute;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  background-color: #000000;
}
.m-editors-choice::after {
  content: "";
  top: 0;
  right: -15px;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid #000000;
}

.m-review-navigation-wrap {
  top: 0;
  z-index: 2;
  position: sticky;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  background-color: var(--white);
  overflow: hidden;
  height: 60px;
}
.m-review-navigation-wrap .m-container {
  padding-bottom: 24px;
  overflow-x: scroll;
}

.m-review-navigation {
  padding: 8px 0;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.m-review-navigation__item {
  display: block;
  padding: 10px 14px;
  white-space: nowrap;
  position: relative;
}
.m-review-navigation__item::after {
  content: "";
  left: 0;
  bottom: -8px;
  position: absolute;
  display: inline-block;
  opacity: 0;
  height: 4px;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: var(--brand-accent-color);
}
.m-review-navigation__item--active, .m-review-navigation__item:hover {
  color: var(--brand-accent-color);
  text-decoration: none;
}
.m-review-navigation__item--active::after, .m-review-navigation__item:hover::after {
  opacity: 1;
}

.m-review-sidebar-accordeon,
.m-review-sidebar {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .m-review-sidebar {
    margin-bottom: 24px;
    position: relative;
  }
  .m-review-sidebar::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 1px;
    width: calc(100% + 30px);
    left: -15px;
    bottom: 0;
    background-color: #E8E8E8;
  }
}

.m-review-sidebar-accordeon {
  overflow: hidden;
}
@media (max-width: 768px) {
  .m-review-sidebar-accordeon {
    gap: 0;
  }
}
.m-review-sidebar-accordeon .m-review-box [data-accordeon-title] svg {
  display: none;
}
@media (max-width: 768px) {
  .m-review-sidebar-accordeon .m-review-box [data-accordeon-title] {
    margin-bottom: 0;
    padding: 16px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-review-sidebar-accordeon .m-review-box [data-accordeon-title] svg {
    display: block;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  .m-review-sidebar-accordeon .m-review-box.m-item-active [data-accordeon-title] svg {
    transform: rotate(180deg);
  }
  .m-review-sidebar-accordeon .m-review-box:not(.m-item-active) .m-review-box-inner {
    display: none;
  }
}

@media (max-width: 768px) {
  .m-review-box {
    border-bottom: 1px solid #E8E8E8;
  }
  .m-review-box .m-review-box-inner {
    padding: 0;
    background-color: transparent;
  }
}

.m-review-box-inner {
  padding: 20px;
  background-color: var(--grey-light);
}

@media screen and (max-width: 768px) {
  .m-regulation {
    width: 50%;
    padding-left: 12px;
  }
  .m-regulation-image {
    margin-left: auto;
    margin-right: 12px;
  }
}
.m-regulation-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  position: relative;
  justify-content: space-between;
}
.m-regulation-item:not(:last-child)::after {
  content: "";
  left: 0;
  bottom: -14px;
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--grey-light-2);
}

.m-regulation-image {
  max-width: 50%;
}

.m-review-box-items {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.m-review-box-items--sm {
  gap: 16px;
}

.m-reiview-item {
  font-size: 14px;
}

.m-review-label-score {
  margin-bottom: 6px;
}

.m-review-score {
  height: 6px;
  border-radius: 6px;
  background-color: var(--grey-light-2);
}

.m-review-score-progress {
  height: 100%;
  border-radius: 6px;
  background-color: #808080;
}

.m-assets-table .m-reiview-item {
  display: grid;
  gap: 4px;
  grid-template-columns: 4fr 3fr;
}

.m-deposit-method-table {
  display: grid;
  gap: 10px;
}
.m-deposit-method-table .m-reiview-item {
  display: grid;
  gap: 10px;
  grid-template-columns: 3fr 3.5fr 6fr;
}

.m-deposit-method-box-inner {
  padding-top: 0;
}

.m-deposit-method-table-header {
  padding: 10px 0;
  font-size: 10px;
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  grid-template-columns: 3fr 3.5fr 6fr;
  text-wrap: nowrap;
}
@media (min-width: 769px) {
  .m-deposit-method-table-header::after {
    content: "";
    left: -20px;
    bottom: 0px;
    position: absolute;
    display: block;
    height: 1px;
    width: calc(100% + 40px);
    background-color: var(--grey-light-2);
  }
}

.m-review-rating-header {
  align-items: center;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .m-review-rating-header {
    justify-content: start;
  }
}
.m-review-rating-header::after {
  content: "";
  left: -20px;
  bottom: 0;
  position: absolute;
  display: block;
  height: 1px;
  width: calc(100% + 40px);
  background-color: var(--grey-light-2);
}
.m-review-rating-header img {
  max-height: 36px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .m-review-rating-header img {
    margin-right: 24px;
  }
}

.m-gallery-slider .swiper-slide {
  width: 153px;
}

.m-review-comments__ratings-info {
  padding: 20px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 24px;
  background-color: var(--grey-light);
}
@media (min-width: 769px) {
  .m-review-comments__ratings-info {
    margin-bottom: 32px;
    flex-direction: row;
  }
}
.m-review-comments__rating {
  color: #404040;
  display: grid;
  grid-template-columns: 5fr auto 2fr;
  gap: 12px;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-review-comments__rating {
    max-width: 240px;
    margin: auto;
  }
}
.m-review-comments__rating + .m-review-comments__rating {
  margin-top: 8px;
}
.m-review-comments__count {
  color: var(--black);
  font-weight: 600;
}
.m-review-comments__filters {
  gap: 12px;
  display: flex;
  overflow: auto;
  padding-bottom: 24px;
  margin-bottom: -24px;
}
@media (min-width: 769px) {
  .m-review-comments__filters {
    margin-bottom: 32px;
  }
}
.m-review-comments__filters-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
}
.m-review-comments__filter {
  min-width: initial;
  cursor: pointer;
  color: #404040;
  font-weight: 400;
  font-size: 14px;
  padding: 9px 16px;
  white-space: nowrap;
  background-color: var(--white);
  border-color: var(--grey-light-2);
}
.m-review-comments__filter--active {
  color: var(--white);
  border-color: var(--brand-accent-color);
  background-color: var(--brand-accent-color);
}
.m-review-comments .m-review-score {
  width: 121px;
  height: 9px;
}
.m-review-comments .m-brokers-star-wrapper {
  margin-bottom: 0;
}
.m-review-comments .m-review__rating-box {
  padding: 12px 24px;
}
.m-review-comments .m-review__rating-box-rating {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}

.rating-group {
  gap: 8px;
  display: flex;
  flex-direction: row-reverse;
}
.rating-group .rating__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.rating-group .rating__input:checked ~ .rating__label::after, .rating-group .rating__input:checked + .rating__label:hover::after, .rating-group .rating__input:checked + .rating__label:hover ~ .rating__label::after, .rating-group .rating__input:checked ~ .rating__label:hover::after, .rating-group .rating__input:checked ~ .rating__label:hover ~ .rating__label::after {
  content: url("../../resources/assets/images/icons/gold-star.svg");
}
.rating-group .rating__label {
  cursor: pointer;
  position: relative;
}
.rating-group .rating__label::after {
  width: 14px;
  height: 14px;
  content: url("../../resources/assets/images/icons/gold-star-empty.svg");
  display: flex;
}
.rating-group .rating__label:hover::after, .rating-group .rating__label:hover ~ .rating__label::after, .rating-group .rating__label:hover ~ .rating__input:checked ~ .rating__label::after {
  content: url("../../resources/assets/images/icons/gold-star.svg");
}

.page-template-template-review .comment-list {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 26px;
  border-color: var(--grey-light-2);
}
.page-template-template-review .comment-list .comment-metadata time {
  font-size: 12px;
  color: #757575;
}
.page-template-template-review .comment-list > .comment {
  padding: 20px 0;
  border-color: var(--grey-light-2);
}
.page-template-template-review .comment-list .comment--hidden {
  display: none;
}
.page-template-template-review .m-review-button-wrapper {
  display: flex;
  justify-content: center;
}
.page-template-template-review .m-review-button-wrapper .m-button {
  border-color: #9E9E9E;
  background-color: var(--white);
  color: #060606;
}
.page-template-template-review .comment-body {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 48px;
}
.page-template-template-review .comment-meta {
  order: 2;
}
.page-template-template-review .reply {
  display: none;
}
.page-template-template-review .comment-author img {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
.page-template-template-review .m-comments-review-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
}
.page-template-template-review .m-comments-review-title::first-letter {
  text-transform: capitalize;
}
.page-template-template-review .review-classification {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.page-template-template-review .m-comments-review-rating {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.page-template-template-review .m-star-full,
.page-template-template-review .m-star-half,
.page-template-template-review .m-star-empty {
  width: 14px;
  height: 14px;
}
.page-template-template-review .m-star-full {
  background-image: url("../../resources/assets/images/icons/gold-star.svg");
}
.page-template-template-review .m-star-half {
  background-image: url("../../resources/assets/images/icons/gold-star-half.svg");
}
.page-template-template-review .m-star-empty {
  background-image: url("../../resources/assets/images/icons/gold-star-empty.svg");
}
.page-template-template-review .experience-section {
  background-color: #FAFAFA;
  text-align: center;
  padding: 3px 20px 20px 20px;
}
.page-template-template-review .experience-section h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.m-content-section {
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.35;
}
.m-content-section h2, .m-content-section h3, .m-content-section h4, .m-content-section h5, .m-content-section h6 {
  margin-bottom: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .m-content-section h2, .m-content-section h3, .m-content-section h4, .m-content-section h5, .m-content-section h6 {
    margin-top: 24px;
  }
}
.m-content-section h2 {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .m-content-section h2 {
    font-size: 20px;
  }
}
.m-content-section h3 {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .m-content-section h3 {
    font-size: 18px;
  }
}
.m-content-section h4 {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .m-content-section h4 {
    font-size: 16px;
  }
}
.m-content-section h5 {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .m-content-section h5 {
    font-size: 14px;
  }
}
.m-content-section h6 {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .m-content-section h6 {
    font-size: 12px;
  }
}
.m-content-section .su-button-center {
  margin-bottom: 0;
}
.m-content-section .Grid01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 4px;
  grid-gap: 1px;
  border: 1px solid var(--grey-light-2);
  background-color: var(--grey-light-2);
  margin-bottom: 32px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.04)) drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.06));
}
@media (min-width: 769px) {
  .m-content-section .Grid01 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.m-content-section .Grid01 .GridInn01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .m-content-section .Grid01 .GridInn01:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.m-content-section .Grid01 .GridInn01 p {
  margin-bottom: 0;
  text-decoration: none;
}
.m-content-section .Grid01 .GridInn01 a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.m-content-section .Grid01 .GridInn01 a:hover {
  background-color: #E0EBFF;
}
.m-content-section .Grid01 .GridInn01 img {
  margin-bottom: 8px;
}
.m-content-section .Grid01 .GridInn01:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.m-content-section .Grid01 .GridInn01:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom_author_cl .m-user-profile-picture,
.m-user-profile-picture {
  display: flex;
  width: 20px;
  height: 20px;
}
.custom_author_cl .m-user-profile-picture img,
.m-user-profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 50%;
}
.custom_author_cl .m-user-profile-picture--48,
.m-user-profile-picture--48 {
  width: 48px;
  height: 48px;
}
.custom_author_cl .m-user-profile-picture--120,
.m-user-profile-picture--120 {
  width: 120px;
  height: 120px;
}
.custom_author_cl .m-user-profile-picture--80,
.m-user-profile-picture--80 {
  width: 60px;
  height: 60px;
}

.m-tooltip-socail-wrap {
  gap: 10px;
}

.social-sharing {
  display: flex;
  align-self: flex-start;
  position: relative;
}
.social-sharing-dropdown {
  width: 120px;
  z-index: 2;
  position: absolute;
  display: none;
  top: calc(100% + 10px);
  right: 0;
  padding: 8px;
  border: 1px solid var(--grey-light-2);
  border-radius: 4px;
  background-color: var(--white);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .social-sharing-dropdown {
    left: 0;
    right: unset;
  }
}
.social-sharing-button {
  display: flex;
  padding: 8px;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid var(--grey-light-2);
  border-radius: 4px;
}
.social-sharing-button-icon {
  margin-right: 4px;
  display: inline-block;
}
.social-sharing-link {
  display: flex;
  width: 100%;
  color: #2A2A2A;
  padding: 8px;
  justify-content: flex-start;
  font-size: 12px;
  align-items: center;
  text-decoration: none;
  transition: transform, 0.3s;
  border-radius: 4px;
}
.social-sharing-link + .social-sharing-link {
  margin-top: 4px;
}
.social-sharing-link:hover {
  color: var(--white);
  background-color: var(--brand-accent-color);
  text-decoration: none;
}
.social-sharing-link:hover .social-sharing-icon path {
  fill: var(--white);
}
.social-sharing-icon {
  height: 16px;
  width: auto;
  margin-right: 10px;
}
.social-sharing-icon path {
  fill: var(--grey-6);
}
.social-sharing--opened .social-sharing-dropdown {
  display: block;
}

.m-share-bottom {
  padding: 20px 0 25px;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--grey-light-2);
}
@media (min-width: 769px) {
  .m-share-bottom {
    flex-direction: row;
  }
}
.m-share-bottom__heading {
  font-size: 12px;
  color: var(--grey-2);
}

.m-attention {
  color: #006CA7;
  position: relative;
  padding: 12px 16px 12px 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(34, 158, 217, 0.1);
  border: 1px solid rgba(0, 108, 167, 0.2);
  border-radius: 1px;
}
.m-attention a {
  color: #006CA7;
  text-decoration: underline;
  font-style: italic;
}
.m-attention-text p {
  color: inherit;
  font-size: inherit;
  margin: 0;
}
.m-attention::before {
  content: "";
  left: -1px;
  top: -1px;
  position: absolute;
  display: inline-block;
  height: calc(100% + 2px);
  width: 6px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.26%);
  border-radius: 1px 0px 0px 1px;
}
.m-attention--google {
  background-color: transparent;
}
.m-attention--google::before {
  background: #DB4437;
}

.m-cta-block {
  display: flex;
  justify-content: center;
}
.m-cta-block .m-button {
  color: #ffffff;
  background-color: #FFA500;
}
.m-cta-block .m-button:hover {
  text-decoration: none;
  background-color: #cc8400;
}

.m-sidebar-post {
  padding: 8px 0 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-light-2);
}
@media (min-width: 769px) {
  .m-sidebar-post:not(:last-child) {
    margin-bottom: 8px;
  }
}
.m-sidebar-post:last-child, .m-sidebar-post:nth-child(7) {
  border-bottom: 0;
}
@media (min-width: 769px) {
  .m-sidebar-post:last-child, .m-sidebar-post:nth-child(7) {
    border-bottom: 1px solid var(--grey-light-2);
  }
}
.m-sidebar-post-title {
  font-size: 14px;
  margin-bottom: 8px;
}
.m-sidebar-post-title a {
  color: inherit;
  font-weight: 700;
}
.m-sidebar-post-title a:hover {
  text-decoration: underline;
}
.m-sidebar-post-content a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .m-sidebar-post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .m-sidebar-posts-grid {
    margin-bottom: 16px;
    display: grid;
    grid-gap: 16px 8px;
    grid-template-columns: 1fr 1fr;
  }
}

aside .textwidget {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  font-weight: 700;
}

.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.pages-summary h2,
.pages-summary h3,
.pages-summary h4,
.pages-summary h5,
.pages-summary h6 {
  margin-top: 1em;
}
.entry-summary ul,
.pages-summary ul {
  padding-left: 14px;
}

h1,
h2,
h3,
h4 {
  color: #060606;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
#app {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.m-container {
  max-width: 1155px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.m-container--narrow {
  max-width: 860px;
}

@media (min-width: 769px) {
  .m-grid-single {
    grid-gap: 20px;
    grid-template-columns: minmax(0, 800px) minmax(0, 224px);
  }
}
@media (min-width: 1024px) {
  .m-grid-single {
    grid-gap: 40px;
    grid-template-columns: minmax(0, 800px) minmax(0, 295px);
  }
}

.m-bg-accent {
  background-color: var(--cloud-dark);
}

@media (max-width: 768px) {
  .m-offset-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.m-columns-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .m-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .m-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.su-row h2,
.m-section-title {
  display: flex;
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Arial";
  padding-bottom: 12px;
  margin-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid var(--grey-light-2);
}
.su-row h2::before,
.m-section-title::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--title-decor);
}
@media (min-width: 769px) {
  .su-row h2,
.m-section-title {
    font-size: 20px;
  }
  .su-row h2::before,
.m-section-title::before {
    width: 80px;
    height: 5px;
  }
}
@media (max-width: 769px) {
  .su-row h2,
.m-section-title {
    padding-bottom: 15px;
  }
}

.m-grid-area-title {
  grid-area: title;
}

.m-section-title-info {
  display: flex;
  font-weight: 400;
  margin-left: auto;
  align-items: center;
  text-transform: uppercase;
  color: var(--grey-2);
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .m-section-title-info {
    font-size: 14px;
  }
}

.m-section-title-date {
  position: relative;
  padding-right: 16px;
  margin-right: 5px;
}
.m-section-title-date::after {
  content: "";
  top: 2px;
  right: 0;
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: var(--grey-3);
}

.m-weather-location {
  display: flex;
  align-items: center;
}

.m-weather-icon {
  width: 30px;
}

.m-weather-icon,
.m-weather-temperature,
.m-location-country {
  padding-right: 4px;
}

.m-post-grid-section + .m-explorer {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .m-post-grid-section + .m-explorer {
    margin-top: 40px;
  }
}
.m-post-grid-section + .m-post-grid-section {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .m-post-grid-section + .m-post-grid-section {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .m-post-grid-section .m-section-title {
    margin-bottom: 0;
  }
}

.m-grid-ads {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: 1fr;
  grid-template-areas: "ads" "title" "grid-6";
}
@media (min-width: 769px) {
  .m-grid-ads {
    grid-template-columns: 4fr 1.5fr;
    grid-template-areas: "title title" "grid-6 ads" "grid-6 ads";
  }
}

.m-post-grid-ads {
  grid-area: ads;
}
.m-post-grid-ads a {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.m-post-grid-ads-item {
  display: flex;
  justify-content: center;
}
.m-post-grid-ads-item + .m-post-grid-ads-item {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .m-post-grid {
    grid-gap: 15px;
  }
}

.m-post-grid-6 {
  grid-area: grid-6;
  grid-template-columns: 2fr 2fr;
  grid-template-areas: "post-1 post-2" "post-3 post-4" "post-5 post-6";
}
.m-post-grid-6 .m-post-card-mini {
  border-bottom: 1px solid var(--grey-light-2);
}
.m-post-grid-6 .m-post-card {
  height: 100%;
}
@media (max-width: 768px) {
  .m-post-grid-6 {
    grid-gap: 15px 8px;
  }
}

.m-post-grid-7 {
  margin-bottom: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "post-1 post-1 post-2 post-3" "post-1 post-1 post-2 post-3" "post-4 post-5 post-6 post-7";
}
@media (min-width: 769px) {
  .m-post-grid-7 {
    grid-gap: 23px 15px;
  }
}
@media (max-width: 768px) {
  .m-post-grid-7 {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-post-grid-7 .m-post-card {
    height: auto;
  }
}
.m-post-grid-7 .m-post-card-tall, .m-post-grid-7 .m-post-card-mini, .m-post-grid-7 .m-post-card-small {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 88px;
}
@media (max-width: 768px) {
  .m-post-grid-7 .m-post-card-tall, .m-post-grid-7 .m-post-card-mini, .m-post-grid-7 .m-post-card-small {
    padding: 10px 0;
  }
  .m-post-grid-7 .m-post-card-tall .m-post-picture-wrap, .m-post-grid-7 .m-post-card-mini .m-post-picture-wrap, .m-post-grid-7 .m-post-card-small .m-post-picture-wrap {
    height: 88px;
    width: 88px;
    order: 2;
  }
  .m-post-grid-7 .m-post-card-tall .m-post-card-content, .m-post-grid-7 .m-post-card-mini .m-post-card-content, .m-post-grid-7 .m-post-card-small .m-post-card-content {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .m-post-grid-7 .m-post-card-tall, .m-post-grid-7 .m-post-card-mini, .m-post-grid-7 .m-post-card-small {
    display: block;
  }
}
.m-post-grid-7 .m-post-author-date {
  display: block;
}

@media (max-width: 768px) {
  .m-post-grid-8 {
    grid-auto-flow: column;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: nowrap;
  }
  .m-post-grid-8 .m-post-grid-item {
    width: 160px;
    flex-shrink: 0;
  }
  .m-post-grid-8 .m-post-grid-item:not(:last-child) {
    margin-right: 8px;
  }
  .m-post-grid-8 .m-post-grid-item:first-child {
    display: none;
  }
  .m-post-grid-8 .m-post-card-title {
    height: 58px;
  }
  .m-post-grid-8 .m-post-card {
    height: auto;
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .m-post-grid-8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "post-1 post-2 post-3 post-4" "post-5 post-6 post-7 post-8";
  }
  .m-post-grid-8 .m-post-card-mini .m-post-card-content {
    padding-bottom: 0;
  }
}

.m-post-grid-5 {
  grid-template-areas: "post-1 post-1" "post-2 post-3" "post-4 post-5";
}
@media (min-width: 769px) {
  .m-post-grid-5 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "post-1 post-2 post-3" "post-1 post-4 post-5";
  }
}
@media (max-width: 768px) {
  .m-post-grid-5 {
    grid-gap: 12px 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  .m-post-grid-5 .m-post-card-medium-tall .m-post-picture-wrap__medium {
    height: 211px;
  }
}

@media (max-width: 768px) {
  .m-post-grid-item:not(:first-child) .m-user-profile-picture {
    display: none;
  }
}

.m-post-grid-item-1 {
  grid-area: post-1;
}

.m-post-grid-item-2 {
  grid-area: post-2;
}

.m-post-grid-item-3 {
  grid-area: post-3;
}

.m-post-grid-item-4 {
  grid-area: post-4;
}

.m-post-grid-item-5 {
  grid-area: post-5;
}

.m-post-grid-item-6 {
  grid-area: post-6;
}

.m-post-grid-item-7 {
  grid-area: post-7;
}

.m-post-picture-wrap img,
.m-post-picture-wrap picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-post-picture-wrap__small {
  height: 102px;
}
@media (min-width: 769px) {
  .m-post-picture-wrap__small {
    height: 112px;
    width: auto;
  }
}
@media (min-width: 991px) {
  .m-post-picture-wrap__small {
    height: 152px;
  }
}
.m-post-picture-wrap__medium {
  height: 112px;
}
@media (min-width: 769px) {
  .m-post-picture-wrap__medium {
    height: 139px;
  }
}
@media (min-width: 991px) {
  .m-post-picture-wrap__medium {
    height: 205px;
  }
}
.m-post-picture-wrap__large {
  height: auto;
}
.m-post-picture-wrap__large img,
.m-post-picture-wrap__large picture {
  height: auto;
}
@media (min-width: 769px) {
  .m-post-picture-wrap__large img,
.m-post-picture-wrap__large picture {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .m-post-picture-wrap__large {
    height: 202px;
  }
}
@media (min-width: 991px) {
  .m-post-picture-wrap__large {
    height: 312px;
  }
}

.m-post-highlight {
  display: inline-block;
  color: var(--white);
  background-color: var(--red-color);
  border-radius: 1px;
  font-size: inherit;
  text-transform: uppercase;
  padding: 3px 6px;
  margin-right: 4px;
}

.m-post-card-title {
  color: var(--black);
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.m-post-card-title:hover {
  color: var(--highlight-color);
}

.m-post-card-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-post-card {
  border-bottom: 1px solid var(--grey-light-2);
  height: 100%;
}
.m-post-card a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.m-post-card a:hover {
  text-decoration: underline;
  color: inherit;
}
.m-post-card-tall .m-post-card-title, .m-post-card-small .m-post-card-title, .m-post-card-medium .m-post-card-title, .m-post-card-medium-tall .m-post-card-title, .m-post-card-mini .m-post-card-title {
  overflow: hidden;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) {
  .m-post-card-tall .m-post-card-title, .m-post-card-small .m-post-card-title, .m-post-card-medium .m-post-card-title, .m-post-card-medium-tall .m-post-card-title, .m-post-card-mini .m-post-card-title {
    height: 66px;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.m-post-card-mini {
  border-bottom: 0;
}
.m-post-card-large, .m-post-card-medium-tall {
  background-color: var(--cloud-dark);
}
.m-post-card-large .m-post-card-title, .m-post-card-medium-tall .m-post-card-title {
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .m-post-card-large .m-post-card-title, .m-post-card-medium-tall .m-post-card-title {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
  }
}
.m-post-card-large .m-post-card-terms, .m-post-card-medium-tall .m-post-card-terms {
  color: var(--white);
}
.m-post-card-large .m-post-card-terms::before, .m-post-card-medium-tall .m-post-card-terms::before {
  background-color: var(--white);
}
.m-post-card-large .m-post-author-info,
.m-post-card-large .m-post-card-title, .m-post-card-medium-tall .m-post-author-info,
.m-post-card-medium-tall .m-post-card-title {
  color: var(--white);
}
.m-post-card-large .m-post-author-date::before, .m-post-card-medium-tall .m-post-author-date::before {
  background-color: var(--white);
}
.m-post-card-large .m-post-card-content, .m-post-card-medium-tall .m-post-card-content {
  padding-left: 16px;
  padding-right: 16px;
}
.m-post-card-large .m-post-author, .m-post-card-medium-tall .m-post-author {
  margin-top: auto;
}
.m-post-card-large a:hover {
  color: var(--white);
}
@media (min-width: 769px) {
  .m-post-card-large .m-post-card-content {
    height: calc(100% - 202px);
  }
}
@media (min-width: 991px) {
  .m-post-card-large .m-post-card-content {
    height: calc(100% - 312px);
  }
}
@media (min-width: 769px) {
  .m-post-card-medium-tall .m-post-card-title {
    height: 81px;
  }
}
.m-post-card-medium-tall .m-post-card-content {
  height: auto;
}
@media (min-width: 769px) {
  .m-post-card-medium-tall .m-post-card-content {
    height: calc(100% - 139px);
  }
}
@media (min-width: 991px) {
  .m-post-card-medium-tall .m-post-card-content {
    height: calc(100% - 205px);
  }
}

.m-post-card-terms {
  height: 12px;
  overflow: hidden;
  color: var(--brand-accent-color);
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-size: 10px;
  position: relative;
  padding-left: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m-post-card-terms::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 50%;
  background: var(--brand-accent-color);
  transform: translateY(-50%);
}
.m-post-card-terms a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.m-post-card-terms.transparent::before {
  background: transparent;
}

.m-post-card-excerpt {
  display: none;
  color: var(--grey-5);
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0;
  max-height: 10.5em;
  overflow: hidden;
}
@media (min-width: 769px) {
  .m-post-card-excerpt {
    display: block;
  }
}

.m-post-author {
  display: flex;
  line-height: 1;
}

.m-post-author-info {
  color: var(--grey-4);
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 10px;
  align-items: center;
  text-transform: uppercase;
}

.m-post-author-name {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.m-post-author-name:hover {
  color: inherit;
}

.m-post-author-date {
  position: relative;
  padding-left: 10px;
}
.m-post-author-date::before {
  content: "";
  display: flex;
  opacity: 0.5;
  width: 3px;
  height: 3px;
  left: 3px;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: var(--grey-2);
  transform: translateY(-50%);
}

.m-more {
  font-weight: 400;
  font-size: 16px;
  color: var(--cloud-dark);
  text-transform: none;
}
@media (min-width: 769px) {
  .m-more {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .m-more {
    margin-left: 10px;
  }
  .m-more-text {
    display: none;
  }
}
.m-more path {
  stroke: var(--cloud-dark);
}
.m-more-icon {
  display: flex;
  margin-left: 5px;
}

.m-popular-news {
  margin: 20px 0;
  padding: 20px 0;
  background-color: var(--cloud-dark);
}
@media (min-width: 769px) {
  .m-popular-news {
    padding: 40px 0;
    margin: 48px 0;
  }
}
.m-popular-news .m-popular-news-title {
  color: var(--title-alternative-color);
  margin-top: 0;
  border-bottom: 1px solid var(--title-alternative-color);
}
.m-popular-news .m-popular-news-title::before {
  background-color: var(--title-alternative-color);
}
.m-popular-news-grid {
  display: grid;
}
@media (min-width: 769px) {
  .m-popular-news-grid {
    grid-gap: 18px;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .m-popular-news-grid {
    grid-gap: 32px;
  }
}
.m-popular-news-item {
  color: var(--white);
  font-size: 14px;
  line-height: 1.4;
  padding-left: 32px;
  padding-top: 16px;
  position: relative;
  font-weight: 700;
}
.m-popular-news-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--footer-highlight);
}
@media (min-width: 769px) {
  .m-popular-news-item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 769px) {
  .m-popular-news-item {
    font-size: 16px;
    line-height: 1.35;
    padding-top: 0;
  }
}
.m-popular-news .m-popular-news-link {
  color: inherit;
  text-decoration: none;
  font-family: var(--main-font);
}
.m-popular-news .m-popular-news-link:hover {
  color: inherit;
  text-decoration: underline;
}
.m-popular-news-index {
  position: absolute;
  left: 0;
  line-height: 1;
  font-size: 24px;
  font-family: "Arial";
}
@media (min-width: 769px) {
  .m-popular-news-index {
    font-size: 32px;
  }
}

body {
  position: relative;
}
body:before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100vh;
  opacity: 0;
  visibility: visible;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: absolute;
  transition: all 0.5s ease-out;
  display: none;
}
body.search-modal:before, body.active-menu:before, body.active-lang:before, body.modal-mode:before {
  bottom: 0;
  opacity: 1;
  display: block;
}

.highlight-block {
  z-index: 1111;
}

@media screen and (max-width: 768px) {
  .sm-dark-bg {
    background-color: var(--cloud-dark);
  }
}

.grey-bg {
  background-color: var(--grey-7);
}

.youtube-player {
  max-width: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-4 {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .mt-4 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-tooltip-social-wrap {
    justify-content: flex-start;
  }
}

.m-tooltip-boxes {
  display: flex;
  align-self: flex-start;
  margin-bottom: 14px;
  gap: 10px;
}
@media (min-width: 769px) {
  .m-tooltip-boxes {
    margin-left: auto;
    margin-bottom: 0;
  }
}

.m-tooltip-box {
  display: flex;
  padding: 8px;
  align-items: center;
  border: 1px solid var(--grey-light-3);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.m-tooltip-box-icon {
  margin-right: 4px;
}
.m-tooltip-box-title {
  font-size: 12px;
  flex-shrink: 0;
}
.m-tooltip-box-text {
  display: none;
  z-index: 2;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  background-color: #404040;
  top: calc(100% + 10px);
  border-radius: 8px;
  min-width: 180px;
  left: 0;
}
@media (min-width: 769px) {
  .m-tooltip-box-text {
    left: 50%;
    padding: 20px;
    min-width: 240px;
    transform: translateX(-50%);
  }
}
.m-tooltip-box-text:after {
  content: "";
  height: 0px;
  width: 0px;
  top: -5px;
  left: 20%;
  transform: translateX(-50%);
  position: absolute;
  border-right: solid 5px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 5px #404040;
}
@media (min-width: 769px) {
  .m-tooltip-box-text:after {
    left: 50%;
  }
}
.m-tooltip-box-text p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
.m-tooltip-box:hover .m-tooltip-box-text {
  display: block;
}

body .cta_btn_inner a {
  background-color: var(--title-color) !important;
}

@media print {
  .menu-navbar-container.desktop-additional {
    display: none !important;
  }
}
.prompt-button .cta-link,
.prompt-button .cta-link-mobile {
  background-color: var(--cloud-dark);
  text-decoration: none;
}

a {
  color: var(--link-color);
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: var(--link-color-hover);
}

strong a {
  font-weight: 700;
}

.pages-summary a.campaign-list-item_cta-btn,
.m-content-section a.campaign-list-item_cta-btn,
.entry-summary a.campaign-list-item_cta-btn {
  color: #fff;
}
.pages-summary a.campaign-list-item_cta-btn:hover,
.m-content-section a.campaign-list-item_cta-btn:hover,
.entry-summary a.campaign-list-item_cta-btn:hover {
  color: #fff;
}

.internal-linking-elem .cta-btn,
.mini-table-shortcode-offer .register-btn,
.su-button,
.campaign-list-item_cta-btn {
  background-color: var(--cta-btn-color) !important;
  border-color: var(--cta-btn-color) !important;
  color: #fff !important;
  transition: 0.3s;
}
.internal-linking-elem .cta-btn:hover,
.mini-table-shortcode-offer .register-btn:hover,
.su-button:hover,
.campaign-list-item_cta-btn:hover {
  background-color: var(--cta-btn-color-hover) !important;
}

#to_top_scrollup {
  background-color: #000;
  border-radius: 5%;
  box-sizing: content-box;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  height: 32px;
  padding: 5px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 32px;
  z-index: 9999;
  bottom: 52px;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}
#to_top_scrollup.show {
  pointer-events: auto;
  opacity: 0.5;
}

.dashicons, .dashicons-before:before {
  font-family: dashicons;
}

.dashicons-arrow-up-alt2:before {
  content: "\F343";
}
/*# sourceMappingURL=app.css.map*/