/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  overflow: auto;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  border: 0;
  margin: 0;
  padding: 24px;
  vertical-align: middle;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: rgba(10, 10, 10, 0.75);
  /*border: 1px solid black;*/
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 10px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #F0F0F0;
  line-height: 18px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.tooltipster-item {
  max-width: 230px;
}
.tooltipster-item .tooltipster-box {
  background: none;
}
.tooltipster-item .tooltipster-content {
  padding: 0;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  /*border-bottom-color: rgba(10,10,10,0.75);*/
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  /*border-left-color: rgba(10,10,10,0.75);*/
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  /*border-right-color: rgba(10,10,10,0.75);*/
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  /*border-top-color: rgba(10,10,10,0.75);*/
  left: 0px;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(10, 10, 10, 0.75);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: rgba(10, 10, 10, 0.75);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: rgba(10, 10, 10, 0.75);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(10, 10, 10, 0.75);
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  opacity: .8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-max-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-min-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.partnersSection {
  position: absolute;
  bottom: 100px;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .partnersSection {
    bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .partnersSection {
    padding: 0 20px;
  }
}
.partnersSection h2 {
  margin-bottom: 20px;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}
.partnersSection .partnersScrollerCont {
  position: relative;
  margin: auto;
  padding: 0 30px;
  display: inline-block;
  max-width: 100%;
}
.partnersSection .partnersScrollerCont .arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
}
.partnersSection .partnersScrollerCont .arrow i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 22px;
  color: white;
  opacity: 0.7;
  cursor: pointer;
}
.partnersSection .partnersScrollerCont .arrow i:hover {
  opacity: 1;
}
.partnersSection .partnersScrollerCont .arrow.arrow-right {
  right: 0;
}
.partnersSection .partnersScrollerCont .arrow.arrow-right i {
  right: 0;
  text-align: right;
}
.partnersSection .partnersScrollerCont .arrow.arrow-left {
  left: 0;
}
.partnersSection .partnersScrollerCont .arrow.arrow-left i {
  left: 0;
}
.partnersSection .partnersScrollerCont #partnersScroller {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.partnersSection .partnersScrollerCont #partnersScroller .partner {
  display: inline-block;
  width: 160px;
  text-align: center;
  overflow: visible;
}
@media (max-width: 1000px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner {
    width: 80px;
  }
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont {
  position: relative;
  width: 90px;
  height: 90px;
  margin: auto;
}
@media (max-width: 1000px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont {
    width: 45px;
    height: 45px;
  }
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont .avatar {
  display: block;
  width: 100%;
  height: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont .platformicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont .platformicon.big {
  width: 52px;
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .avatarcont .platformicon.big2 {
  width: 58px;
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .name {
  margin-top: 5px;
  color: #f2f2f2;
  font-size: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .name {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .name {
    font-size: 1em;
  }
}
.partnersSection .partnersScrollerCont #partnersScroller .partner .name.name-sm {
  font-size: 1.2em;
}
@media (max-width: 1000px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .name.name-sm {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .partnersSection .partnersScrollerCont #partnersScroller .partner .name.name-sm {
    font-size: 0.8em;
  }
}
.partnersSection .partnersScrollerCont #partnersScroller .partner:hover .name {
  color: #ff9e36;
  background: -webkit-linear-gradient(left, #ffd136, #ff6c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
a.partnersSection .partnersScrollerCont #partnersScroller .partner:hover .name:hover {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: white;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*== MAIN STYLES ==*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
@font-face {
  font-family: OpenSans;
  src: url('fonts/OpenSans.ttf');
}
@font-face {
  font-family: OpenSans-Bold;
  src: url('fonts/OpenSans-Semibold.ttf');
}
:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  border: 0 none;
}
a {
  cursor: pointer;
}
p {
  margin: 20px 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
body {
  background: url('../images/background.png') #C39D83;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 460px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
a {
  color: #ffaf36;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
hr {
  height: 1px;
  border: none;
  background: #232237;
  color: transparent;
}
.notifyjs-bootstrap-base {
  white-space: normal !important;
}
.row > .col {
  box-sizing: border-box;
}
#weblogo {
  display: inline-block;
  height: 100%;
  line-height: 63px;
  margin-left: 15px;
}
#weblogo img {
  vertical-align: middle;
  max-height: 63px;
}
@media (max-width: 630px) {
  #weblogo {
    display: none;
  }
}
@media (max-width: 630px) {
  .sitelogo {
    display: none;
  }
}
.fa {
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.inlineshadow {
  -webkit-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
}
.inlineshadow-smth {
  -webkit-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.5);
}
.pagecontent {
  height: auto;
  position: relative;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}
header:before,
.pagecontent:before,
.window .title:before {
  content: '';
  display: table;
  clear: both;
}
header:after,
.pagecontent:after,
.window .title:after {
  content: '';
  display: table;
  clear: both;
}
#row:before,
#row:after {
  display: table;
  content: '';
  clear: both;
}
.dropshadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.loader {
  background: url('../images/loader-message.svg') no-repeat 50% 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.loader-h {
  background: url('../images/design/loader-h.svg') no-repeat 50% 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.loader-h.loader-sm {
  width: 50px;
  height: 50px;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.greentxt {
  color: #3ed476;
}
.redtxt {
  color: #fc4359 !important;
}
.orangetxt {
  color: #ffaf36;
}
/* ======= */
/*== Header ==*/
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
.sitelogo {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
}
header .sitelogo {
  margin-left: 30px;
  margin-right: 20px;
}
header .mainnavbar {
  background-color: black;
  height: 63px;
  line-height: 63px;
}
header .mainnavbar #mainmenubtn {
  display: none;
}
@media (max-width: 1200px) {
  header .mainnavbar #mainmenubtn {
    display: inline-block;
    background: url('../images/menu_icon.png') no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    margin-left: 15px;
    z-index: 10000;
    cursor: pointer;
    transition: all .2s;
    vertical-align: middle;
  }
  header .mainnavbar #mainmenubtn:hover,
  header .mainnavbar #mainmenubtn.active {
    background-color: black !important;
  }
}
header .mainnavbar ul.menu {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  header .mainnavbar ul.menu {
    z-index: 98;
    left: 0;
    width: auto;
    display: none;
    position: absolute;
    background: black;
    margin-left: 60px;
    right: 0;
    margin-right: 15px;
  }
}
@media (max-width: 950px) {
  header .mainnavbar ul.menu {
    border-top: none;
    left: auto;
    right: auto;
    width: auto;
  }
  header .mainnavbar ul.menu ul {
    padding: 5px;
  }
  header .mainnavbar ul.menu li {
    line-height: 40px;
  }
}
@media (min-width: 1201px) {
  header .mainnavbar ul.menu {
    display: inline-block !important;
  }
}
header .mainnavbar ul.menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
header .mainnavbar ul.menu > li:after {
  content: '';
  background: #ffaf36;
  height: 3px;
  left: 14px;
  right: 14px;
  width: 0;
  position: absolute;
  bottom: 1px;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
header .mainnavbar ul.menu > li:hover:after {
  width: calc(100% - 28px);
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
header .mainnavbar ul.menu > li.active > a,
header .mainnavbar ul.menu > li > a:hover {
  color: #ffaf36;
}
header .mainnavbar ul.menu > li > a {
  display: block;
  padding: 0 14px;
  font-size: 15.4px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 1400px) and (min-width: 950px) {
  header .mainnavbar ul.menu > li > a {
    padding: 0 7px;
    font-size: 12px;
    font-weight: normal;
  }
}
header .mainnavbar ul.menu > li > a .fa {
  font-size: 28px;
  vertical-align: middle;
}
header .profile {
  height: 63px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
}
header .profile #languageDropdownButton {
  position: relative;
  display: inline-block;
  line-height: 63px;
  margin-right: 5px;
}
header .profile #languageDropdownButton img.curlang {
  width: 40px;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
header .profile #languageDropdownButton img.curlang:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
header .profile #languageDropdownButton #languageDropdownList {
  width: 170px;
}
header .profile #languageDropdownButton #languageDropdownList ul {
  list-style: none;
}
header .profile #languageDropdownButton #languageDropdownList a img {
  width: 40px;
  vertical-align: middle;
}
header .profile .loginbtn {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header .profile .loginbtn img {
  max-height: 50px;
  vertical-align: middle;
}
header .profile .loginbtn:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
header .profile .profilecontainer {
  position: relative;
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
  white-space: nowrap;
}
header .profile .profilecontainer .avatar {
  width: 42px;
  height: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
}
header .profile .profileinfo {
  position: relative;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  min-width: 130px;
  margin-left: 10px;
  padding-right: 15px;
  cursor: pointer;
}
header .profile .profileinfo .personaname,
header .profile .profileinfo .balancetitle {
  font-weight: bold;
}
header .profile .profileinfo .personaname:hover {
  color: #ffaf36;
}
header .profile .profileinfo:hover:after {
  opacity: 1;
}
header .profile .profileinfo:after {
  display: inline-block;
  position: absolute;
  content: '';
  background: url('../images/arrow_bottom.png') no-repeat center;
  width: 8px;
  height: 100%;
  vertical-align: top;
  right: 0;
  top: 0;
  opacity: .3;
  transition: all .2s;
  -moz-transition: opacity .2s, transform .2s;
  -ms-transition: opacity .2s, transform .2s;
  -webkit-transition: opacity .2s, transform .2s;
  -o-transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s;
}
header .profile .profileinfo.active:after {
  transform: rotate(-180deg);
  opacity: 1;
}
header #submenu {
  display: block;
  width: 100%;
  background-color: rgba(53, 25, 29, 0.75);
  padding: 0 15px;
}
header #submenu > li {
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
}
header #submenu > li:first-child > a {
  margin-left: -10px;
}
header #submenu > li > a {
  display: inline-block;
  height: 100%;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
@media (max-width: 700px) {
  header #submenu > li > a {
    padding: 0 5px;
    font-size: 10px;
  }
}
header #submenu > li > a:hover {
  background: rgba(62, 212, 118, 0.2);
}
header #submenu > li > a strong {
  font-weight: bold;
}
header .drop {
  display: none;
  box-sizing: border-box;
  background: #fff;
  padding: 4px 10px;
  position: absolute;
  left: 0;
}
header .drop:before {
  content: '';
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #fff transparent;
  position: absolute;
  top: -5px;
  left: 18px;
}
header .drop ul li.topline {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding-top: 4px;
}
header .drop ul li a {
  display: block;
  line-height: 20px;
  color: #16151a;
  margin: 0 -10px;
  padding: 6px 10px;
}
header .drop ul li a:hover {
  background: #e5e5e5;
}
/* ======= */
.pricerates {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pricerates ul {
  line-height: 24px;
  color: white;
  display: block;
}
.pricerates ul li.cat {
  padding-top: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.pricerates ul li span {
  margin: 0 10px;
  color: white;
}
.pricerates ul li.cat.yellow {
  color: #ecd13d;
}
.pricerates ul li.cat.red {
  color: #d85050;
}
.pricerates ul li.cat.green {
  color: #56bc56;
}
.pricerates ul li.cat.white {
  color: #dcdcdc;
}
.pricerates .redtxt {
  color: #ea1616;
}
.pricerates .greentxt {
  color: #55f355;
}
.pricerates.horizontal .ratestitle {
  margin-bottom: 5px;
}
.pricerates.horizontal ul {
  list-style-type: none;
  display: inline;
}
.pricerates.horizontal ul li {
  display: inline-block;
  width: 120px;
  margin: 0;
}
.pricerates.horizontal ul li:not(:last-child) {
  border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.drop ul {
  list-style: none;
}
.contextmenu {
  position: absolute;
  background: #262626;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 10001;
}
.contextmenu a {
  background-color: #262626;
  background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#212121));
  background: -webkit-linear-gradient(top, #262626, #212121);
  background: -moz-linear-gradient(top, #262626, #212121);
  background: -ms-linear-gradient(top, #262626, #212121);
  background: -o-linear-gradient(top, #262626, #212121);
}
.contextmenu div {
  background: #232323;
}
.contextmenu a,
.contextmenu div {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #ffaf36;
  border: 1px solid #303030;
  border-bottom: 1px solid #161616;
  border-right: 1px solid #161616;
  transition: none;
}
.contextmenu a:first-child,
.contextmenu div:first-child {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.contextmenu a:last-child,
.contextmenu div:last-child {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.contextmenu a:hover,
.contextmenu div:hover {
  color: #FFF;
  background: #2b2b2b;
}
.contextmenu a .fa,
.contextmenu div .fa {
  width: 20px;
}
.contextmenu a .moveItemCount,
.contextmenu div .moveItemCount {
  height: 22px;
  border: 1px solid #3ed476;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: white;
  padding: 2px;
  font-weight: bold;
  width: 50px;
  margin: -6px 5px;
}
#giveawaybar {
  margin: 3px;
  margin-bottom: -3px;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  #giveawaybar {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: -12px;
  }
}
#giveawaybar div.giveaway {
  display: inline-block;
  border: 1px solid rgba(53, 25, 29, 0.6);
  height: 24px;
  line-height: 24px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 0 5px;
  margin: 0 8px 3px 0;
  width: auto;
  cursor: pointer;
  color: black;
}
#giveawaybar div.giveaway:hover {
  background: rgba(88, 41, 48, 0.1);
}
#giveawaybar div.giveaway > span {
  display: inline-block;
  height: 100%;
}
#giveawaybar div.giveaway .name {
  color: black;
  background: rgba(53, 25, 29, 0.3);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 4px 0 6px;
  margin-left: -5px;
  font-weight: bold;
}
#giveawaybar div.giveaway .value {
  background: rgba(53, 25, 29, 0.25);
  padding: 0 4px;
}
#giveawaybar div.giveaway .timetxt {
  font-size: 10px;
  color: #244c94;
  background: rgba(53, 25, 29, 0.2);
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 6px 0 4px;
  margin-right: -5px;
}
#giveawaywndw {
  text-align: center;
  max-width: 600px !important;
}
@media (min-width: 768px) {
  #giveawaywndw {
    width: 600px;
  }
}
#giveawaywndw .counter {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  background-color: #181818;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #282828;
  border-top: none;
  border-left: none;
  -webkit-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#giveawaywndw .timer {
  line-height: 24px;
  min-width: 170px;
  font-weight: normal;
}
#giveawaywndw .mycreditstxt {
  color: #3ed476;
  font-weight: bold;
  margin-right: 10px;
}
#giveawaywndw .creditcont {
  margin-bottom: 7px;
}
#giveawaywndw .creditcont,
#giveawaywndw .prizetxt,
#giveawaywndw .participantscont {
  line-height: 30px;
}
#giveawaywndw .codelist {
  color: #fc4359;
  padding: 5px;
  font-weight: bold;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
}
#giveawaywndw .codelist span {
  font-size: 16px;
  font-weight: bold;
}
#giveawaywndw .codelist div {
  font-family: 'Inconsolata', monospace;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 2px;
}
#giveawaywndw h1,
#giveawaywndw h2,
#giveawaywndw h3 {
  color: #3ed476;
  text-align: center;
}
#giveawaywndw h1,
#giveawaywndw h2 {
  font-size: 26px;
  line-height: 26px;
  padding: 0;
  margin: 10px;
}
#giveawaywndw h3 {
  font-size: 17px;
  line-height: 17px;
  padding: 0;
  margin: 5px;
}
@media (min-width: 768px) {
  #giveawaywndw h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
#giveawaywndw .bg_block {
  width: 100%;
}
#giveawaywndw .bg_block:not(:last-child) {
  margin-bottom: 10px;
}
#giveawaywndw .bg_block .row:not(.nosep) .col:not(:last-child) {
  border-right: 1px solid #1d1d1d;
}
#giveawaywndw .bg_block .row:not(.nosep) .col:not(:first-child) {
  border-left: 1px solid #323232;
}
#giveawaywndw .bg_block hr {
  background: #323232;
  border-top: 1px solid #1d1d1d;
}
#giveawaywndw .bg_block .counter {
  background-color: #202020;
  border-color: #2f2f2f;
}
#giveawaywndw .bg_block .prizetxt {
  color: #fc4359;
  font-size: 15px;
  font-weight: bold;
}
#giveawaywndw .bg_block .joinblock {
  font-size: 12px;
}
#giveawaywndw .bg_block.giveawaywinnings {
  padding-bottom: 10px;
}
#giveawaywndw .bg_block .wintitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #3ed476;
}
#giveawaywndw .bg_block .wonvalue {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #fc4359;
}
#giveawaywndw .bg_block .winnernamecont {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  overflow: visible;
  white-space: nowrap;
}
#giveawaywndw .bg_block .winnernamecont .winnername {
  float: right;
  line-height: 40px;
  min-width: 100%;
  text-align: center;
}
#giveawaywndw .bg_block .winnernamecont .winnername img {
  width: 32px;
  height: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  vertical-align: middle;
  border: 1px solid #3c1c21;
}
.announcement {
  margin: 8px 30px;
  padding: 10px 20px;
  line-height: 16px;
  font-size: 13px;
  text-align: center;
  background-color: rgba(46, 22, 25, 0.9);
  border-bottom: 1px solid rgba(36, 17, 19, 0.9);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .announcement {
    padding: 16px 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
  }
}
.announcement.success {
  background-color: #88d794;
  background: -webkit-gradient(linear, left top, left bottom, from(#88d794), to(#62ca72));
  background: -webkit-linear-gradient(top, #88d794, #62ca72);
  background: -moz-linear-gradient(top, #88d794, #62ca72);
  background: -ms-linear-gradient(top, #88d794, #62ca72);
  background: -o-linear-gradient(top, #88d794, #62ca72);
  border: 1px solid #3fba51;
  color: #256e30;
}
.announcement.success a {
  color: #18481f;
}
.announcement.success a:hover {
  color: white;
}
.announcement.notice {
  background-color: #d4974c;
  background: -webkit-gradient(linear, left top, left bottom, from(#d4974c), to(#bf7e2e));
  background: -webkit-linear-gradient(top, #d4974c, #bf7e2e);
  background: -moz-linear-gradient(top, #d4974c, #bf7e2e);
  background: -ms-linear-gradient(top, #d4974c, #bf7e2e);
  background: -o-linear-gradient(top, #d4974c, #bf7e2e);
  border: 1px solid #966324;
  color: #442d10;
}
.announcement.error {
  background-color: #d78894;
  background: -webkit-gradient(linear, left top, left bottom, from(#d78894), to(#ca6272));
  background: -webkit-linear-gradient(top, #d78894, #ca6272);
  background: -moz-linear-gradient(top, #d78894, #ca6272);
  background: -ms-linear-gradient(top, #d78894, #ca6272);
  background: -o-linear-gradient(top, #d78894, #ca6272);
  border: 1px solid #ba3f51;
  color: #6e2530;
}
.announcement.error a {
  color: white;
}
.announcement.info {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(53, 25, 29, 0.322);
  background: rgba(53, 25, 29, 0.32);
}
.pagination > span,
.pagination > a {
  display: inline-block;
  color: white;
  border: 1px solid #14131A;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: center;
  text-decoration: none;
  background: rgba(20, 19, 26, 0.2);
}
.pagination > span.spacer,
.pagination > a.spacer {
  width: 10px;
  background: rgba(20, 19, 26, 0.8);
  cursor: default;
}
.pagination > span:not(:first-child),
.pagination > a:not(:first-child) {
  border-left: none;
}
.pagination > span:hover:not(.active):not(.spacer),
.pagination > a:hover:not(.active):not(.spacer) {
  background: rgba(88, 84, 114, 0.2);
}
.pagination > span.active,
.pagination > a.active {
  background: rgba(138, 134, 166, 0.2);
}
/*== Windows ==*/
.window {
  background: rgba(53, 25, 29, 0.32);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  margin: 3px;
}
.window .content.padding {
  padding: 1em;
}
.window .windowcontent {
  border: 1px solid rgba(53, 25, 29, 0.322);
  border-top: none;
}
.window .contentBlock {
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(18, 9, 10, 0.2);
}
.window .contentBlock > .title {
  background: #14131A;
  width: 100%;
  position: relative;
  line-height: 32px;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.window .contentBlock h3 > span {
  color: #ff9e36;
  background: -webkit-linear-gradient(left, #ffd136, #ff6c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
a.window .contentBlock h3 > span:hover {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: white;
}
.window ::-webkit-resizer {
  width: 4px;
}
.window ::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 768px) {
  .window ::-webkit-resizer {
    width: 10px;
  }
  .window ::-webkit-scrollbar {
    width: 10px;
  }
}
.window:after {
  display: table;
  content: '';
  clear: both;
}
@media (min-width: 576px) {
  .window {
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .window {
    margin: 15px;
  }
}
.window > .title {
  background: #14131A;
  width: 100%;
  position: relative;
  line-height: 50px;
  padding: 9px 0;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.window > .title .search {
  height: 38px;
  margin-left: 0;
  position: relative;
}
.window > .title .search input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
  background-color: #fafafa;
  color: black;
}
.window > .title .select {
  height: 38px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
}
.window > .title .select:before {
  display: block;
  content: '';
  background: url('../images/arrow_bottom.png') no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  right: 50%;
  opacity: .3;
  -moz-transition: transform .2s, opacity .2s;
  -ms-transition: transform .2s, opacity .2s;
  -webkit-transition: transform .2s, opacity .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
}
.window > .title .select.active:before {
  transform: rotate(-180deg);
  opacity: 1;
}
.window > .title .select .active {
  height: 38px;
  padding: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #e7ccd0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.window > .title .select .active:hover {
  color: #ffaf36;
}
@media (min-width: 1200px) {
  .window > .title .select .active {
    font-size: 18px;
  }
}
.window > .title .select .drop {
  border: 1px solid #09080b;
  background: #14131A;
  display: none;
  border-top: 0;
  box-sizing: border-box;
  margin: 0 -15px;
  min-width: calc(100% + 30px);
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 5;
  text-align: left;
}
.window > .title .select .drop ul li {
  height: 38px;
  margin: 0 15px;
  overflow: hidden;
  font-size: 15px;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 400;
}
.window > .title .select .drop ul li:hover {
  background: #ffaf36;
  color: black;
  margin: 0;
  padding: 0 15px;
}
.window > .title input {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  height: 38px;
  color: #fff;
}
.smwindow {
  width: 100%;
}
.smwindow .title {
  width: 100%;
  padding: 5px;
  background: black;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.smwindow .title.title-sm {
  padding: 3px;
  font-size: 16px;
  background: none;
  background-image: -webkit-linear-gradient(0deg, rgba(27, 20, 27, 0.5920000000000001), rgba(21, 19, 26, 0.932), rgba(27, 20, 27, 0.5920000000000001));
  background-image: -moz-linear-gradient(0deg, rgba(27, 20, 27, 0.5920000000000001), rgba(21, 19, 26, 0.932), rgba(27, 20, 27, 0.5920000000000001));
  background-image: -ms-linear-gradient(0deg, rgba(27, 20, 27, 0.5920000000000001), rgba(21, 19, 26, 0.932), rgba(27, 20, 27, 0.5920000000000001));
  background-image: -o-linear-gradient(0deg, rgba(27, 20, 27, 0.5920000000000001), rgba(21, 19, 26, 0.932), rgba(27, 20, 27, 0.5920000000000001));
  background-image: linear-gradient(90deg, rgba(27, 20, 27, 0.5920000000000001), rgba(21, 19, 26, 0.932), rgba(27, 20, 27, 0.5920000000000001));
}
.smwindow > .content,
.smwindow.nocontent {
  padding: 8px;
  background: rgba(53, 25, 29, 0.32);
}
.smwindow .counter {
  border: 1px solid rgba(18, 9, 10, 0.4);
  background: rgba(46, 22, 25, 0.4);
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.smwindow .counter input {
  background: none;
  width: 100%;
  border: none;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
/* ======= */
/*== Offers Details ==*/
.button {
  display: inline-block;
  background-color: #f24156;
  color: white;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  outline: 0;
  font: 16px 'Roboto', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #ef5366;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef5366), to(#f12e45));
  background: -webkit-linear-gradient(top, #ef5366, #f12e45);
  background: -moz-linear-gradient(top, #ef5366, #f12e45);
  background: -ms-linear-gradient(top, #ef5366, #f12e45);
  background: -o-linear-gradient(top, #ef5366, #f12e45);
  border: 1px solid #c00d22;
  border-bottom: none;
  -moz-transition: transform .2s, -moz-transform .2s, -webkit-transform .2s;
  -ms-transition: transform .2s, -moz-transform .2s, -webkit-transform .2s;
  -webkit-transition: transform .2s, -moz-transform .2s, -webkit-transform .2s;
  -o-transition: transform .2s, -moz-transform .2s, -webkit-transform .2s;
  transition: transform .2s, -moz-transform .2s, -webkit-transform .2s;
  cursor: pointer;
}
.button.smalltxt {
  font-size: 14px;
}
.button.btn-small {
  font-size: 12px;
  padding: 4px;
  margin: 0;
}
.button:not(.no3d) {
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.4);
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.4);
  box-shadow: inset 0 -3px 0 0 rgba(0,0,0,.4);
}
.button.round-md {
  line-height: 16px;
  border-radius: 15px;
  padding: 7px 10px;
  font-size: 14px;
}
.button.disabled,
.button:disabled {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #898989;
  background: rgba(180, 180, 180, 0.07);
  cursor: default;
}
.button.full {
  display: block;
  box-sizing: border-box;
}
.button.green:not(.disabled):not(:disabled) {
  background-color: #ff6c36;
  background-color: #fb7949;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb7949), to(#ff5d22));
  background: -webkit-linear-gradient(top, #fb7949, #ff5d22);
  background: -moz-linear-gradient(top, #fb7949, #ff5d22);
  background: -ms-linear-gradient(top, #fb7949, #ff5d22);
  background: -o-linear-gradient(top, #fb7949, #ff5d22);
  border: 1px solid #cf3800;
  border-bottom: none;
}
.button.green:not(.disabled):not(:disabled):hover {
  background: #ff6c36;
  -webkit-box-shadow: 0 0 10px 0 #ff6c36;
  -moz-box-shadow: 0 0 10px 0 #ff6c36;
  box-shadow: 0 0 10px 0 #ff6c36;
}
.button.white:not(.disabled):not(:disabled) {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
  background: -webkit-linear-gradient(top, white, #f2f2f2);
  background: -moz-linear-gradient(top, white, #f2f2f2);
  background: -ms-linear-gradient(top, white, #f2f2f2);
  background: -o-linear-gradient(top, white, #f2f2f2);
  border: 1px solid black;
  border-bottom: none;
}
.button.white:not(.disabled):not(:disabled):hover {
  background: white;
  -webkit-box-shadow: 0 0 10px 0 white;
  -moz-box-shadow: 0 0 10px 0 white;
  box-shadow: 0 0 10px 0 white;
}
.button:hover:not(.disabled):not(:disabled) {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px 0 #f24156;
  -moz-box-shadow: 0 0 10px 0 #f24156;
  box-shadow: 0 0 10px 0 #f24156;
  background: #f24156;
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.button .addition {
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 575px) {
  .button {
    font-size: 14px;
    padding: 4px;
  }
}
/* ======= */
/*== Modal ==*/
.box-modal {
  background-color: #202020;
  width: 480px;
  overflow: hidden;
  position: relative;
  z-index: 99999;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #323232;
}
.box-modal#calculation {
  width: 700px;
}
.box-modal .title {
  background-color: #FFC800;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  padding: 17px 20px 17px 0;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
.box-modal .title .close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  color: black;
  border: 2px solid black;
  height: 26px;
  width: 26px;
  line-height: 24px;
  font-size: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
}
.box-modal .title .close:hover {
  color: white;
  border-color: white;
}
.box-modal .content {
  padding: 10px;
}
.box-modal .content .counter {
  display: inline-block;
  min-width: 100px;
  padding: 0 10px;
  background-color: #181818;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #282828;
  border-top: none;
  border-left: none;
  -webkit-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 8px -8px rgba(0, 0, 0, 0.75);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.box-modal .content .desc {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.box-modal .bg_block {
  background-color: #282828;
  border: 1px solid #343434;
  padding: 0 15px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(65, 65, 65, 0.3);
  -moz-box-shadow: inset 0 0 10px 0 rgba(65, 65, 65, 0.3);
  box-shadow: inset 0 0 10px 0 rgba(65, 65, 65, 0.3);
}
.box-modal hr {
  background: #2a2a2a;
  border-top: 1px solid #161616;
  margin: 5px 30px;
}
.box-modal .inputs {
  margin-bottom: 10px;
  overflow: hidden;
}
.box-modal .inputs .txt {
  box-sizing: border-box;
  width: 100px;
  height: 42px;
  line-height: 42px;
  padding-right: 20px;
  text-align: right;
  float: left;
}
.box-modal .inputs.sell input[type='text'] {
  width: 340px;
  margin-bottom: 20px;
}
.box-modal .inputs.sell input[type='submit'] {
  display: block;
  margin: 0 auto;
  float: none;
}
.box-modal input[type='text'] {
  background: #131313;
  border: 1px solid #060606;
  border-bottom: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 10px;
  color: #fff;
}
.box-modal .help {
  text-align: center;
}
.box-modal .text {
  margin-top: 20px;
  font-size: 13px;
  color: #86848e;
  text-align: center;
}
.box-modal .text.text_big {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.box-modal .buttons {
  font-size: 0;
}
.box-modal .buttons a {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
}
.box-modal .buttons a:hover {
  background-color: #24222a!important;
}
.box-modal .buttons a.active {
  background-color: #201f26!important;
}
.box-modal .buttons a:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin: 12px 12px 13px 0;
}
.box-modal .buttons a.bitcoin {
  color: #faa31b;
}
.box-modal .buttons a.bitcoin:before {
  background: url('../images/bitcoin.png') no-repeat;
}
.box-modal .buttons a.paypal {
  color: #009cde;
}
.box-modal .buttons a.paypal:before {
  background: url('../images/paypal.png') no-repeat;
}
.box-modal .status {
  margin-top: 20px !important;
  text-align: center;
}
.box-modal .status span {
  display: inline-block;
  line-height: 26px;
  margin-left: 20px;
  padding: 0 15px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.box-modal .status span.red {
  border: 1px solid #f24156;
  background: rgba(242, 65, 86, 0.7);
}
.box-modal .status span.green {
  border: 1px solid #3ed476;
  background: rgba(62, 212, 118, 0.7);
}
.box-modal .step {
  border-top: 1px solid #28262f;
  margin: 0 20px 20px;
  padding-top: 20px;
}
.box-modal .step div {
  padding-bottom: 5px;
  font-weight: bold;
  color: #86848e;
  text-transform: uppercase;
}
.box-modal .result {
  line-height: 20px;
  padding: 10px 6px;
  margin: 0 20px;
  color: #3ed476;
  text-align: center;
}
.box-modal .result.big {
  font-size: 24px;
  font-weight: bold;
}
.box-modal .result.error {
  color: #fc4359;
}
.box-modal .content .result {
  margin: 0 0;
}
.box-modal .bigtxt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  color: #3ed476;
}
.box-modal .bigtxt > span {
  color: white;
}
.box-modal .information {
  display: block;
  width: auto;
  margin: 0;
  float: none;
  overflow: hidden;
}
.box-modal .information ul {
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
  text-align: left;
  float: left;
  list-style: none;
}
.box-modal .information ul:first-child {
  text-align: right;
}
.box-modal .information ul li.tit {
  font-weight: bold;
  color: #ff9e36;
  background: -webkit-linear-gradient(left, #ffd136, #ff6c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
}
a.box-modal .information ul li.tit:hover {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: white;
}
.box-modal .border {
  border-top: 1px solid #28262f;
  padding-top: 20px;
}
.box-modal .scheme {
  margin-top: 20px;
}
.box-modal .scheme .row {
  font-size: 14px;
}
@media (min-width: 768px) {
  .box-modal .scheme .row {
    font-size: 24px;
    font-weight: bold;
  }
}
.box-modal .scheme .row .col {
  padding: 0;
}
.box-modal .scheme .row div {
  text-align: center;
}
.box-modal .scheme .row div div {
  font-size: 10px;
  color: #86848e;
}
@media (min-width: 768px) {
  .box-modal .scheme .row div div {
    font-size: 11px;
    font-weight: bold;
  }
}
.box-modal .unnaccepted {
  background: #28262f;
  line-height: 22px;
  margin: 20px 20px 0;
  padding: 20px;
}
.box-modal .unnaccepted ul li:first-child {
  margin-bottom: 16px;
  color: #3e9ad4;
  text-transform: uppercase;
}
.box-modal .unnaccepted span {
  font-weight: bold;
}
.box-modal span.tit {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  color: #f24156;
  text-transform: uppercase;
}
.box-modal span.yellow {
  color: yellow;
}
.box-modal span.orange {
  color: orange;
}
.box-modal table {
  border: 1px solid #28262f;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}
.box-modal table tr {
  border-bottom: 1px solid #28262f;
}
.box-modal table td,
.box-modal table th {
  border-right: 1px solid #28262f;
  padding: 20px;
}
.box-modal table th {
  font-weight: bold;
  text-align: left;
}
.box-modal table td:first-child {
  width: 150px;
}
.box-modal .btn {
  padding: 0;
  text-align: center;
}
.box-modal .btn a {
  display: inline-block;
  background-color: #fc4359;
  background-color: #fc485d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc485d), to(#fc2f47));
  background: -webkit-linear-gradient(top, #fc485d, #fc2f47);
  background: -moz-linear-gradient(top, #fc485d, #fc2f47);
  background: -ms-linear-gradient(top, #fc485d, #fc2f47);
  background: -o-linear-gradient(top, #fc485d, #fc2f47);
  border-top: 1px solid #fd7585;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.box-modal .btn a:hover {
  background-color: #ef0420;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef0420), to(#fb203a));
  background: -webkit-linear-gradient(top, #ef0420, #fb203a);
  background: -moz-linear-gradient(top, #ef0420, #fb203a);
  background: -ms-linear-gradient(top, #ef0420, #fb203a);
  background: -o-linear-gradient(top, #ef0420, #fb203a);
  border-top: 1px solid #d6031c;
}
.box-modal h1,
.box-modal h2,
.box-modal h3 {
  text-align: center;
}
.box-modal h1,
.box-modal h2 {
  font-size: 26px;
  line-height: 26px;
  padding: 0;
  margin: 10px;
}
.box-modal h1 span,
.box-modal h2 span {
  color: #ff9e36;
  background: -webkit-linear-gradient(left, #ffd136, #ff6c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
a.box-modal h1 span:hover,
a.box-modal h2 span:hover {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: white;
}
.box-modal h3 {
  font-size: 17px;
  line-height: 17px;
  padding: 0;
  margin: 5px;
}
@media (min-width: 768px) {
  .box-modal h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.box-modal h3 span {
  color: #ff9e36;
  background: -webkit-linear-gradient(left, #ffaf36, #ff8e36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
a.box-modal h3 span:hover {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  color: white;
}
#waitoffer .result {
  font-weight: bold;
}
#offerlistcontent {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
}
#offerlistcontent h3 {
  padding: 0;
}
#offerlistcontent .partnerLogo {
  color: #bcbcbc;
}
#offerlistcontent .partnerLogo img {
  display: block;
  margin: auto;
  max-width: 150px;
}
#offerlistcontent > div {
  position: relative;
  width: 100%;
}
#offerlistcontent > div:not(:first-child) {
  margin-top: 10px;
}
#offerlistcontent > div.offerInactive .bg_block {
  opacity: 0.6;
}
#offerlistcontent > div .statusUpdate {
  text-align: center;
  line-height: 15px;
  padding: 10px;
  margin: 0 -15px;
}
#offerlistcontent > div .statusRibbon {
  position: absolute;
  top: 100px;
  text-align: center;
  line-height: 30px;
  height: 30px;
}
#offerlistcontent > div .statusUpdateAccepted {
  background: #5c7e10;
}
#offerlistcontent > div .statusUpdateCanceled {
  background: #7e2310;
}
#offerlistcontent .generatingTrade {
  font-weight: bold;
  font-size: 16px;
}
#offerlistcontent .subTitle {
  font-size: 12px;
  line-height: 14px;
  color: #3ed476;
}
#offerlistcontent .offerstatus {
  font-size: 24px;
  font-weight: bold;
}
#offerlistcontent .offerstatus .spinner {
  margin: -10px;
  vertical-align: middle;
}
#offerlistcontent .desc {
  line-height: 15px;
  font-size: 12px;
  margin: 7px 0;
}
#offerlistcontent .desc span {
  color: #3ed476;
  font-weight: bold;
}
#offerlistcontent .col {
  text-align: center;
}
#offerlistcontent .col:nth-child(2) {
  font-size: 30px;
  padding: 0 10px;
  line-height: 50px;
}
#offerlistcontent .openoffersteam {
  margin-left: 5px;
}
#offerlistcontent .offerListOfferItem {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  margin: 2px;
  border-radius: 2px;
  text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.4);
  vertical-align: top;
  line-height: 16px;
}
#offerlistcontent .offerListOfferItem .pic {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  height: 100%;
}
#offerlistcontent .offerListOfferItem .pic img {
  box-sizing: border-box;
  width: 100%;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  flex: 1;
}
#offerlistcontent .offerListOfferItem .amount {
  position: absolute;
  top: 3px;
  left: 3px;
  text-align: left;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  vertical-align: top;
}
#offerlistcontent .offerListOfferItem .locationIcon {
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: right;
  vertical-align: top;
}
#offerlistcontent .tradeBotBalanceTxt {
  font-size: 20px;
  font-weight: bold;
}
#offerlistcontent .receiveTradeBotBalanceAfterTime {
  font-weight: bold;
  font-size: 12px;
  color: white;
}
#offerlistcontent .buttonsArea {
  padding: 7px 0;
}
/* ======= */
/*== Outpage ==*/
.outpage {
  line-height: 22px;
}
.outpage .title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}
.outpage .content {
  padding: 50px;
}
.outpage .subtitle {
  color: #3ed476;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.outpage ul {
  margin: 20px 0 30px;
  list-style-type: circle;
}
.outpage ul li {
  margin: 0 0 10px 20px;
}
.outpage .text {
  margin: 20px 0 30px;
}
.outpage .top {
  margin-top: 0;
}
.outpage img {
  max-width: 100%;
}
.outpage .border {
  border-bottom: 1px solid #28262f;
  padding-bottom: 20px;
}
.outpage a {
  color: #9fbbff;
}
.outpage a:hover {
  color: white;
}
.window .bg_block {
  display: inline-block;
  background: rgba(53, 25, 29, 0.3);
  padding: 10px 20px;
  border: 1px solid #3f1e22;
}
/* ======= */
/*== Footer ==*/
footer {
  padding: 30px 20px;
  background: rgba(23, 29, 33, 0.7);
  color: #f0f8ff;
}
footer .sitelogo {
  white-space: nowrap;
  font-size: 25px;
}
footer .disclaimer {
  line-height: 20px;
}
footer .footercont {
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
}
footer .contactus {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  footer .col:last-child {
    text-align: right;
  }
  footer .col:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    line-height: 30px;
  }
}
footer a {
  color: white;
}
footer a:hover {
  text-decoration: underline;
  color: #fff236;
}
footer i {
  font-size: 24px;
  vertical-align: middle;
  margin-bottom: 5px;
}
footer a:nth-child(2) {
  margin: 0 10px;
}
/* ======= */
/*== Scroll ==*/
::-webkit-scrollbar-track {
  background-color: #141414;
  background-color: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#333333));
  background-image: -webkit-linear-gradient(left, #1a1a1a, #333333);
  background-image: -moz-linear-gradient(left, #1a1a1a, #333333);
  background-image: -ms-linear-gradient(left, #1a1a1a, #333333);
  background-image: -o-linear-gradient(left, #1a1a1a, #333333);
}
::-webkit-scrollbar-thumb {
  background: #ffaf36;
}
::-webkit-resizer {
  width: 8px;
}
::-webkit-scrollbar {
  width: 8px;
}
/* ======= */
.showbtctrade {
  display: none;
}
/*== Responsive ==*/
@media (max-width: 768px) {
  .box-modal {
    min-width: 100%!important;
    width: 100%!important;
    max-width: 100%!important;
  }
  .box-modal input[type='text'] {
    width: 100%;
  }
}
@media (max-width: 950px) {
  #mainmenu {
    z-index: 1000;
  }
  header .mainnavbar ul.menu .drop {
    box-sizing: border-box;
    height: 100vh;
    padding: 30px 0;
  }
  header .mainnavbar ul.menu li {
    display: block;
  }
  header .mainnavbar ul.menu li:after {
    display: none;
  }
  header .mainnavbar ul.menu li a {
    display: inline-block;
  }
  .name span {
    max-width: 150px;
    overflow-x: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* ======= */
.greenoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0.5;
  background-color: #3ed476;
}
/* =========== */
.introScreen {
  position: relative;
  background: url('/images/design/introbg1920.jpg') 50% 0 no-repeat;
  background-size: 100% auto;
  height: 800px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1899px) {
  .introScreen {
    background-size: cover;
  }
}
.introScreen .statspanel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px 8px;
}
.introScreen .statspanel .statCont {
  display: inline-block;
}
.introScreen .statspanel .statCont:not(:last-child) {
  margin-right: 30px;
}
.introScreen .statspanel .statCont .left {
  float: left;
}
.introScreen .statspanel .statCont .right {
  float: right;
}
.introScreen .statspanel .statCont .icon {
  font-size: 64px;
  margin-right: 20px;
}
.introScreen .statspanel .statCont .value {
  font-size: 30px;
}
.introScreen .statspanel .statCont .desc {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffaf36;
}
@media (max-width: 1260px) {
  .introScreen .statspanel .statCont:not(:last-child) {
    margin-right: 2.38095238vw;
  }
  .introScreen .statspanel .statCont .icon {
    font-size: 5vw;
    margin-right: 1.58730159vw;
  }
  .introScreen .statspanel .statCont .value {
    font-size: 2.38095238vw;
  }
  .introScreen .statspanel .statCont .desc {
    font-size: 1.9047619vw;
  }
}
@media (max-width: 1260px) and (max-width: 460px) {
  .introScreen .statspanel .statCont:not(:last-child) {
    margin-right: 10.95238095px;
  }
  .introScreen .statspanel .statCont .icon {
    font-size: 23.36507937px;
    margin-right: 7.3015873px;
  }
  .introScreen .statspanel .statCont .value {
    font-size: 10.95238095px;
  }
  .introScreen .statspanel .statCont .desc {
    font-size: 8.76190476px;
  }
}
.introScreen .introContent {
  float: right;
  display: inline-block;
  padding-top: 50px;
  width: 60%;
}
.introScreen .introContent .inner {
  display: inline-block;
}
.introScreen .introContent h1 {
  text-transform: uppercase;
  font-size: 3.5vw;
  padding-bottom: 10px;
}
.introScreen .introContent h2 {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 3.5vw;
  font-weight: normal;
}
.introScreen .introContent h2.mid {
  font-size: 4vw;
  color: #ffaf36;
}
.introScreen .introContent .introbtn {
  display: inline-block;
  text-align: center;
  padding: 15px;
  width: calc(100% - 20px);
  margin: 20px 10px 0 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(111, 81, 88, 0.8);
  color: #f9f5f3;
}
.introScreen .introContent .introbtn:hover {
  background: #7e5c64;
}
.introScreen .introContent .csdealsPartner h3 {
  margin: 1em 0 0.5em 0;
}
.introScreen .introContent .csdealsPartner .partnerLogo {
  max-height: 80px;
}
@media (max-width: 1000px) {
  .introScreen .introContent {
    width: 100%;
  }
  .introScreen .introContent h1 {
    font-size: 5.4vw;
  }
  .introScreen .introContent h2 {
    font-size: 5.4vw;
  }
  .introScreen .introContent h2.mid {
    font-size: 6vw;
  }
  .introScreen .introContent .csdealsPartner {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 460px) {
  .introScreen .introContent h1 {
    font-size: 24.84px;
  }
  .introScreen .introContent h2 {
    font-size: 24.84px;
  }
  .introScreen .introContent h2.mid {
    font-size: 27.6px;
  }
}
@media (min-width: 1600px) {
  .introScreen .introContent h1 {
    font-size: 56px;
  }
  .introScreen .introContent h2 {
    font-size: 56px;
  }
  .introScreen .introContent h2.mid {
    font-size: 64px;
  }
}
.introScreen .introContent #closeIntroBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffaf36;
  font-size: 34px;
  cursor: pointer;
  opacity: 0.7;
}
.introScreen .introContent #closeIntroBtn:hover {
  color: white;
  opacity: 1;
}
@media (max-width: 1000px) {
  .introScreen {
    height: 680px;
  }
}
@media (max-width: 767px) {
  .introScreen {
    height: 630px;
  }
}
@media (max-width: 575px) {
  .introScreen {
    height: 580px;
  }
}
#scamAlert {
  font-size: 1.5rem;
  width: 1000px;
  max-width: 100%;
}
#scamAlert .bg_block {
  padding: 10px;
}
#scamAlert .redtxt {
  color: red;
}
#scamAlert .highlight {
  font-size: 1.2em;
  text-decoration: underline;
  text-transform: uppercase;
}
#scamAlert b {
  text-decoration: underline;
}
#scamAlert ol {
  margin-top: 1em;
  font-size: 2rem;
  list-style: decimal;
  list-style-position: inside;
}
#scamAlert ol span {
  font-size: 1.5rem;
}
#scamAlert ol span,
#scamAlert ol span a {
  vertical-align: baseline;
}
#API-2FA-code {
  font-size: 1.8em;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  max-width: 220px;
  background-color: #e9e9e9;
  border: 1px solid black;
}
#API-2FA-window img {
  display: block;
  max-height: 40px;
  margin: 0 auto 20px auto;
}
